Uses of Interface
com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor

Packages that use FiberContextSwitchInterceptor
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return FiberContextSwitchInterceptor
 FiberContextSwitchInterceptor FiberContextSwitchInterceptorFactory.create()
          Creates FiberContextSwitchInterceptor instance.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type FiberContextSwitchInterceptor
 void Fiber.addInterceptor(FiberContextSwitchInterceptor interceptor)
          Adds a new FiberContextSwitchInterceptor to this fiber.
 boolean Fiber.removeInterceptor(FiberContextSwitchInterceptor interceptor)
          Removes a FiberContextSwitchInterceptor from this fiber.
 

Uses of FiberContextSwitchInterceptor in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server with parameters of type FiberContextSwitchInterceptor
 void WSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
abstract  void WSEndpoint.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 FiberContextSwitchInterceptor
 void ManagedEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void ManagedEndpoint.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 FiberContextSwitchInterceptor
 void Communicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor)
           
 void FiberExecutor.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 FiberContextSwitchInterceptor
 void WSEndpointImpl.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void WSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void WSEndpointMOMProxy.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.