Uses of Interface
org.apache.cxf.feature.Feature
Packages that use Feature
Package
Description
- 
Uses of Feature in org.apache.cxfMethods in org.apache.cxf that return types with arguments of type FeatureMethod parameters in org.apache.cxf with type arguments of type Feature
- 
Uses of Feature in org.apache.cxf.bus.extensionMethods in org.apache.cxf.bus.extension that return types with arguments of type FeatureMethod parameters in org.apache.cxf.bus.extension with type arguments of type FeatureModifier and TypeMethodDescriptionvoidExtensionManagerBus.setFeatures(Collection<? extends Feature> features) 
- 
Uses of Feature in org.apache.cxf.bus.springMethods in org.apache.cxf.bus.spring that return types with arguments of type FeatureMethod parameters in org.apache.cxf.bus.spring with type arguments of type FeatureModifier and TypeMethodDescriptionvoidBusDefinitionParser.BusConfig.setFeatures(Collection<? extends Feature> features) 
- 
Uses of Feature in org.apache.cxf.databinding.staxClasses in org.apache.cxf.databinding.stax that implement FeatureModifier and TypeClassDescriptionclassstatic class
- 
Uses of Feature in org.apache.cxf.endpointFields in org.apache.cxf.endpoint with type parameters of type FeatureMethods in org.apache.cxf.endpoint that return types with arguments of type FeatureModifier and TypeMethodDescriptionEndpoint.getActiveFeatures()EndpointImpl.getActiveFeatures()AbstractEndpointFactory.getFeatures()Method parameters in org.apache.cxf.endpoint with type arguments of type FeatureModifier and TypeMethodDescriptionvoidEndpointImpl.initializeActiveFeatures(List<? extends Feature> features) voidAbstractEndpointFactory.setFeatures(List<? extends Feature> features2) 
- 
Uses of Feature in org.apache.cxf.featureSubinterfaces of Feature in org.apache.cxf.featureModifier and TypeInterfaceDescriptioninterfaceA portable - i.e. for jaxws and jaxrs - Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.Classes in org.apache.cxf.feature that implement FeatureModifier and TypeClassDescriptionclassA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.classDelegatingFeature<T extends AbstractPortableFeature>Enable to convert aAbstractPortableFeatureto aAbstractFeature.class<!static classclassDeprecated.use the logging module rt/features/logging insteadstatic classDeprecated.class<!static classclassA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.Method parameters in org.apache.cxf.feature with type arguments of type FeatureModifier and TypeMethodDescriptionstatic <T> Tstatic <T> TConvenience method to extract a feature by type from an active list.Constructors in org.apache.cxf.feature with parameters of type Feature
- 
Uses of Feature in org.apache.cxf.feature.transformClasses in org.apache.cxf.feature.transform that implement FeatureModifier and TypeClassDescriptionclassThis class defines a feature is used to transform message using XSLT script.static class
- 
Uses of Feature in org.apache.cxf.feature.validationClasses in org.apache.cxf.feature.validation that implement FeatureModifier and TypeClassDescriptionclassA feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation.static class
- 
Uses of Feature in org.apache.cxf.interceptorMethods in org.apache.cxf.interceptor that return types with arguments of type Feature
- 
Uses of Feature in org.apache.cxf.interceptor.securityClasses in org.apache.cxf.interceptor.security that implement FeatureModifier and TypeClassDescriptionclassFeature to do JAAS authentication with defaults for karaf integrationstatic class
- 
Uses of Feature in org.apache.cxf.transport.common.gzipClasses in org.apache.cxf.transport.common.gzip that implement FeatureModifier and TypeClassDescriptionclassThis class is used to control GZIP compression of messages.static class
- 
Uses of Feature in org.apache.cxf.validationClasses in org.apache.cxf.validation that implement FeatureModifier and TypeClassDescriptionclassstatic classclassstatic class
- 
Uses of Feature in org.apache.cxf.ws.addressingClasses in org.apache.cxf.ws.addressing that implement Feature