Apache CXF API

Uses of Class
org.apache.cxf.common.xmlschema.SchemaCollection

Packages that use SchemaCollection
org.apache.cxf.databinding   
org.apache.cxf.service.model   
org.apache.cxf.wsdl11   
 

Uses of SchemaCollection in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding with parameters of type SchemaCollection
 org.apache.ws.commons.schema.XmlSchema AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, org.w3c.dom.Document d, java.lang.String systemId)
           
 

Uses of SchemaCollection in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return SchemaCollection
 SchemaCollection ServiceSchemaInfo.getSchemaCollection()
           
 SchemaCollection ServiceInfo.getXmlSchemaCollection()
           
 

Methods in org.apache.cxf.service.model with parameters of type SchemaCollection
 void ServiceSchemaInfo.setSchemaCollection(SchemaCollection schemaCollection)
           
 void ServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection, java.util.List<SchemaInfo> cachedSchemas)
           
 

Uses of SchemaCollection in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 with parameters of type SchemaCollection
 void SchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, java.util.List<SchemaInfo> schemas)
           
 void SchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)
           
 


Apache CXF API

Apache CXF