Package org.apache.cxf.throttling
Class ThrottlingFeature.Portable
- java.lang.Object
-
- org.apache.cxf.throttling.ThrottlingFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- ThrottlingFeature
public static class ThrottlingFeature.Portable extends Object implements AbstractPortableFeature
-
-
Constructor Summary
Constructors Constructor Description Portable()Portable(ThrottlingManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(InterceptorProvider provider, Bus bus)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
-
-
-
Constructor Detail
-
Portable
public Portable()
-
Portable
public Portable(ThrottlingManager manager)
-
-
Method Detail
-
doInitializeProvider
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
- Specified by:
doInitializeProviderin interfaceAbstractPortableFeature
-
-