org.apache.servicemix.wsn.jbi
Class JbiWrapperHelper

java.lang.Object
  extended by org.apache.servicemix.wsn.jbi.JbiWrapperHelper

public class JbiWrapperHelper
extends Object

Helper classes dealing with the WSDL 1.1 JBI wrapper


Field Summary
static QName WSDL11_WRAPPER_MESSAGE
           
static String WSDL11_WRAPPER_MESSAGE_LOCALNAME
           
static String WSDL11_WRAPPER_MESSAGE_PREFIX
           
static String WSDL11_WRAPPER_NAME
           
static String WSDL11_WRAPPER_NAMESPACE
           
static QName WSDL11_WRAPPER_PART
           
static String WSDL11_WRAPPER_PART_LOCALNAME
           
static String WSDL11_WRAPPER_PREFIX
           
static String WSDL11_WRAPPER_TYPE
           
static String WSDL11_WRAPPER_VERSION
           
 
Constructor Summary
JbiWrapperHelper()
           
 
Method Summary
static Document createDocument()
           
static Source unwrap(Source source)
           
static Source unwrap(Source source, AtomicBoolean isJbiWrapped)
           
static void wrap(Document doc)
           
static void wrap(Document doc, QName type, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JbiWrapperHelper

public JbiWrapperHelper()
Method Detail

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.