Uses of Class
com.sun.xml.ws.client.RequestContext
-
Packages that use RequestContext Package Description com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code. -
-
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. -
Uses of RequestContext in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with parameters of type RequestContext Modifier and Type Method Description PacketSEIStub. doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)voidSEIStub. doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)
-