Package org.apache.cxf.feature
Class WrappedFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.WrappedFeature
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
A Feature is something that is able to customize a Server, Client, or Bus, typically
 adding capabilities. For instance, there may be a LoggingFeature which configures
 one of the above to log each of their messages.
 
By default the initialize methods all delegate to initializeProvider(InterceptorProvider). If you're simply adding interceptors to a Server, Client, or Bus, this allows you to add them easily.
- 
Field SummaryFields inherited from class jakarta.xml.ws.WebServiceFeatureenabled
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinitialize(Bus bus) voidinitialize(Client client, Bus bus) voidinitialize(Server server, Bus bus) voidinitialize(InterceptorProvider interceptorProvider, Bus bus) Methods inherited from class org.apache.cxf.feature.AbstractFeaturedoInitializeProvider, getActive, getID, initializeProvider, isEnabled
- 
Constructor Details- 
WrappedFeature
 
- 
- 
Method Details- 
initialize
- 
initialize
- 
initialize
- 
initialize
 
-