org.mule.transport.jms.redelivery
Class AbstractRedeliveryHandler
java.lang.Object
org.mule.transport.jms.redelivery.AbstractRedeliveryHandler
- All Implemented Interfaces:
- RedeliveryHandler
- Direct Known Subclasses:
- CountingRedeliveryHandler, JmsXRedeliveryHandler
public abstract class AbstractRedeliveryHandler
- extends Object
- implements RedeliveryHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connector
protected JmsConnector connector
AbstractRedeliveryHandler
public AbstractRedeliveryHandler()
handleRedelivery
public abstract void handleRedelivery(Message message,
ImmutableEndpoint endpoint,
FlowConstruct flow)
throws JMSException,
MuleException
- Description copied from interface:
RedeliveryHandler
- Process the redelivered message. If the JMS receiver should process the
message, it should be returned. Otherwise the connector should throw a
MessageRedeliveredException to indicate that the message should be
handled by the connector's exception handler.
- Specified by:
handleRedelivery in interface RedeliveryHandler
- Parameters:
message - the redelivered messageendpoint - from which the message was receivedflow - in which the exception occured, this is used to obtain the
appropriate exception handler
- Throws:
JMSException - if properties cannot be read from the JMSMessage
MessageRedeliveredException - should be thrown if the message should be
handled by the connection exception handler
MuleException - if there is a problem reading or proessing the message
setConnector
public void setConnector(JmsConnector connector)
- The connector associated with this handler is set before
handleRedelivery() is called
- Specified by:
setConnector in interface RedeliveryHandler
- Parameters:
connector - the connector associated with this handler
createMuleMessage
protected MuleMessage createMuleMessage(Message message)
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.