|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.impl.AbstractExceptionListener
org.mule.impl.DefaultExceptionStrategy
org.mule.impl.DefaultComponentExceptionStrategy
org.mule.providers.soap.xfire.XFireComponentExceptionStrategy
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 XFire serialiser/deserialiser can send the correct exception object to the client.
| Field Summary |
| Fields inherited from class org.mule.impl.DefaultComponentExceptionStrategy |
component, statistics |
| Fields inherited from class org.mule.impl.AbstractExceptionListener |
endpoints, initialised, logger |
| Constructor Summary | |
XFireComponentExceptionStrategy()
|
|
| Method Summary | |
protected void |
defaultHandler(Throwable t)
|
| Methods inherited from class org.mule.impl.DefaultComponentExceptionStrategy |
getComponent, logFatal, routeException, setComponent |
| Methods inherited from class org.mule.impl.DefaultExceptionStrategy |
handleLifecycleException, handleMessagingException, handleRoutingException, handleStandardException |
| Methods inherited from class org.mule.impl.AbstractExceptionListener |
addEndpoint, doInitialise, exceptionThrown, fireNotification, getEndpoint, getEndpoints, getErrorMessagePayload, getExceptionType, initialise, isInitialised, logException, markTransactionForRollback, removeEndpoint, setEndpoints |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XFireComponentExceptionStrategy()
| Method Detail |
protected void defaultHandler(Throwable t)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||