Uses of Class
org.apache.cxf.javascript.ParticleInfo
-
Packages that use ParticleInfo Package Description org.apache.cxf.javascript -
-
Uses of ParticleInfo in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript that return ParticleInfo Modifier and Type Method Description 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 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.static ParticleInfoParticleInfo. 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 that return types with arguments of type ParticleInfo Modifier and Type Method Description List<ParticleInfo>ParticleInfo. getChildren()Methods in org.apache.cxf.javascript with parameters of type ParticleInfo Modifier and Type Method Description voidJavascriptUtils. generateCodeToSerializeAny(ParticleInfo itemInfo, String prefix, SchemaCollection schemaCollection)Generate code to serialize an xs:any.voidJavascriptUtils. generateCodeToSerializeElement(ParticleInfo elementInfo, String referencePrefix, SchemaCollection schemaCollection)Given an element, generate the serialization code.
-