org.apache.camel.example.docs
Class MulticastRoute

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport
      extended by org.apache.camel.builder.RouteBuilder
          extended by org.apache.camel.example.docs.MulticastRoute
All Implemented Interfaces:
Routes

public class MulticastRoute
extends RouteBuilder

A simple multicast example

Version:
$Revision: 383 $

Constructor Summary
MulticastRoute()
           
 
Method Summary
 void configure()
           
 
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

MulticastRoute

public MulticastRoute()
Method Detail

configure

public void configure()
               throws Exception
Specified by:
configure in class RouteBuilder
Throws:
Exception


Apache CAMEL