Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.agent |
Admin components and Agents used to control and Monitor Mule
|
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 |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.api.security |
Security API for authentication and authorisation.
|
org.mule.component | |
org.mule.component.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.bootstrap | |
org.mule.config.builders | |
org.mule.config.spring.factories | |
org.mule.config.spring.util | |
org.mule.context | |
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.lifecycle | |
org.mule.model | |
org.mule.model.seda | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.client.remoting | |
org.mule.module.jaas | |
org.mule.module.jaas.filters | |
org.mule.module.management.agent |
Management agents including agents for Jdmk, MX4J, and Log4J
|
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
org.mule.module.xml.transformer |
Xml and Xslt Transformer implementations.
|
org.mule.object | |
org.mule.registry | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.response |
Response router implementations that enable asynchronous event processing in request /response messaging requests.
|
org.mule.security |
Core security implementation including the mule security manager and encryption types
|
org.mule.security.filters |
Core sercurity filter types.
|
org.mule.service | |
org.mule.transaction.lookup | |
org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
org.mule.transformer.encryption |
Transformers for encrypting and decrypting message payloads.
|
org.mule.transformer.simple |
Basic transformer implementations.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.bpm | |
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.http.components | |
org.mule.transport.http.transformers | |
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.jms.websphere |
Provides Jms connectivity with Websphere-specific workarounds and improvements.
|
org.mule.transport.multicast |
IP multicast connectivity for Mule.
|
org.mule.transport.quartz | |
org.mule.transport.rmi | |
org.mule.transport.servlet | |
org.mule.transport.soap | |
org.mule.transport.soap.component | |
org.mule.transport.ssl |
Provides tcp connectivity over Ssl for Mule.
|
org.mule.transport.stdio | |
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
org.mule.transport.udp |
Provides Udp connectivity for Mule.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
org.mule.util.pool | |
org.mule.util.store |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExceptionListener.doInitialise(MuleContext muleContext) |
void |
AbstractExceptionListener.initialise()
The initialise method is call every time the Exception stategy is assigned to
a service or connector.
|
abstract void |
AbstractAgent.initialise() |
void |
DefaultMuleContext.initialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
EndpointNotificationLoggerAgent.doInitialise() |
protected abstract void |
AbstractNotificationLoggerAgent.doInitialise() |
protected void |
Log4jNotificationLoggerAgent.doInitialise() |
void |
AbstractNotificationLoggerAgent.initialise() |
void |
ConfigScannerAgent.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
MuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
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 |
---|---|
InboundEndpoint |
EndpointBuilder.buildInboundEndpoint()
Constructs inbound endpoints
|
OutboundEndpoint |
EndpointBuilder.buildOutboundEndpoint()
Constructs outbound endpoints
|
Modifier and Type | Class and Description |
---|---|
class |
RecoverableException
RecoverableException can be thrown during initialisation to
indicate that the error occurred is not fatal and a reactive action can be
performed to try and remedy the error. |
Modifier and Type | Method and Description |
---|---|
void |
Initialisable.initialise()
Method used to perform any initialisation work.
|
void |
InitialisationCallback.initialise(Object component) |
static void |
LifecycleTransitionResult.initialiseAll(Iterator children)
Initialise children
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointSecurityFilter.authenticate(MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractComponent.doInitialise() |
protected void |
AbstractJavaComponent.doInitialise() |
void |
DefaultLifecycleAdapter.initialise()
Propagates initialise() life-cycle to component object implementations if they
implement the mule
Initialisable interface. |
void |
AbstractComponent.initialise() |
void |
PooledJavaComponent.LifeCycleAdaptorFactory.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
StaticComponent.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
QueueProfile.configureQueue(String component,
QueueManager queueManager) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRegistryBootstrap.initialise()
Method used to perform any initialisation work.
|
Modifier and Type | Method and Description |
---|---|
protected MuleContext |
MuleXmlBuilderContextListener.createManager(String configResource,
javax.servlet.ServletContext context)
Used to actually construct the UMOManager instance
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointFactoryBean.initialise() |
void |
AbstractEndpointFactoryBean.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
SpringBeanLookup.initialise() |
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. |
protected MuleContext |
DefaultMuleContextFactory.doCreateMuleContext(MuleContextBuilder muleContextBuilder) |
Modifier and Type | Method and Description |
---|---|
InboundEndpoint |
AbstractEndpointBuilder.buildInboundEndpoint() |
OutboundEndpoint |
AbstractEndpointBuilder.buildOutboundEndpoint() |
protected InboundEndpoint |
AbstractEndpointBuilder.doBuildInboundEndpoint() |
protected OutboundEndpoint |
AbstractEndpointBuilder.doBuildOutboundEndpoint() |
void |
MuleEndpointURI.initialise() |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyInitialisedException
AlreadyInitialisedException is thrown when a service or connector
has already been initialised. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModel.initialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
SedaService.doInitialise()
Initialise the service.
|
void |
SedaModel.initialise() |
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 |
RemoteDispatcherComponent.initialise() |
void |
RemoteDispatcherAgent.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
JaasSimpleAuthenticationProvider.initialise()
The initialise method checks whether a jaas configuration file exists.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JaasSecurityFilter.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
JmxServerNotificationAgent.doInitialise() |
void |
Log4jAgent.initialise() |
void |
JmxAgent.initialise()
Method used to perform any initialisation work.
|
void |
WrapperManagerAgent.initialise() |
void |
RmiRegistryAgent.initialise() |
void |
JdmkAgent.initialise() |
void |
DefaultJmxSupportAgent.initialise()
Method used to perform any initialisation work.
|
void |
Mx4jAgent.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectorService.initialise() |
Modifier and Type | Method and Description |
---|---|
protected StreamSource |
XsltTransformer.getStreamSource()
Returns the StreamSource corresponding to xslFile
|
void |
XsltTransformer.initialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractObjectFactory.fireInitialisationCallbacks(Object component) |
void |
JndiObjectFactory.initialise() |
void |
AbstractObjectFactory.initialise() |
void |
SingletonObjectFactory.initialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
TransientRegistry.doInitialise() |
protected void |
AbstractRegistry.doInitialise() |
void |
AbstractRegistry.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRouter.initialise() |
void |
AbstractRouterCollection.initialise() |
Modifier and Type | Method and Description |
---|---|
protected ObjectStore |
IdempotentReceiver.createMessageIdStore() |
void |
AbstractEventAggregator.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResponseRouterCollection.initialise() |
void |
AbstractResponseAggregator.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event) |
protected abstract void |
AbstractEndpointSecurityFilter.doInitialise() |
void |
SecretKeyEncryptionStrategy.initialise() |
void |
MuleSecurityManager.initialise() |
void |
AbstractJCEEncryptionStrategy.initialise() |
void |
AbstractEndpointSecurityFilter.initialise() |
void |
PasswordBasedEncryptionStrategy.initialise() |
protected void |
AbstractEndpointSecurityFilter.initialiseEndpoint() |
protected void |
AbstractEndpointSecurityFilter.lazyInit() |
Modifier and Type | Method and Description |
---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractService.doInitialise() |
void |
AbstractService.initialise()
Initialise the service.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericTransactionManagerLookupFactory.initialise()
Method used to perform any initialisation work.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransformer.initialise()
Template method where deriving classes can do any initialisation after the
properties have been set on this transformer
|
static void |
TransformerUtils.initialiseAllTransformers(List transformers) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEncryptionTransformer.initialise()
Template method were deriving classes can do any initialisation after the
properties have been set on this transformer
|
Modifier and Type | Method and Description |
---|---|
void |
AutoTransformer.initialise()
Template method where deriving classes can do any initialisation after the
properties have been set on this transformer
|
void |
ExpressionTransformer.initialise()
Template method were deriving classes can do any initialisation after the
properties have been set on this transformer
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageReceiver.doInitialise() |
protected abstract void |
AbstractConnector.doInitialise() |
Context |
AbstractJndiConnector.getJndiContext(String jndiProviderUrl) |
protected void |
AbstractConnector.initFromServiceDescriptor()
Initialises this connector from its
TransportServiceDescriptor This
will be called before the AbstractConnector.doInitialise() method is called. |
void |
AbstractMessageReceiver.initialise()
Method used to perform any initialisation work.
|
void |
AbstractConnector.initialise() |
void |
AbstractConnector.initialiseFromUrl(EndpointURI endpointUri)
When this connector is created via the
TransportFactory the endpoint used to
determine the connector type is passed to this method so that any properties
set on the endpoint that can be used to initialise the connector are made
available. |
protected void |
AbstractJndiConnector.initJndiContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessMessageReceiver.doInitialise() |
protected void |
ProcessConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpsConnector.doInitialise() |
protected void |
HttpConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
RestServiceWrapper.doInitialise() |
Modifier and Type | Method and Description |
---|---|
void |
MuleMessageToHttpResponse.initialise() |
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Connection |
JmsConnector.createConnection() |
protected void |
JmsConnector.doInitialise() |
Constructor and Description |
---|
WebsphereTransactedJmsMessageReceiver(Connector umoConnector,
Service service,
InboundEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
MulticastConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
QuartzConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
RmiConnector.doInitialise() |
Remote |
RmiConnector.getRemoteObject(ImmutableEndpoint endpoint) |
protected Object |
RmiConnector.getRemoteRef(ImmutableEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
void |
WSProxyService.initialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWebServiceWrapperComponent.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
SslConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
PromptStdioConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
UdpConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
protected void |
VMConnector.doInitialise() |
Modifier and Type | Method and Description |
---|---|
void |
CommonsPoolObjectPool.initialise() |
Modifier and Type | Method and Description |
---|---|
void |
TextFileObjectStore.initialise() |
void |
AbstractMonitoredObjectStore.initialise() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.