public class ThrottleFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Throttle |
createMediatorThrottle(org.apache.neethi.Policy policy)
Abstraction for processing mediator policy assertion and create a throttle based on it
|
static Throttle |
createModuleThrottle(org.apache.neethi.Policy policy)
Abstraction for processing module policy assertion and create a throttle based on it
|
static Throttle |
createOperationThrottle(org.apache.neethi.Policy policy)
Abstraction for processing operation policy assertion and create a throttle based on it
|
static Throttle |
createServiceThrottle(org.apache.neethi.Policy policy)
Abstraction for processing service policy assertion and create a throttle based on it
|
public static Throttle createModuleThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy
- Throttle policyThrottleException
public static Throttle createServiceThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy
- Throttle policyThrottleException
public static Throttle createOperationThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy
- Throttle policyThrottleException
public static Throttle createMediatorThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy
- Throttle policyThrottleException
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.