|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
org.jboss.soa.esb.actions.AbstractAction
org.jboss.soa.esb.actions.AbstractFileAction
org.jboss.soa.esb.actions.DummyFileAction
public class DummyFileAction
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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.soa.esb.actions.AbstractFileAction |
|---|
AbstractFileAction.Params |
| Field Summary |
|---|
| Fields inherited from class org.jboss.soa.esb.actions.AbstractAction |
|---|
m_oCurr, m_oLogger, m_oParms |
| Constructor Summary | |
|---|---|
DummyFileAction(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.AbstractFileAction |
|---|
getDoneOkFile, getErrorFile, getInputFile, getWorkFile, isPostDelete, renameToDone, renameToError, 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 |
|---|
public DummyFileAction(DomElement p_oP,
java.lang.Object p_oCurr)
throws java.lang.Exception
p_oP - p_oCurr -
java.lang.Exception| Method Detail |
|---|
public void processCurrentObject()
throws java.lang.Exception
processCurrentObject in class AbstractActionjava.lang.Exceptionpublic java.io.Serializable getOkNotification()
getOkNotification in class AbstractActionpublic java.io.Serializable getErrorNotification()
getErrorNotification in class AbstractAction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||