org.objectweb.jonas.security.lib.wrapper
Class JResourceManagerWrapper
java.lang.Object
org.objectweb.jonas.security.lib.wrapper.JResourceManagerWrapper
public class JResourceManagerWrapper
- extends Object
- Author:
- Guillaume Sauthier
Method Summary |
static void |
addResources(JResources jres,
Reader reader,
String xml)
Add JResource(s) created from parsing of the reader contents inside the
JResources given instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addResources
public static void addResources(JResources jres,
Reader reader,
String xml)
throws SecurityServiceException
- Add JResource(s) created from parsing of the reader contents inside the
JResources given instance.
- Parameters:
jres
- JResources element where JResource will be addded.reader
- XML Content Readerxml
- filename / xml : used in Error messages
- Throws:
SecurityServiceException
- When parsing fails
Copyright © 2007 OW2 Consortium. All Rights Reserved.