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

Packages that use RequestContext
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
 

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

Fields in com.sun.xml.ws.client declared as RequestContext
 RequestContext Stub.requestContext
           
 

Methods in com.sun.xml.ws.client that return RequestContext
 RequestContext RequestContext.copy()
           
 

Methods in com.sun.xml.ws.client with parameters of type RequestContext
protected  Packet Stub.process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)
          Passes a message to a pipe for processing.
protected  void Stub.processAsync(Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)
          Passes a message through a Tubeline 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
(package private) static void DispatchImpl.checkNullAllowed(Object in, RequestContext rc, WSBinding binding, javax.xml.ws.Service.Mode mode)
           
 T DispatchImpl.doInvoke(T in, RequestContext rc, ResponseContextReceiver receiver)
          Synchronously invokes a service.
(package private) static boolean DispatchImpl.methodNotOk(RequestContext rc)
           
(package private)  void DispatchImpl.resolveEndpointAddress(Packet message, RequestContext requestContext)
           
 

Uses of RequestContext in com.sun.xml.ws.client.sei
 

Methods in com.sun.xml.ws.client.sei with parameters of type RequestContext
 Packet SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
           
 void SEIStub.doProcessAsync(Packet request, RequestContext rc, Fiber.CompletionCallback callback)
           
(package private)  Object SyncMethodHandler.invoke(Object proxy, Object[] args, RequestContext rc, ResponseContextReceiver receiver)
          Invokes synchronously, but with the given RequestContext and ResponseContextReceiver.