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.
Method Summary |
commonj.sdo.DataObject |
getReply()
Returns the reply message. |
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
getReply
public commonj.sdo.DataObject getReply()
- Returns the reply message.
- Returns:
- The reply message.