Package fr.dyade.aaa.agent.conf
Interface A3CMLWrapper
-
- All Known Implementing Classes:
A3CMLSaxWrapper
public interface A3CMLWrapperXML Wrapper interface for A3CML configuration file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A3CMLConfigparse(Reader reader, String name)Parses the xml file namedcfgFileName.
-
-
-
Method Detail
-
parse
A3CMLConfig parse(Reader reader, String name) throws Exception
Parses the xml file namedcfgFileName.- Parameters:
reader- the Reader to read the configuration fromname- the name of the configuration- Returns:
- the configuration object
- Throws:
Exception- unspecialized error
-
-