Package com.ibm.wsspi.sibx.mediation.flow.action

Interface Summary
FlowAction This abstract class provides a common parent for the various FlowAction subclasses, that each encapsulate the different ways that callouts, results and faults from the mediation request flow are handled.
FlowActionFactory This interface supports creation of appropriate FlowAction objects as a result of a mediation flow.
InlineInvocationAction This class handles an inline call from a mediation flow.
 

Class Summary
Callout Represents a Callout from a mediation flow.
Fault Represents the outcome of a flow invocation being a fault sent back to the original caller.
InlineCall Represents an inline call from a mediation flow.
Result Represents the outcome of a flow invocation being a result sent back to the original caller.
 

Exception Summary
FlowActionException This exception is used to indicate that the an error occurred accessing the persistent store.
FlowActionPolicyException This exception is used to indicate that the flow action policy for a medation module has been violated.
MethodNotImplementedException This exception is used to indicate that the invoked method is not implemented by the particular FlowAction subclass.