org.exoplatform.ws.rest.ejbconnector30
Interface RestEJBConnectorRemote

All Known Subinterfaces:
RestEJBConnectorLocal
All Known Implementing Classes:
RestEJBConnector

public interface RestEJBConnectorRemote

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
 SerialResponse service(SerialRequest request)
           
 

Method Detail

service

SerialResponse service(SerialRequest request)
                       throws RemoteException,
                              IOException
Parameters:
request - SerialRequest. This is special wrapper around REST request, which can be transfer via RMI.
Returns:
SerialResponse. This is special wrapper for REST response, which can be transfer via RMI.
Throws:
RemoteException - if remote interface error occurs.
IOException - if i/o error occurs.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.