Uses of Class
com.sun.xml.ws.client.RequestContext
Packages that use RequestContext
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of RequestContext in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as RequestContextMethods in com.sun.xml.ws.client that return RequestContextMethods in com.sun.xml.ws.client with parameters of type RequestContextModifier and TypeMethodDescriptionprotected final PacketStub.process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver) Passes a message to a pipe for processing.protected final 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 RequestContextModifier and TypeMethodDescriptionfinal 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 RequestContextModifier and TypeMethodDescriptionSEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver) voidSEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)