org.apache.camel.loanbroker.queue.version
Class LoanBroker

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport
      extended by org.apache.camel.builder.RouteBuilder
          extended by org.apache.camel.loanbroker.queue.version.LoanBroker
All Implemented Interfaces:
org.apache.camel.RoutesBuilder

public class LoanBroker
extends org.apache.camel.builder.RouteBuilder

The LoanBroker is a RouteBuilder which builds the whole loan message routing rules

Version:

Field Summary
 
Fields inherited from class org.apache.camel.builder.RouteBuilder
log
 
Constructor Summary
LoanBroker()
           
 
Method Summary
 void configure()
          Lets configure the Camel routing rules using Java code...
static void main(String... args)
          A main() so we can easily run these routing rules in our IDE
 
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, 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

LoanBroker

public LoanBroker()
Method Detail

main

public static void main(String... args)
                 throws Exception
A main() so we can easily run these routing rules in our IDE

Throws:
Exception

configure

public void configure()
Lets configure the Camel routing rules using Java code...

Specified by:
configure in class org.apache.camel.builder.RouteBuilder


Apache CAMEL