Name

New Camel XML File — Creates a new XML file for editing routes with the route editor

Properties

Table 2 describes the properties you can specify.

Table 2. New Camel XML File properties

NameDefaultDescription
RouteContainerThe selected folderSpecifies the folder into which the new file will be placed.
File NamecamelContext.xmlSpecifies the name of the new routing context file.
FrameworkSpringSpecifies whether the context file is intended to be used in a Spring container or in an OSGi container that supports Blueprint.

[Tip]Tip

If you are using Maven to build your project, the new file should be placed in projectName /src/main/resources/META-INF/spring/.

Related topics

Creating a new Apache Camel XML file