com.ibm.wsspi.sibx.mediation.flow.action
Interface InlineInvocationAction

All Superinterfaces:
FlowAction

public interface InlineInvocationAction
extends FlowAction

This class handles an inline call from a mediation flow.

It provides the ability to invoke a request/reply operation on a service synchronously, where the reply to the operation is used as the request flow continues, rather than being used to drive the response flow.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 commonj.sdo.DataObject getReply()
          Returns the reply message.
 
Methods inherited from interface com.ibm.wsspi.sibx.mediation.flow.action.FlowAction
complete, replyReceived, setFactory
 

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
Method Detail

getReply

public commonj.sdo.DataObject getReply()
Returns the reply message.

Returns:
The reply message.