public class ServiceEndpointInvokerEJB21 extends ServiceEndpointInvoker
Modifier and Type | Class and Description |
---|---|
class |
ServiceEndpointInvokerEJB21.HandlerCallbackImpl |
bindingProvider, delegate, endpoint
Constructor and Description |
---|
ServiceEndpointInvokerEJB21() |
Modifier and Type | Method and Description |
---|---|
boolean |
callFaultHandlerChain(ServerEndpointMetaData sepMetaData,
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(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor
|
boolean |
callResponseHandlerChain(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor
|
protected org.jboss.wsf.spi.invocation.Invocation |
setupInvocation(org.jboss.wsf.spi.deployment.Endpoint ep,
EndpointInvocation epInv,
org.jboss.wsf.spi.invocation.InvocationContext invContext) |
closeHandlerChain, getImplMethod, getOperationMetaData, init, invoke
protected org.jboss.wsf.spi.invocation.Invocation setupInvocation(org.jboss.wsf.spi.deployment.Endpoint ep, EndpointInvocation epInv, org.jboss.wsf.spi.invocation.InvocationContext invContext) throws Exception
setupInvocation
in class ServiceEndpointInvoker
Exception
public boolean callRequestHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callRequestHandlerChain
in class ServiceEndpointInvoker
public boolean callResponseHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callResponseHandlerChain
in class ServiceEndpointInvoker
public boolean callFaultHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type, Exception ex)
callFaultHandlerChain
in class ServiceEndpointInvoker
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.