Uses of Class
org.apache.cxf.common.xmlschema.SchemaCollection
- 
Packages that use SchemaCollection Package Description org.apache.cxf.common.jaxb org.apache.cxf.common.xmlschema org.apache.cxf.databinding org.apache.cxf.service.model 
- 
- 
Uses of SchemaCollection in org.apache.cxf.common.jaxbMethods in org.apache.cxf.common.jaxb with parameters of type SchemaCollection Modifier and Type Method Description static JAXBContextProxyJAXBUtils. createJAXBContextProxy(javax.xml.bind.JAXBContext ctx, SchemaCollection collection, String defaultNs)Constructors in org.apache.cxf.common.jaxb with parameters of type SchemaCollection Constructor Description SchemaCollectionContextProxy(javax.xml.bind.JAXBContext ctx, SchemaCollection c, String defaultNs)
- 
Uses of SchemaCollection in org.apache.cxf.common.xmlschemaMethods in org.apache.cxf.common.xmlschema with parameters of type SchemaCollection Modifier and Type Method Description static org.apache.ws.commons.schema.XmlSchemaElementXmlSchemaUtils. findElementByRefName(SchemaCollection xmlSchemaCollection, QName name, String referencingURI)This copes with an observed phenomenon in the schema built by the ReflectionServiceFactoryBean.static List<org.apache.ws.commons.schema.XmlSchemaAnnotated>XmlSchemaUtils. getContentAttributes(org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection)
- 
Uses of SchemaCollection in org.apache.cxf.databindingMethods in org.apache.cxf.databinding with parameters of type SchemaCollection Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchemaAbstractDataBinding. addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId)org.apache.ws.commons.schema.XmlSchemaAbstractDataBinding. addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId, Collection<String> ids)
- 
Uses of SchemaCollection in org.apache.cxf.service.modelMethods in org.apache.cxf.service.model that return SchemaCollection Modifier and Type Method Description SchemaCollectionServiceSchemaInfo. getSchemaCollection()SchemaCollectionServiceInfo. getXmlSchemaCollection()Methods in org.apache.cxf.service.model with parameters of type SchemaCollection Modifier and Type Method Description voidServiceSchemaInfo. setSchemaCollection(SchemaCollection schemaCollection)voidServiceInfo. setSchemas(SchemaCollection cachedXmlSchemaCollection, List<SchemaInfo> cachedSchemas)
 
-