ThrottleMediator | The Mediator for the throttling - Throtting will occur according to the ws-policy which is specified as the key for lookup from the registry or the inline policy Only support IP based throttling- Throotling can manage per IP using the throttle policy | code | html |
ThrottleMediatorFactory | The Factory for create throttle mediator- key or InLine XMl need to provide
<throttle [onReject="string"] [onAccept="string"] id="string"> (<policy key="string"/> | <policy>..</policy>) <onReject>..</onReject>? <onAccept>..</onAccept>? </throttle> |
code | html |
ThrottleMediatorSerializer | The Serializer for Throttle Mediator saving throttle instance
<throttle [onReject="string"] [onAccept="string"] id="string"> (<policy key="string"/> | <policy>..</policy>) <onReject>..</onReject>? <onAccept>..</onAccept>? </throttle> |
code | html |