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.api.transaction   
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.jboss.transaction Provides integration with JBoss TS (Arjuna). 
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.module.spring.transaction   
org.mule.transaction.lookup   
 

Uses of MuleConfiguration in org.mule
 

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

Constructors in org.mule with parameters of type MuleConfiguration
DefaultMuleContext(MuleConfiguration config, WorkManager workManager, javax.resource.spi.work.WorkListener workListener, MuleContextLifecycleManager 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.api.transaction
 

Methods in org.mule.api.transaction with parameters of type MuleConfiguration
 TransactionManager TransactionManagerFactory.create(MuleConfiguration config)
          Creates of obtains the jta transaction manager to use for mule transactions
 

Uses of MuleConfiguration in org.mule.config
 

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

Methods in org.mule.config with parameters of type MuleConfiguration
static void PropertiesMuleConfigurationFactory.initializeFromProperties(MuleConfiguration configuration, Map properties)
           
 

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
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, Properties properties, MuleConfiguration configuration)
          Creates a new MuleContext using the given configurationBuilder and configuration.
 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.jboss.transaction
 

Methods in org.mule.module.jboss.transaction with parameters of type MuleConfiguration
 TransactionManager JBossArjunaTransactionManagerFactory.create(MuleConfiguration config)
           
 

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

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

Uses of MuleConfiguration in org.mule.module.spring.transaction
 

Methods in org.mule.module.spring.transaction with parameters of type MuleConfiguration
 TransactionManager SpringTransactionManagerFactory.create(MuleConfiguration config)
           
 

Uses of MuleConfiguration in org.mule.transaction.lookup
 

Methods in org.mule.transaction.lookup with parameters of type MuleConfiguration
 TransactionManager WebsphereTransactionManagerLookupFactory.create(MuleConfiguration config)
          This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
 TransactionManager GenericTransactionManagerLookupFactory.create(MuleConfiguration config)
           
 



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