|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.impl.ServiceContractModelQDoxLoader
public class ServiceContractModelQDoxLoader
Constructor Summary | |
---|---|
ServiceContractModelQDoxLoader(List<String> sourceDirectories)
|
|
ServiceContractModelQDoxLoader(List<String> sourceDirectories,
boolean validateKualiStudent)
|
Method Summary | |
---|---|
List<MessageStructure> |
getMessageStructures()
Get Message Structure Definitions |
List<ServiceMethod> |
getServiceMethods()
Get service methods |
List<Service> |
getServices()
get the service definitions |
List<String> |
getSourceNames()
|
List<XmlType> |
getXmlTypes()
load xml types |
boolean |
isValidateKualiStudent()
|
void |
setValidateKualiStudent(boolean validateKualiStudent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceContractModelQDoxLoader(List<String> sourceDirectories)
public ServiceContractModelQDoxLoader(List<String> sourceDirectories, boolean validateKualiStudent)
Method Detail |
---|
public boolean isValidateKualiStudent()
public void setValidateKualiStudent(boolean validateKualiStudent)
public List<ServiceMethod> getServiceMethods()
ServiceContractModel
getServiceMethods
in interface ServiceContractModel
public List<String> getSourceNames()
getSourceNames
in interface ServiceContractModel
public List<Service> getServices()
ServiceContractModel
getServices
in interface ServiceContractModel
public List<XmlType> getXmlTypes()
ServiceContractModel
getXmlTypes
in interface ServiceContractModel
public List<MessageStructure> getMessageStructures()
ServiceContractModel
getMessageStructures
in interface ServiceContractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |