|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.workflow.ActionScope
public class ActionScope
The action block equipped with fault handlers.
The actions of these block may throw faults (exceptions). In such case
the corresponding fault handler (if any) is invoked.
The actions are objects of type Action
.
The fault handlers are the objects of type ActionScope.GenericCatch
.
Nested Class Summary | |
---|---|
static class |
ActionScope.Catch
Fault handler to catch faults with the (probably) specified QName . |
static interface |
ActionScope.GenericCatch
The generic interface for the fault handler. |
Constructor Summary | |
---|---|
ActionScope(Action action,
ActionScope.GenericCatch[] faultHandlers)
|
Method Summary | |
---|---|
void |
emitCode(Scope scope,
org.w3c.dom.Element target)
Emit the piece of code corresponding to the current action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionScope(Action action, ActionScope.GenericCatch[] faultHandlers)
Method Detail |
---|
public void emitCode(Scope scope, org.w3c.dom.Element target) throws java.lang.Exception
Action
emitCode
in interface Action
scope
- The variable scope of the workflowtarget
- The XML DOM element to append the action code to
java.lang.Exception
- In a case of error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |