org.kuali.student.contract.model.impl
Class ServiceContractModelQDoxLoader

java.lang.Object
  extended by org.kuali.student.contract.model.impl.ServiceContractModelQDoxLoader
All Implemented Interfaces:
ServiceContractModel

public class ServiceContractModelQDoxLoader
extends Object
implements ServiceContractModel

Author:
nwright

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

ServiceContractModelQDoxLoader

public ServiceContractModelQDoxLoader(List<String> sourceDirectories)

ServiceContractModelQDoxLoader

public ServiceContractModelQDoxLoader(List<String> sourceDirectories,
                                      boolean validateKualiStudent)
Method Detail

isValidateKualiStudent

public boolean isValidateKualiStudent()

setValidateKualiStudent

public void setValidateKualiStudent(boolean validateKualiStudent)

getServiceMethods

public List<ServiceMethod> getServiceMethods()
Description copied from interface: ServiceContractModel
Get service methods

Specified by:
getServiceMethods in interface ServiceContractModel
Returns:

getSourceNames

public List<String> getSourceNames()
Specified by:
getSourceNames in interface ServiceContractModel

getServices

public List<Service> getServices()
Description copied from interface: ServiceContractModel
get the service definitions

Specified by:
getServices in interface ServiceContractModel
Returns:
list of services known to the metadata

getXmlTypes

public List<XmlType> getXmlTypes()
Description copied from interface: ServiceContractModel
load xml types

Specified by:
getXmlTypes in interface ServiceContractModel
Returns:

getMessageStructures

public List<MessageStructure> getMessageStructures()
Description copied from interface: ServiceContractModel
Get Message Structure Definitions

Specified by:
getMessageStructures in interface ServiceContractModel
Returns:


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