Class RPCEvent

  • All Implemented Interfaces:
    java.io.Serializable, AtmosphereMessage<java.lang.String>

    public class RPCEvent
    extends java.lang.Object
    implements AtmosphereMessage<java.lang.String>
    This class is used during serialization by the RPCSerializer. This class is normally used with the org.atmosphere.gwt20.managed.AtmosphereMessageInterceptor to allow GWT and non GWT application to interact using a org.atmosphere.cpr.Broadcaster.

    The asString() or asByte() are used to serialize the object so Atmosphere's component can react on the deserialize GWT object as a normal request's body, without the GWT protocol.

    Author:
    Jeanfrancois Arcand
    See Also:
    Serialized Form