public interface HandlerCallback
Modifier and Type | Method and Description |
---|---|
boolean |
callFaultHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type,
Exception ex)
Handlers are being called through the HandlerCallback from the EJB interceptor
|
boolean |
callRequestHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type)
Handlers are being called through the HandlerCallback from the EJB interceptor
|
boolean |
callResponseHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type)
Handlers are being called through the HandlerCallback from the EJB interceptor
|
boolean callRequestHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
wsInv
- invocation handlertype
- handlerboolean callResponseHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
wsInv
- invocation handlertype
- handlerboolean callFaultHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type, Exception ex)
wsInv
- invocation handlertype
- handlerex
- exceptionCopyright © 2016 JBoss, by Red Hat. All rights reserved.