Class RPCRequest
public final
class
RPCRequest
extends
Object
Describes an incoming RPC request in terms of a resolved Method and
an array of arguments.
Constructors
Methods
Constructor Detail
RPCRequest
Construct an RPCRequest.
Parameters
- method
-
- parameters
-
- serializationPolicy
-
Method Detail
getMethod
public Method getMethod()
Get the request's method.
getParameters
Get the request's parameters.
getSerializationPolicy
Returns the
SerializationPolicy used to decode this request. This
is also the
SerializationPolicy
that should be used to
encode responses.
Return Value
SerializationPolicy used to decode this request