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(org.apache.axis2.context.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 org.apache.axis2.AxisFault, javax.xml.ws.WebServiceException
eic - org.apache.axis2.AxisFaultjavax.xml.ws.WebServiceExceptionpublic void invokeAsync(EndpointInvocationContext eic)
public void invokeOneWay(EndpointInvocationContext eic)
protected boolean handleRequest(EndpointInvocationContext eic) throws org.apache.axis2.AxisFault, javax.xml.ws.WebServiceException
org.apache.axis2.AxisFaultjavax.xml.ws.WebServiceExceptionprotected boolean handleResponse(EndpointInvocationContext eic)
protected EndpointDispatcher getEndpointDispatcher(Class serviceImplClass, Object serviceInstance) throws Exception
Exceptionprotected EndpointDispatcher getEndpointDispatcher(MessageContext mc, Class serviceImplClass, Object serviceInstance) throws Exception
Exceptionpublic static boolean isOneWay(org.apache.axis2.context.MessageContext mc)
protected void requestReceived(EndpointInvocationContext eic)
protected void responseReady(EndpointInvocationContext eic)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.