Uses of Class
org.directwebremoting.io.RawData

Packages that use RawData
org.directwebremoting.event   
org.directwebremoting.export   
org.directwebremoting.extend   
 

Uses of RawData in org.directwebremoting.event
 

Constructors in org.directwebremoting.event with parameters of type RawData
MessageEvent(Hub hub, ConverterManager converterManager, RawData rawData)
          Constructor for use with client-side originated messages
 

Uses of RawData in org.directwebremoting.export
 

Methods in org.directwebremoting.export with parameters of type RawData
 void System.activateCallback(java.lang.String key, RawData data)
          Used by reverse ajax proxies to send data back to the server
 void System.publish(java.lang.String topic, RawData data)
          Something has published to the client side 'hub' and we're getting to know about it.
 

Uses of RawData in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type RawData
static
<T> void
CallbackHelper.executeCallback(java.lang.String key, RawData data)
          The reverse of CallbackHelper.saveCallback(Callback, Class) which executes a Callback which has been
 


Copyright ¬ 2005