Uses of Class
org.apache.cxf.javascript.NamespacePrefixAccumulator

Packages that use NamespacePrefixAccumulator
org.apache.cxf.javascript   
org.apache.cxf.javascript.service   
org.apache.cxf.javascript.types   
 

Uses of NamespacePrefixAccumulator in org.apache.cxf.javascript
 

Methods in org.apache.cxf.javascript with parameters of type NamespacePrefixAccumulator
static AttributeInfo AttributeInfo.forGlobalAttribute(org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator)
          Create an elementInfo that stores information about a global, named, element.
static ParticleInfo ParticleInfo.forGlobalElement(org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator)
          Create an elementInfo that stores information about a global, named, element.
static ParticleInfo ParticleInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, QName contextName)
          Fill in an ElementInfo for an element or xs:any from a sequence.
static AttributeInfo AttributeInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, QName contextName)
          Fill in an AttributeInfo for an attribute or anyAttribute from a sequence.
 

Uses of NamespacePrefixAccumulator in org.apache.cxf.javascript.service
 

Constructors in org.apache.cxf.javascript.service with parameters of type NamespacePrefixAccumulator
ServiceJavascriptBuilder(org.apache.cxf.service.model.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 NamespacePrefixAccumulator
SchemaJavascriptBuilder(org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager)
           
 



Apache CXF