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

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

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

Fields in com.sun.xml.ws.client declared as AsyncResponseImpl
protected  AsyncResponseImpl AsyncInvoker.responseImpl
          Because of the object instantiation order, we can't take this as a constructor parameter.
 

Methods in com.sun.xml.ws.client that return AsyncResponseImpl
 AsyncResponseImpl AsyncInvoker.getResponseImpl()
           
 

Methods in com.sun.xml.ws.client with parameters of type AsyncResponseImpl
protected  void Stub.processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)
          Passes a message through a Tubeline for processing.
 void AsyncInvoker.setReceiver(AsyncResponseImpl responseImpl)
           
 void AsyncInvoker.setResponseImpl(AsyncResponseImpl responseImpl)
           
 

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

Methods in com.sun.xml.ws.client.sei with parameters of type AsyncResponseImpl
 void SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)
           
 



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