|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
It provides an interface to the Mediation Implementation Handler that hides the different behaviours from that class.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
complete()
Completes the flow action. |
void |
replyReceived(commonj.sdo.DataObject message)
Informs the FlowAction that the given reply has been received. |
void |
setFactory(FlowActionFactory factory)
Sets the factory reference if not already set. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public void setFactory(FlowActionFactory factory)
factory
- The factory that created this FlowAction.public void complete() throws FlowActionException
FlowActionException
- An error occurred completing the action.public void replyReceived(commonj.sdo.DataObject message) throws FlowActionException
message
- The reply SMO message.
FlowActionException
- An error occurred receiving the reply.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |