| Package | Description | 
|---|---|
| org.apache.cxf.javascript | |
| org.apache.cxf.javascript.service | |
| org.apache.cxf.javascript.types | 
| Modifier and Type | Method and Description | 
|---|---|
static AttributeInfo | 
AttributeInfo.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 ParticleInfo | 
ParticleInfo.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 AttributeInfo | 
AttributeInfo.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 ParticleInfo | 
ParticleInfo.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. 
 | 
| Constructor and Description | 
|---|
ServiceJavascriptBuilder(ServiceInfo serviceInfo,
                        String endpointAddress,
                        NamespacePrefixAccumulator prefixAccumulator,
                        NameManager nameManager)
Construct builder object. 
 | 
| Constructor and Description | 
|---|
SchemaJavascriptBuilder(SchemaCollection schemaCollection,
                       NamespacePrefixAccumulator prefixAccumulator,
                       NameManager nameManager)  | 
Apache CXF