org.ow2.easybeans.rpc.api
Interface ClientRPC


public interface ClientRPC

All RPC implementation need to implement this interface which send a request to the remote side and receive a response forwarded back to the client.

Author:
Florent Benoit

Method Summary
 EJBResponse sendEJBRequest(EJBRemoteRequest request)
          Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.
 

Method Detail

sendEJBRequest

EJBResponse sendEJBRequest(EJBRemoteRequest request)
Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.

Parameters:
request - the EJB request.
Returns:
a response that have been processed by the server.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.