public interface MessageEndpointFactory
Modifier and Type | Method and Description |
---|---|
MessageEndpoint |
createEndpoint(XAResource resource)
Creates a message endpoint
|
boolean |
isDeliveryTransacted(Method method)
Tests whether the delivery is transactional for the given method
|
MessageEndpoint createEndpoint(XAResource resource) throws UnavailableException
resource
- the xa resourceUnavailableException
- a transient failure in the endpointboolean isDeliveryTransacted(Method method) throws NoSuchMethodException
method
- the method to testNoSuchMethodException
- if there is no such method for the endpointCopyright © 2013 JBoss by Red Hat. All rights reserved.