guarana.toolkit.adapter
Interface IAsyncSolicitorAdapter

All Known Implementing Classes:
JbiAsyncSolicitorAdapter

public interface IAsyncSolicitorAdapter

Defines the basic interface for a solicitor port adapter.

Since:
Guaranį SDK 1.0.0
Author:
Rafael Z. Frantz

Method Summary
 void solicit(Message<?> message, guarana.util.remote.RemoteObjectReference replyTo)
          Sends the solicit message to the resource and gets the response.
 

Method Detail

solicit

void solicit(Message<?> message,
             guarana.util.remote.RemoteObjectReference replyTo)
             throws AdapterException
Sends the solicit message to the resource and gets the response.

Parameters:
message - The solicit message.
Throws:
AdapterException - to report any problems during the method execution.


Guaranį DSL Home