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 
 

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 with parameters of type AsyncResponseImpl
 void AsyncInvoker.setReceiver(AsyncResponseImpl responseImpl)