public final class Direct_MethodHandler extends java.lang.Object implements RemoteCallDef
Constructor and Description |
---|
Direct_MethodHandler()
Creates a new instance of Direct_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 Direct_MethodHandler()
public java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
execute
in interface RemoteCallDef
methodInfo
- the method call description with all of the required information.java.lang.Exception
- any error.public java.lang.String getCallType()
getCallType
in interface RemoteCallDef