public class ServiceContractModelCache extends Object implements ServiceContractModel
Constructor and Description |
---|
ServiceContractModelCache(ServiceContractModel model) |
Modifier and Type | Method and Description |
---|---|
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
|
String |
toString()
Gets the structure of this object as a String.
|
public ServiceContractModelCache(ServiceContractModel model)
public List<ServiceMethod> getServiceMethods()
ServiceContractModel
getServiceMethods
in interface ServiceContractModel
public List<XmlType> getXmlTypes()
ServiceContractModel
getXmlTypes
in interface ServiceContractModel
public List<MessageStructure> getMessageStructures()
ServiceContractModel
getMessageStructures
in interface ServiceContractModel
public List<Service> getServices()
ServiceContractModel
getServices
in interface ServiceContractModel
public List<String> getSourceNames()
getSourceNames
in interface ServiceContractModel
public String toString()
ServiceContractModel
toString
in interface ServiceContractModel
toString
in class Object
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.