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(AsyncResponseImpl<?> receiver, 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
 T DispatchImpl.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
 Packet SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
           
 void SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.