|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.builders.AbstractConfigurationBuilder
org.mule.config.AnnotationsConfigurationBuilder
public class AnnotationsConfigurationBuilder
Enables Mule annotation processing so that annotated objects registered with the Mule registry will automatically
be configured. This helper also enables JSR-330 injection annotations javax.inject.Inject
and javax.inject.Named
.
Field Summary |
---|
Fields inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
configured, logger |
Constructor Summary | |
---|---|
AnnotationsConfigurationBuilder()
|
Method Summary | |
---|---|
protected AnnotationsParserFactory |
createAnnotationsParserFactory()
|
protected void |
doConfigure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided. |
Methods inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
applyLifecycle, configure, isConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationsConfigurationBuilder()
Method Detail |
---|
protected void doConfigure(MuleContext muleContext) throws java.lang.Exception
AbstractConfigurationBuilder
ConfigurationBuilder
implementation as bean properties before this method
has been called.
doConfigure
in class AbstractConfigurationBuilder
muleContext
- The current MuleContext
ConfigurationException
- if the configuration fails i.e. an object cannot be created or
initialised properly
java.lang.Exception
protected AnnotationsParserFactory createAnnotationsParserFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |