org.mule.module.cxf
Class CxfComponentExceptionStrategy
java.lang.Object
org.mule.processor.AbstractMessageProcessorOwner
org.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.exception.DefaultServiceExceptionStrategy
org.mule.module.cxf.CxfComponentExceptionStrategy
- All Implemented Interfaces:
- FlowConstructAware, MuleContextAware, MessagingExceptionHandler, Disposable, Initialisable, Lifecycle, Startable, Stoppable
public class CxfComponentExceptionStrategy
- extends DefaultServiceExceptionStrategy
This exception strategy forces the exception thrown from a web service invocation
to be passed as-is, not wrapped in a Mule exception object. This ensures the Cxf
serialiser/deserialiser can send the correct exception object to the client.
Methods inherited from class org.mule.exception.AbstractExceptionListener |
addEndpoint, closeStream, createOutboundRouter, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getMessageProcessors, getOwnedMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logException, removeMessageProcessor, rollbackTransaction, setCommitTxFilter, setEnableNotifications, setMessageProcessors, setRollbackTxFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfComponentExceptionStrategy
public CxfComponentExceptionStrategy(MuleContext context)
defaultHandler
protected void defaultHandler(Throwable t)
- Overrides:
defaultHandler
in class DefaultServiceExceptionStrategy
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.