public class JmsMessageEndpointFactory extends Object
MessageEndpointFactory interface,
providing transaction management capabilities for a JMS listener object
(e.g. a MessageListener object).
Uses a static endpoint implementation, simply wrapping the specified message listener object and exposing all of its implemented interfaces on the endpoint instance.
Typically used with Spring's JmsMessageEndpointManager,
but not tied to it. As a consequence, this endpoint factory could
also be used with programmatic endpoint management on a native
ResourceAdapter instance.
setMessageListener(javax.jms.MessageListener),
#setTransactionManager,
JmsMessageEndpointManager| Modifier and Type | Class and Description |
|---|---|
static class |
JmsMessageEndpointFactory.JmsResourceException
Internal exception thrown when a ResourceException has been encountered
during the endpoint invocation.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractMessageEndpoint |
createEndpointInternal()
Creates a concrete JMS message endpoint, internal to this factory.
|
protected javax.jms.MessageListener |
getMessageListener()
Return the JMS MessageListener for this endpoint.
|
void |
setMessageListener(javax.jms.MessageListener messageListener)
Set the JMS MessageListener for this endpoint.
|
public void setMessageListener(javax.jms.MessageListener messageListener)
protected javax.jms.MessageListener getMessageListener()
protected AbstractMessageEndpoint createEndpointInternal()
throws UnavailableException
UnavailableExceptionCopyright © 2017 Power TAC. All rights reserved.