org.apache.camel.example.etl
Class EtlRoutes

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport
      extended by org.apache.camel.builder.RouteBuilder
          extended by org.apache.camel.spring.SpringRouteBuilder
              extended by org.apache.camel.example.etl.EtlRoutes
All Implemented Interfaces:
org.apache.camel.RoutesBuilder, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class EtlRoutes
extends org.apache.camel.spring.SpringRouteBuilder

Version:

Field Summary
 
Fields inherited from class org.apache.camel.builder.RouteBuilder
log
 
Constructor Summary
EtlRoutes()
           
 
Method Summary
 void configure()
           
 
Methods inherited from class org.apache.camel.spring.SpringRouteBuilder
getApplicationContext, lookup, lookup, setApplicationContext, transactionErrorHandler, transactionErrorHandler, transactionErrorHandler, transactionErrorHandler
 
Methods inherited from class org.apache.camel.builder.RouteBuilder
addRoutes, addRoutesToCamelContext, checkInitialized, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRoutes, setErrorHandlerBuilder, setRouteCollection, toString
 
Methods inherited from class org.apache.camel.builder.BuilderSupport
bean, bean, bean, bean, body, body, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, faultBody, faultBodyAs, getErrorHandlerBuilder, header, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, systemProperty, systemProperty, xpath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EtlRoutes

public EtlRoutes()
Method Detail

configure

public void configure()
               throws Exception
Specified by:
configure in class org.apache.camel.builder.RouteBuilder
Throws:
Exception


Apache CAMEL