|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ServiceInterceptor s 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 ServiceInterceptor s are aggregated into one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |