public class MessageEndpointProxy extends Object implements javax.jms.MessageListener, javax.resource.spi.endpoint.MessageEndpoint
Constructor and Description |
---|
MessageEndpointProxy(javax.resource.spi.endpoint.MessageEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
afterDelivery() |
void |
beforeDelivery(Method method) |
void |
onMessage(javax.jms.Message message) |
void |
release() |
String |
toString() |
public MessageEndpointProxy(javax.resource.spi.endpoint.MessageEndpoint endpoint)
public void beforeDelivery(Method method) throws NoSuchMethodException, javax.resource.ResourceException
beforeDelivery
in interface javax.resource.spi.endpoint.MessageEndpoint
NoSuchMethodException
javax.resource.ResourceException
public void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
public void afterDelivery() throws javax.resource.ResourceException
afterDelivery
in interface javax.resource.spi.endpoint.MessageEndpoint
javax.resource.ResourceException
public void release()
release
in interface javax.resource.spi.endpoint.MessageEndpoint
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.