Uses of Class
org.isam.exehda.services.HttpService.ServiceRequest

Packages that use HttpService.ServiceRequest
org.isam.exehda.services   
org.isam.exehda.services.avu   
org.isam.exehda.services.bda   
org.isam.exehda.services.dhc.server   
org.isam.exehda.services.worb   
 

Uses of HttpService.ServiceRequest in org.isam.exehda.services
 

Methods in org.isam.exehda.services with parameters of type HttpService.ServiceRequest
protected  void HttpService.handleRequest(HttpService.ServiceRequest req)
           
protected  void GatekeeperService.handleRequest(HttpService.ServiceRequest req)
           
 

Constructors in org.isam.exehda.services with parameters of type HttpService.ServiceRequest
HttpService.ServiceResponse(HttpService.ServiceRequest req, int responseCode)
           
 

Uses of HttpService.ServiceRequest in org.isam.exehda.services.avu
 

Methods in org.isam.exehda.services.avu with parameters of type HttpService.ServiceRequest
protected  void AvuImpl.handleRequest(HttpService.ServiceRequest req)
           
protected  int AvuImpl.getAvuOperation(HttpService.ServiceRequest req)
           
protected  void AvuImpl.handleAvuRead(HttpService.ServiceRequest req)
           
protected  void AvuImpl.handleAvuWrite(HttpService.ServiceRequest req)
           
 

Uses of HttpService.ServiceRequest in org.isam.exehda.services.bda
 

Methods in org.isam.exehda.services.bda with parameters of type HttpService.ServiceRequest
protected  void BdaImpl.handleRequest(HttpService.ServiceRequest req)
           
protected  int BdaImpl.getBdaOperation(HttpService.ServiceRequest req)
           
protected  void BdaImpl.handleBdaRead(HttpService.ServiceRequest req)
           
protected  void BdaImpl.handleBdaWrite(HttpService.ServiceRequest req)
           
 

Uses of HttpService.ServiceRequest in org.isam.exehda.services.dhc.server
 

Methods in org.isam.exehda.services.dhc.server with parameters of type HttpService.ServiceRequest
protected  void ConfigServerImpl.handleRequest(HttpService.ServiceRequest req)
          handle a request for a profile
 

Uses of HttpService.ServiceRequest in org.isam.exehda.services.worb
 

Methods in org.isam.exehda.services.worb that return HttpService.ServiceRequest
 HttpService.ServiceRequest WorbImpl.InvokeAction.getServiceRequest()
           
 

Methods in org.isam.exehda.services.worb with parameters of type HttpService.ServiceRequest
protected  void WorbImpl.handleRequest(HttpService.ServiceRequest req)
           
 

Constructors in org.isam.exehda.services.worb with parameters of type HttpService.ServiceRequest
WorbImpl.InvokeAction(WebServiceRef wsref, java.lang.Long opnum, java.io.InputStream rawin, HttpService.ServiceRequest req)