public final class Rest_MethodHandler extends java.lang.Object implements RemoteCallDef
| Constructor and Description |
|---|
Rest_MethodHandler()
Creates a new instance of Rest_MethodHandler.
|
| Modifier and Type | Method and Description |
|---|---|
RestMessage |
construct(WsMethodInfo methodInfo)
Construct a REST-style message from a MethodInfo description.
|
java.lang.Object |
execute(MethodInfo methodInfo)
Execute a soap call.
|
java.lang.String |
getCallType()
Get the value indicating the type of remote call.
|
public Rest_MethodHandler()
public java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
execute in interface RemoteCallDefmethodInfo - the method info that describes the call. Of type WsMethodInfo.java.lang.Exception - any error.public RestMessage construct(WsMethodInfo methodInfo) throws java.lang.Exception
methodInfo - the method info object to parse.java.lang.Exception - any error.public java.lang.String getCallType()
getCallType in interface RemoteCallDef