| java.lang.Object com.sun.jbi.wsdl11wrapper.Wsdl11WrapperHelper
Wsdl11WrapperHelper | public class Wsdl11WrapperHelper (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public Message | getFaultMessage(QName service, String portstring, String oper, String fault) | public Message | getMessage(QName service, String portstring, String oper, boolean input) | public boolean | isWsdl11() | public void | parse(String wsdlfile) | public Document | unwrapFault(Source wrappeddoc, QName service, String endpoint, String operation) | public Document | unwrapFault(Document wrappeddoc, QName service, String endpoint, String operation) | public Document | unwrapMessage(Source wrappeddoc, QName service, String endpoint, String operation, boolean input) | public Document | unwrapMessage(Document wrappeddoc, QName service, String endpoint, String operation, boolean input) | public Document | wrapFault(Source doc, QName service, String endpoint, String operation, String fault) | public Document | wrapFault(Document doc, QName service, String endpoint, String operation, String fault) | public Document | wrapMessage(Source src, QName service, String endpoint, String operation, boolean input) | public Document | wrapMessage(Document doc, QName service, String enpoint, String operation, boolean input) |
WRAPPER_DEFAULT_NAMESPACE | final public static String WRAPPER_DEFAULT_NAMESPACE(Code) | | |
WRAPPER_MESSAGE | final public static String WRAPPER_MESSAGE(Code) | | |
Wsdl11WrapperHelper | public Wsdl11WrapperHelper()(Code) | | Creates a new Wsdl11WrapperHelper object.
|
Wsdl11WrapperHelper | public Wsdl11WrapperHelper(String wsdlfile, String inputfile)(Code) | | Creates a new Wsdl11WrapperHelper object.
Parameters: wsdlfile - Parameters: inputfile - |
Wsdl11WrapperHelper | public Wsdl11WrapperHelper(Object wsdldef)(Code) | | Creates a new Wsdl11WrapperHelper object.
Parameters: wsdldef - |
getFaultMessage | public Message getFaultMessage(QName service, String portstring, String oper, String fault)(Code) | | DOCUMENT ME!
Parameters: service - Parameters: portstring - Parameters: oper - Parameters: fault - |
getMessage | public Message getMessage(QName service, String portstring, String oper, boolean input)(Code) | | DOCUMENT ME!
Parameters: service - Parameters: portstring - Parameters: oper - Parameters: input - |
|
|