Package org.apache.camel.maven

Class Summary
DotMojo Runs Camel embedded with META-INF/services/*.xml spring files to try create DOT files for the routing rules, then converts the DOT files into another format such as PNG
EmbeddedMojo Runs a CamelContext using any Spring XML configuration files found in META-INF/spring/*.xml and camel-*.xml and starting up the context; then generating the DOT file before closing the context down.
RunMojo Runs a CamelContext using any Spring or Blueprint XML configuration files found in META-INF/spring/*.xml, and OSGI-INF/blueprint/*.xml, and camel-*.xml and starting up the context.
 



Apache Camel