org.eclipse.smila.processing.bpel
Class SMILAExtensionBundle.InvokePipeletActivity
java.lang.Object
org.eclipse.smila.processing.bpel.SMILAExtensionBundle.InvokePipeletActivity
- Enclosing class:
- SMILAExtensionBundle
public static class SMILAExtensionBundle.InvokePipeletActivity
- extends java.lang.Object
Extension activity to invoke simple pipelets.
- Author:
- jschumacher
|
Method Summary |
void |
run(ExtensionContext context,
org.w3c.dom.Element element)
promote invocation to simple pipelet manager. |
void |
validate(java.lang.Object compilerContext,
ExtensibleElement element)
to be called during compilation of invokePipelet activities. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMILAExtensionBundle.InvokePipeletActivity
public SMILAExtensionBundle.InvokePipeletActivity()
run
public void run(ExtensionContext context,
org.w3c.dom.Element element)
throws FaultException
- promote invocation to simple pipelet manager.
- Throws:
FaultException- See Also:
#run(org.apache.ode.bpel.runtime.extension.ExtensionContext, org.w3c.dom.Element)
validate
public void validate(java.lang.Object compilerContext,
ExtensibleElement element)
- to be called during compilation of invokePipelet activities.
- See Also:
org.apache.ode.bpel.extension.ExtensionValidator#validate(java.lang.Object,
org.apache.ode.bpel.extension.ExtensibleElement)