|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.server.InvocationHelper
public class InvocationHelper
This class represents static methods that are utilized during the course of invocation of a JAX-WS endpoint. This utility class is specifically meant to be used within the JAX-WS server-side flow.
Constructor Summary | |
---|---|
InvocationHelper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationHelper()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |