Uses of Package
org.mule.config

Packages that use org.mule.config
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.components.builder   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.factories   
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.examples.loanbroker   
org.mule.examples.loanbroker.bank   
org.mule.examples.loanbroker.bpm   
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.model.seda   
org.mule.impl.work A javax.resource.spi.WorkManager implementation. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.xfire   
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.tck.testmodels.mule   
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Classes in org.mule.config used by org.mule
MuleConfiguration
          MuleConfiguration holds the runtime configuration specific to the MuleManager.
 

Classes in org.mule.config used by org.mule.components.builder
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.components.simple
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.config
ConfigurationException
           
ExceptionReader
          Provides a strategy interface for reading information from an exception in a consistent way.
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
QueueProfile
          QueueProfile determines how an internal queue for a component will behave.
ReaderResource
          ReaderResource is a reader with a description associated with it.
ThreadingProfile
          ThreadingProfile is used to configure a thread pool.
ThreadingProfile.WorkManagerFactory
           
 

Classes in org.mule.config used by org.mule.config.builders
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
ConfigurationException
           
ReaderResource
          ReaderResource is a reader with a description associated with it.
 

Classes in org.mule.config used by org.mule.config.factories
PropertyFactory
          PropertyFactory is used to create objects from the property file.
 

Classes in org.mule.config used by org.mule.config.pool
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
 

Classes in org.mule.config used by org.mule.examples.loanbroker
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
 

Classes in org.mule.config used by org.mule.examples.loanbroker.bank
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.examples.loanbroker.bpm
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
 

Classes in org.mule.config used by org.mule.extras.client
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
ConfigurationException
           
MuleConfiguration
          MuleConfiguration holds the runtime configuration specific to the MuleManager.
 

Classes in org.mule.config used by org.mule.extras.spring
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.extras.spring.config
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
ConfigurationException
           
MuleConfiguration
          MuleConfiguration holds the runtime configuration specific to the MuleManager.
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
QueueProfile
          QueueProfile determines how an internal queue for a component will behave.
ReaderResource
          ReaderResource is a reader with a description associated with it.
ThreadingProfile
          ThreadingProfile is used to configure a thread pool.
 

Classes in org.mule.config used by org.mule.impl
ConfigurationException
           
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
QueueProfile
          QueueProfile determines how an internal queue for a component will behave.
ThreadingProfile
          ThreadingProfile is used to configure a thread pool.
 

Classes in org.mule.config used by org.mule.impl.model.seda
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
QueueProfile
          QueueProfile determines how an internal queue for a component will behave.
 

Classes in org.mule.config used by org.mule.impl.work
ThreadingProfile
          ThreadingProfile is used to configure a thread pool.
 

Classes in org.mule.config used by org.mule.providers
ThreadingProfile
          ThreadingProfile is used to configure a thread pool.
 

Classes in org.mule.config used by org.mule.providers.jdbc
ExceptionReader
          Provides a strategy interface for reading information from an exception in a consistent way.
 

Classes in org.mule.config used by org.mule.providers.jms
ExceptionReader
          Provides a strategy interface for reading information from an exception in a consistent way.
 

Classes in org.mule.config used by org.mule.providers.soap.axis
ExceptionReader
          Provides a strategy interface for reading information from an exception in a consistent way.
 

Classes in org.mule.config used by org.mule.providers.soap.xfire
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.providers.vm
QueueProfile
          QueueProfile determines how an internal queue for a component will behave.
 

Classes in org.mule.config used by org.mule.routing.filters
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.tck
ConfigurationBuilder
          ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
 

Classes in org.mule.config used by org.mule.tck.model
ConfigurationException
           
 

Classes in org.mule.config used by org.mule.tck.testmodels.mule
PropertyFactory
          PropertyFactory is used to create objects from the property file.
 

Classes in org.mule.config used by org.mule.umo.model
PoolingProfile
          PoolingProfile is a configuration object used to define the object pooling parameters for the component it is associated with.
 



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