org.apache.cxf.service.model
Class ServiceSchemaInfo
java.lang.Object
org.apache.cxf.service.model.ServiceSchemaInfo
public class ServiceSchemaInfo
- extends Object
The ServiceInfo class has schema in two forms: the XmlSchema, in a SchemaCollection, and the
DOM trees in the SchemaInfo objects. This class exists in order to allow the WSDL cache to store both.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceSchemaInfo
public ServiceSchemaInfo()
getSchemaCollection
public SchemaCollection getSchemaCollection()
setSchemaCollection
public void setSchemaCollection(SchemaCollection schemaCollection)
getSchemaInfoList
public List<SchemaInfo> getSchemaInfoList()
setSchemaInfoList
public void setSchemaInfoList(List<SchemaInfo> schemaInfoList)
getSchemaElementList
public Map<String,Element> getSchemaElementList()
setSchemaElementList
public void setSchemaElementList(Map<String,Element> l)
Apache CXF