Creates
ServiceInterceptor .
Code that wishes to inject
ServiceInterceptor into
WSService must implement this class. There are two ways to have the JAX-WS RI
recognize your
ServiceInterceptor s.
ServiceInterceptorFactory s discovered via
ServiceFinder will be incorporated to all
WSService instances.
Register per-thread
author: Kohsuke Kawaguchi See Also: ServiceInterceptor See Also: 2.1 EA3 |