org.springframework.ejb.support.AbstractMessageDrivenBean Convenient superclass for MDBs. Doesn't require JMS, as EJB 2.1 MDBs are no longer JMS-specific: see the AbstractJmsMessageDrivenBean subclass. <p>This class ensures that subclasses have access to the MessageDrivenContext provided by the EJB container, and implement a no argument ejbCreate( ...
org.jboss.webservice.transport.jms.DelegatingMessageDrivenBean A basic MDB that delegates to an already insalled service. @author thomas.diesler@jboss.org @ejb.bean destination-type="javax.jms.Queue" subscription-durability="NonDurable" @jboss.destination-jndi-name name="queue/JBossWSQueue"
org.jboss.webservice.transport.jms.JMSTransportSupport The abstract base class for MDBs that want to act as web service endpoints. A subclass should only need to implement the service endpoint interface. @author thomas.diesler@jboss.org