Class EndpointCallback

java.lang.Object
org.apache.axis2.jaxws.server.EndpointCallback

public class EndpointCallback extends Object
  • Constructor Details

    • EndpointCallback

      public EndpointCallback()
  • Method Details

    • 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.