public class JbiWrapperHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
WSDL11_WRAPPER_MESSAGE |
static java.lang.String |
WSDL11_WRAPPER_MESSAGE_LOCALNAME |
static java.lang.String |
WSDL11_WRAPPER_MESSAGE_PREFIX |
static java.lang.String |
WSDL11_WRAPPER_NAME |
static java.lang.String |
WSDL11_WRAPPER_NAMESPACE |
static javax.xml.namespace.QName |
WSDL11_WRAPPER_PART |
static java.lang.String |
WSDL11_WRAPPER_PART_LOCALNAME |
static java.lang.String |
WSDL11_WRAPPER_PREFIX |
static java.lang.String |
WSDL11_WRAPPER_TYPE |
static java.lang.String |
WSDL11_WRAPPER_VERSION |
| Constructor and Description |
|---|
JbiWrapperHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Document |
createDocument() |
static javax.xml.transform.Source |
unwrap(javax.xml.transform.Source source) |
static javax.xml.transform.Source |
unwrap(javax.xml.transform.Source source,
java.util.concurrent.atomic.AtomicBoolean isJbiWrapped) |
static void |
wrap(org.w3c.dom.Document doc) |
static void |
wrap(org.w3c.dom.Document doc,
javax.xml.namespace.QName type,
java.lang.String name) |
public static final java.lang.String WSDL11_WRAPPER_NAMESPACE
public static final java.lang.String WSDL11_WRAPPER_PREFIX
public static final java.lang.String WSDL11_WRAPPER_MESSAGE_LOCALNAME
public static final javax.xml.namespace.QName WSDL11_WRAPPER_MESSAGE
public static final java.lang.String WSDL11_WRAPPER_MESSAGE_PREFIX
public static final java.lang.String WSDL11_WRAPPER_TYPE
public static final java.lang.String WSDL11_WRAPPER_NAME
public static final java.lang.String WSDL11_WRAPPER_VERSION
public static final java.lang.String WSDL11_WRAPPER_PART_LOCALNAME
public static final javax.xml.namespace.QName WSDL11_WRAPPER_PART
public static org.w3c.dom.Document createDocument()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationExceptionpublic static void wrap(org.w3c.dom.Document doc)
public static void wrap(org.w3c.dom.Document doc,
javax.xml.namespace.QName type,
java.lang.String name)
public static javax.xml.transform.Source unwrap(javax.xml.transform.Source source,
java.util.concurrent.atomic.AtomicBoolean isJbiWrapped)
throws javax.xml.stream.XMLStreamException,
javax.xml.transform.TransformerException
javax.xml.stream.XMLStreamExceptionjavax.xml.transform.TransformerExceptionpublic static javax.xml.transform.Source unwrap(javax.xml.transform.Source source)
throws javax.xml.transform.TransformerException,
javax.xml.stream.XMLStreamException
javax.xml.transform.TransformerExceptionjavax.xml.stream.XMLStreamExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.