Uses of Class
org.apache.cxf.javascript.NamespacePrefixAccumulator
-
Packages that use NamespacePrefixAccumulator Package Description 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 Modifier and Type Method Description static 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 NamespacePrefixAccumulator Constructor Description ServiceJavascriptBuilder(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 Constructor Description SchemaJavascriptBuilder(SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager)
-