|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.TransactionalInterceptingMessageProcessor
public class TransactionalInterceptingMessageProcessor
Wraps the invocation of the next MessageProcessor
with a transaction. If
the TransactionConfig
is null then no transaction is used and the next
MessageProcessor
is invoked directly.
Field Summary | |
---|---|
protected TransactionConfig |
transactionConfig
|
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Constructor Summary | |
---|---|
TransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig)
|
Method Summary | |
---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor. |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
processNext, setListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TransactionConfig transactionConfig
Constructor Detail |
---|
public TransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig)
Method Detail |
---|
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
event
- MuleEvent to be processed
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |