org.apache.axis2.jaxws.server
Class EndpointCallback

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

public class EndpointCallback
extends java.lang.Object


Constructor Summary
EndpointCallback()
           
 
Method Summary
 void handleFaultResponse(EndpointInvocationContext eic)
           
 void handleResponse(EndpointInvocationContext eic)
           
protected  void invokeOutboundHandlerFlow(EndpointInvocationContext eic)
          This method will drive the invocation of the outbound JAX-WS application handler flow.
protected  void responseReady(EndpointInvocationContext eic)
          This will call the InvocationListener instances that were called during the request processing for this message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointCallback

public EndpointCallback()
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.



Copyright © 2007 Apache Web Services Project. All Rights Reserved.