public class ServiceEndpointInvoker extends Object
Modifier and Type | Field and Description |
---|---|
protected CommonBindingProvider |
bindingProvider |
protected ServerHandlerDelegate |
delegate |
protected org.jboss.wsf.spi.deployment.Endpoint |
endpoint |
Constructor and Description |
---|
ServiceEndpointInvoker() |
Modifier and Type | Method and Description |
---|---|
boolean |
callFaultHandlerChain(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type,
Exception ex) |
boolean |
callRequestHandlerChain(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
boolean |
callResponseHandlerChain(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
void |
closeHandlerChain(ServerEndpointMetaData sepMetaData,
org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type) |
protected Method |
getImplMethod(org.jboss.wsf.spi.deployment.Endpoint endpoint,
EndpointInvocation sepInv) |
OperationMetaData |
getOperationMetaData(EndpointMetaData epMetaData,
SOAPMessage soapMsg)
Get the operation meta data for this SOAP message
|
void |
init(org.jboss.wsf.spi.deployment.Endpoint endpoint)
Initialize the service endpoint
|
void |
invoke(org.jboss.wsf.spi.invocation.InvocationContext invContext)
Invoke the the service endpoint
|
protected org.jboss.wsf.spi.invocation.Invocation |
setupInvocation(org.jboss.wsf.spi.deployment.Endpoint ep,
EndpointInvocation epInv,
org.jboss.wsf.spi.invocation.InvocationContext invContext) |
protected org.jboss.wsf.spi.deployment.Endpoint endpoint
protected CommonBindingProvider bindingProvider
protected ServerHandlerDelegate delegate
public void init(org.jboss.wsf.spi.deployment.Endpoint endpoint)
public boolean callRequestHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
public boolean callResponseHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
public void closeHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type)
public boolean callFaultHandlerChain(ServerEndpointMetaData sepMetaData, org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData.HandlerType type, Exception ex)
public void invoke(org.jboss.wsf.spi.invocation.InvocationContext invContext) throws Exception
Exception
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
Exception
protected Method getImplMethod(org.jboss.wsf.spi.deployment.Endpoint endpoint, EndpointInvocation sepInv) throws ClassNotFoundException, NoSuchMethodException
public OperationMetaData getOperationMetaData(EndpointMetaData epMetaData, SOAPMessage soapMsg) throws SOAPException
SOAPException
Copyright © 2018 JBoss by Red Hat. All rights reserved.