org.apache.openejb.client
Class Client

java.lang.Object
  extended by org.apache.openejb.client.Client

public class Client
extends Object


Constructor Summary
Client()
           
 
Method Summary
protected  Response processRequest(Request req, Response res, ServerMetaData server)
           
static Response request(Request req, Response res, ServerMetaData server)
           
static void setClient(Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

setClient

public static void setClient(Client client)

request

public static Response request(Request req,
                               Response res,
                               ServerMetaData server)
                        throws RemoteException
Throws:
RemoteException

processRequest

protected Response processRequest(Request req,
                                  Response res,
                                  ServerMetaData server)
                           throws RemoteException
Throws:
RemoteException


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