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