public class Soap_MethodHandler extends Soap_BaseHandler
TIMEOUT| Constructor and Description |
|---|
Soap_MethodHandler()
Creates a new instance of Soap_MethodHandler.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.SOAPMessage |
construct(MethodInfo methodInfo)
Construct a SOAP message from a
WsMethodInfo description. |
java.lang.Object |
execute(MethodInfo methodInfo)
Execute a soap call.
|
java.lang.String |
getCallType()
Get the value indicating the type of remote call.
|
isMethodCall, rtnNamespacepublic Soap_MethodHandler()
public java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
methodInfo - the WsMethodInfo that describes the call.java.lang.Exception - any error.public javax.xml.soap.SOAPMessage construct(MethodInfo methodInfo) throws java.lang.Exception
WsMethodInfo description. Note that
the endpoint, or http address to send to, is not included in the returned message,
but it is still included in the method info object.methodInfo - the WsMethodInfo object to parse.java.lang.Exception - any error.public java.lang.String getCallType()