public final class RPC_MethodHandler extends java.lang.Object implements RemoteCallDef
| Constructor and Description |
|---|
RPC_MethodHandler()
Creates a new instance of RPC_MethodHandler.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(MethodInfo methodInfo)
Execute a remote call.
|
java.lang.String |
getCallType()
Get the value indicating the type of remote call.
|
public RPC_MethodHandler()
public java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
execute in interface RemoteCallDefmethodInfo - the method call description with all of the required information.java.lang.Exception - any error.public java.lang.String getCallType()
getCallType in interface RemoteCallDef