Uses of Class
com.sun.xml.ws.client.ResponseContext
-
Packages that use ResponseContext Package Description 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 Modifier and Type Method Description ResponseContextAsyncResponseImpl. getContext()ResponseContextStub. getResponseContext()Methods in com.sun.xml.ws.client with parameters of type ResponseContext Modifier and Type Method Description voidAsyncResponseImpl. setResponseContext(ResponseContext rc)voidResponseContextReceiver. setResponseContext(ResponseContext rc)Called upon the completion of the invocation to set aResponseContext.voidStub. setResponseContext(ResponseContext rc)
-