org.apache.camel.component.uface.swing
Class Main

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.util.MainSupport
          extended by org.apache.camel.spring.Main
              extended by org.apache.camel.component.uface.swing.Main
All Implemented Interfaces:
Service

public class Main
extends Main

Version:
$Revision: 668391 $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.camel.util.MainSupport
MainSupport.Option, MainSupport.ParameterOption
 
Field Summary
 
Fields inherited from class org.apache.camel.spring.Main
instance
 
Fields inherited from class org.apache.camel.util.MainSupport
dotOutputDir, LOG
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String... args)
           
protected  void postProcesCamelContext(CamelContext camelContext)
           
 
Methods inherited from class org.apache.camel.spring.Main
createDefaultApplicationContext, createModelFileGenerator, doStart, doStop, enableDebug, enableHangupSupport, enableTrace, findOrCreateCamelTemplate, getApplicationContext, getApplicationContextUri, getCamelContextMap, getFileApplicationContextUri, getInstance, getParentApplicationContext, getParentApplicationContextUri, setApplicationContext, setApplicationContextUri, setFileApplicationContextUri, setParentApplicationContext, setParentApplicationContextUri
 
Methods inherited from class org.apache.camel.util.MainSupport
addOption, addRouteBuilder, completed, generateDot, getCamelContexts, getCamelTemplate, getDebugger, getDotOutputDir, getDuration, getRouteBuilders, getRouteDefinitions, getRoutesOutputFile, getTimeUnit, isAggregateDot, isDebug, isTrace, outputRoutesToFile, parseArguments, postProcessContext, run, run, setAggregateDot, setDotOutputDir, setDuration, setRouteBuilders, setRoutesOutputFile, setTimeUnit, showOptions, showOptionsHeader, waitUntilCompleted
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, 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)

postProcesCamelContext

protected void postProcesCamelContext(CamelContext camelContext)
                               throws Exception
Overrides:
postProcesCamelContext in class MainSupport
Throws:
Exception


Apache CAMEL