| IActionProvider |
The IActionProvider interface can be implemented by plugins to add custom actions to
remote-method-guesser.
|
| IArgumentProvider |
The IArgumentProvider interface is used during rmg's 'call' action to obtain the argument array that should be
used for the call.
|
| IPayloadProvider |
The IPayloadProvider interface is used during all rmg actions that send payload objects to the remote server.
|
| IResponseHandler |
The IResponseHandler interface is used during rmg's 'call' action to handle the return value of an invoked method.
|
| ISocketFactoryProvider |
The ISocketFactoryProvider interface can be used to overwrite SocketFactory implementations that are used during
RMI communication.
|