public class XmlValueFactory
extends java.lang.Object
Constructor and Description |
---|
XmlValueFactory() |
Modifier and Type | Method and Description |
---|---|
static IXMLValue |
createComplexTypeXMLValue(javax.xml.namespace.QName xmlType, XmlObject value)
creates a new complex type XML value
|
static IXMLValue |
createElementXMLValue(javax.xml.namespace.QName xmlType, XmlObject value)
creates a new element XML value
|
static IXMLValue |
createSimpleXMLValue(javax.xml.namespace.QName xmlType, java.lang.String value)
creates a new simple type XML value
|
static IMessageValue |
createWsdlMessageValue(javax.xml.namespace.QName name, java.util.List<IMessageValue.IPart> parts)
creates a new wsdl message
|
static IMessageValue.IPart |
createWsdlPart(java.lang.String name, IXMLValue value)
creates a new wsdl part
|
public static IXMLValue createSimpleXMLValue(javax.xml.namespace.QName xmlType, java.lang.String value)
public static IXMLValue createComplexTypeXMLValue(javax.xml.namespace.QName xmlType, XmlObject value)
public static IXMLValue createElementXMLValue(javax.xml.namespace.QName xmlType, XmlObject value)
public static IMessageValue.IPart createWsdlPart(java.lang.String name, IXMLValue value)
public static IMessageValue createWsdlMessageValue(javax.xml.namespace.QName name, java.util.List<IMessageValue.IPart> parts)