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

    Modifier and Type
    Method
    Description
    execute(P param)
    Have the current thread executes the current fiber, and returns when it stops doing so.
  • Method Details

    • execute

      R execute(P param)
      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.