|
Class Summary |
| SpringBeanElement |
Represents a element in a Spring application-context
- this has id and className attributes
- plus zero or more property elements as children |
| SpringBeanIntrospector |
Provides introspection functions for Spring beans
This version leans heavily on the implementation-java classes |
| SpringConstructorArgElement |
Represents a element in a Spring application-context
- this has ref attribute |
| SpringPropertyElement |
Represents a element in a Spring application-context
- this has name and ref attributes |
| SpringSCAPropertyElement |
Represents an element in a Spring application-context
- this has name and type attributes |
| SpringSCAReferenceElement |
Represents a element in a Spring application-context
- this has id and className attributes
- plus zero or more property elements as children |
| SpringSCAServiceElement |
Represents a element in a Spring application-context
- this has id and className attributes
- plus zero or more property elements as children |
| SpringXMLComponentTypeLoader |
Introspects a Spring XML application-context configuration file to create
component type information. |