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

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.inject.jsr250.Jsr250Module
          extended by org.apache.camel.guice.CamelModule
              extended by org.apache.camel.guice.CamelModuleWithMatchingRoutes
                  extended by org.apache.camel.example.guice.jms.MyModule
All Implemented Interfaces:
com.google.inject.Module

public class MyModule
extends CamelModuleWithMatchingRoutes

Configures the CamelContext, RouteBuilder, Component and Endpoint instances using Guice

Version:
$Revision: 707305 $

Constructor Summary
MyModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class com.google.inject.jsr250.Jsr250Module
bindJndiContext, isResourceInjection, setResourceInjection
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, bindConstructorInterceptor, binder, bindInterceptor, bindScope, configure, convertToTypes, currentStage, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyModule

public MyModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class CamelModule


Apache CAMEL