org.apache.camel.example.guice.jms
Class MyRouteBuilder

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport
      extended by org.apache.camel.builder.RouteBuilder
          extended by org.apache.camel.example.guice.jms.MyRouteBuilder
All Implemented Interfaces:
Routes

public class MyRouteBuilder
extends RouteBuilder

A simple example router from a file system to an ActiveMQ queue and then to a file system

Version:
$Revision: 706111 $

Constructor Summary
MyRouteBuilder()
           
 
Method Summary
 void configure()
           
static void main(String[] args)
          Allow this route to be run as an application
 
Methods inherited from class org.apache.camel.builder.RouteBuilder
addRoutes, checkInitialized, configureRoute, createContainer, errorHandler, exception, from, from, getContext, getRouteCollection, getRouteList, inheritErrorHandler, intercept, intercept, intercept, noStreamCaching, onException, onException, populateRoutes, setErrorHandlerBuilder, setInheritErrorHandler, setRouteCollection, streamCaching, toString
 
Methods inherited from class org.apache.camel.builder.BuilderSupport
body, body, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, deadLetterChannel, endpoint, endpoint, endpoints, endpoints, faultBody, faultBodyAs, getErrorHandlerBuilder, header, isInheritErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, setContext, systemProperty, systemProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Routes
setContext
 

Constructor Detail

MyRouteBuilder

public MyRouteBuilder()
Method Detail

main

public static void main(String[] args)
Allow this route to be run as an application

Parameters:
args -

configure

public void configure()
Specified by:
configure in class RouteBuilder


Apache CAMEL