XML to JavaBean



The XML file is following:



<AuthnRequest xmlns="A" ID="B">
<Issuer xmlns="A">SOMETHING</Issuer>
<NameIDPolicy Format="B" AllowCreate="true"/>
</AuthnRequest>


So how to transform this file with many attributes to a Javabean?


No comments:

Post a Comment