guarana.toolkit.adapter.proxy
Interface IStubInOut
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- InOutCommunicator
public interface IStubInOut
- extends Remote
A basic interface for Passive Responder Ports that use RMI to publish ports at RMI Registry.
- Since:
- Guaranį SDK 1.0.0
- Author:
- Rafael Z. Frantz
pushRequest
IStubFuture pushRequest(Message<?> message)
throws RemoteException
- This method can be invoked to push a request message into the
ResponderPort
via InOut-Communicator.
- Parameters:
message
- The request message.
- Returns:
- a remote future object that will contain the response message for the request.
- Throws:
RemoteException
- if any remote exception is raised during this method execution.- See Also:
communicator.proxy.IStubInOut
Guaranį DSL Home