> Doesn¹t look like those functions got done, and they probably should be. I > also see that JAXP doesn¹t have those functions either, but I¹m not sure > how many people want to use the JAXP code. >
Thanks for your reply. I created the following JIRA: https://issues.apache.org/jira/browse/OPENAZ-5 In addition, it looks like they (DOMRequest, JSONRequest, JAXPRequest) > share some static functions such as load, but should probably have a base > interface class that defines all of the functions that should be > implemented including convert, toString. We would have to force Java 8 for > them to remain as static, otherwise remove the static declaration. > Thoughts on that? > Yes this sounds like a good idea. We probably should stay with JDK7 for the time being though IMO. Colm. > At the very least, we could file a JIRA to implement those functions and > add the unit tests. > > Pam > > On 7/14/15, 7:18 AM, "Colm O hEigeartaigh" <[email protected]> wrote: > > >Hi all, > > > >I'm playing around with creating XACML 3.0 requests using the OpenAZ API. > > > >XACML Request Objects can be converted to a JSON String via > >JSONRequest.toString or JSONRequest.convert. However, there is no > >equivalent functionality that I can see in DOMRequest. > > > >How can I convert a XACML Request Object to a DOM Element? > > > >Colm. > > > > > > > >-- > >Colm O hEigeartaigh > > > >Talend Community Coder > >http://coders.talend.com > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
