Package com.sun.xml.ws.client
Interface ResponseContextReceiver
- All Known Implementing Classes:
AsyncResponseImpl,DataSourceDispatch,DispatchImpl,JAXBDispatch,MessageDispatch,PacketDispatch,SEIStub,SOAPMessageDispatch,Stub
public interface ResponseContextReceiver
Receives
ResponseContext at the end of
the message invocation.- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled upon the completion of the invocation to set aResponseContext.
-
Method Details
-
setResponseContext
Called upon the completion of the invocation to set aResponseContext.This method is invoked even when the invocation fails.
-