Package | Description |
---|---|
org.mule.api.config | |
org.mule.api.context |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.api.service | |
org.mule.component.builder | |
org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
org.mule.config.builders | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
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.ognl.filters |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided
|
Modifier and Type | Method and Description |
---|---|
MuleContext |
MuleContextFactory.createMuleContext()
Returns an existing instance of
MuleContext is one exists, otherwise a
new MuleContext instance is created with defaults. |
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Creates a new MuleContext using the given configurationBuilder
|
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builder and c onfigures it with
configurationBuilder |
MuleContext |
MuleContextFactory.createMuleContext(List configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builders. |
MuleContext |
MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAware.setService(Service service) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageBuilder.setService(Service service) |
Modifier and Type | Method and Description |
---|---|
void |
BridgeComponent.setService(Service service)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AutoConfigurationBuilder.autoConfigure(MuleContext muleContext,
ConfigResource[] configResources) |
void |
AbstractResourceConfigurationBuilder.configure(MuleContext muleContext)
Override to check for existence of configResouce before invocation, and set
resources n configuration afterwards.
|
void |
AbstractConfigurationBuilder.configure(MuleContext muleContext) |
protected MuleContext |
MuleXmlBuilderContextListener.createManager(String configResource,
javax.servlet.ServletContext context)
Used to actually construct the UMOManager instance
|
protected void |
AutoConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected ConfigResource[] |
WebappMuleXmlConfigurationBuilder.loadConfigResources(String[] configs) |
protected ConfigResource[] |
AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs) |
Constructor and Description |
---|
AbstractResourceConfigurationBuilder(String configResources) |
AbstractResourceConfigurationBuilder(String[] configResources) |
AutoConfigurationBuilder(String resource) |
AutoConfigurationBuilder(String[] resources) |
WebappMuleXmlConfigurationBuilder(javax.servlet.ServletContext servletContext,
String configResources) |
WebappMuleXmlConfigurationBuilder(javax.servlet.ServletContext servletContext,
String[] configResources) |
Constructor and Description |
---|
SpringXmlConfigurationBuilder(String configResources) |
SpringXmlConfigurationBuilder(String[] configResources) |
SpringXmlConfigurationBuilder(String[] configResources,
org.springframework.context.ApplicationContext parentContext) |
SpringXmlConfigurationBuilder(String configResources,
org.springframework.context.ApplicationContext parentContext) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Use default ConfigurationBuilder, default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Use default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
{@inheritDoc
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List configurationBuilders,
MuleContextBuilder muleContextBuilder)
{@inheritDoc
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Use default ConfigurationBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(String resource)
Creates a new
MuleContext instance from the resource provided. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String configResources,
Properties properties)
Creates a new
MuleContext instance from the resource provided. |
Constructor and Description |
---|
MuleClient(String configResources,
ConfigurationBuilder builder)
Configures a Mule client instance
|
MuleClient(String configResources,
ConfigurationBuilder builder,
String user,
String password)
Configures a Mule client instance
|
Modifier and Type | Method and Description |
---|---|
void |
OGNLFilter.setExpression(String expression)
Sets the expression for this filter.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.