Uses of Class
com.sun.xml.ws.client.AsyncResponseImpl
-
Packages that use AsyncResponseImpl Package Description com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.sei SEIStuband its supporting code. -
-
Uses of AsyncResponseImpl in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as AsyncResponseImpl Modifier and Type Field Description protected 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 AsyncResponseImpl Modifier and Type Method Description AsyncResponseImplAsyncInvoker. getResponseImpl()Methods in com.sun.xml.ws.client with parameters of type AsyncResponseImpl Modifier and Type Method Description protected 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 AsyncResponseImpl Modifier and Type Method Description voidSEIStub. doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)
-