org.apache.axis2.jaxws.server
Class EndpointCallback
java.lang.Object
org.apache.axis2.jaxws.server.EndpointCallback
public class EndpointCallback
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointCallback
public EndpointCallback()
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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.