| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.persistence.config
|
Class DbConfigurationParser
|
public class DbConfigurationParser
Parses XML based Db Bean configuration configuration.
DOM based parsing.
Author:
msimonsen
| Field Summary |
private final static String |
|
private final static Logger |
|
| Method Summary |
|
parse(InputSource source) |
|
|
|
parse(InputStream xmlIns) |
|
|
private final static String className
Final.
Multiplicity:
1
Static.
private final static Logger logger
Final.
Multiplicity:
1
Static.
Parameters:
source - xml parsable inputsource
Exceptions:
PersistenceException throws Exception upon parsing errors.
Return:
the keeper configuration.
Throws:
PersistenceException
Provides package convenience method for DOM parsing.
Parameters:
node
Throws:
PersistenceException
Custom properties
return the:
keeper configuration.
Parameters:
xmlIns - xml parsable input stream
Exceptions:
PersistenceException - throws Exception upon parsing errors.
Throws:
PersistenceException
Custom properties
return the:
keeper configuration.
Parameters:
xml
Exceptions:
PersistenceException throws Exception upon parsing errors.
Return:
the keeper configuration.
Throws:
PersistenceException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|