com.ibm.wsspi.sibx.mediation.flow.action
Class InlineCall
java.lang.Object
com.ibm.wsspi.sibx.mediation.flow.action.InlineCall
- public class InlineCall
- extends java.lang.Object
Represents an inline call from a mediation flow.
For example, the call to a custom mediation primitive.
Constructor Summary |
InlineCall(java.lang.String operationName,
commonj.sdo.DataObject message)
Constructor, making this an immutable object. |
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
InlineCall
public InlineCall(java.lang.String operationName,
commonj.sdo.DataObject message)
- Constructor, making this an immutable object.
- Parameters:
operationName
- The SCA import invokedmessage
- The SCA message
getMessage
public commonj.sdo.DataObject getMessage()
- Returns:
- Returns the SMO message.
getOperationName
public java.lang.String getOperationName()
- Returns:
- Returns the operation name.
toString
public java.lang.String toString()
- See Also:
Object.toString()