public class EndpointCallback extends Object
| Constructor and Description |
|---|
EndpointCallback() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void handleResponse(EndpointInvocationContext eic)
public void handleFaultResponse(EndpointInvocationContext eic)
protected void responseReady(EndpointInvocationContext eic)
protected void invokeOutboundHandlerFlow(EndpointInvocationContext eic)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.