Uses of Class
com.sun.xml.ws.client.RequestContext
-
Packages that use RequestContext Package Description com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.dispatch -
-
Uses of RequestContext in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as RequestContext Modifier and Type Field Description RequestContextStub. requestContextMethods in com.sun.xml.ws.client that return RequestContext Modifier and Type Method Description RequestContextRequestContext. copy()Methods in com.sun.xml.ws.client with parameters of type RequestContext Modifier and Type Method Description protected PacketStub. process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)Passes a message to a pipe for processing.protected voidStub. processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)Passes a message through aTubeline for processing. -
Uses of RequestContext in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type RequestContext Modifier and Type Method Description TDispatchImpl. doInvoke(T in, RequestContext rc, ResponseContextReceiver receiver)Synchronously invokes a service.
-