org.apache.servicemix.wsn.jbi
Class JbiWrapperHelper
java.lang.Object
org.apache.servicemix.wsn.jbi.JbiWrapperHelper
public class JbiWrapperHelper
- extends java.lang.Object
Helper classes dealing with the WSDL 1.1 JBI wrapper
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDL11_WRAPPER_NAMESPACE
public static final java.lang.String WSDL11_WRAPPER_NAMESPACE
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PREFIX
public static final java.lang.String WSDL11_WRAPPER_PREFIX
- See Also:
- Constant Field Values
WSDL11_WRAPPER_MESSAGE_LOCALNAME
public static final java.lang.String WSDL11_WRAPPER_MESSAGE_LOCALNAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_MESSAGE
public static final javax.xml.namespace.QName WSDL11_WRAPPER_MESSAGE
WSDL11_WRAPPER_MESSAGE_PREFIX
public static final java.lang.String WSDL11_WRAPPER_MESSAGE_PREFIX
- See Also:
- Constant Field Values
WSDL11_WRAPPER_TYPE
public static final java.lang.String WSDL11_WRAPPER_TYPE
- See Also:
- Constant Field Values
WSDL11_WRAPPER_NAME
public static final java.lang.String WSDL11_WRAPPER_NAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_VERSION
public static final java.lang.String WSDL11_WRAPPER_VERSION
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PART_LOCALNAME
public static final java.lang.String WSDL11_WRAPPER_PART_LOCALNAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PART
public static final javax.xml.namespace.QName WSDL11_WRAPPER_PART
JbiWrapperHelper
public JbiWrapperHelper()
createDocument
public static org.w3c.dom.Document createDocument()
throws javax.xml.parsers.ParserConfigurationException
- Throws:
javax.xml.parsers.ParserConfigurationException
wrap
public static void wrap(org.w3c.dom.Document doc)
wrap
public static void wrap(org.w3c.dom.Document doc,
javax.xml.namespace.QName type,
java.lang.String name)
unwrap
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
- Throws:
javax.xml.stream.XMLStreamException
javax.xml.transform.TransformerException
unwrap
public static javax.xml.transform.Source unwrap(javax.xml.transform.Source source)
throws javax.xml.transform.TransformerException,
javax.xml.stream.XMLStreamException
- Throws:
javax.xml.transform.TransformerException
javax.xml.stream.XMLStreamException
Copyright © 2005-2011 FuseSource. All Rights Reserved.