Apache CXF API

Uses of Interface
org.apache.cxf.feature.Feature

Packages that use Feature
org.apache.cxf.feature   
 

Uses of Feature in org.apache.cxf.feature
 

Classes in org.apache.cxf.feature that implement Feature
 class AbstractFeature
          A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
 class WrappedFeature
          A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
 

Constructors in org.apache.cxf.feature with parameters of type Feature
WrappedFeature(Feature f)
           
 


Apache CXF API

Apache CXF