|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.transport.jms.JMSMessageReceiver
public class JMSMessageReceiver
This is the JMS message receiver which is invoked when a message is received. This processes the message through the engine
| Method Summary | |
|---|---|
boolean |
onMessage(javax.jms.Message message,
javax.transaction.UserTransaction ut)
Process a new message received |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean onMessage(javax.jms.Message message,
javax.transaction.UserTransaction ut)
message - the JMS message receivedut - UserTransaction which was used to receive the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||