com.ibm.wsspi.sibx.mediation
Interface OutputTerminal

All Superinterfaces:
Terminal

public interface OutputTerminal
extends Terminal

The output terminal of a mediation primitive. Mediation primitives may define zero or more output terminals, each of which must have a unique name. A Mediation primitive may fire its output terminals during processing within the mediate method, passing the message. Output terminals are wired to other mediation primitives, or an output of the flow.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 void fire(commonj.sdo.DataObject message)
          Fires the output terminal.
 
Methods inherited from interface com.ibm.wsspi.sibx.mediation.Terminal
getName, getType
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

fire

public void fire(commonj.sdo.DataObject message)
Fires the output terminal. The message is then propagated by the engine to any flow elements wired to the output terminal.

Parameters:
message - the message to proagate