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