Uses of Class
com.sun.xml.ws.client.ResponseContext

Packages that use ResponseContext
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

Uses of ResponseContext in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client that return ResponseContext
 ResponseContext ResponseImpl.getContext()
           
 ResponseContext AsyncResponseImpl.getContext()
           
 ResponseContext Stub.getResponseContext()
           
 

Methods in com.sun.xml.ws.client with parameters of type ResponseContext
 void Stub.setResponseContext(ResponseContext rc)
           
 void ResponseImpl.setResponseContext(ResponseContext rc)
           
 void ResponseContextReceiver.setResponseContext(ResponseContext rc)
          Called upon the completion of the invocation to set a ResponseContext.
 void AsyncResponseImpl.setResponseContext(ResponseContext rc)