Uses of Class
org.apache.cxf.common.xmlschema.SchemaCollection
Packages that use SchemaCollection
Package
Description
-
Uses of SchemaCollection in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type SchemaCollectionModifier and TypeMethodDescriptionstatic JAXBContextProxyJAXBUtils.createJAXBContextProxy(jakarta.xml.bind.JAXBContext ctx, SchemaCollection collection, String defaultNs) Constructors in org.apache.cxf.common.jaxb with parameters of type SchemaCollectionModifierConstructorDescriptionSchemaCollectionContextProxy(jakarta.xml.bind.JAXBContext ctx, SchemaCollection c, String defaultNs) -
Uses of SchemaCollection in org.apache.cxf.common.xmlschema
Methods in org.apache.cxf.common.xmlschema with parameters of type SchemaCollectionModifier and TypeMethodDescriptionstatic 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.databinding
Methods in org.apache.cxf.databinding with parameters of type SchemaCollectionModifier and TypeMethodDescriptionorg.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.javascript
Methods in org.apache.cxf.javascript with parameters of type SchemaCollectionModifier and TypeMethodDescriptionstatic AttributeInfoAttributeInfo.forGlobalAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator) Create an elementInfo that stores information about a global, named, element.static ParticleInfoParticleInfo.forGlobalElement(org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator) Create an elementInfo that stores information about a global, named, element.static AttributeInfoAttributeInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, QName contextName) Fill in an AttributeInfo for an attribute or anyAttribute from a sequence.static ParticleInfoParticleInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, QName contextName) Fill in an ElementInfo for an element or xs:any from a sequence.static ParticleInfoParticleInfo.forPartElement(org.apache.ws.commons.schema.XmlSchemaElement element, SchemaCollection schemaCollection, String javascriptName, String xmlElementName) Create element information for a part element.voidJavascriptUtils.generateCodeToSerializeAny(ParticleInfo itemInfo, String prefix, SchemaCollection schemaCollection) Generate code to serialize an xs:any.voidJavascriptUtils.generateCodeToSerializeElement(ParticleInfo elementInfo, String referencePrefix, SchemaCollection schemaCollection) Given an element, generate the serialization code.static List<org.apache.ws.commons.schema.XmlSchemaObject>JavascriptUtils.getContentElements(org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection) Constructors in org.apache.cxf.javascript with parameters of type SchemaCollection -
Uses of SchemaCollection in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type SchemaCollectionModifier and TypeMethodDescriptionstatic org.apache.ws.commons.schema.XmlSchemaTypeServiceJavascriptBuilder.getElementType(SchemaCollection xmlSchemaCollection, 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. -
Uses of SchemaCollection in org.apache.cxf.javascript.types
Constructors in org.apache.cxf.javascript.types with parameters of type SchemaCollectionModifierConstructorDescriptionSchemaJavascriptBuilder(SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager) -
Uses of SchemaCollection in org.apache.cxf.jaxrs.model.wadl
Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type SchemaCollectionModifier and TypeMethodDescriptionbooleanWadlGenerator.addSchemaDocument(SchemaCollection col, List<String> tnsList, Document d, String systemId, boolean hackAroundEmptyNamespaceIssue) -
Uses of SchemaCollection in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return SchemaCollectionModifier and TypeMethodDescriptionServiceSchemaInfo.getSchemaCollection()ServiceInfo.getXmlSchemaCollection()Methods in org.apache.cxf.service.model with parameters of type SchemaCollectionModifier and TypeMethodDescriptionvoidServiceSchemaInfo.setSchemaCollection(SchemaCollection schemaCollection) voidServiceInfo.setSchemas(SchemaCollection cachedXmlSchemaCollection, List<SchemaInfo> cachedSchemas) -
Uses of SchemaCollection in org.apache.cxf.tools.corba.common
Methods in org.apache.cxf.tools.corba.common with parameters of type SchemaCollectionModifier and TypeMethodDescriptionstatic booleanWSDLUtils.isElementFormQualified(SchemaCollection schemas, QName type) -
Uses of SchemaCollection in org.apache.cxf.tools.corba.processors.wsdl
Methods in org.apache.cxf.tools.corba.processors.wsdl that return SchemaCollectionModifier and TypeMethodDescriptionWSDLToCorbaHelper.getXMLSchemaList()WSDLToProcessor.getXmlSchemaTypes()Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type SchemaCollectionModifier and TypeMethodDescriptionvoidWSDLParameter.processParameters(WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, SchemaCollection xmlSchemaList, List<ParamType> params, List<ArgType> returns, boolean simpleOrdering) voidWSDLToCorbaHelper.setXMLSchemaList(SchemaCollection list) -
Uses of SchemaCollection in org.apache.cxf.tools.validator.internal
Methods in org.apache.cxf.tools.validator.internal that return SchemaCollectionModifier and TypeMethodDescriptionstatic SchemaCollectionValidatorUtil.getSchema(javax.wsdl.Definition def) Methods in org.apache.cxf.tools.validator.internal that return types with arguments of type SchemaCollectionModifier and TypeMethodDescriptionstatic List<SchemaCollection>ValidatorUtil.getSchemaList(Document document, String baseURI) Get a list of schemas found in a wsdl Document. -
Uses of SchemaCollection in org.apache.cxf.tools.wsdlto.databinding.jaxb
Methods in org.apache.cxf.tools.wsdlto.databinding.jaxb with parameters of type SchemaCollectionModifier and TypeMethodDescriptionvoidJAXBDataBinding.validateSchema(Element ele, String uri, OASISCatalogManager catalog, SchemaCollection schemaCollection) -
Uses of SchemaCollection in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 with parameters of type SchemaCollectionModifier and TypeMethodDescriptionvoidSchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, List<SchemaInfo> schemas) voidSchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)