com.ibm.wsspi.sibx.mediation.flow.action
Class Result

java.lang.Object
  extended bycom.ibm.wsspi.sibx.mediation.flow.action.Result

public class Result
extends java.lang.Object

Represents the outcome of a flow invocation being a result sent back to the original caller.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
Result(commonj.sdo.DataObject message)
          Default constructor
 
Method Summary
 commonj.sdo.DataObject getMessage()
          Returns the message.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

Result

public Result(commonj.sdo.DataObject message)
Default constructor

Parameters:
message - the message
Method Detail

getMessage

public commonj.sdo.DataObject getMessage()
Returns the message.

Returns:
the message

toString

public java.lang.String toString()
See Also:
Object.toString()