Class ServiceInterceptorFactory

java.lang.Object
com.sun.xml.ws.api.client.ServiceInterceptorFactory

public abstract class ServiceInterceptorFactory extends Object
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 ServiceInterceptors.

Use ServiceFinder

ServiceInterceptorFactorys discovered via ServiceFinder will be incorporated to all WSService instances.

Register per-thread

Author:
Kohsuke Kawaguchi
See Also: