org.jboss.soa.esb.actions.templates
Class MockMessageAction
java.lang.Object
org.jboss.soa.esb.actions.templates.MockMessageAction
public class MockMessageAction
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_message
protected Message _message
_config
protected ConfigTree _config
MockMessageAction
public MockMessageAction(ConfigTree config)
noOperation
public Message noOperation(Message message)
process
public Message process(Message message)
process222
public Message process222(Message message)
myOkMethod1
public void myOkMethod1()
myMethod2
public void myMethod2()
endOfChainNotification
public void endOfChainNotification()
justThrow
public Message justThrow(Message message)
throws java.lang.Exception
- Throws:
java.lang.Exception
exceptionCallback1
public void exceptionCallback1(java.lang.Exception e)