public class InvocationHelper extends Object
Constructor and Description |
---|
InvocationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
callListenersForException(Throwable t,
EndpointInvocationContext eic)
This method is responsible for driving the InvocationListener instances'
'notifyOnException' method.
|
static void |
callListenersForException(Throwable t,
MessageContext context)
This method is responsible for driving the method below.
|
static Throwable |
determineMappedException(Throwable t,
EndpointInvocationContext eic)
This method will drive the call to the above methods.
|
static Throwable |
determineMappedException(Throwable t,
MessageContext context)
This method will drive the call to the above methods.
|
public static void callListenersForException(Throwable t, MessageContext context)
public static void callListenersForException(Throwable t, EndpointInvocationContext eic)
public static Throwable determineMappedException(Throwable t, EndpointInvocationContext eic)
public static Throwable determineMappedException(Throwable t, MessageContext context)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.