Package 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.
- 
- 
Constructor SummaryConstructors Constructor Description ServiceSchemaInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaCollectiongetSchemaCollection()Map<String,Element>getSchemaElementList()List<SchemaInfo>getSchemaInfoList()voidsetSchemaCollection(SchemaCollection schemaCollection)voidsetSchemaElementList(Map<String,Element> l)voidsetSchemaInfoList(List<SchemaInfo> schemaInfoList)
 
- 
- 
- 
Method Detail- 
getSchemaCollectionpublic SchemaCollection getSchemaCollection() 
 - 
setSchemaCollectionpublic void setSchemaCollection(SchemaCollection schemaCollection) 
 - 
getSchemaInfoListpublic List<SchemaInfo> getSchemaInfoList() 
 - 
setSchemaInfoListpublic void setSchemaInfoList(List<SchemaInfo> schemaInfoList) 
 
- 
 
-