Skip to content

SpringConfigurationVisitor

Brad edited this page Mar 25, 2014 · 5 revisions

SpringConfigurationVisitor is responsible for reviewing all XML Resources in the Windup Graph, and identifying XML Resources that are Spring Configurations. It does this by identifying the root tag and either the XML Doctype or XML Namespace, depending on the version of Spring Configuration. After identifying an XML as a Spring Configuration, the Spring Configuration is read, and references to Spring Beans are extracted, and referenced in the Windup Graph to the appropriate Java Class. For each of Spring's beans, a Spring Bean facet is referenced to the Java Class.

SpringConfigurationVisitor

Green nodes represent nodes added by this visitor to the Windup Graph.

Clone this wiki locally