Package org.apache.camel.model.app
Class ApplicationDefinition
java.lang.Object
org.apache.camel.model.app.BeansDefinition
org.apache.camel.model.app.ApplicationDefinition
Root tag for Camel application, that can contain beans, routes, and more.
Important this is only supported when using XML DSL with camel-xml-io-dsl. This is NOT for the classic old Spring XML
DSL used by Camel 1.x/2.x.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.model.app.BeansDefinition
getBeans, getBlueprintBeans, getComponentScanning, getRestConfigurations, getRests, getRouteConfigurations, getRoutes, getRouteTemplates, getSpringBeans, getTemplatedRoutes, setBeans, setBlueprintBeans, setComponentScanning, setRestConfigurations, setRests, setRouteConfigurations, setRoutes, setRouteTemplates, setSpringBeans, setTemplatedRoutes
-
Constructor Details
-
ApplicationDefinition
public ApplicationDefinition()
-