public class ThrottleFactory
extends java.lang.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 policyThrottleExceptionpublic static Throttle createServiceThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy - Throttle policyThrottleExceptionpublic static Throttle createOperationThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy - Throttle policyThrottleExceptionpublic static Throttle createMediatorThrottle(org.apache.neethi.Policy policy) throws ThrottleException
policy - Throttle policyThrottleExceptionCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.