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, invokeprotected 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 ServiceEndpointInvokerExceptionpublic boolean callRequestHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callRequestHandlerChain in class ServiceEndpointInvokerpublic boolean callResponseHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
callResponseHandlerChain in class ServiceEndpointInvokerpublic boolean callFaultHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type, Exception ex)
callFaultHandlerChain in class ServiceEndpointInvokerCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.