public interface MessageEndpointFactory
| Modifier and Type | Method and Description |
|---|---|
MessageEndpoint |
createEndpoint(XAResource xaResource) |
MessageEndpoint |
createEndpoint(XAResource xaResource,
long timeout) |
boolean |
isDeliveryTransacted(Method method) |
MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException
UnavailableExceptionMessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws UnavailableException
xaResource - XAResource endpoint can usetimeout - timeoutUnavailableException - if endpoint cannot be created right now.boolean isDeliveryTransacted(Method method) throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2013. All Rights Reserved.