|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.server.rpc.RPCRequest
public final class RPCRequest
Describes an incoming RPC request in terms of a resolved Method
and
an array of arguments.
Constructor Summary | |
---|---|
RPCRequest(java.lang.reflect.Method method,
java.lang.Object[] parameters,
SerializationPolicy serializationPolicy,
int flags)
Construct an RPCRequest. |
Method Summary | |
---|---|
int |
getFlags()
|
java.lang.reflect.Method |
getMethod()
Get the request's method. |
java.lang.Object[] |
getParameters()
Get the request's parameters. |
SerializationPolicy |
getSerializationPolicy()
Returns the SerializationPolicy used to decode this request. |
java.lang.String |
toString()
For debugging use only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RPCRequest(java.lang.reflect.Method method, java.lang.Object[] parameters, SerializationPolicy serializationPolicy, int flags)
Method Detail |
---|
public int getFlags()
public java.lang.reflect.Method getMethod()
public java.lang.Object[] getParameters()
public SerializationPolicy getSerializationPolicy()
SerializationPolicy
used to decode this request. This
is also the SerializationPolicy
that should be used to encode
responses.
SerializationPolicy
used to decode this requestpublic java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |