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
|
Method Summary |
protected org.mule.api.MuleMessage |
createMuleMessage(javax.jms.Message message,
org.mule.api.MuleContext muleContext)
|
abstract void |
handleRedelivery(javax.jms.Message message,
org.mule.api.endpoint.InboundEndpoint endpoint,
org.mule.api.construct.FlowConstruct flow)
Process the redelivered message. |
void |
setConnector(JmsConnector connector)
The connector associated with this handler is set before
handleRedelivery() is called |
| 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(javax.jms.Message message,
org.mule.api.endpoint.InboundEndpoint endpoint,
org.mule.api.construct.FlowConstruct flow)
throws javax.jms.JMSException,
org.mule.api.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:
javax.jms.JMSException - if properties cannot be read from the JMSMessage
MessageRedeliveredException - should be thrown if the message should be
handled by the connection exception handler
org.mule.api.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 org.mule.api.MuleMessage createMuleMessage(javax.jms.Message message,
org.mule.api.MuleContext muleContext)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.