|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FiberContextSwitchInterceptor.Work<R,P>
Abstraction of the execution that happens inside the interceptor.
Method Summary | |
---|---|
R |
execute(P param)
Have the current thread executes the current fiber, and returns when it stops doing so. |
Method Detail |
---|
R execute(P param)
The parameter and the return value is controlled by the JAX-WS runtime, and interceptors should simply treat them as opaque values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |