Uses of Class
com.sun.xml.ws.api.client.ServiceInterceptor

Packages that use ServiceInterceptor
com.sun.xml.ws.api.client   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

Uses of ServiceInterceptor in com.sun.xml.ws.api.client
 

Methods in com.sun.xml.ws.api.client that return ServiceInterceptor
static ServiceInterceptor ServiceInterceptor.aggregate(ServiceInterceptor... interceptors)
          Aggregates multiple interceptors into one facade.
abstract  ServiceInterceptor ServiceInterceptorFactory.create(WSService service)
           
static ServiceInterceptor ServiceInterceptorFactory.load(WSService service, ClassLoader cl)
          Loads all ServiceInterceptors and return aggregated one.
 

Methods in com.sun.xml.ws.api.client with parameters of type ServiceInterceptor
static ServiceInterceptor ServiceInterceptor.aggregate(ServiceInterceptor... interceptors)
          Aggregates multiple interceptors into one facade.
 

Uses of ServiceInterceptor in com.sun.xml.ws.client
 

Fields in com.sun.xml.ws.client declared as ServiceInterceptor
(package private)  ServiceInterceptor WSServiceDelegate.serviceInterceptor
          Multiple ServiceInterceptors are aggregated into one.