Package org.apache.axis2.jaxws.server
Class EndpointCallback
java.lang.Object
org.apache.axis2.jaxws.server.EndpointCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidThis method will drive the invocation of the outbound JAX-WS application handler flow.protected voidThis will call the InvocationListener instances that were called during the request processing for this message.
-
Constructor Details
-
EndpointCallback
public EndpointCallback()
-
-
Method Details
-
handleResponse
-
handleFaultResponse
-
responseReady
This will call the InvocationListener instances that were called during the request processing for this message. -
invokeOutboundHandlerFlow
This method will drive the invocation of the outbound JAX-WS application handler flow.
-