Package com.sun.xml.ws.api.pipe
Interface FiberContextSwitchInterceptor.Work<R,P>
- Enclosing interface:
- FiberContextSwitchInterceptor
public static interface FiberContextSwitchInterceptor.Work<R,P>
Abstraction of the execution that happens inside the interceptor.
-
Method Summary
-
Method Details
-
execute
Have the current thread executes the current fiber, and returns when it stops doing so.The parameter and the return value is controlled by the JAX-WS runtime, and interceptors should simply treat them as opaque values.
-