public interface RemoteCallDef
| 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.
|
java.lang.Object execute(MethodInfo methodInfo) throws java.lang.Exception
methodInfo - the method call description with all of the required information.java.lang.Exception - any error.java.lang.String getCallType()