Package 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.

See:
          Description

Class Summary
AutowireUMOManagerFactoryBean UMOManagerFactoryBean is a MuleManager factory bean that is used to configure the MuleManager from a spring context.
CachedResource Spring 2.x is picky about open/closed input streams, as it requires a closed stream (fully read resource) to enable automatic validation detection (DTD or XSD).
MuleApplicationContext MuleApplicationContext is A Simple extension Application context that allows rosurces to be loaded from the Classpath of file system using the MuleBeanDefinitionReader.
MuleBeanDefinitionDocumentReader By default, an statement will assume the imported resource's location is relative to the current file.
MuleBeanDefinitionReader MuleBeanDefinitionReader Is a custom Spring Bean reader that will apply a transformation to Mule Xml configuration files before loading bean definitions allowing Mule Xml config to be parsed as Spring configuration.
MuleConfigurationFactoryBean Deprecated. use AutowireUMOManagerFactoryBean instead
MuleManagerBean This Bean can e used to bootstrap a MuleManager instance in a Spring context.
MuleObjectNameProcessor MuleObjectNameProcessor is used to set spring ids to Mule object names so the the bean id and name property on the object don't both have to be set.
MuleResourceLoader By default, a resource is loaded directly from the classpath.
ReaderInputStream  
SpringConfigurationBuilder SpringConfigurationBuilder Enables Mule to be loaded from as Spring context.
TransformerEditor TransformerEditor is used to convert Transformer names into transformer Objects
UMOManagerFactoryBean Deprecated. use AutowireUMOManagerFactoryBean
 

Package org.mule.extras.spring.config Description

Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application.



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