org.kuali.student.common.spring
Class FakeDictionaryServiceImpl

java.lang.Object
  extended by org.kuali.student.common.spring.AbstractFakeService
      extended by org.kuali.student.common.spring.FakeDictionaryServiceImpl
All Implemented Interfaces:
Serializable, DictionaryService

public class FakeDictionaryServiceImpl
extends AbstractFakeService
implements DictionaryService, Serializable

This class exists soley to test the WebServiceAwareSpringBeanPostProcessor class.

Author:
Kuali Student Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.student.common.spring.AbstractFakeService
bigData
 
Constructor Summary
FakeDictionaryServiceImpl()
           
 
Method Summary
 ObjectStructureDefinition getObjectStructure(String objectTypeKey)
           
 List<String> getObjectTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FakeDictionaryServiceImpl

public FakeDictionaryServiceImpl()
Method Detail

getObjectTypes

@RequestWrapper(className="org.kuali.student.r1.common.dictionary.service.jaxws.GetObjectTypes",
                targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.r1.common.dictionary.service.jaxws.GetObjectTypesResponse",
                 targetNamespace="http://student.kuali.org/wsdl/dictionary")
public List<String> getObjectTypes()
Specified by:
getObjectTypes in interface DictionaryService

getObjectStructure

@RequestWrapper(className="org.kuali.student.r1.common.dictionary.service.jaxws.GetObjectStructure",
                targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.r1.common.dictionary.service.jaxws.GetObjectStructureResponse",
                 targetNamespace="http://student.kuali.org/wsdl/dictionary")
public ObjectStructureDefinition getObjectStructure(String objectTypeKey)
Specified by:
getObjectStructure in interface DictionaryService

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.