com.ibm.wsspi.sibx.mediation.flow.action
Class Result
java.lang.Object
com.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.
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 |
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
Result
public Result(commonj.sdo.DataObject message)
- Default constructor
- Parameters:
message
- the message
getMessage
public commonj.sdo.DataObject getMessage()
- Returns the message.
- Returns:
- the message
toString
public java.lang.String toString()
- See Also:
Object.toString()