|
||||||||||
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.builders.DefaultsConfigurationBuilder
public class DefaultsConfigurationBuilder
Configures defaults required by Mule. This configuration builder is used to
configure mule with these defaults when no other ConfigurationBuilder that sets
these is being used. This is used by both AbstractMuleTestCase and MuleClient.
Default instances of the following are configured:
SimpleRegistryBootstrap
QueueManager
SecurityManager
DefaultEndpointFactory
Model
systemModel
ThreadingProfile
defaultThreadingProfile
ThreadingProfile
defaultMessageDispatcherThreadingProfile
ThreadingProfile
defaultMessageRequesterThreadingProfile
ThreadingProfile
defaultMessageReceiverThreadingProfile
ThreadingProfile
defaultComponentThreadingProfile
Field Summary |
---|
Fields inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
configured, logger |
Constructor Summary | |
---|---|
DefaultsConfigurationBuilder()
|
Method Summary | |
---|---|
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 DefaultsConfigurationBuilder()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |