Class Summary |
BeanConfiguration |
A class representing a bean configuration. |
BeanInstantiator |
A NameService object delegates the responsibility for creating new bean
instances from BeanConfiguration objects to a object of this class. |
BeanProperty |
Represents a property of a bean. |
BeanPropertyValue |
A class representing a bean property value. |
DirectoryContext |
A directory context is a path in the configuration structure,
e.g. |
DirectoryEvent |
All events that occurs when using the bean directory will generate
this event. |
IntegerConverter |
Convert an object to Integer. |
NameParse |
NameParse provides a static method for parsing component references. |
NameService |
A naming service for Java components. |
ScopeStore |
Data structure for storing and looking up components in a specific scope. |
StringConverter |
Converter for converting objects to String. |
XmlBeanParser |
This class is responsible for parsing a single bean configuration file and
building the appropriate BeanConfiguration structure. |