Uses of Interface
com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor
Packages that use FiberContextSwitchInterceptor
Package
Description
Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return FiberContextSwitchInterceptorModifier and TypeMethodDescriptionFiberContextSwitchInterceptorFactory.create()CreatesFiberContextSwitchInterceptorinstance.Methods in com.sun.xml.ws.api.pipe with parameters of type FiberContextSwitchInterceptorModifier and TypeMethodDescriptionvoidFiber.addInterceptor(FiberContextSwitchInterceptor interceptor) Adds a newFiberContextSwitchInterceptorto this fiber.booleanFiber.removeInterceptor(FiberContextSwitchInterceptor interceptor) Removes aFiberContextSwitchInterceptorfrom this fiber. -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with parameters of type FiberContextSwitchInterceptorModifier and TypeMethodDescriptionvoidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) abstract voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Schedule invocation of web service asynchronously. -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management with parameters of type FiberContextSwitchInterceptorModifier and TypeMethodDescriptionvoidManagedEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidManagedEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util with parameters of type FiberContextSwitchInterceptorModifier and TypeMethodDescriptionvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidFiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type FiberContextSwitchInterceptorModifier and TypeMethodDescriptionvoidWSEndpointImpl.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpointMOMProxy.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)