Searched refs:ServiceInterceptorFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/client/
H A DServiceInterceptorFactory.java49 * {@link ServiceInterceptorFactory}s discovered via {@link ServiceFinder}
59 public abstract class ServiceInterceptorFactory { class
69 for( ServiceInterceptorFactory f : ServiceFinder.find(ServiceInterceptorFactory.class))
73 for( ServiceInterceptorFactory f : threadLocalFactories.get())
79 private static ThreadLocal<Set<ServiceInterceptorFactory>> threadLocalFactories = new ThreadLocal<Set<ServiceInterceptorFactory>>() {
80 protected Set<ServiceInterceptorFactory> initialValue() {
81 return new HashSet<ServiceInterceptorFactory>();
86 * Registers {@link ServiceInterceptorFactory} fo
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java35 import com.sun.xml.internal.ws.api.client.ServiceInterceptorFactory;
195 ServiceInterceptor interceptor = ServiceInterceptorFactory.load(this, Thread.currentThread().getContextClassLoader());

Completed in 34 milliseconds