Package org.apache.cxf.service.model
Class ServiceSchemaInfo
java.lang.Object
org.apache.cxf.service.model.ServiceSchemaInfo
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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSchemaCollection(SchemaCollection schemaCollection) voidvoidsetSchemaInfoList(List<SchemaInfo> schemaInfoList) 
- 
Constructor Details- 
ServiceSchemaInfopublic ServiceSchemaInfo()
 
- 
- 
Method Details- 
getSchemaCollection
- 
setSchemaCollection
- 
getSchemaInfoList
- 
setSchemaInfoList
- 
getSchemaElementList
- 
setSchemaElementList
 
-