|
|||||||||
| 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
ExtensionOperationelement if necessary.
run in interface ExtensionOperationcontext - 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 | ||||||||