public interface MessageEndpointFactory
Modifier and Type | Method and Description |
---|---|
MessageEndpoint |
createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
boolean |
isDeliveryTransacted(java.lang.reflect.Method method)
Returns true to find out whether message deliveries to the
message endpoint will be transacted.
|
MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException
UnavailableException
MessageEndpoint createEndpoint(XAResource xaResource, long timeout) throws UnavailableException
UnavailableException
boolean isDeliveryTransacted(java.lang.reflect.Method method) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException