org.jboss.blacktie.jatmibroker.xatmi.mdb
Class MDBBlacktieService
java.lang.Object
org.jboss.blacktie.jatmibroker.xatmi.BlackTieService
org.jboss.blacktie.jatmibroker.xatmi.mdb.MDBBlacktieService
- All Implemented Interfaces:
- javax.jms.MessageListener, Service
public abstract class MDBBlacktieService
- extends BlackTieService
- implements javax.jms.MessageListener
All BlackTie MDB services should extend this class so that they can be
advertised
|
Method Summary |
void |
onMessage(javax.jms.Message message)
The onMessage method formats the JMS received bytes message into a format
understood by the XATMI API. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.blacktie.jatmibroker.xatmi.Service |
tpservice |
MDBBlacktieService
public MDBBlacktieService()
onMessage
public void onMessage(javax.jms.Message message)
- The onMessage method formats the JMS received bytes message into a format
understood by the XATMI API.
- Specified by:
onMessage in interface javax.jms.MessageListener
- Parameters:
message - The message received wrapping an XATMI invocation
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.