org.jboss.soa.esb.actions
Class DummyAction
java.lang.Object
java.util.Observable
org.jboss.soa.esb.actions.AbstractAction
org.jboss.soa.esb.actions.DummyAction
- All Implemented Interfaces:
- java.lang.Runnable
public class DummyAction
- extends AbstractAction
Use this class to tune your XML configurations
Once your config works with this dummy class, you can
switch to your own action class
You will have to implement these three methods
in your own action class
- Author:
- Esteban
Constructor Summary |
DummyAction(DomElement p_oP,
java.lang.Object p_oCurr)
Constructor must always have the configuration tree and the object
that the run() method will process |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyAction
public DummyAction(DomElement p_oP,
java.lang.Object p_oCurr)
throws java.lang.Exception
- Constructor must always have the configuration tree and the object
that the run() method will process
- Parameters:
p_oP
- p_oCurr
-
- Throws:
java.lang.Exception
processCurrentObject
public void processCurrentObject()
throws java.lang.Exception
- Specified by:
processCurrentObject
in class AbstractAction
- Throws:
java.lang.Exception
getOkNotification
public java.io.Serializable getOkNotification()
- Specified by:
getOkNotification
in class AbstractAction
getErrorNotification
public java.io.Serializable getErrorNotification()
- Specified by:
getErrorNotification
in class AbstractAction