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 Details

    • ServiceSchemaInfo

      public ServiceSchemaInfo()
  • Method Details

    • 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)