org.apache.servicemix.wsn.jbi
Class JbiWrapperHelper
java.lang.Object
org.apache.servicemix.wsn.jbi.JbiWrapperHelper
public class JbiWrapperHelper
- extends Object
Helper classes dealing with the WSDL 1.1 JBI wrapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDL11_WRAPPER_NAMESPACE
public static final String WSDL11_WRAPPER_NAMESPACE
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PREFIX
public static final String WSDL11_WRAPPER_PREFIX
- See Also:
- Constant Field Values
WSDL11_WRAPPER_MESSAGE_LOCALNAME
public static final String WSDL11_WRAPPER_MESSAGE_LOCALNAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_MESSAGE
public static final QName WSDL11_WRAPPER_MESSAGE
WSDL11_WRAPPER_MESSAGE_PREFIX
public static final String WSDL11_WRAPPER_MESSAGE_PREFIX
- See Also:
- Constant Field Values
WSDL11_WRAPPER_TYPE
public static final String WSDL11_WRAPPER_TYPE
- See Also:
- Constant Field Values
WSDL11_WRAPPER_NAME
public static final String WSDL11_WRAPPER_NAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_VERSION
public static final String WSDL11_WRAPPER_VERSION
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PART_LOCALNAME
public static final String WSDL11_WRAPPER_PART_LOCALNAME
- See Also:
- Constant Field Values
WSDL11_WRAPPER_PART
public static final QName WSDL11_WRAPPER_PART
JbiWrapperHelper
public JbiWrapperHelper()
createDocument
public static Document createDocument()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
wrap
public static void wrap(Document doc)
wrap
public static void wrap(Document doc,
QName type,
String name)
unwrap
public static Source unwrap(Source source,
AtomicBoolean isJbiWrapped)
throws javax.xml.stream.XMLStreamException,
TransformerException
- Throws:
javax.xml.stream.XMLStreamException
TransformerException
unwrap
public static Source unwrap(Source source)
throws TransformerException,
javax.xml.stream.XMLStreamException
- Throws:
TransformerException
javax.xml.stream.XMLStreamException
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.