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

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

public class Callout
extends java.lang.Object

Represents a Callout from a mediation flow.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
Callout(java.lang.String operationName, commonj.sdo.DataObject message, boolean isOneWay)
          Constructor, making this an immutable object.
 
Method Summary
 commonj.sdo.DataObject getMessage()
           
 java.lang.String getOperationName()
           
 boolean isOneWay()
           
 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

Callout

public Callout(java.lang.String operationName,
               commonj.sdo.DataObject message,
               boolean isOneWay)
Constructor, making this an immutable object.

Parameters:
operationName - The SCA import invoked
message - The SMO message
isOneWay - Indicates if a oneway operation
Method Detail

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()