Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getService()
Returns the service that this stub wraps
\
|
int |
getStubId()
Returns the id of this stub if any
|
java.lang.String |
getStubInterfaceName()
Returns the interface name that this stub implements
|
java.lang.String |
onRPCCall(int methodId,
java.lang.String message)
Called to deliver the message from the proxy.
|
java.lang.String getStubInterfaceName()
int getStubId()
java.lang.String onRPCCall(int methodId, java.lang.String message)
methodId
- The id of the method being calledmessage
- The JSON RPC messagejava.lang.Object getService()