public static class MetricsFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
Portable(MetricsProvider... providers) |
Portable(MetricsProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
public Portable()
public Portable(MetricsProvider provider)
public Portable(MetricsProvider... providers)
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.AbstractPortableFeatureinitialize in interface org.apache.cxf.feature.Featurepublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.AbstractPortableFeatureinitialize in interface org.apache.cxf.feature.Featurepublic void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
doInitializeProvider in interface org.apache.cxf.feature.AbstractPortableFeatureApache CXF