public class WrappedFeature extends AbstractFeature
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.
enabled| Constructor and Description | 
|---|
| WrappedFeature(Feature f) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | initialize(Bus bus) | 
| void | initialize(Client client,
          Bus bus) | 
| void | initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| void | initialize(Server server,
          Bus bus) | 
doInitializeProvider, getActive, getID, initializeProvider, isEnabledpublic WrappedFeature(Feature f)
Apache CXF