public class ServiceEndpointInvokerEJB21.HandlerCallbackImpl extends Object implements org.jboss.wsf.spi.invocation.HandlerCallback
Constructor and Description |
---|
ServiceEndpointInvokerEJB21.HandlerCallbackImpl(ServerEndpointMetaData sepMetaData) |
Modifier and Type | Method and Description |
---|---|
boolean |
callFaultHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type,
Exception ex)
Handlers are beeing called through the HandlerCallback from the EJB interceptor
|
boolean |
callRequestHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor
|
boolean |
callResponseHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor
|
public ServiceEndpointInvokerEJB21.HandlerCallbackImpl(ServerEndpointMetaData sepMetaData)
public boolean callRequestHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callRequestHandlerChain
in interface org.jboss.wsf.spi.invocation.HandlerCallback
public boolean callResponseHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callResponseHandlerChain
in interface org.jboss.wsf.spi.invocation.HandlerCallback
public boolean callFaultHandlerChain(org.jboss.wsf.spi.invocation.Invocation wsInv, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type, Exception ex)
callFaultHandlerChain
in interface org.jboss.wsf.spi.invocation.HandlerCallback
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.