Uses of Class
org.directwebremoting.extend.Calls

Packages that use Calls
org.directwebremoting.contrib   
org.directwebremoting.dwrp   
org.directwebremoting.extend   
org.directwebremoting.impl   
 

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 Batch.getCalls()
           
 Calls BaseCallMarshaller.marshallInbound(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.directwebremoting.dwrp with parameters of type Calls
 void Batch.setCalls(Calls calls)
           
 

Uses of Calls in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Calls
 Calls Marshaller.marshallInbound(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Marshall an incomming HttpRequest into an abstract Calls POJO that defines the functions that we need to call.
 

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.
 

Uses of Calls in org.directwebremoting.impl
 

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


Copyright ? 2005