Uses of Class
org.apache.cxf.javascript.ParticleInfo
Packages that use ParticleInfo
-
Uses of ParticleInfo in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript that return ParticleInfoModifier and TypeMethodDescriptionstatic 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 ParticleInfoMethods in org.apache.cxf.javascript with parameters of type ParticleInfoModifier and TypeMethodDescriptionvoidJavascriptUtils.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.