Package org.apache.axis2.jaxws.server
Class EndpointCallback
- java.lang.Object
-
- org.apache.axis2.jaxws.server.EndpointCallback
-
public class EndpointCallback extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleFaultResponse(EndpointInvocationContext eic)voidhandleResponse(EndpointInvocationContext eic)protected voidinvokeOutboundHandlerFlow(EndpointInvocationContext eic)This method will drive the invocation of the outbound JAX-WS application handler flow.protected voidresponseReady(EndpointInvocationContext eic)This will call the InvocationListener instances that were called during the request processing for this message.
-
-
-
Method Detail
-
handleResponse
public void handleResponse(EndpointInvocationContext eic)
-
handleFaultResponse
public void handleFaultResponse(EndpointInvocationContext eic)
-
responseReady
protected void responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during the request processing for this message.
-
invokeOutboundHandlerFlow
protected void invokeOutboundHandlerFlow(EndpointInvocationContext eic)
This method will drive the invocation of the outbound JAX-WS application handler flow.
-
-