org.apache.camel
Class Main

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.main.MainSupport
          extended by org.apache.camel.main.Main
              extended by org.apache.camel.Main
All Implemented Interfaces:
Service, ShutdownableService, StatefulService, SuspendableService

Deprecated. use org.apache.camel.main.Main instead

@Deprecated
public class Main
extends Main


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.camel.main.MainSupport
MainSupport.Option, MainSupport.ParameterOption
 
Field Summary
 
Fields inherited from class org.apache.camel.main.Main
instance, registry
 
Fields inherited from class org.apache.camel.main.MainSupport
aggregateDot, camelContexts, camelTemplate, completed, dotOutputDir, duration, latch, LOG, options, routeBuilders, routesOutputFile, timeUnit, trace
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
Main()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.main.Main
bind, createContext, createModelFileGenerator, doStart, doStop, findOrCreateCamelTemplate, getCamelContextMap, getInstance, lookup, lookup, lookupByType, main
 
Methods inherited from class org.apache.camel.main.MainSupport
addOption, addRouteBuilder, afterStart, beforeStop, completed, enableHangupSupport, 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.support.ServiceSupport
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Deprecated. 


Apache CAMEL