Uses of Class
com.sun.xml.ws.api.client.ServiceInterceptor
-
Packages that use ServiceInterceptor Package Description com.sun.xml.ws.api.client -
-
Uses of ServiceInterceptor in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return ServiceInterceptor Modifier and Type Method Description static ServiceInterceptorServiceInterceptor. aggregate(ServiceInterceptor... interceptors)Aggregates multiple interceptors into one facade.abstract ServiceInterceptorServiceInterceptorFactory. create(WSService service)static ServiceInterceptorServiceInterceptorFactory. load(WSService service, ClassLoader cl)Loads allServiceInterceptors and return aggregated one.Methods in com.sun.xml.ws.api.client with parameters of type ServiceInterceptor Modifier and Type Method Description static ServiceInterceptorServiceInterceptor. aggregate(ServiceInterceptor... interceptors)Aggregates multiple interceptors into one facade.
-