org.guiceyfruit.mule
Class MuleModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.guiceyfruit.support.GuiceyFruitModule
          extended by org.guiceyfruit.jsr250.Jsr250Module
              extended by org.guiceyfruit.mule.MuleModule
All Implemented Interfaces:
com.google.inject.Module

public class MuleModule
extends org.guiceyfruit.jsr250.Jsr250Module

TODO


Constructor Summary
MuleModule()
           
 
Method Summary
protected  void configure()
           
static com.google.inject.Injector createInjector(com.google.inject.Module... modules)
          Returns a new Injector with support for Mule lifecycle support along with JSR 250 support included.
 
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

MuleModule

public MuleModule()
Method Detail

createInjector

public static com.google.inject.Injector createInjector(com.google.inject.Module... modules)
Returns a new Injector with support for Mule lifecycle support along with JSR 250 support included.


configure

protected void configure()
Overrides:
configure in class org.guiceyfruit.jsr250.Jsr250Module


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.