Uses of Class
org.apache.cxf.javascript.NamespacePrefixAccumulator
Packages that use NamespacePrefixAccumulator
Package
Description
-
Uses of NamespacePrefixAccumulator in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript with parameters of type NamespacePrefixAccumulatorModifier 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. -
Uses of NamespacePrefixAccumulator in org.apache.cxf.javascript.service
Constructors in org.apache.cxf.javascript.service with parameters of type NamespacePrefixAccumulatorModifierConstructorDescriptionServiceJavascriptBuilder(ServiceInfo serviceInfo, String endpointAddress, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager) Construct builder object. -
Uses of NamespacePrefixAccumulator in org.apache.cxf.javascript.types
Constructors in org.apache.cxf.javascript.types with parameters of type NamespacePrefixAccumulatorModifierConstructorDescriptionSchemaJavascriptBuilder(SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager)