org.kuali.student.common.spring
Class FakeDictionaryServiceImpl
java.lang.Object
org.kuali.student.common.spring.AbstractFakeService
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
FakeDictionaryServiceImpl
public FakeDictionaryServiceImpl()
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.