Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
Bus.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
Bus.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Class and Description |
---|---|
class |
ColocFeature |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
ExtensionManagerBus.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionManagerBus.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
BusDefinitionParser.BusConfig.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
BusDefinitionParser.BusConfig.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Class and Description |
---|---|
class |
FailoverFeature
This feature may be applied to a Client so as to enable
failover from the initial target endpoint to any other
compatible endpoint for the target service.
|
class |
LoadDistributorFeature
This feature may be applied to a Client so as to enable
load distribution amongst a set of target endpoints or addresses
Note that this feature changes the conduit on the fly and thus makes
the Client not thread safe.
|
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBindingFeature |
Modifier and Type | Field and Description |
---|---|
protected List<Feature> |
AbstractEndpointFactory.features |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
Endpoint.getActiveFeatures() |
List<Feature> |
EndpointImpl.getActiveFeatures() |
List<Feature> |
AbstractEndpointFactory.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.initializeActiveFeatures(List<? extends Feature> features) |
void |
AbstractEndpointFactory.setFeatures(List<? extends Feature> features2) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingFeature
This class is used to control message-on-the-wire logging.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically
adding capabilities.
|
class |
FastInfosetFeature
|
class |
StaxTransformFeature
|
class |
WrappedFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically
adding capabilities.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
AbstractFeature.getActive(List<? extends Feature> features,
Class<T> type)
Convenience method to extract a feature by type from an active list.
|
Constructor and Description |
---|
WrappedFeature(Feature f) |
Modifier and Type | Class and Description |
---|---|
class |
XSLTFeature
This class defines a feature is used to transform message using XSLT script.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaValidationFeature
A feature to configure schema validation at the operation level, as an alternative to
using the @SchemaValidation annotation.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
ClientProxyFactoryBean.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProxyFactoryBean.setFeatures(List<? extends Feature> f) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
AnnotationInterceptors.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
JAASAuthenticationFeature
Feature to do JAAS authentication with defaults for karaf integration
|
Modifier and Type | Class and Description |
---|---|
class |
JavascriptOptionsFeature
This class provides configuration options to the JavaScript client generator.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
JAXRSClientFactory.create(String baseAddress,
Class<T> cls,
List<?> providers,
List<Feature> features,
String configLocation)
Creates a proxy
|
static WebClient |
WebClient.create(String baseAddress,
List<?> providers,
List<? extends Feature> features,
String configLocation)
Creates WebClient with a list of custom features
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends Feature> |
CXFNonSpringJaxrsServlet.getFeatures(javax.servlet.ServletConfig servletConfig,
String splitChar) |
Modifier and Type | Method and Description |
---|---|
protected List<Feature> |
AbstractSpringConfigurationFactory.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
SwaggerFeature |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSBeanValidationFeature |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
EndpointImpl.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setFeatures(List<? extends Feature> features) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
JaxWsEndpointImpl.getFeatures() |
Constructor and Description |
---|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends Feature> af,
boolean isFromWsdl) |
Modifier and Type | Class and Description |
---|---|
class |
ResponseTimeFeature |
Modifier and Type | Class and Description |
---|---|
class |
MetricsFeature |
Modifier and Type | Class and Description |
---|---|
class |
ThrottlingFeature |
Modifier and Type | Class and Description |
---|---|
class |
GZIPFeature
This class is used to control GZIP compression of messages.
|
Modifier and Type | Class and Description |
---|---|
class |
CertConstraintsFeature
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryFeature
Allows to configure the JMSConfiguration directly at the Client or Server.
|
class |
JMSConfigFeature
Allows to configure the JMSConfiguration directly at the Client or Server.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationFeature |
Modifier and Type | Class and Description |
---|---|
class |
WSAddressingFeature |
Modifier and Type | Class and Description |
---|---|
class |
WSPolicyFeature
Configures a Server, Client, Bus with the specified policies.
|
Modifier and Type | Class and Description |
---|---|
static class |
PolicyEngineBPDefinitionParser.PolicyEngineConfig |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
WrappedEndpoint.getActiveFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
RMFeature |
Modifier and Type | Field and Description |
---|---|
protected List<Feature> |
AbstractSTSClient.features |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
AbstractSTSClient.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSTSClient.setFeatures(List<? extends Feature> f) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
ReflectionServiceFactoryBean.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.setFeatures(List<? extends Feature> features2) |
Apache CXF