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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R execute​(P param)
      Have the current thread executes the current fiber, and returns when it stops doing so.
    • Method Detail

      • 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.