Uses of Class
com.sun.xml.ws.client.AsyncResponseImpl
Packages that use AsyncResponseImpl
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of AsyncResponseImpl in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as AsyncResponseImplModifier and TypeFieldDescriptionprotected AsyncResponseImplAsyncInvoker.responseImplBecause of the object instantiation order, we can't take this as a constructor parameter.Methods in com.sun.xml.ws.client that return AsyncResponseImplMethods in com.sun.xml.ws.client with parameters of type AsyncResponseImplModifier and TypeMethodDescriptionprotected final voidStub.processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback) Passes a message through aTubeline for processing.voidAsyncInvoker.setReceiver(AsyncResponseImpl responseImpl) voidAsyncInvoker.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 AsyncResponseImplModifier and TypeMethodDescriptionvoidSEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)