|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.client.engine.resource.GwtClientProxy
public class GwtClientProxy
Base class for resource proxies generated via deferred binding.
Constructor Summary | |
---|---|
GwtClientProxy()
Default constructor. |
|
GwtClientProxy(String uri)
Constructor. |
|
GwtClientProxy(String uri,
String serializationPolicy,
com.google.gwt.user.client.rpc.impl.Serializer serializer)
Constructor. |
Method Summary | |
---|---|
SerializationStreamReader |
createStreamReader(String encoded)
Creates an object stream reader. |
SerializationStreamWriter |
createStreamWriter()
Creates an object stream writer. |
ClientResource |
getClientResource()
Returns the wrapped client resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GwtClientProxy()
public GwtClientProxy(String uri)
uri
- The target resource URI.public GwtClientProxy(String uri, String serializationPolicy, com.google.gwt.user.client.rpc.impl.Serializer serializer)
uri
- The target resource URI.serializationPolicy
- The location of the serialization policy.serializer
- The object serializer.Method Detail |
---|
public SerializationStreamReader createStreamReader(String encoded) throws SerializationException
createStreamReader
in interface SerializationStreamFactory
encoded
- The encoded string to read.
SerializationException
public SerializationStreamWriter createStreamWriter()
createStreamWriter
in interface SerializationStreamFactory
public ClientResource getClientResource()
getClientResource
in interface ClientProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |