KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > MessageDrivenBean > Top Examples

  • org.objectweb.jonas_ejb.container.JMessageEndpointProxy
    Generic interposed class for Message Endpoints This class presents these interfaces, depending on object reached: MessageDrivenContext interface to the bean instance @author Philippe Coq, Philippe Durieux @author Christophe Ney (Easier Enhydra integration)
  • 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"
Popular Tags