Uses of Interface
com.sun.xml.ws.api.pipe.Fiber.CompletionCallback
Packages that use Fiber.CompletionCallback
Package
Description
Pipe and related abstractions.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of Fiber.CompletionCallback in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return Fiber.CompletionCallbackModifier and TypeMethodDescriptionFiber.getCompletionCallback()Returns completion callback associated with this FiberMethods in com.sun.xml.ws.api.pipe with parameters of type Fiber.CompletionCallbackModifier and TypeMethodDescriptionvoidFiber.resume(Packet resumePacket, boolean forceSync, Fiber.CompletionCallback callback) Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it.voidFiber.setCompletionCallback(Fiber.CompletionCallback completionCallback) Updates completion callback associated with this FibervoidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber. -
Uses of Fiber.CompletionCallback in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client with parameters of type Fiber.CompletionCallbackModifier and TypeMethodDescriptionprotected final voidStub.processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback) Passes a message through aTubeline for processing. -
Uses of Fiber.CompletionCallback in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with parameters of type Fiber.CompletionCallbackModifier and TypeMethodDescriptionfinal voidSEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback) -
Uses of Fiber.CompletionCallback in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util with parameters of type Fiber.CompletionCallbackModifier and TypeMethodDescriptionvoidFiberExecutor.schedule(Packet request, Fiber.CompletionCallback callback) voidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler) Asynchronously sends the requestPacketvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidFiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)