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

Packages that use ServiceInterceptor
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
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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.