org.jboss.blacktie.jatmibroker.xatmi.mdb
Class MDBBlacktieService

java.lang.Object
  extended by org.jboss.blacktie.jatmibroker.xatmi.BlackTieService
      extended by 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


Constructor Summary
MDBBlacktieService()
           
 
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 org.jboss.blacktie.jatmibroker.xatmi.BlackTieService
processMessage
 
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
 

Constructor Detail

MDBBlacktieService

public MDBBlacktieService()
Method Detail

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.