|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.AbstractReceiverWorker
org.mule.transport.jms.MultiConsumerJmsMessageReceiver.JmsWorker
protected class MultiConsumerJmsMessageReceiver.JmsWorker
Field Summary |
---|
Fields inherited from class org.mule.transport.AbstractReceiverWorker |
---|
endpoint, messages, out, receiver |
Constructor Summary | |
---|---|
MultiConsumerJmsMessageReceiver.JmsWorker(javax.jms.Message message,
AbstractMessageReceiver receiver,
org.mule.transport.jms.MultiConsumerJmsMessageReceiver.SubReceiver subReceiver)
|
Method Summary | |
---|---|
protected void |
bindTransaction(Transaction tx)
Template method used to bind the resources of this receiver to the transaction. |
protected java.lang.Object |
preProcessMessage(java.lang.Object message)
Before a message is passed into Mule this callback is called and can be used by the worker to inspect the message before it gets sent to Mule |
Methods inherited from class org.mule.transport.AbstractReceiverWorker |
---|
doRun, handleResults, postProcessMessage, preRouteMuleMessage, release, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiConsumerJmsMessageReceiver.JmsWorker(javax.jms.Message message, AbstractMessageReceiver receiver, org.mule.transport.jms.MultiConsumerJmsMessageReceiver.SubReceiver subReceiver)
Method Detail |
---|
protected java.lang.Object preProcessMessage(java.lang.Object message) throws java.lang.Exception
AbstractReceiverWorker
preProcessMessage
in class AbstractReceiverWorker
message
- the next message to be processed
java.lang.Exception
protected void bindTransaction(Transaction tx) throws TransactionException
AbstractReceiverWorker
bindTransaction
in class AbstractReceiverWorker
tx
- the current transaction or null if there is no transaction
TransactionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |