org.apache.camel.example.etl
Class Main

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.MainSupport
          extended by org.apache.camel.spring.Main
              extended by org.apache.camel.example.etl.Main
All Implemented Interfaces:
Service, ShutdownableService

public class Main
extends Main

A command line tool to run this example

Version:
$Revision: 834787 $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.camel.impl.MainSupport
MainSupport.Option, MainSupport.ParameterOption
 
Field Summary
 
Fields inherited from class org.apache.camel.spring.Main
instance
 
Fields inherited from class org.apache.camel.impl.MainSupport
dotOutputDir, LOG
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String... args)
           
 
Methods inherited from class org.apache.camel.spring.Main
createDefaultApplicationContext, createModelFileGenerator, doStart, doStop, enableHangupSupport, findOrCreateCamelTemplate, getApplicationContext, getApplicationContextUri, getCamelContextMap, getFileApplicationContextUri, getInstance, getParentApplicationContext, getParentApplicationContextUri, setApplicationContext, setApplicationContextUri, setFileApplicationContextUri, setParentApplicationContext, setParentApplicationContextUri
 
Methods inherited from class org.apache.camel.impl.MainSupport
addOption, addRouteBuilder, afterStart, beforeStop, completed, enableTrace, generateDot, getCamelContexts, getCamelTemplate, getDotOutputDir, getDuration, getRouteBuilders, getRouteDefinitions, getRoutesOutputFile, getTimeUnit, isAggregateDot, isTrace, outputRoutesToFile, parseArguments, postProcessCamelContext, postProcessContext, run, run, setAggregateDot, setDotOutputDir, setDuration, setRouteBuilders, setRoutesOutputFile, setTimeUnit, showOptions, showOptionsHeader, waitUntilCompleted
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String... args)
                 throws Exception
Throws:
Exception


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.