public class

WebModePayloadSink

extends CommandSink
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.CommandSink
     ↳ com.google.gwt.rpc.server.WebModePayloadSink

Class Overview

A CommandSink that will generate a web-mode payload. ONE-SHOT EVAL (no incremental evaluation, must call finish())

Summary

Public Constructors
WebModePayloadSink(ClientOracle clientOracle, OutputStream out)
Public Methods
void accept(RpcCommand command)
Accept an RpcCommand for processing.
void finish()
The caller must close the stream.
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.CommandSink
From class java.lang.Object

Public Constructors

public WebModePayloadSink (ClientOracle clientOracle, OutputStream out)

Public Methods

public void accept (RpcCommand command)

Accept an RpcCommand for processing.

public void finish ()

The caller must close the stream.