Uses of Interface
org.apache.openejb.client.Response

Packages that use Response
org.apache.openejb.client   
 

Uses of Response in org.apache.openejb.client
 

Subinterfaces of Response in org.apache.openejb.client
 interface ClusterableResponse
           
 

Classes in org.apache.openejb.client that implement Response
 class AuthenticationResponse
           
 class ClusterResponse
           
 class EJBResponse
           
 class JNDIResponse
           
 

Methods in org.apache.openejb.client that return Response
 Response RetryException.getResponse()
           
protected  Response Client.processRequest(Request req, Response res, ServerMetaData server)
           
static Response Client.request(Request req, Response res, ServerMetaData server)
           
 

Methods in org.apache.openejb.client with parameters of type Response
protected  Response Client.processRequest(Request req, Response res, ServerMetaData server)
           
static Response Client.request(Request req, Response res, ServerMetaData server)
           
 

Constructors in org.apache.openejb.client with parameters of type Response
RetryException(Response response)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.