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