com.ibm.wsspi.sibx.mediation.flow.action
Class Callout
java.lang.Object
com.ibm.wsspi.sibx.mediation.flow.action.Callout
- public class Callout
- extends java.lang.Object
Represents a Callout from a mediation flow.
Constructor Summary |
Callout(java.lang.String operationName,
commonj.sdo.DataObject message,
boolean isOneWay)
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
Callout
public Callout(java.lang.String operationName,
commonj.sdo.DataObject message,
boolean isOneWay)
- Constructor, making this an immutable object.
- Parameters:
operationName
- The SCA import invokedmessage
- The SMO messageisOneWay
- Indicates if a oneway operation
isOneWay
public boolean isOneWay()
- Returns:
- Returns true if the invocation is one way.
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()