org.jboss.soa.esb.actions
Class DummyAction

java.lang.Object
  extended by java.util.Observable
      extended by org.jboss.soa.esb.actions.AbstractAction
          extended by 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

Field Summary
 
Fields inherited from class org.jboss.soa.esb.actions.AbstractAction
m_oCurr, m_oLogger, m_oParms
 
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
 
Method Summary
 java.io.Serializable getErrorNotification()
           
 java.io.Serializable getOkNotification()
           
 void processCurrentObject()
           
 
Methods inherited from class org.jboss.soa.esb.actions.AbstractAction
run
 
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
 

Constructor Detail

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
Method Detail

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