| Package | Description | 
|---|---|
| org.apache.cxf.common.jaxb | |
| org.apache.cxf.common.xmlschema | |
| org.apache.cxf.databinding | |
| org.apache.cxf.service.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static JAXBContextProxy | JAXBUtils. createJAXBContextProxy(JAXBContext ctx,
                      SchemaCollection collection,
                      String defaultNs) | 
| Constructor and Description | 
|---|
| SchemaCollectionContextProxy(JAXBContext ctx,
                            SchemaCollection c,
                            String defaultNs) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.ws.commons.schema.XmlSchemaElement | XmlSchemaUtils. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.ws.commons.schema.XmlSchema | AbstractDataBinding. addSchemaDocument(ServiceInfo serviceInfo,
                 SchemaCollection col,
                 Document d,
                 String systemId) | 
| org.apache.ws.commons.schema.XmlSchema | AbstractDataBinding. addSchemaDocument(ServiceInfo serviceInfo,
                 SchemaCollection col,
                 Document d,
                 String systemId,
                 Collection<String> ids) | 
| Modifier and Type | Method and Description | 
|---|---|
| SchemaCollection | ServiceSchemaInfo. getSchemaCollection() | 
| SchemaCollection | ServiceInfo. getXmlSchemaCollection() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceSchemaInfo. setSchemaCollection(SchemaCollection schemaCollection) | 
| void | ServiceInfo. setSchemas(SchemaCollection cachedXmlSchemaCollection,
          List<SchemaInfo> cachedSchemas) | 
Apache CXF