Package org.apache.cxf.throttling
Class ThrottlingFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- org.apache.cxf.feature.AbstractFeature
-
- org.apache.cxf.feature.DelegatingFeature<ThrottlingFeature.Portable>
-
- org.apache.cxf.throttling.ThrottlingFeature
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
public class ThrottlingFeature extends DelegatingFeature<ThrottlingFeature.Portable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThrottlingFeature.Portable
-
Field Summary
-
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
-
-
Constructor Summary
Constructors Constructor Description ThrottlingFeature()ThrottlingFeature(ThrottlingManager manager)
-
Method Summary
-
Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
-
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
-
-
-
Constructor Detail
-
ThrottlingFeature
public ThrottlingFeature()
-
ThrottlingFeature
public ThrottlingFeature(ThrottlingManager manager)
-
-