|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFeature | |
---|---|
org.apache.cxf | Contains the Bus, which is the central touch point of CXF, and its related classes. |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.feature |
Uses of AbstractFeature in org.apache.cxf |
---|
Methods in org.apache.cxf that return types with arguments of type AbstractFeature | |
---|---|
Collection<AbstractFeature> |
Bus.getFeatures()
|
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 |
---|
Subclasses of AbstractFeature in org.apache.cxf.feature | |
---|---|
class |
WrappedFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities. |
Method parameters in org.apache.cxf.feature with type arguments of type AbstractFeature | ||
---|---|---|
static
|
AbstractFeature.getActive(List<AbstractFeature> features,
Class<T> type)
Convenience method to extract a feature by type from an active list. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |