|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.directory.XmlBeanParser
This class is responsible for parsing a single bean configuration file and building the appropriate BeanConfiguration structure.
Constructor Summary | |
XmlBeanParser(NameService nameService)
|
Method Summary | |
void |
parseBeanConfiguration(java.lang.String fileName,
BeanConfiguration beanConfig)
Parse a bean property configuration file and build the approriate BeanConfiguration structure. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XmlBeanParser(NameService nameService)
Method Detail |
public void parseBeanConfiguration(java.lang.String fileName, BeanConfiguration beanConfig)
fileName
- The fileName of the configuration file.beanConfig
- The beanConfig structure to build/modify.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |