public class Wsdl11WrapperHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WRAPPER_DEFAULT_NAMESPACE |
static String |
WRAPPER_MESSAGE |
static String |
WSDL11 |
| Constructor and Description |
|---|
Wsdl11WrapperHelper()
Creates a new Wsdl11WrapperHelper object.
|
Wsdl11WrapperHelper(Object wsdldef)
Creates a new Wsdl11WrapperHelper object.
|
Wsdl11WrapperHelper(String wsdlfile,
String inputfile)
Creates a new Wsdl11WrapperHelper object.
|
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.Message |
getFaultMessage(QName service,
String portstring,
String oper,
String fault)
DOCUMENT ME!
|
javax.wsdl.Message |
getMessage(QName service,
String portstring,
String oper,
boolean input)
DOCUMENT ME!
|
boolean |
isWsdl11() |
void |
parse(String wsdlfile) |
Document |
unwrapFault(Document wrappeddoc,
QName service,
String endpoint,
String operation) |
Document |
unwrapFault(Source wrappeddoc,
QName service,
String endpoint,
String operation) |
Document |
unwrapMessage(Document wrappeddoc,
QName service,
String endpoint,
String operation,
boolean input) |
Document |
unwrapMessage(Source wrappeddoc,
QName service,
String endpoint,
String operation,
boolean input) |
Document |
wrapFault(Document doc,
QName service,
String endpoint,
String operation,
String fault) |
Document |
wrapFault(Source doc,
QName service,
String endpoint,
String operation,
String fault) |
Document |
wrapMessage(Document doc,
QName service,
String enpoint,
String operation,
boolean input)
DOCUMENT ME!
|
Document |
wrapMessage(Source src,
QName service,
String endpoint,
String operation,
boolean input) |
public static final String WRAPPER_DEFAULT_NAMESPACE
public static final String WRAPPER_MESSAGE
public static final String WSDL11
public Wsdl11WrapperHelper()
public Wsdl11WrapperHelper(String wsdlfile, String inputfile)
wsdlfile - inputfile - public Wsdl11WrapperHelper(Object wsdldef)
wsdldef - public void parse(String wsdlfile) throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic boolean isWsdl11()
throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic Document wrapMessage(Source src, QName service, String endpoint, String operation, boolean input) throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic Document wrapMessage(Document doc, QName service, String enpoint, String operation, boolean input) throws Wsdl11WrapperHelperException
doc - service - enpoint - operation - input - Wsdl11WrapperHelperExceptionpublic Document unwrapFault(Source wrappeddoc, QName service, String endpoint, String operation) throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic Document wrapFault(Source doc, QName service, String endpoint, String operation, String fault) throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic Document wrapFault(Document doc, QName service, String endpoint, String operation, String fault) throws Wsdl11WrapperHelperException
doc - service - endpoint - operation - fault - Wsdl11WrapperHelperExceptionpublic Document unwrapMessage(Source wrappeddoc, QName service, String endpoint, String operation, boolean input) throws Wsdl11WrapperHelperException
Wsdl11WrapperHelperExceptionpublic Document unwrapFault(Document wrappeddoc, QName service, String endpoint, String operation) throws Wsdl11WrapperHelperException
wrappeddoc - service - endpoint - operation - Wsdl11WrapperHelperExceptionpublic Document unwrapMessage(Document wrappeddoc, QName service, String endpoint, String operation, boolean input) throws Wsdl11WrapperHelperException
wrappeddoc - service - endpoint - operation - input - Wsdl11WrapperHelperExceptionpublic javax.wsdl.Message getMessage(QName service, String portstring, String oper, boolean input)
service - portstring - oper - input - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.