Uses of Class
org.directwebremoting.extend.Calls

Packages that use Calls
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   
org.directwebremoting.jsonp   
org.directwebremoting.jsonrpc.io   
 

Uses of Calls in org.directwebremoting.contrib
 

Methods in org.directwebremoting.contrib with parameters of type Calls
 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 Calls in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp that return Calls
 Calls CallBatch.getCalls()
           
 Calls BaseCallHandler.marshallInbound(CallBatch batch)
          Convert batch into calls.
 

Uses of Calls in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Calls
 Calls Replies.getCalls()
           
 

Methods in org.directwebremoting.extend with parameters of type Calls
 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.
 

Constructors in org.directwebremoting.extend with parameters of type Calls
Replies(Calls calls)
           
 

Uses of Calls in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type Calls
 Replies DefaultRemoter.execute(Calls calls)
           
 

Uses of Calls in org.directwebremoting.jsonp
 

Methods in org.directwebremoting.jsonp that return Calls
 Calls JsonpCallHandler.convertToCalls(javax.servlet.http.HttpServletRequest request)
          Take an HttpServletRequest and create from it a Calls object.
 

Uses of Calls in org.directwebremoting.jsonrpc.io
 

Subclasses of Calls in org.directwebremoting.jsonrpc.io
 class JsonRpcCalls
          An extension to the Calls object to hold JsonRpc version information.
 


Copyright ยจ 2008