Module SpringCamel
Provides classes and predicates for identifying Spring integration for the Apache Camel messaging framework.
Import path
import semmle.code.java.frameworks.spring.SpringCamelImports
| SpringBean | |
| SpringXMLElement | |
| java | Provides all default Java QL imports. |
Classes
| SpringCamelXmlBeanRef | A reference to a Spring bean in an Apache Camel route defined in a Spring beans file. |
| SpringCamelXmlContext | An element in a Spring beans file that defines an Apache Camel context. |
| SpringCamelXmlElement | An Apache Camel element in a Spring Beans file. |
| SpringCamelXmlMethodElement | A declaration of a Apache Camel “method” expression defined in a Spring beans file. |
| SpringCamelXmlRoute | An element in a Spring beans files that defines an Apache Camel route. |
| SpringCamelXmlRouteContext | An element in a Spring beans file that defines an Apache Camel route context. |
| SpringCamelXmlRouteElement | An element in a Spring bean file that is logically contained in an Apache Camel route. |
| SpringCamelXmlToElement | A declaration of a target in an Apache Camel route defined in a Spring beans file. |