Re: [Dev] How to read throttle policy elements

2015-08-03 Thread Supun Malinga
Hi Thilini,


On Wed, Jul 29, 2015 at 4:54 PM, Thilini Cooray  wrote:

> Hi,
>
> Is it possible to read throttle policy content and retrieve its elements?
>
> For an example consider following policy;
>
> http://schemas.xmlsoap.org/ws/2004/09/policy";
> 
> xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
> xmlns:throttle="http://www.wso2.org/products/wso2commons/throttle";
> wsu:Id="WSO2MediatorThrottlingPolicy">
> 
> 
> 10
> 
> other
> 
> 
> 
> 10
> 80
>  wsp:Optional="true">1
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> Tier level attributes can be retrieved already.
> What I would like to clarify is whether there is any API to read policy
> elements such as  "throttle:MaximumCount" and their values?
>

Policy is read from apache neethi [1] and policy spec is defined in [2].
There are some more references in [3] and [4]. HTH

[1] http://ws.apache.org/neethi/
[2] http://www.w3.org/TR/ws-policy/
[3]
https://svn.wso2.org/repos/wso2/branches/commons/throttle/3.1/modules/core/src/main/java/org/wso2/throttle/ThrottlePolicyProcessor.java
[4] http://wso2.com/library/articles/wso2-throttling/#t3


>
> Thanks.
>
> --
> Best Regards,
>
> *Thilini Cooray*
> Software Engineer
> Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20773%20451194>
> E-mail : thili...@wso2.com
>
> WSO2 Inc. www.wso2.com
> lean.enterprise.middleware
>



-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
email: sup...@wso2.com 
mobile: +94 (0)71 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How to read throttle policy elements

2015-07-29 Thread Thilini Cooray
Hi,

Is it possible to read throttle policy content and retrieve its elements?

For an example consider following policy;

http://schemas.xmlsoap.org/ws/2004/09/policy";

xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
xmlns:throttle="http://www.wso2.org/products/wso2commons/throttle";
wsu:Id="WSO2MediatorThrottlingPolicy">

10

other



10
80
1














Tier level attributes can be retrieved already.
What I would like to clarify is whether there is any API to read policy
elements such as  "throttle:MaximumCount" and their values?

Thanks.

-- 
Best Regards,

*Thilini Cooray*
Software Engineer
Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20773%20451194>
E-mail : thili...@wso2.com

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev