Package | Description |
---|---|
com.sun.xml.ws.api.client | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static ServiceInterceptor |
ServiceInterceptor.aggregate(ServiceInterceptor... interceptors)
Aggregates multiple interceptors into one facade.
|
Modifier and Type | Field and Description |
---|---|
(package private) ServiceInterceptor |
WSServiceDelegate.serviceInterceptor
Multiple
ServiceInterceptor s are aggregated into one. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.