guarana.toolkit.adapter
Interface IExitAdapter

All Known Implementing Classes:
JbiExitResourceAdapter, RMIExitAdapter

public interface IExitAdapter

Defines the basic interface for an ExitPort adapter.

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

Method Summary
 void write(Message<?> message)
          Writes the message to the passive resource.
 

Method Detail

write

void write(Message<?> message)
           throws AdapterException
Writes the message to the passive resource.

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


Guaranį DSL Home