org.mule.exception
Class AbstractExceptionStrategy
java.lang.Object
org.mule.processor.AbstractMuleObjectOwner<MessageProcessor>
org.mule.processor.AbstractMessageProcessorOwner
org.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractExceptionStrategy
- All Implemented Interfaces:
- AnnotatedObject, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable
Deprecated. use AbstractExceptionListener
@Deprecated
public abstract class AbstractExceptionStrategy
- extends AbstractExceptionListener
This is the base class for exception strategies which contains several helper methods. However, you should
probably inherit from AbstractMessagingExceptionStrategy
(if you are creating a Messaging Exception Strategy)
or AbstractSystemExceptionStrategy
(if you are creating a System Exception Strategy) rather than directly from this class.
Methods inherited from class org.mule.exception.AbstractExceptionListener |
addEndpoint, closeStream, commit, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getOwnedMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, isRollback, logException, logFatal, removeMessageProcessor, rollback, rollback, rollbackTransaction, routeException, routeException, setCommitTxFilter, setEnableNotifications, setMessageProcessors, setRollbackTxFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mule.api.lifecycle.Startable |
start |
Methods inherited from interface org.mule.api.lifecycle.Stoppable |
stop |
AbstractExceptionStrategy
public AbstractExceptionStrategy(MuleContext muleContext)
- Deprecated.
fireNotification
protected void fireNotification(Exception ex)
- Deprecated.
- Overrides:
fireNotification
in class AbstractExceptionListener
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.