Uses of Interface
javax.resource.spi.endpoint.MessageEndpoint

Packages that use MessageEndpoint
com.caucho.ejb.message   
com.caucho.jms.jca   
javax.resource.spi.endpoint   
 

Uses of MessageEndpoint in com.caucho.ejb.message
 

Methods in com.caucho.ejb.message that return MessageEndpoint
 MessageEndpoint MessageManager.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint MessageManager.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.
 

Uses of MessageEndpoint in com.caucho.jms.jca
 

Classes in com.caucho.jms.jca that implement MessageEndpoint
 class ListenerEndpoint
          The JMS MessageListener endpoint
 

Methods in com.caucho.jms.jca that return MessageEndpoint
 MessageEndpoint ListenerEndpointFactory.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint ListenerEndpointFactory.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.
 

Uses of MessageEndpoint in javax.resource.spi.endpoint
 

Methods in javax.resource.spi.endpoint that return MessageEndpoint
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource)
          Creates an endpoint with the associated XA resource.
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource xaResource, long timeout)
          Creates an endpoint with the associated XA resource.