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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSchemaCollection
(SchemaCollection schemaCollection) void
void
setSchemaInfoList
(List<SchemaInfo> schemaInfoList)
-
Constructor Details
-
ServiceSchemaInfo
public ServiceSchemaInfo()
-
-
Method Details
-
getSchemaCollection
-
setSchemaCollection
-
getSchemaInfoList
-
setSchemaInfoList
-
getSchemaElementList
-
setSchemaElementList
-