com.google.gwt.rpc.client.impl
Class ClientWriterFactory
java.lang.Object
com.google.gwt.rpc.client.impl.ClientWriterFactory
public class ClientWriterFactory
- extends java.lang.Object
Isolates client code from swapping out the command factory in hosted versus
web mode. This type has a super-source peer which is used in web mode.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientWriterFactory
public ClientWriterFactory()
createReader
public static SerializationStreamReader createReader(java.lang.String payload)
throws IncompatibleRemoteServiceException,
RemoteException
- Throws:
IncompatibleRemoteServiceException
RemoteException
createWriter
public static SerializationStreamWriter createWriter(TypeOverrides typeOverrides,
CommandSink commandSink)