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

Packages that use SchemaCollection
org.apache.cxf.databinding.source   
org.apache.cxf.service.model   
org.apache.cxf.tools.validator.internal   
org.apache.cxf.wsdl11   
 

Uses of SchemaCollection in org.apache.cxf.databinding.source
 

Methods in org.apache.cxf.databinding.source with parameters of type SchemaCollection
protected  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.tools.validator.internal
 

Methods in org.apache.cxf.tools.validator.internal that return SchemaCollection
static SchemaCollection ValidatorUtil.getSchema(javax.wsdl.Definition def)
           
 

Methods in org.apache.cxf.tools.validator.internal that return types with arguments of type SchemaCollection
static java.util.List<SchemaCollection> ValidatorUtil.getSchemaList(org.w3c.dom.Document document, java.lang.String baseURI)
          Get a list of schemas found in a wsdl Document.
 

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