Uses of Class
org.apache.cxf.common.xmlschema.SchemaCollection
Package
Description
-
Uses of SchemaCollection in org.apache.cxf.common.jaxb
Modifier and TypeMethodDescriptionstatic JAXBContextProxy
JAXBUtils.createJAXBContextProxy
(jakarta.xml.bind.JAXBContext ctx, SchemaCollection collection, String defaultNs) ModifierConstructorDescriptionSchemaCollectionContextProxy
(jakarta.xml.bind.JAXBContext ctx, SchemaCollection c, String defaultNs) -
Uses of SchemaCollection in org.apache.cxf.common.xmlschema
Modifier and TypeMethodDescriptionstatic 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) -
Uses of SchemaCollection in org.apache.cxf.databinding
Modifier and TypeMethodDescriptionorg.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) -
Uses of SchemaCollection in org.apache.cxf.service.model
Modifier and TypeMethodDescriptionServiceSchemaInfo.getSchemaCollection()
ServiceInfo.getXmlSchemaCollection()
Modifier and TypeMethodDescriptionvoid
ServiceSchemaInfo.setSchemaCollection
(SchemaCollection schemaCollection) void
ServiceInfo.setSchemas
(SchemaCollection cachedXmlSchemaCollection, List<SchemaInfo> cachedSchemas)