public interface ExtensionOperation
<extensionAssignOperation> and <extensionActivity>
nodes.
Implementations of this interface must provide a default constructor as they are created
using reflection.AbstractExtensionBundle| Modifier and Type | Method and Description |
|---|---|
void |
run(java.lang.Object context,
java.lang.String cid,
org.w3c.dom.Element element)
Provides the runtime implementation.
|
void run(java.lang.Object context,
java.lang.String cid,
org.w3c.dom.Element element)
throws FaultException
element if necessary.context - injected ExtensionContextcid - channel id (needed for async completion)element - the extension element (child of extensionActivity
or extensionAssignOperationFaultExceptionCopyright © 2015 WSO2. All Rights Reserved.