Apache CXF API

Uses of Class
org.apache.cxf.feature.AbstractFeature

Packages that use AbstractFeature
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
 

Uses of AbstractFeature in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return types with arguments of type AbstractFeature
 List<AbstractFeature> Endpoint.getActiveFeatures()
           
 

Uses of AbstractFeature in org.apache.cxf.feature
 

Method parameters in org.apache.cxf.feature with type arguments of type AbstractFeature
static
<T> T
AbstractFeature.getActive(List<AbstractFeature> features, Class<T> type)
          Convenience method to extract a feature by type from an active list.
 


Apache CXF API

Apache CXF