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

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

public class ServiceContractModelPescXsdLoader
extends Object
implements ServiceContractModel

Author:
nwright

Constructor Summary
ServiceContractModelPescXsdLoader(List<String> xsdFileNames)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContractModelPescXsdLoader

public ServiceContractModelPescXsdLoader(List<String> xsdFileNames)
Method Detail

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.