boolean |
HandlerCallback.callFaultHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type,
Exception ex) |
Handlers are being called through the HandlerCallback from the EJB interceptor
|
boolean |
HandlerCallback.callRequestHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type) |
Handlers are being called through the HandlerCallback from the EJB interceptor
|
boolean |
HandlerCallback.callResponseHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type) |
Handlers are being called through the HandlerCallback from the EJB interceptor
|
abstract void |
InvocationHandler.invoke(Endpoint ep,
Invocation inv) |
Invoke the the service endpoint
|
abstract void |
InvocationHandler.onAfterInvocation(Invocation invocation) |
Template method for notifying subclasses that endpoint method invocation was completed.
|
abstract void |
InvocationHandler.onBeforeInvocation(Invocation invocation) |
Template method for notifying subclasses that endpoint method is going to be invoked.
|
abstract void |
InvocationHandler.onEndpointInstantiated(Endpoint endpoint,
Invocation invocation) |
Template method for notifying subclasses that endpoint instance have been instantiated.
|