Uses of Class
org.directwebremoting.extend.Replies

Packages that use Replies
org.directwebremoting.contrib   
org.directwebremoting.dwrp   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

Uses of Replies in org.directwebremoting.contrib
 

Methods in org.directwebremoting.contrib that return Replies
 Replies ParallelDefaultRemoter.execute(Calls calls)
          Execute a set of remote calls in parallel and generate set of reply data for later conversion to whatever wire protocol we are using today.
 

Uses of Replies in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type Replies
 void BaseCallHandler.marshallOutbound(Batch batch, Replies replies, javax.servlet.http.HttpServletResponse response, ScriptConduit conduit, java.io.PrintWriter out)
           
 

Uses of Replies in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Replies
 Replies Remoter.execute(Calls calls)
          Execute a set of remote calls and generate set of reply data for later conversion to whatever wire protocol we are using today.
 

Uses of Replies in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return Replies
 Replies DefaultRemoter.execute(Calls calls)
           
 


Copyright ยจ 2008