Package org.apache.cxf.feature
Class DelegatingFeature<T extends AbstractPortableFeature>
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<T>
- Type Parameters:
- T- the "portable" feature.
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
- Direct Known Subclasses:
- BeanValidationFeature,- ClientBeanValidationFeature,- FastInfosetFeature,- GZIPFeature,- JAASAuthenticationFeature,- LoggingFeature,- SchemaValidationFeature,- StaxDataBindingFeature,- StaxTransformFeature,- XSLTFeature
Enable to convert a 
AbstractPortableFeature to a AbstractFeature.- 
Field SummaryFieldsFields inherited from class jakarta.xml.ws.WebServiceFeatureenabled
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Tvoidinitialize(Bus bus) voidinitialize(Client client, Bus bus) voidinitialize(Server server, Bus bus) voidinitialize(InterceptorProvider interceptorProvider, Bus bus) protected voidinitializeProvider(InterceptorProvider interceptorProvider, Bus bus) voidsetDelegate(T delegate) Methods inherited from class org.apache.cxf.feature.AbstractFeaturedoInitializeProvider, getActive, getID, isEnabled
- 
Field Details- 
delegate
 
- 
- 
Constructor Details- 
DelegatingFeature
 
- 
- 
Method Details- 
getDelegate
- 
setDelegate
- 
initialize
- 
initialize
- 
initialize
- 
initialize
- 
initializeProvider- Overrides:
- initializeProviderin class- AbstractFeature
 
 
-