You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Green nodes represent nodes added by this visitor to the Windup Graph.