Class ThrottleConfigurationFactory
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.factory.ThrottleConfigurationFactory
-
public class ThrottleConfigurationFactory extends Object
Factory for creating a ThrottleConfiguration - holds all callers controle parameters
-
-
Constructor Summary
Constructors Constructor Description ThrottleConfigurationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThrottleConfiguration
createThrottleConfiguration(int throttletype)
To create a ThrottleConfiguration for the given throttle type
-
-
-
Method Detail
-
createThrottleConfiguration
public static ThrottleConfiguration createThrottleConfiguration(int throttletype) throws ThrottleException
To create a ThrottleConfiguration for the given throttle type- Parameters:
throttletype
- - The type of the throttle- Returns:
- ThrottleConfiguration - The corresponding ThrottleConfiguration for the given throttle type
- Throws:
ThrottleException
- - Throws for if the throttle type is unknown
-
-