Uses of Interface
org.eclipse.ohf.wado.client.WADORequest

Packages that use WADORequest
org.eclipse.ohf.wado.client   
org.eclipse.ohf.wado.client.impl   
 

Uses of WADORequest in org.eclipse.ohf.wado.client
 

Methods in org.eclipse.ohf.wado.client that return WADORequest
 WADORequest WADOResponse.getProcessedWadoRequest()
          The method will return the WADORequest object that contains the information sent to the WADO server in the request.
 

Methods in org.eclipse.ohf.wado.client with parameters of type WADORequest
 WADOResponse WADORequestProcessor.processRequest(WADORequest request)
          The method will use the parameters in the WADORequest object to send a WADO request to the WADO server.
 

Uses of WADORequest in org.eclipse.ohf.wado.client.impl
 

Classes in org.eclipse.ohf.wado.client.impl that implement WADORequest
 class WADORequestImpl
           
 

Methods in org.eclipse.ohf.wado.client.impl that return WADORequest
 WADORequest WADOResponseImpl.getProcessedWadoRequest()
           
 

Methods in org.eclipse.ohf.wado.client.impl with parameters of type WADORequest
 WADOResponse WADORequestProcessorImpl.processRequest(WADORequest request)
           
 void WADOResponseImpl.setWadoRequest(WADORequest wadoRequest)
          Sets the WADORequest object that contains information submitted to the WADO server in the request.