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

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.guiceyfruit.support.GuiceyFruitModule
          extended by org.guiceyfruit.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
Direct Known Subclasses:
MyOSGiModule

public class MyModule
extends org.apache.camel.guice.CamelModuleWithMatchingRoutes

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

Version:

Constructor Summary
MyModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class org.apache.camel.guice.CamelModule
configureCamelContext
 
Methods inherited from class org.guiceyfruit.support.GuiceyFruitModule
bind, bind, bind, bindAnnotationInjector, bindAnnotationInjector, bindAnnotationInjector, bindInstance, bindMethodHandler, bindMethodHandler, bindMethodHandler, checkInjectedValueType, getParameterType
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, 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 org.apache.camel.guice.CamelModule


Apache CAMEL