public class EndpointController extends Object
Constructor and Description |
---|
EndpointController() |
Modifier and Type | Method and Description |
---|---|
protected EndpointDispatcher |
getEndpointDispatcher(Class serviceImplClass,
Object serviceInstance) |
protected EndpointDispatcher |
getEndpointDispatcher(MessageContext mc,
Class serviceImplClass,
Object serviceInstance) |
protected boolean |
handleRequest(EndpointInvocationContext eic) |
protected boolean |
handleResponse(EndpointInvocationContext eic) |
EndpointInvocationContext |
invoke(EndpointInvocationContext eic)
This method is used to start the JAX-WS invocation of a target endpoint.
|
void |
invokeAsync(EndpointInvocationContext eic) |
void |
invokeOneWay(EndpointInvocationContext eic) |
static boolean |
isOneWay(MessageContext mc) |
protected void |
requestReceived(EndpointInvocationContext eic)
This method will retrieve all the InvocationListenerFactory instances and
call the 'createInvocationListener' instance on each.
|
protected void |
responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during
the request processing for this message.
|
public EndpointInvocationContext invoke(EndpointInvocationContext eic) throws AxisFault, WebServiceException
eic
- AxisFault
WebServiceException
public void invokeAsync(EndpointInvocationContext eic)
public void invokeOneWay(EndpointInvocationContext eic)
protected boolean handleRequest(EndpointInvocationContext eic) throws AxisFault, WebServiceException
AxisFault
WebServiceException
protected boolean handleResponse(EndpointInvocationContext eic)
protected EndpointDispatcher getEndpointDispatcher(Class serviceImplClass, Object serviceInstance) throws Exception
Exception
protected EndpointDispatcher getEndpointDispatcher(MessageContext mc, Class serviceImplClass, Object serviceInstance) throws Exception
Exception
public static boolean isOneWay(MessageContext mc)
protected void requestReceived(EndpointInvocationContext eic)
protected void responseReady(EndpointInvocationContext eic)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.