org.apache.activemq.ra
Class MessageEndpointProxy
java.lang.Object
org.apache.activemq.ra.MessageEndpointProxy
- All Implemented Interfaces:
- javax.jms.MessageListener, javax.resource.spi.endpoint.MessageEndpoint
public class MessageEndpointProxy
- extends Object
- implements javax.jms.MessageListener, javax.resource.spi.endpoint.MessageEndpoint
- Author:
- Michael Gaffney
MessageEndpointProxy
public MessageEndpointProxy(javax.resource.spi.endpoint.MessageEndpoint endpoint)
beforeDelivery
public void beforeDelivery(Method method)
throws NoSuchMethodException,
javax.resource.ResourceException
- Specified by:
beforeDelivery
in interface javax.resource.spi.endpoint.MessageEndpoint
- Throws:
NoSuchMethodException
javax.resource.ResourceException
onMessage
public void onMessage(javax.jms.Message message)
- Specified by:
onMessage
in interface javax.jms.MessageListener
afterDelivery
public void afterDelivery()
throws javax.resource.ResourceException
- Specified by:
afterDelivery
in interface javax.resource.spi.endpoint.MessageEndpoint
- Throws:
javax.resource.ResourceException
release
public void release()
- Specified by:
release
in interface javax.resource.spi.endpoint.MessageEndpoint
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 Apache Software Foundation. All Rights Reserved.