org.apache.camel
Interface RouteFactory


public interface RouteFactory

A simple callback that POJOs can implement to be called back by the CamelContext with a properly configured RouteBuilder to build routes

Version:
$Revision: $

Method Summary
 void build(RouteBuilder builder)
           
 

Method Detail

build

void build(RouteBuilder builder)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.