Class ThrottlePolicyProcessor
java.lang.Object
org.apache.synapse.commons.throttle.core.ThrottlePolicyProcessor
Deprecated.
The class for processing policy that specify throttle configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrottleprocessPolicy(org.apache.neethi.Policy policy) Deprecated.process policy and returns throttle object
-
Constructor Details
-
ThrottlePolicyProcessor
public ThrottlePolicyProcessor()Deprecated.
-
-
Method Details
-
processPolicy
Deprecated.process policy and returns throttle object- Parameters:
policy- - policy for throttle- Returns:
- Throttle - An object which holds Mata-Data about throttle
- Throws:
ThrottleException- - throws for errors in policy processing - ex : invalid policy
-