|
|||||||||
| 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.AbstractSyncExtensionOperation
public abstract class AbstractSyncExtensionOperation
Base class for creating new extension implementations.
| Constructor Summary | |
|---|---|
AbstractSyncExtensionOperation()
|
|
| Method Summary | |
|---|---|
void |
run(java.lang.Object contexto,
org.w3c.dom.Element element)
Provides the runtime implementation. |
protected abstract void |
runSync(ExtensionContext context,
org.w3c.dom.Element element)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSyncExtensionOperation()
| Method Detail |
|---|
protected abstract void runSync(ExtensionContext context,
org.w3c.dom.Element element)
throws FaultException
FaultException
public void run(java.lang.Object contexto,
org.w3c.dom.Element element)
throws FaultException
ExtensionOperationelement if necessary.
run in interface ExtensionOperationcontexto - 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 | ||||||||