T - the "portable" feature.public class DelegatingFeature<T extends AbstractPortableFeature> extends AbstractFeature
AbstractPortableFeature to a AbstractFeature.| Modifier and Type | Field and Description | 
|---|---|
| protected T | delegate | 
enabled| Modifier | Constructor and Description | 
|---|---|
| protected  | DelegatingFeature(T d) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected T | getDelegate() | 
| void | initialize(Bus bus) | 
| void | initialize(Client client,
          Bus bus) | 
| void | initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| void | initialize(Server server,
          Bus bus) | 
| protected void | initializeProvider(InterceptorProvider interceptorProvider,
                  Bus bus) | 
| void | setDelegate(T delegate) | 
doInitializeProvider, getActive, getID, isEnabledprotected T extends AbstractPortableFeature delegate
protected DelegatingFeature(T d)
protected T getDelegate()
public void setDelegate(T delegate)
public void initialize(InterceptorProvider interceptorProvider, Bus bus)
public void initialize(Bus bus)
protected void initializeProvider(InterceptorProvider interceptorProvider, Bus bus)
initializeProvider in class AbstractFeatureApache CXF