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

java.lang.Object
  extended bycom.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.


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

InlineCall

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

Parameters:
operationName - The SCA import invoked
message - The SCA message
Method Detail

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