|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticleInfo | |
---|---|
org.apache.cxf.javascript |
Uses of ParticleInfo in org.apache.cxf.javascript |
---|
Methods in org.apache.cxf.javascript that return ParticleInfo | |
---|---|
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 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. |
static ParticleInfo |
ParticleInfo.forPartElement(org.apache.ws.commons.schema.XmlSchemaElement element,
SchemaCollection schemaCollection,
String javascriptName,
String xmlElementName)
Create element information for a part element. |
Methods in org.apache.cxf.javascript with parameters of type ParticleInfo | |
---|---|
void |
JavascriptUtils.generateCodeToSerializeAny(ParticleInfo itemInfo,
String prefix,
SchemaCollection schemaCollection)
Generate code to serialize an xs:any. |
void |
JavascriptUtils.generateCodeToSerializeElement(ParticleInfo elementInfo,
String referencePrefix,
SchemaCollection schemaCollection)
Given an element, generate the serialization code. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |