Class | Description |
---|---|
CallHandler |
This provides general functionality for retrieving the correct object to make a remote call.
|
Direct_MethodHandler |
This makes a direct invocation on the object itself.
|
Rest_MethodHandler |
This acts as an interface for making REST-style calls.
|
RPC_MethodHandler |
This makes a remote rpc method call.
|