com.ibm.wsspi.sibx.mediation
Interface OutputTerminal
All Superinterfaces:
- public interface OutputTerminal
- extends Terminal
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
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
fire(commonj.sdo.DataObject message)
Fires the output terminal.
|
Methods inherited from interface com.ibm.wsspi.sibx.mediation.Terminal |
---|
getDisplayName, getName, getType |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
fire
- 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