| 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 |
Mule Context APIs, including the MuleContext, agent and server event interfaces
|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.lifecycle |
Lifecycle interfaces for all Components.
|
| org.mule.api.processor | |
| 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.connector | |
| org.mule.construct | |
| org.mule.context | |
| org.mule.el | |
| org.mule.el.mvel | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.endpoint.dynamic | |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.expression | |
| org.mule.expression.transformers | |
| org.mule.interceptor | |
| org.mule.lifecycle | |
| org.mule.model | |
| org.mule.model.seda | |
| org.mule.object | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.registry | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.routing.requestreply | |
| 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.source | |
| 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.polling | |
| org.mule.transport.polling.schedule | |
| org.mule.transport.polling.watermark | |
| org.mule.transport.polling.watermark.selector | |
| org.mule.util.lock | |
| org.mule.util.pool | |
| org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
| org.mule.util.store |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.initialise() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractNotificationLoggerAgent.doInitialise() |
protected void |
EndpointNotificationLoggerAgent.doInitialise() |
protected void |
Log4jNotificationLoggerAgent.doInitialise() |
void |
AbstractNotificationLoggerAgent.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<ConfigurationBuilder> 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<? extends Initialisable> children) |
static void |
LifecycleUtils.initialiseIfNeeded(Collection<? extends Object> objects) |
static void |
LifecycleUtils.initialiseIfNeeded(Object object) |
static void |
LifecycleUtils.initialiseIfNeeded(Object object,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerMessageProcessor.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFilter.authenticate(MuleEvent event) |
void |
SecurityFilter.doFilter(MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractComponent.applyLifecycleAndDependencyInjection(Object object) |
protected void |
DefaultJavaComponent.doInitialise() |
protected void |
AbstractJavaComponent.doInitialise() |
protected void |
AbstractComponent.doInitialise() |
void |
ComponentLifecycleManager.fireInitialisePhase(LifecycleCallback<Component> callback) |
void |
PooledJavaComponent.LifeCycleAdapterFactory.initialise() |
void |
DefaultComponentLifecycleAdapter.initialise()
Propagates initialise() life-cycle to component object implementations if they
implement the mule
Initialisable interface. |
void |
DefaultInterfaceBinding.initialise() |
void |
NullLifecycleAdapter.initialise() |
void |
AbstractComponent.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticComponent.initialise() |
| Modifier and Type | Method and Description |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegistryBootstrap.initialise()
Method used to perform any initialisation work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleConnectorOperationLocator.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFlowConstruct.initialise() |
protected void |
AbstractFlowConstruct.initialiseIfInitialisable(Object candidate) |
| 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)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builder and c onfigures it with
configurationBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builders. |
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,
org.mule.context.DefaultMuleContextFactory.ContextConfigurator configurator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionLanguageComponent.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
MVELExpressionLanguage.initialise() |
void |
MVELExpressionLanguageWrapper.initialise() |
protected void |
MVELExpressionLanguage.loadGlobalFunctions() |
| 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 | Method and Description |
|---|---|
protected void |
NullConnector.doInitialise() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RollbackMessagingExceptionStrategy.doInitialise(MuleContext muleContext) |
protected void |
AbstractExceptionListener.doInitialise(MuleContext context) |
protected void |
TemplateMessagingExceptionStrategy.doInitialise(MuleContext muleContext) |
void |
ChoiceMessagingExceptionStrategy.initialise() |
void |
AbstractExceptionListener.initialise()
The initialise method is call every time the Exception stategy is assigned to
a service or connector.
|
void |
RedeliveryExceeded.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleMessageProcessingManager.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionManager.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanBuilderTransformer.initialise()
Template method were deriving classes can do any initialisation after the
properties have been set on this transformer
|
void |
AbstractExpressionTransformer.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 |
InterceptorStack.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryBrokerLifecycleManager.fireInitialisePhase(LifecycleCallback<AbstractRegistryBroker> callback)
Deprecated.
|
void |
DefaultLifecycleManager.fireInitialisePhase(LifecycleCallback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModel.initialise()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SedaService.doInitialise()
Deprecated.
Initialise the service.
|
void |
SedaModel.initialise()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractObjectFactory.fireInitialisationCallbacks(Object component) |
void |
JndiObjectFactory.initialise() |
void |
AbstractObjectFactory.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
SedaStageLifecycleManager.fireInitialisePhase(LifecycleCallback<SedaStageInterceptingMessageProcessor> callback) |
void |
AsyncDelegateMessageProcessor.initialise() |
void |
TransactionalInterceptingMessageProcessor.initialise() |
void |
IdempotentRedeliveryPolicy.initialise() |
void |
AbstractMuleObjectOwner.initialise() |
void |
SecurityFilterMessageProcessor.initialise() |
void |
ResponseMessageProcessorAdapter.initialise() |
void |
InvokerMessageProcessor.initialise() |
void |
AbstractRedeliveryPolicy.initialise() |
void |
SedaStageInterceptingMessageProcessor.initialise() |
protected void |
InvokerMessageProcessor.lookupObjectInstance() |
protected void |
InvokerMessageProcessor.resolveMethodToInvoke() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageProcessorChain.initialise() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransientRegistry.doInitialise()
Deprecated.
|
protected abstract void |
AbstractRegistry.doInitialise() |
protected void |
SimpleRegistry.doInitialise() |
void |
MuleRegistryHelper.initialise()
Method used to perform any initialisation work.
|
void |
AbstractRegistryBroker.initialise()
Deprecated.
|
void |
AbstractRegistry.initialise() |
void |
TypeBasedTransformerResolver.initialise() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.createMessageIdStore() |
void |
AsynchronousUntilSuccessfulProcessingStrategy.initialise() |
void |
ForwardingCatchAllStrategy.initialise()
Deprecated.
|
void |
ExpressionSplitter.initialise() |
void |
MessageFilter.initialise() |
void |
Resequencer.initialise() |
void |
AbstractSelectiveRouter.initialise() |
void |
SynchronousUntilSuccessfulProcessingStrategy.initialise() |
void |
AbstractMatchingRouter.initialise() |
void |
DynamicAll.initialise() |
void |
DynamicFirstSuccessful.initialise() |
void |
Foreach.initialise() |
void |
MessageProcessorFilterPair.initialise() |
void |
AbstractAggregator.initialise() |
void |
UntilSuccessful.initialise() |
void |
ScatterGatherRouter.initialise() |
void |
IdempotentMessageFilter.initialise() |
void |
DynamicRoundRobin.initialise() |
void |
FirstSuccessful.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastingRouter.initialise()
Deprecated.
|
void |
ExpressionMessageSplitter.initialise()
Deprecated.
|
void |
ChainingRouter.initialise()
Deprecated.
|
void |
FilteringOutboundRouter.initialise() |
void |
AbstractOutboundRouter.initialise() |
void |
DefaultOutboundRouterCollection.initialise()
Deprecated.
|
void |
AbstractRoundRobinMessageSplitter.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncRequestReplyRequester.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpointSecurityFilter.authenticate(MuleEvent event)
Deprecated.
|
abstract void |
AbstractAuthenticationFilter.authenticate(MuleEvent event) |
void |
AbstractEndpointSecurityFilter.doFilter(MuleEvent event)
Deprecated.
|
void |
AbstractAuthenticationFilter.doFilter(MuleEvent event) |
abstract void |
AbstractSecurityFilter.doFilter(MuleEvent event) |
protected void |
AbstractSecurityProvider.doInitialise() |
protected void |
AbstractSecurityFilter.doInitialise() |
void |
MuleSecurityManager.initialise() |
void |
AbstractSecurityProvider.initialise() |
void |
SecretKeyEncryptionStrategy.initialise()
Deprecated.
|
void |
PasswordBasedEncryptionStrategy.initialise() |
void |
AbstractJCEEncryptionStrategy.initialise() |
void |
AbstractSecurityFilter.initialise() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MuleEncryptionEndpointSecurityFilter.doInitialise() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractService.doInitialise()
Deprecated.
|
void |
ServiceCompositeMessageSource.initialise()
Deprecated.
|
void |
AbstractService.initialise()
Deprecated.
Initialise the service.
|
protected void |
AbstractService.initialiseIfInitialisable(Object candidate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartableCompositeMessageSource.initialise() |
void |
ClusterizableMessageSourceWrapper.initialise() |
| 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
|
void |
TransformerChain.initialise() |
void |
CompositeConverter.initialise() |
static void |
TransformerUtils.initialiseAllTransformers(List<Transformer> 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 |
AddAttachmentTransformer.initialise() |
void |
RemoveAttachmentTransformer.initialise() |
void |
ParseTemplateTransformer.initialise() |
void |
CopyAttachmentsTransformer.initialise() |
void |
SetPayloadTransformer.initialise() |
void |
AbstractAddVariablePropertyTransformer.initialise() |
void |
AutoTransformer.initialise()
Template method where deriving classes can do any initialisation after the
properties have been set on this transformer
|
void |
SetPayloadMessageProcessor.initialise() |
void |
AbstractRemoveVariablePropertyTransformer.initialise() |
void |
MapToBean.initialise() |
void |
CopyPropertiesTransformer.initialise() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTransportMessageHandler.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 |
AbstractMessageRequester.initialise()
Method used to perform any initialisation work.
|
void |
AbstractTransportMessageHandler.initialise() |
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 |
AbstractTransportMessageHandler.initializeMessageFactory()
Subclasses can override this method to create a custom
MuleMessageFactory instead
of re-using the instance from the connector. |
protected void |
AbstractJndiConnector.initJndiContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageProcessorPollingMessageReceiver.doInitialise()
On the Initialization phase it.
|
protected void |
MessageProcessorPollingConnector.doInitialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedFrequencyScheduler.initialise()
Creates the
FixedFrequencyScheduler.executor that is going to be used to launch schedules |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateExpressionWatermark.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorWatermark.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleLockFactory.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonsPoolObjectPool.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegateQueueManager.initialise() |
void |
TransactionalQueueManager.initialise() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMonitoredObjectStore.initialise() |
void |
TextFileObjectStore.initialise() |
void |
MuleObjectStoreManager.initialise() |
void |
MonitoredObjectStoreWrapper.initialise() |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.