Uses of Class
org.directwebremoting.extend.Replies

Packages that use Replies
org.directwebremoting.contrib   
org.directwebremoting.dwrp   
org.directwebremoting.extend   
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 BaseCallMarshaller.marshallOutbound(Replies replies, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

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.
 

Methods in org.directwebremoting.extend with parameters of type Replies
 void Marshaller.marshallOutbound(Replies replies, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Marshall the return values from executing this batch of requests.
 

Uses of Replies in org.directwebremoting.impl
 

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


Copyright ? 2005