|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.exception.DefaultServiceExceptionStrategy
org.mule.module.cxf.CxfComponentExceptionStrategy
public class CxfComponentExceptionStrategy
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.
Field Summary |
---|
Fields inherited from class org.mule.exception.AbstractExceptionListener |
---|
commitTxFilter, enableNotifications, initialised, logger, messageProcessors, muleContext, rollbackTxFilter |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
CxfComponentExceptionStrategy(MuleContext context)
|
Method Summary | |
---|---|
protected void |
defaultHandler(java.lang.Throwable t)
|
Methods inherited from class org.mule.exception.DefaultServiceExceptionStrategy |
---|
getServiceStatistics, logFatal, routeException |
Methods inherited from class org.mule.exception.AbstractMessagingExceptionStrategy |
---|
handleException, handleLifecycleException, handleMessagingException, handleRoutingException, handleStandardException, messageFromContextIfAvailable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CxfComponentExceptionStrategy(MuleContext context)
Method Detail |
---|
protected void defaultHandler(java.lang.Throwable t)
defaultHandler
in class DefaultServiceExceptionStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |