| Package | Description |
|---|---|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.feature |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractFeature> |
Endpoint.getActiveFeatures() |
| Modifier and Type | Method and Description |
|---|---|
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