SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class SMILAExtensionBundle.InvokeServiceActivity

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.SMILAExtensionBundle.InvokeServiceActivity
Enclosing class:
SMILAExtensionBundle

public static class SMILAExtensionBundle.InvokeServiceActivity
extends java.lang.Object

Extension activity to invoke processing services.

Author:
jschumacher

Constructor Summary
SMILAExtensionBundle.InvokeServiceActivity()
           
 
Method Summary
 void run(ExtensionContext context, org.w3c.dom.Element element)
          promote invocation to processing service manager.
 void validate(java.lang.Object compilerContext, ExtensibleElement element)
          to be called during compilation of invokeService activities.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMILAExtensionBundle.InvokeServiceActivity

public SMILAExtensionBundle.InvokeServiceActivity()
Method Detail

run

public void run(ExtensionContext context,
                org.w3c.dom.Element element)
         throws FaultException
promote invocation to processing service 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 invokeService activities.

See Also:
org.apache.ode.bpel.extension.ExtensionValidator#validate(java.lang.Object, org.apache.ode.bpel.extension.ExtensibleElement)

SMILA (incubation) API documentation