|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaCollection | |
|---|---|
| org.apache.cxf.common.xmlschema | |
| org.apache.cxf.databinding | |
| org.apache.cxf.jaxrs.model.wadl | |
| org.apache.cxf.service.model | |
| org.apache.cxf.wsdl11 | |
| Uses of SchemaCollection in org.apache.cxf.common.xmlschema |
|---|
| Methods in org.apache.cxf.common.xmlschema with parameters of type SchemaCollection | |
|---|---|
static org.apache.ws.commons.schema.XmlSchemaElement |
XmlSchemaUtils.findElementByRefName(SchemaCollection xmlSchemaCollection,
javax.xml.namespace.QName name,
java.lang.String referencingURI)
This copes with an observed phenomenon in the schema built by the ReflectionServiceFactoryBean. |
static java.util.List<org.apache.ws.commons.schema.XmlSchemaAnnotated> |
XmlSchemaUtils.getContentAttributes(org.apache.ws.commons.schema.XmlSchemaComplexType type,
SchemaCollection collection)
|
static java.util.List<org.apache.ws.commons.schema.XmlSchemaObject> |
XmlSchemaUtils.getContentElements(org.apache.ws.commons.schema.XmlSchemaComplexType type,
SchemaCollection collection)
|
static org.apache.ws.commons.schema.XmlSchemaType |
XmlSchemaUtils.getElementType(SchemaCollection xmlSchemaCollection,
java.lang.String referencingURI,
org.apache.ws.commons.schema.XmlSchemaElement element,
org.apache.ws.commons.schema.XmlSchemaType containingType)
Follow a chain of references from element to element until we can obtain a type. |
static org.apache.ws.commons.schema.XmlSchemaElement |
XmlSchemaUtils.getReferredElement(org.apache.ws.commons.schema.XmlSchemaElement element,
SchemaCollection xmlSchemaCollection)
|
| 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.jaxrs.model.wadl |
|---|
| Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type SchemaCollection | |
|---|---|
boolean |
WadlGenerator.addSchemaDocument(SchemaCollection col,
org.w3c.dom.Document d,
java.lang.String systemId,
boolean hackAroundEmptyNamespaceIssue)
|
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||