|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.rpc.impl.RemoteServiceProxy
com.google.gwt.rpc.client.impl.RpcServiceProxy
public class RpcServiceProxy
The base type for RPC proxies.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.rpc.ServiceDefTarget |
|---|
ServiceDefTarget.NoServiceEntryPointSpecifiedException |
| Method Summary | |
|---|---|
SerializationStreamReader |
createStreamReader(java.lang.String encoded)
Returns a SerializationStreamReader that is ready for reading. |
SerializationStreamWriter |
createStreamWriter()
Returns a SerializationStreamWriter that has had
ClientSerializationStreamWriter.prepareToWrite() called on it and
it has already had had the name of the remote service interface written as
well. |
| Methods inherited from class com.google.gwt.user.client.rpc.impl.RemoteServiceProxy |
|---|
bytesStat, getSerializationPolicyName, getServiceEntryPoint, isStatsAvailable, setRpcRequestBuilder, setServiceEntryPoint, stats, timeStat |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public SerializationStreamReader createStreamReader(java.lang.String encoded)
throws SerializationException,
RemoteException
RemoteServiceProxySerializationStreamReader that is ready for reading.
createStreamReader in interface SerializationStreamFactorycreateStreamReader in class RemoteServiceProxyencoded - string that encodes the response of an RPC request
SerializationStreamReader that is ready for reading
SerializationException - if the encoded string is not a valid
serialization stream
RemoteExceptionpublic SerializationStreamWriter createStreamWriter()
RemoteServiceProxySerializationStreamWriter that has had
ClientSerializationStreamWriter.prepareToWrite() called on it and
it has already had had the name of the remote service interface written as
well.
createStreamWriter in interface SerializationStreamFactorycreateStreamWriter in class RemoteServiceProxySerializationStreamWriter that has had
ClientSerializationStreamWriter.prepareToWrite() called on
it and it has already had had the name of the remote service
interface written as well
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||