Uses of Class
com.sun.xml.ws.api.client.ServiceInterceptorFactory
-
Packages that use ServiceInterceptorFactory Package Description com.sun.xml.ws.api.client -
-
Uses of ServiceInterceptorFactory in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client with parameters of type ServiceInterceptorFactory Modifier and Type Method Description static booleanServiceInterceptorFactory. registerForThread(ServiceInterceptorFactory factory)RegistersServiceInterceptorFactoryfor this thread.static booleanServiceInterceptorFactory. unregisterForThread(ServiceInterceptorFactory factory)Removes previously registeredServiceInterceptorFactoryfor this thread.
-