Uses of Interface
org.mule.api.config.MuleConfiguration

Packages that use MuleConfiguration
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.context   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
 

Uses of MuleConfiguration in org.mule
 

Methods in org.mule that return MuleConfiguration
 MuleConfiguration DefaultMuleContext.getConfiguration()
           
 

Constructors in org.mule with parameters of type MuleConfiguration
DefaultMuleContext(MuleConfiguration config, WorkManager workManager, javax.resource.spi.work.WorkListener workListener, LifecycleManager lifecycleManager, ServerNotificationManager notificationManager)
           
 

Uses of MuleConfiguration in org.mule.api
 

Methods in org.mule.api that return MuleConfiguration
 MuleConfiguration MuleContext.getConfiguration()
           
 

Uses of MuleConfiguration in org.mule.api.context
 

Methods in org.mule.api.context with parameters of type MuleConfiguration
 void MuleContextBuilder.setMuleConfiguration(MuleConfiguration muleConfiguration)
           
 

Uses of MuleConfiguration in org.mule.config
 

Classes in org.mule.config that implement MuleConfiguration
 class DefaultMuleConfiguration
          Configuration info.
 

Uses of MuleConfiguration in org.mule.context
 

Fields in org.mule.context declared as MuleConfiguration
protected  MuleConfiguration DefaultMuleContextBuilder.config
           
 

Methods in org.mule.context that return MuleConfiguration
protected  MuleConfiguration DefaultMuleContextBuilder.getMuleConfiguration()
           
 

Methods in org.mule.context with parameters of type MuleConfiguration
 void DefaultMuleContextBuilder.setMuleConfiguration(MuleConfiguration config)
           
 

Uses of MuleConfiguration in org.mule.module.client
 

Methods in org.mule.module.client that return MuleConfiguration
 MuleConfiguration MuleClient.getConfiguration()
           
 

Uses of MuleConfiguration in org.mule.module.management.mbean
 

Constructors in org.mule.module.management.mbean with parameters of type MuleConfiguration
MuleConfigurationService(MuleConfiguration muleConfiguration)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.