|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.common.extension.AbstractAsyncExtensionOperation
public abstract class AbstractAsyncExtensionOperation
Base class for creating new asynchronous extension implementations.
Constructor Summary | |
---|---|
AbstractAsyncExtensionOperation()
|
Method Summary | |
---|---|
abstract void |
run(java.lang.Object context,
org.w3c.dom.Element element)
Provides the runtime implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAsyncExtensionOperation()
Method Detail |
---|
public abstract void run(java.lang.Object context, org.w3c.dom.Element element) throws FaultException
ExtensionOperation
element
if necessary.
run
in interface ExtensionOperation
context
- injected ExtensionContextelement
- the extension element (child of extensionActivity
or extensionAssignOperation
FaultException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |