Skip to content

EjbConfigurationVisitor

Brad edited this page Mar 25, 2014 · 6 revisions

EJBConfigurationVisitor is responsible for reviewing all XML Resources in the Windup Graph, and identifying XML Resources that are EJB Configurations. It does this by identifying the root tag and either the XML Doctype or XML Namespace, depending on the version of EJB. After identifying an XML as a EJB Configuration, the EJB Configuration is read, and references to EJB (Stateful, Stateless) Session Beans and Message Driven Beans are extracted, and referenced in the Windup Graph to the appropriate Java Class.

EjbConfigurationVisitor

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

Clone this wiki locally