A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractAgent - Class in org.mule
Implements common methods for all Agents.
AbstractAgent(String) - Constructor for class org.mule.AbstractAgent
 
AbstractArgumentEntryPointResolver - Class in org.mule.model.resolvers
A base class that allows implementing resolvers to define what parameters it is expecting.
AbstractArgumentEntryPointResolver() - Constructor for class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
AbstractCatchAllStrategy - Class in org.mule.routing
ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
AbstractCatchAllStrategy() - Constructor for class org.mule.routing.AbstractCatchAllStrategy
 
AbstractComponent - Class in org.mule.component
Abstract Component to be used by all Component implementations.
AbstractComponent() - Constructor for class org.mule.component.AbstractComponent
 
AbstractCompressionTransformer - Class in org.mule.transformer.compression
AbstractCompressionTransformer is a base class for all transformers that can compress or uncompress data when they performa message transformation.
AbstractCompressionTransformer() - Constructor for class org.mule.transformer.compression.AbstractCompressionTransformer
default constructor required for discovery
AbstractConfigurationBuilder - Class in org.mule.config.builders
A support class for ConfigurationBuilder implementations that handles the logic of creating config arrays and Properties arguments
AbstractConfigurationBuilder() - Constructor for class org.mule.config.builders.AbstractConfigurationBuilder
 
AbstractConnectable - Class in org.mule.transport
Provide a default dispatch (client) support for handling threads lifecycle and validation.
AbstractConnectable(ImmutableEndpoint) - Constructor for class org.mule.transport.AbstractConnectable
 
AbstractConnectionStrategy - Class in org.mule.transport
TODO document
AbstractConnectionStrategy() - Constructor for class org.mule.transport.AbstractConnectionStrategy
 
AbstractConnector - Class in org.mule.transport
AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractConnector() - Constructor for class org.mule.transport.AbstractConnector
 
AbstractCounter - Class in org.mule.util.counters.impl
 
AbstractCounter(String, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.AbstractCounter
 
AbstractDiscoverableTransformer - Class in org.mule.transformer
 
AbstractDiscoverableTransformer() - Constructor for class org.mule.transformer.AbstractDiscoverableTransformer
 
AbstractEncryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
AbstractEncryptionTransformer() - Constructor for class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
AbstractEndpoint - Class in org.mule.endpoint
ImmutableMuleEndpoint describes a Provider in the Mule Server.
AbstractEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, boolean, int, String, String, MuleContext, ConnectionStrategy) - Constructor for class org.mule.endpoint.AbstractEndpoint
 
AbstractEndpointBuilder - Class in org.mule.endpoint
Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractEndpointBuilder() - Constructor for class org.mule.endpoint.AbstractEndpointBuilder
 
AbstractEndpointSecurityFilter - Class in org.mule.security
AbstractEndpointSecurityFilter provides basic initialisation for all security filters, namely configuring the SecurityManager for this instance
AbstractEndpointSecurityFilter() - Constructor for class org.mule.security.AbstractEndpointSecurityFilter
 
AbstractEndpointURIBuilder - Class in org.mule.endpoint
UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
AbstractEndpointURIBuilder() - Constructor for class org.mule.endpoint.AbstractEndpointURIBuilder
 
AbstractEntryPointResolver - Class in org.mule.model.resolvers
A Base class for EntryPointResolver.
AbstractEntryPointResolver() - Constructor for class org.mule.model.resolvers.AbstractEntryPointResolver
 
AbstractEventAggregator - Class in org.mule.routing.inbound
AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractEventAggregator() - Constructor for class org.mule.routing.inbound.AbstractEventAggregator
 
AbstractEventResequencer - Class in org.mule.routing.inbound
AbstractEventResequencer is used to receive a set of events, resequence them and forward them on to their destination
AbstractEventResequencer() - Constructor for class org.mule.routing.inbound.AbstractEventResequencer
 
AbstractExceptionListener - Class in org.mule
AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
AbstractExceptionListener() - Constructor for class org.mule.AbstractExceptionListener
 
AbstractFilterCollection - Class in org.mule.routing.filters.logic
Manages a filter collection.
AbstractFilterCollection() - Constructor for class org.mule.routing.filters.logic.AbstractFilterCollection
 
AbstractFilterCollection(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.AbstractFilterCollection
 
AbstractJavaComponent - Class in org.mule.component
Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, NestedRouterCollection and ObjectFactory.
AbstractJavaComponent() - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJavaComponent(ObjectFactory) - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJavaComponent(ObjectFactory, EntryPointResolverSet, NestedRouterCollection) - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJCEEncryptionStrategy - Class in org.mule.security
A JCE based encryption strategy.
AbstractJCEEncryptionStrategy() - Constructor for class org.mule.security.AbstractJCEEncryptionStrategy
 
AbstractJndiConnector - Class in org.mule.transport
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
AbstractJndiConnector() - Constructor for class org.mule.transport.AbstractJndiConnector
 
AbstractMessageAdapter - Class in org.mule.transport
AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageAdapter() - Constructor for class org.mule.transport.AbstractMessageAdapter
 
AbstractMessageAdapter(MessageAdapter) - Constructor for class org.mule.transport.AbstractMessageAdapter
Creates a message adapter copying values from an existing one
AbstractMessageAwareTransformer - Class in org.mule.transformer
AbstractMessageAwareTransformer is a transformer that has a reference to the current message.
AbstractMessageAwareTransformer() - Constructor for class org.mule.transformer.AbstractMessageAwareTransformer
 
AbstractMessageBuilder - Class in org.mule.component.builder
A service that will invoke all outbound endpoints configured on the service allow the result of each endpoint invocation to be aggregated to a single message.
AbstractMessageBuilder() - Constructor for class org.mule.component.builder.AbstractMessageBuilder
 
AbstractMessageDispatcher - Class in org.mule.transport
Provide a default dispatch (client) support for handling threads lifecycle and validation.
AbstractMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageDispatcher
 
AbstractMessageDispatcherFactory - Class in org.mule.transport
AbstractMessageDispatcherFactory is a base implementation of the MessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageDispatcherFactory() - Constructor for class org.mule.transport.AbstractMessageDispatcherFactory
 
AbstractMessageReceiver - Class in org.mule.transport
AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageReceiver
Creates the Message Receiver
AbstractMessageRequester - Class in org.mule.transport
Provide a default dispatch (client) support for handling threads lifecycle and validation.
AbstractMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageRequester
 
AbstractMessageRequesterFactory - Class in org.mule.transport
A base implementation of the MessageRequesterFactory interface for managing the lifecycle of message requesters.
AbstractMessageRequesterFactory() - Constructor for class org.mule.transport.AbstractMessageRequesterFactory
 
AbstractMessageSplitter - Class in org.mule.routing.outbound
AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sub parts that can be processed by other components.
AbstractMessageSplitter() - Constructor for class org.mule.routing.outbound.AbstractMessageSplitter
 
AbstractModel - Class in org.mule.model
MuleModel is the default implementation of the Model.
AbstractModel() - Constructor for class org.mule.model.AbstractModel
 
AbstractNamedEncryptionStrategy - Class in org.mule.security
 
AbstractNamedEncryptionStrategy() - Constructor for class org.mule.security.AbstractNamedEncryptionStrategy
 
AbstractNotificationLoggerAgent - Class in org.mule.agent
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
AbstractNotificationLoggerAgent(String) - Constructor for class org.mule.agent.AbstractNotificationLoggerAgent
 
AbstractObjectFactory - Class in org.mule.object
Creates object instances based on the class and sets any properties.
AbstractObjectFactory() - Constructor for class org.mule.object.AbstractObjectFactory
For Spring only
AbstractObjectFactory(String) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(String, Map) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(Class) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(Class, Map) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractOutboundRouter - Class in org.mule.routing.outbound
AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
AbstractOutboundRouter() - Constructor for class org.mule.routing.outbound.AbstractOutboundRouter
 
AbstractPollingMessageReceiver - Class in org.mule.transport
AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractPollingMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.AbstractPollingMessageReceiver
 
AbstractReceiverResourceWorker - Class in org.mule.transport
This is a Message receiver worker used by transports that do not have a way for the underlying transport to call back to the receiver when a message is available such as Jms.
AbstractReceiverResourceWorker(Object, AbstractMessageReceiver) - Constructor for class org.mule.transport.AbstractReceiverResourceWorker
 
AbstractReceiverResourceWorker(Object, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.transport.AbstractReceiverResourceWorker
 
AbstractReceiverWorker - Class in org.mule.transport
A base Worker used by Transport MessageReceiver implementations.
AbstractReceiverWorker(List, AbstractMessageReceiver) - Constructor for class org.mule.transport.AbstractReceiverWorker
 
AbstractReceiverWorker(List, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.transport.AbstractReceiverWorker
 
AbstractRecipientList - Class in org.mule.routing.outbound
AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
AbstractRecipientList() - Constructor for class org.mule.routing.outbound.AbstractRecipientList
 
AbstractRegistry - Class in org.mule.registry
 
AbstractRegistry(String) - Constructor for class org.mule.registry.AbstractRegistry
Default Constructor
AbstractRegistry(String, Registry) - Constructor for class org.mule.registry.AbstractRegistry
 
AbstractResourceConfigurationBuilder - Class in org.mule.config.builders
Abstract ConfigurationBuilder implementation used for ConfigurationBuider's that use one of more configuration resources of the same type that are defined using strings or ConfigResource objects.
AbstractResourceConfigurationBuilder(String) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceConfigurationBuilder(String[]) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceConfigurationBuilder(ConfigResource[]) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceManager - Class in org.mule.util.xa
This code is based on code coming from the commons-transaction project.
AbstractResourceManager() - Constructor for class org.mule.util.xa.AbstractResourceManager
 
AbstractResponseAggregator - Class in org.mule.routing.response
AbstractResponseAggregator provides a base class for implementing response aggregator routers.
AbstractResponseAggregator() - Constructor for class org.mule.routing.response.AbstractResponseAggregator
 
AbstractResponseRouter - Class in org.mule.routing.response
AbstractResponseRouter is a base class for all Response Routers
AbstractResponseRouter() - Constructor for class org.mule.routing.response.AbstractResponseRouter
 
AbstractRouter - Class in org.mule.routing
Implements the shared methods that all routers have.
AbstractRouter() - Constructor for class org.mule.routing.AbstractRouter
 
AbstractRouterCollection - Class in org.mule.routing
AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
AbstractRouterCollection(int) - Constructor for class org.mule.routing.AbstractRouterCollection
 
AbstractService - Class in org.mule.service
A base implementation for all UMOComponents in Mule
AbstractService() - Constructor for class org.mule.service.AbstractService
For Spring only
AbstractServiceDescriptor - Class in org.mule.api.registry
 
AbstractServiceDescriptor(String) - Constructor for class org.mule.api.registry.AbstractServiceDescriptor
 
AbstractServiceDescriptor.Key - Class in org.mule.api.registry
Unique key used to cache the service descriptors.
AbstractServiceDescriptor.Key(String, Map) - Constructor for class org.mule.api.registry.AbstractServiceDescriptor.Key
 
AbstractSingleResourceTransaction - Class in org.mule.transaction
This abstract class can be used as a base class for transactions that can enlist only one resource (such as a JMS session or JDBC connection).
AbstractSingleResourceTransaction() - Constructor for class org.mule.transaction.AbstractSingleResourceTransaction
 
AbstractTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
AbstractTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTransaction - Class in org.mule.transaction
This base class provides low level features for transactions.
AbstractTransaction() - Constructor for class org.mule.transaction.AbstractTransaction
 
AbstractTransactionContext - Class in org.mule.util.xa
 
AbstractTransactionContext() - Constructor for class org.mule.util.xa.AbstractTransactionContext
 
AbstractTransformer - Class in org.mule.transformer
AbstractTransformer is a base class for all transformers.
AbstractTransformer() - Constructor for class org.mule.transformer.AbstractTransformer
default constructor required for discovery
AbstractXAResourceManager - Class in org.mule.util.xa
 
AbstractXAResourceManager() - Constructor for class org.mule.util.xa.AbstractXAResourceManager
 
accept(MuleMessage) - Method in interface org.mule.api.routing.filter.Filter
Check a given message against this filter.
accept(Object) - Method in interface org.mule.api.routing.filter.ObjectFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.ExceptionTypeFilter
Check a given message against this filter.
accept(MuleMessage) - Method in class org.mule.routing.filters.ExpressionFilter
Check a given message against this filter.
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.AndFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.NotFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.OrFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.RegExFilter
 
accept(Object) - Method in class org.mule.routing.filters.RegExFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(Object) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.BatchConstraint
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.ConstraintFilter
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.ManualConstraint
 
action - Variable in class org.mule.api.context.notification.ServerNotification
 
ACTION_ALWAYS_BEGIN - Static variable in interface org.mule.api.transaction.TransactionConfig
Will ensure that a new transaction is created for each invocation
ACTION_ALWAYS_BEGIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_ALWAYS_JOIN - Static variable in interface org.mule.api.transaction.TransactionConfig
There must always be a transaction present for the invocation
ACTION_ALWAYS_JOIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_BEGIN_OR_JOIN - Static variable in interface org.mule.api.transaction.TransactionConfig
Will begin a new transaction if no transaction is already present
ACTION_BEGIN_OR_JOIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_JOIN_IF_POSSIBLE - Static variable in interface org.mule.api.transaction.TransactionConfig
If there is a transaction available, then use it, otherwise continue processing
ACTION_JOIN_IF_POSSIBLE_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_NONE - Static variable in interface org.mule.api.transaction.TransactionConfig
Whether there is a transaction available or not, ignore it
ACTION_NONE_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
activate() - Method in interface org.mule.api.transport.MessageDispatcher
This method can perform necessary state updates before any of the MessageDispatching methods are invoked.
activate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked before the given dispatcher is handed out to a client, but not after MessageDispatcherFactory.create(OutboundEndpoint).
activate() - Method in interface org.mule.api.transport.MessageRequester
This method can perform necessary state updates before any of the MessageDispatching methods are invoked.
activate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked before the given requester is handed out to a client, but not after MessageRequesterFactory.create(org.mule.api.endpoint.InboundEndpoint).
activate() - Method in class org.mule.transport.AbstractConnectable
 
activate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
activate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
activate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
activate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
activateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
activateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
activeContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
add(ServiceStatistics) - Method in class org.mule.management.stats.AllStatistics
 
add(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
addAggregate(AggregateCounter) - Method in class org.mule.util.counters.impl.AbstractCounter
 
addArgument(ExpressionTransformer.Argument) - Method in class org.mule.transformer.simple.ExpressionTransformer
 
addAttachment(String, DataHandler) - Method in interface org.mule.api.transport.MessageAdapter
Allows for arbitary data attachments to be associated with the Message.
addAttachment(String, DataHandler) - Method in class org.mule.DefaultMuleMessage
Allows for arbitary data attachments to be associated with the Message.
addAttachment(String, DataHandler) - Method in class org.mule.transport.AbstractMessageAdapter
Allows for arbitary data attachments to be associated with the Message.
addCreate(List, Object) - Static method in class org.mule.util.CollectionUtils
Some code uses null to indicate "unset", which makes appending items complex.
added - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
addEncryptionStrategy(EncryptionStrategy) - Method in interface org.mule.api.security.SecurityManager
 
addEncryptionStrategy(EncryptionStrategy) - Method in class org.mule.security.MuleSecurityManager
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.AbstractExceptionListener
 
addEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.InboundRouterCollection
 
addEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.OutboundRouter
Adds an endpoint to this router
addEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
addEndpoint(InboundEndpoint) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
addEndpoint(InboundEndpoint) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
addEntryPointResolver(EntryPointResolver) - Method in interface org.mule.api.model.EntryPointResolverSet
Will add a resolver to the list of resolvers to invoke on a compoent.
addEntryPointResolver(EntryPointResolver) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
addEvent(MuleEvent) - Method in class org.mule.routing.inbound.EventGroup
Add the given event to this group.
addEventGroup(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Add the given EventGroup to this aggregator's "group store".
addEventGroup(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
addEventGroup(EventGroup) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
addExecutionTime(long) - Method in class org.mule.management.stats.ComponentStatistics
 
addExpirable(long, Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
Adds an expirable object to monitor.
addFile(File) - Method in class org.mule.util.monitor.FileMonitor
Add file to listen for.
addIgnoredMethod(String) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
addInboundProperties(Map) - Method in class org.mule.transport.AbstractMessageAdapter
A convenience method for extending classes to Set inbound scoped properties on the message properties that arrive on the inbound message should be set as inbound-scoped properties.
addInfo(String, Object) - Method in exception org.mule.api.MuleException
 
addInterfaceToType(Class, Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
addListener(ServerNotificationListener) - Method in class org.mule.context.notification.ServerNotificationManager
 
addListener(FileListener) - Method in class org.mule.util.monitor.FileMonitor
Add listener to this file monitor.
addListener(TimeEventListener) - Method in class org.mule.util.timer.EventTimerTask
 
addListenerSubscription(ServerNotificationListener, String) - Method in class org.mule.context.notification.ServerNotificationManager
 
addListenerSubscriptionPair(ListenerSubscriptionPair) - Method in class org.mule.context.notification.ServerNotificationManager
 
addMessage(MuleMessage) - Method in interface org.mule.api.MuleMessageCollection
 
addMessage(MuleMessage, int) - Method in interface org.mule.api.MuleMessageCollection
 
addMessage(MuleMessage) - Method in class org.mule.DefaultMessageCollection
 
addMessage(MuleMessage, int) - Method in class org.mule.DefaultMessageCollection
 
addMessages(MuleMessage[]) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(MuleEvent[]) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(List) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(MuleEvent[]) - Method in class org.mule.DefaultMessageCollection
 
addMessages(List) - Method in class org.mule.DefaultMessageCollection
 
addMessages(MuleMessage[]) - Method in class org.mule.DefaultMessageCollection
 
addMethod(String) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
addMethod(String) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
addMethodByArguments(Object, Method, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
addMethodByName(Method, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
addObjectInitialisationCallback(InitialisationCallback) - Method in interface org.mule.api.object.ObjectFactory
Register a custom initialiser
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.object.AbstractObjectFactory
 
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.object.JndiObjectFactory
 
addOrderedLifecycleObject(LifecycleObject) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
addOrderedLifecycleObject(LifecycleObject) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
addProcessedGroup(Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
addProperties(Map) - Method in interface org.mule.api.transport.MessageAdapter
Adds a map of properties to be associated with this message
addProperties(Map) - Method in class org.mule.DefaultMuleMessage
Adds a map of properties to be associated with this message
addProperties(Map) - Method in class org.mule.message.BaseMessage
Adds a map of properties to associated with this message
addProperties(Map) - Method in class org.mule.transport.AbstractMessageAdapter
Adds a map of properties to be associated with this message
addProvider(SecurityProvider) - Method in interface org.mule.api.security.SecurityManager
 
addProvider(SecurityProvider) - Method in class org.mule.security.MuleSecurityManager
 
address - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
ADDRESS - Static variable in class org.mule.endpoint.URIBuilder
 
addRouter(InboundRouter) - Method in interface org.mule.api.routing.InboundRouterCollection
 
addRouter(Router) - Method in interface org.mule.api.routing.RouterCollection
 
addRouter(Router) - Method in class org.mule.routing.AbstractRouterCollection
 
addRouter(InboundRouter) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
addRouter(Router) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
addRouterForInterface(NestedRouter) - Method in class org.mule.routing.nested.NestedInvocationHandler
 
addToEnvironment(String, Object) - Method in class org.mule.jndi.SimpleContext
 
addTransformer(Transformer) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
addTransformer(Transformer) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
ADMIN_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
afterExecute(Object, Method, Object[]) - Method in interface org.mule.util.Multicaster.InvokeListener
 
Agent - Interface in org.mule.api.agent
Agent is a server plugin that can be initialised, started and destroyed along with the UMOManager itself.
AGENT_NAME - Static variable in class org.mule.agent.ConfigScannerAgent
 
agentsRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
AggregateCounter - Class in org.mule.util.counters.impl
 
AggregateCounter(String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.AggregateCounter
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.MessageChunkingAggregator
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.response.SimpleCollectionResponseAggregator
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.response.SingleResponseRouter
The SingleResponseRouter will always return the first event of an event group.
AggregationException - Exception in org.mule.routing
TODO document
AggregationException(EventGroup, ImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(EventGroup, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, ImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
algorithm - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
ALL_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
ALL_PHASES - Static variable in interface org.mule.api.lifecycle.LifecyclePhase
 
ALL_SCOPES - Static variable in class org.mule.api.transport.PropertyScope
An array of all scopes defined here
ALL_TRANSPORT_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
AllStatistics - Class in org.mule.management.stats
AllStatistics TODO
AllStatistics() - Constructor for class org.mule.management.stats.AllStatistics
 
AlreadyInitialisedException - Exception in org.mule.lifecycle
AlreadyInitialisedException is thrown when a service or connector has already been initialised.
AlreadyInitialisedException(String, Initialisable) - Constructor for exception org.mule.lifecycle.AlreadyInitialisedException
 
and(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
AndFilter - Class in org.mule.routing.filters.logic
AndFilter accepts only if the leftFilter and rightFilter filter accept.
AndFilter() - Constructor for class org.mule.routing.filters.logic.AndFilter
 
AndFilter(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.AndFilter
 
ANT_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
append(String, String) - Static method in class org.mule.transformer.simple.StringAppendTransformer
 
appendJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
appendMessage(String) - Method in exception org.mule.api.MuleException
 
APPLICATION - Static variable in class org.mule.api.transport.PropertyScope
This provides access to properties in the registry.
APPLICATION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
APPLY_TO_PROPERTY - Static variable in class org.mule.config.ExceptionHelper
a comma-separated list of other protocols the mappings in a file can be applied to
applyAllTransformers(List) - Method in class org.mule.DefaultMuleMessage
 
applyInitialisationPolicy() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
applyLifecycle(MuleContext, Object) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
applyLifecycle(Object) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
applyLifecycle(Object) - Method in interface org.mule.api.MuleContext
 
applyLifecycle(Object) - Method in class org.mule.DefaultMuleContext
Apply current phase of the LifecycleManager.
applyLifecycle(Object) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
applyLifecycle(MuleContext, Object) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
applyProcessors(Map) - Method in class org.mule.registry.TransientRegistry
 
applyProcessors(Object) - Method in class org.mule.registry.TransientRegistry
 
applySystemProperties() - Method in class org.mule.config.DefaultMuleConfiguration
Apply any settings which come from the JVM system properties.
applyTransformers(List) - Method in interface org.mule.api.MuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List, Class) - Method in interface org.mule.api.MuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List) - Method in class org.mule.DefaultMuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List, Class) - Method in class org.mule.DefaultMuleMessage
 
ArrayEntryPointResolver - Class in org.mule.model.resolvers
Will resolver entry point methods on a service service that accept a single array.
ArrayEntryPointResolver() - Constructor for class org.mule.model.resolvers.ArrayEntryPointResolver
 
ArrayUtils - Class in org.mule.util
 
ArrayUtils() - Constructor for class org.mule.util.ArrayUtils
 
assertAccess(boolean) - Method in interface org.mule.api.ThreadSafeAccess
This method may be called before data in the object are accessed.
assertAccess(boolean) - Method in class org.mule.DefaultMuleEvent
 
assertAccess(boolean) - Method in class org.mule.DefaultMuleMessage
This method may be called before data in the object are accessed.
assertAccess(boolean) - Method in class org.mule.transport.AbstractMessageAdapter
This method may be called before data in the object are accessed.
assertAddressConsistent() - Method in class org.mule.endpoint.URIBuilder
 
assertNotUsed() - Method in class org.mule.endpoint.URIBuilder
 
assertProtocolConsistent() - Method in class org.mule.endpoint.URIBuilder
 
assignedComponentName - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
assureReady() - Method in class org.mule.util.xa.AbstractResourceManager
Check that the FileManager is ready.
assureStarted() - Method in class org.mule.util.xa.AbstractResourceManager
Check that the FileManager is started.
ASYNC_REPLY_TIMEOUT - Static variable in class org.mule.context.notification.RoutingNotification
 
attachments - Variable in class org.mule.transport.AbstractMessageAdapter
Collection of attachments associatated with this message
ATTRIBUTE_OBJECT_CLASS - Static variable in class org.mule.object.AbstractObjectFactory
 
ATTRIBUTE_OBJECT_CLASS_NAME - Static variable in class org.mule.object.AbstractObjectFactory
 
attributeName(Attr) - Static method in class org.mule.util.XMLUtils
 
authDeniedOnEndpoint(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
authEndpointMustSendOrReceive() - Static method in class org.mule.config.i18n.CoreMessages
 
authenticate(MuleEvent) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
authenticate(Authentication) - Method in interface org.mule.api.security.SecurityManager
 
authenticate(Authentication) - Method in interface org.mule.api.security.SecurityProvider
 
authenticate(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticate(Authentication) - Method in class org.mule.security.MuleSecurityManager
 
authenticateInbound(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticateInbound(MuleEvent) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
Authentication - Interface in org.mule.api.security
UMOAuthentication represents an authentication request and contains authentication information if the request was successful
authFailedForUser(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
authNoCredentials() - Static method in class org.mule.config.i18n.CoreMessages
 
authNoEncryptionStrategy(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authNoSecurityProvider(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authSecurityManagerNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
authSetButNoContext(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authTypeNotRecognised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
AutoConfigurationBuilder - Class in org.mule.config.builders
Configures Mule from a configuration resource or comma seperated list of configuration resources by auto-detecting the ConfigurationBuilder to use for each resource.
AutoConfigurationBuilder(String) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
AutoConfigurationBuilder(String[]) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
AutoConfigurationBuilder(ConfigResource[]) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
autoConfigure(MuleContext, ConfigResource[]) - Method in class org.mule.config.builders.AutoConfigurationBuilder
 
AutoDiscoverySecurityProviderFactory - Class in org.mule.api.security.provider
Automatically discovers the JDK we are running on and returns a corresponding SecurityProviderInfo.
AutoDiscoverySecurityProviderFactory() - Constructor for class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
 
available() - Method in class org.mule.model.streaming.DelegatingInputStream
 
AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the average value of a counter
Average - Class in org.mule.util.counters.impl
 
Average(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Average
 

B

Base64 - Class in org.mule.util
 
Base64.InputStream - Class in org.mule.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.mule.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64Decoder - Class in org.mule.transformer.codec
Base64Encoder transforms Base64 encoded data into strings or byte arrays.
Base64Decoder() - Constructor for class org.mule.transformer.codec.Base64Decoder
 
Base64Encoder - Class in org.mule.transformer.codec
Base64Encoder transforms strings or byte arrays into Base64 encoded string.
Base64Encoder() - Constructor for class org.mule.transformer.codec.Base64Encoder
 
base64Encoding - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
BaseMessage - Class in org.mule.message
BaseMessage A default message implementation used for messages sent over the wire.
BaseMessage(Object) - Constructor for class org.mule.message.BaseMessage
 
BaseTransformer - Interface in org.mule.api.transformer
Transformer can be chained together to covert message payloads from one object type to another.
BatchConstraint - Class in org.mule.transaction.constraints
BatchConstraint is a filter that counts on every execution and returns true when the batch size value equals the execution count.
BatchConstraint() - Constructor for class org.mule.transaction.constraints.BatchConstraint
 
BeanUtils - Class in org.mule.util
BeanUtils provides functions for altering the way commons BeanUtils works
BeanUtils() - Constructor for class org.mule.util.BeanUtils
 
begin() - Method in interface org.mule.api.transaction.Transaction
Begin the transaction.
begin() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
begin() - Method in class org.mule.transaction.AbstractTransaction
 
begin() - Method in interface org.mule.util.file.FileSession
 
begin() - Method in interface org.mule.util.queue.QueueSession
 
begin() - Method in class org.mule.util.xa.DefaultXASession
 
beginTransaction(MuleContext) - Method in interface org.mule.api.transaction.TransactionFactory
Create and begins a new transaction
beginTransaction(MuleContext) - Method in class org.mule.transaction.XaTransactionFactory
 
beginTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
bind(Name, Object) - Method in class org.mule.jndi.SimpleContext
 
bind(String, Object) - Method in class org.mule.jndi.SimpleContext
 
bindings - Variable in class org.mule.jndi.SimpleContext
What holds the bindings.
bindResource(Object, Object) - Method in interface org.mule.api.transaction.Transaction
 
bindResource(Object, Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
bindResource(Object, Object) - Method in class org.mule.transaction.XaTransaction
 
bindTransaction(Transaction) - Method in class org.mule.transaction.TransactionCoordination
 
bindTransaction(Transaction) - Method in class org.mule.transport.AbstractReceiverWorker
Template method used to bind the resources of this receiver to the transaction.
BlockingServerEvent - Interface in org.mule.api.context.notification
BlockingServerEvent is a marker interface that tells the server event manager to publish this event in the current thread, thus blocking the current thread of execution until all listeners have been processed
boilerPlate(String) - Method in class org.mule.util.MuleLogger
 
boilerPlate(String, char, int) - Method in class org.mule.util.MuleLogger
 
boilerPlate(List, char, int) - Method in class org.mule.util.MuleLogger
 
boilerPlate(String[], char, int) - Method in class org.mule.util.MuleLogger
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.AbstractJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.DefaultJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.PooledJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.SimpleCallableJavaComponent
 
borrowObject() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
borrowObject() - Method in interface org.mule.util.pool.ObjectPool
 
BridgeComponent - Class in org.mule.component.simple
Deprecated. along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer.
BridgeComponent() - Constructor for class org.mule.component.simple.BridgeComponent
Deprecated.  
build(URI) - Method in interface org.mule.api.endpoint.EndpointURIBuilder
 
build(URI) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
buildInboundEndpoint() - Method in interface org.mule.api.endpoint.EndpointBuilder
Constructs inbound endpoints
buildInboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
buildMessage(MuleMessage, MuleMessage) - Method in interface org.mule.api.component.builder.MessageBuilder
 
buildMessage(MuleMessage, MuleMessage) - Method in class org.mule.component.builder.ReflectionMessageBuilder
 
buildMuleContext() - Method in interface org.mule.api.context.MuleContextBuilder
Builds a new MuleContext instance using configured builder instance.
buildMuleContext() - Method in class org.mule.context.DefaultMuleContextBuilder
Builds a new MuleContext instance using configured builder instance.
buildMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
 
buildOutboundEndpoint() - Method in interface org.mule.api.endpoint.EndpointBuilder
Constructs outbound endpoints
buildOutboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
BYTE_ARRAY - Static variable in class org.mule.util.expression.MessagePayloadExpressionEvaluator
 
ByteArrayToHexString - Class in org.mule.transformer.simple
Converts a Byte array to a Hex String.
ByteArrayToHexString() - Constructor for class org.mule.transformer.simple.ByteArrayToHexString
 
ByteArrayToMuleMessage - Class in org.mule.transformer.simple
TODO
ByteArrayToMuleMessage() - Constructor for class org.mule.transformer.simple.ByteArrayToMuleMessage
 
ByteArrayToObject - Class in org.mule.transformer.simple
ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if the byte array is a serialised object and if not will return a String created from the bytes as the returnType on the transformer.
ByteArrayToObject() - Constructor for class org.mule.transformer.simple.ByteArrayToObject
 
ByteArrayToSerializable - Class in org.mule.transformer.simple
ByteArrayToSerializable converts a serialized object to its object representation
ByteArrayToSerializable() - Constructor for class org.mule.transformer.simple.ByteArrayToSerializable
 

C

Callable - Interface in org.mule.api.lifecycle
Callable is used to provide UMOs with an interface that supports event calls.
CallableEntryPointResolver - Class in org.mule.model.resolvers
An entrypoint resolver that only allows Service objects that implmement the Callable interface
CallableEntryPointResolver() - Constructor for class org.mule.model.resolvers.CallableEntryPointResolver
 
callableMethod - Static variable in class org.mule.model.resolvers.CallableEntryPointResolver
 
CallbackOutputStream - Class in org.mule.model.streaming
 
CallbackOutputStream(OutputStream, CallbackOutputStream.Callback) - Constructor for class org.mule.model.streaming.CallbackOutputStream
 
CallbackOutputStream.Callback - Interface in org.mule.model.streaming
 
called - Static variable in class org.mule.transport.SimpleRetryConnectionStrategy
 
cannotFindBindingForMethod(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotInstanciateFinder(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotLoadFromClasspath(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotReadPayloadAsBytes(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotReadPayloadAsString(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotSetObjectOnceItHasBeenSet(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotSetPropertyOnObjectWithParamType(String, Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotStartTransaction(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotUseDisposedConnector() - Static method in class org.mule.config.i18n.CoreMessages
 
cannotUseTxAndRemoteSync() - Static method in class org.mule.config.i18n.CoreMessages
 
capacity - Variable in class org.mule.util.queue.QueueConfiguration
 
catchAll(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
catchMessage(MuleMessage, MuleSession, boolean) - Method in interface org.mule.api.routing.RouterCatchAllStrategy
 
catchMessage(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
catchMessage(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
catchMessage(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.ServiceCatchAllStrategy
 
ChainedReader - Class in org.mule.util
ChainedReader allows Reader objects to be chained together.
ChainedReader(Reader, Reader) - Constructor for class org.mule.util.ChainedReader
 
ChainedThreadingProfile - Class in org.mule.config
This was written (perhaps too far in advance) with an eye to how we will manage default values in a dynamic environment.
ChainedThreadingProfile() - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile with fixed default values taken from ThreadingProfile.DEFAULT_THREADING_PROFILE
ChainedThreadingProfile(ThreadingProfile) - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile with dynamic default values taken from the given delegate.
ChainedThreadingProfile(ThreadingProfile, boolean) - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile.
ChainingRouter - Class in org.mule.routing.outbound
ChainingRouter is used to pass a Mule event through multiple endpoints using the result of the first as the input for the second.
ChainingRouter() - Constructor for class org.mule.routing.outbound.ChainingRouter
 
chainMessage(Message, Message) - Static method in exception org.mule.api.transport.UniqueIdNotSupportedException
 
CharSetUtils - Class in org.mule.util
 
CharSetUtils() - Constructor for class org.mule.util.CharSetUtils
 
checkDisposed() - Method in class org.mule.component.AbstractComponent
 
checkDisposed() - Method in class org.mule.transport.AbstractConnector
 
checkLifecycleForPropertySet(String, String) - Method in class org.mule.DefaultMuleContext
 
checkPhase(String) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
checkPhase(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
checkReturnClass(Object) - Method in class org.mule.transformer.AbstractTransformer
 
checkScopeForWriteAccess(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
CLASSNAME_DEFAULT_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
Don't use a class object so the core doesn't depend on mule-module-spring-config.
CLASSNAME_DEFAULT_IDLE_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
This builder sets up the configuration for an idle Mule node - a node that doesn't do anything initially but is fed configuration during runtime
CLASSNAME_SPRING_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
Required to support the '-config spring' shortcut.
ClassUtils - Class in org.mule.util
Extend the Apache Commons ClassUtils to provide additional functionality.
ClassUtils() - Constructor for class org.mule.util.ClassUtils
 
cleanup() - Method in class org.mule.routing.outbound.AbstractMessageSplitter
This method is called after all parts of the original message have been processed; typically this is the case after AbstractMessageSplitter.getMessagePart(MuleMessage, OutboundEndpoint) returned null.
cleanup() - Method in class org.mule.routing.outbound.FilteringListMessageSplitter
 
clear() - Method in interface org.mule.api.management.stats.Statistics
 
clear() - Method in class org.mule.management.stats.AllStatistics
 
clear() - Method in class org.mule.management.stats.ComponentStatistics
 
clear() - Method in class org.mule.management.stats.RouterStatistics
 
clear() - Method in class org.mule.management.stats.SedaServiceStatistics
 
clear() - Method in class org.mule.management.stats.ServiceStatistics
 
clear() - Static method in class org.mule.RequestContext
Resets the current request context (clears all information).
clear() - Method in class org.mule.routing.inbound.EventGroup
Removes all events from this group.
clear() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
clear() - Method in class org.mule.util.ExceptionHolder
 
clear() - Method in class org.mule.util.MapCombiner
 
clear() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
clear() - Method in interface org.mule.util.pool.ObjectPool
 
clearEvaluators() - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Clears all registered evaluators from the manager.
clearProperties() - Method in interface org.mule.api.transport.MessageAdapter
Removes all properties on this message
clearProperties() - Method in class org.mule.DefaultMuleMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.message.BaseMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.transport.AbstractMessageAdapter
Removes all properties on this message
clearProperties() - Method in class org.mule.transport.MessagePropertiesContext
 
clearProperties(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
CLI_OPTIONS - Static variable in class org.mule.MuleServer
 
clone() - Method in interface org.mule.api.endpoint.EndpointBuilder
 
clone() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
clone() - Method in class org.mule.transaction.constraints.BatchConstraint
 
clone() - Method in class org.mule.transaction.constraints.ConstraintFilter
 
clone() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
clone() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
cloneMessage(MuleMessage) - Static method in class org.mule.context.notification.MessageNotification
 
close() - Method in class org.mule.jndi.SimpleContext
 
close() - Method in class org.mule.model.streaming.CallbackOutputStream
 
close() - Method in class org.mule.model.streaming.DelegatingInputStream
 
close() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
close() - Method in class org.mule.transport.WriterMessageAdapter
 
close() - Method in class org.mule.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.mule.util.ChainedReader
 
close() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
close() - Method in interface org.mule.util.pool.ObjectPool
 
close() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
close() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
close() - Method in interface org.mule.util.queue.QueueManager
 
close() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Closes the store.
close() - Method in class org.mule.util.queue.TransactionalQueueManager
 
CLOSE_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
closeResources() - Method in class org.mule.transaction.XaTransaction
 
CollectionUtils - Class in org.mule.util
 
CollectionUtils() - Constructor for class org.mule.util.CollectionUtils
 
COMMA - Static variable in class org.mule.transformer.TransformerUtils
 
commit() - Method in interface org.mule.api.transaction.Transaction
Commit the transaction
commit() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
commit() - Method in class org.mule.transaction.AbstractTransaction
 
commit() - Method in interface org.mule.util.file.FileSession
 
commit() - Method in interface org.mule.util.queue.QueueSession
 
commit() - Method in class org.mule.util.xa.DefaultXASession
 
commit(Xid, boolean) - Method in class org.mule.util.xa.DefaultXASession
 
committed - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
commitTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
commitTxFilter - Variable in class org.mule.AbstractExceptionListener
 
CommonsPoolObjectPool - Class in org.mule.util.pool
CommonsPoolProxyPool is an implementation of ObjectPool that internally uses the commons-pool GenericObjectPool and uses a ObjectFactory for creating new pooled instances.
CommonsPoolObjectPool(ObjectFactory, PoolingProfile) - Constructor for class org.mule.util.pool.CommonsPoolObjectPool
Creates a new pool and an Object factory with the UMODescriptor
compare(Object, Object) - Method in class org.mule.api.transport.PropertyScope.ScopeComarator
 
compare(String, String) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
compare(Object, Object) - Method in class org.mule.routing.inbound.CorrelationSequenceComparator
 
compare(Class[], Class[], boolean) - Static method in class org.mule.util.ClassUtils
 
compareAndSet(boolean, boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(Object) - Method in class org.mule.routing.inbound.EventGroup
Compare this EventGroup to another one.
compareTo(Object) - Method in class org.mule.transformer.TransformerWeighting
 
compareTo(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(WaitableBoolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(Object) - Method in class org.mule.util.concurrent.WaitableBoolean
 
complement() - Method in class org.mule.util.concurrent.WaitableBoolean
 
completedPhases - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
Component - Interface in org.mule.api.component
A Component is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
component - Variable in class org.mule.component.DefaultLifecycleAdapter
 
component - Variable in class org.mule.service.AbstractService
 
componentCausedErrorIs(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
componentIsStopped(String) - Static method in class org.mule.config.i18n.CoreMessages
 
componentNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
componentObject - Variable in class org.mule.component.DefaultLifecycleAdapter
 
componentPerRequest - Variable in class org.mule.model.seda.SedaModel
Whether to create a new service for every request.
ComponentStatistics - Class in org.mule.management.stats
 
ComponentStatistics() - Constructor for class org.mule.management.stats.ComponentStatistics
 
composeName(String, String) - Method in class org.mule.jndi.SimpleContext
 
composeName(Name, Name) - Method in class org.mule.jndi.SimpleContext
 
compressByteArray(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
compressByteArray(byte[]) - Method in class org.mule.util.compression.GZipCompression
Used for compressing a byte array into a new byte array using GZIP
COMPRESSION_DEFAULT - Static variable in interface org.mule.util.compression.CompressionStrategy
The fully qualified class name of the fallback CompressionStrategy implementation class to use, if no other can be found.
CompressionException - Exception in org.mule.util.compression
CompressionException TODO document
CompressionException(String) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionHelper - Class in org.mule.util.compression
CompressionHelper a static class that provides facilities for compressing and uncompressing byte arrays
CompressionStrategy - Interface in org.mule.util.compression
CompressionStrategy is a base interface for Different compression strategies
compute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
ConcurrentHashSet - Class in org.mule.util.concurrent
 
ConcurrentHashSet() - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int, float, int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
config - Variable in class org.mule.context.DefaultMuleContextBuilder
 
config - Variable in class org.mule.util.queue.QueueInfo
 
configNotFoundUsage() - Static method in class org.mule.config.i18n.CoreMessages
 
ConfigResource - Class in org.mule.config
A ConfigResource holds the url description (or location) and the url stream.
ConfigResource(String) - Constructor for class org.mule.config.ConfigResource
 
ConfigResource(URL) - Constructor for class org.mule.config.ConfigResource
 
ConfigResource(String, InputStream) - Constructor for class org.mule.config.ConfigResource
 
configResources - Variable in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
ConfigScannerAgent - Class in org.mule.agent
EXPERIMENTAL!!! This agent scans a defined directory for dropped configuration files.
ConfigScannerAgent() - Constructor for class org.mule.agent.ConfigScannerAgent
 
ConfigurationBuilder - Interface in org.mule.api.config
A ConfigurationBuilder is used to configure a Mule instance, represented by a MuleContext instance.
configurationBuilderError(ConfigurationBuilder) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderNoMatching(String) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderSuccess(ConfigurationBuilder, int) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderSuccess(ConfigurationBuilder, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ConfigurationException - Exception in org.mule.api.config
 
ConfigurationException(Message) - Constructor for exception org.mule.api.config.ConfigurationException
 
ConfigurationException(Message, Throwable) - Constructor for exception org.mule.api.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.mule.api.config.ConfigurationException
 
configure(MuleContext) - Method in interface org.mule.api.config.ConfigurationBuilder
Will configure a MuleContext based on the configuration provided
configure(MuleContext) - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
configure(MuleContext) - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
Override to check for existence of configResouce before invocation, and set resources n configuration afterwards.
configureDefaults(Registry) - Method in class org.mule.config.builders.DefaultsConfigurationBuilder
 
configureNestedRouter() - Method in class org.mule.component.DefaultLifecycleAdapter
 
configureQueue(String, QueueManager) - Method in class org.mule.config.QueueProfile
 
connect() - Method in interface org.mule.api.transport.Connectable
Make the connection to the underlying transport.
connect(Connectable) - Method in interface org.mule.api.transport.ConnectionStrategy
Attempts to connect to a resource according the strategy implemented
connect() - Method in class org.mule.transport.AbstractConnectable
 
connect(Connectable) - Method in class org.mule.transport.AbstractConnectionStrategy
 
connect() - Method in class org.mule.transport.AbstractConnector
 
connect() - Method in class org.mule.transport.AbstractMessageReceiver
 
Connectable - Interface in org.mule.api.transport
Interface for objects that should connect to a resource.
connected - Variable in class org.mule.transport.AbstractConnectable
 
connected - Variable in class org.mule.transport.AbstractConnector
 
connected - Variable in class org.mule.transport.AbstractMessageReceiver
 
ConnectException - Exception in org.mule.transport
TODO document
ConnectException(Message, Connectable) - Constructor for exception org.mule.transport.ConnectException
 
ConnectException(Message, Throwable, Connectable) - Constructor for exception org.mule.transport.ConnectException
 
ConnectException(Throwable, Connectable) - Constructor for exception org.mule.transport.ConnectException
 
connecting - Variable in class org.mule.transport.AbstractConnectable
 
connecting - Variable in class org.mule.transport.AbstractConnector
 
connecting - Variable in class org.mule.transport.AbstractMessageReceiver
 
CONNECTION_CONNECTED - Static variable in class org.mule.context.notification.ConnectionNotification
 
CONNECTION_DISCONNECTED - Static variable in class org.mule.context.notification.ConnectionNotification
 
CONNECTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CONNECTION_FAILED - Static variable in class org.mule.context.notification.ConnectionNotification
 
ConnectionNotification - Class in org.mule.context.notification
Is fired by a connector when a connection is made, or disconnected of the connection fails.
ConnectionNotification(Connectable, String, int) - Constructor for class org.mule.context.notification.ConnectionNotification
 
ConnectionNotificationListener - Interface in org.mule.api.context.notification
ConnectionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Connection event occurs.
ConnectionStrategy - Interface in org.mule.api.transport
Allows developers to plug in customised reconnection behaviour
connectionStrategy - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
connectionStrategy - Variable in class org.mule.transport.AbstractConnectable
 
connectionStrategy - Variable in class org.mule.transport.AbstractConnector
 
connectionStrategy - Variable in class org.mule.transport.AbstractMessageReceiver
 
connectListeners() - Method in class org.mule.service.AbstractService
 
Connector - Interface in org.mule.api.transport
Connector is the mechanism used to connect to external systems and protocols in order to send and receive data.
connector - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
connector - Variable in class org.mule.transport.AbstractConnectable
 
connector - Variable in class org.mule.transport.AbstractMessageReceiver
the connector associated with this receiver
CONNECTOR_CLASS - Static variable in interface org.mule.api.config.MuleProperties
Transport Service descriptor properties
CONNECTOR_DISPATCHER_FACTORY - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_ENDPOINT_BUILDER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_INBOUND_TRANSFORMER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_MESSAGE_ADAPTER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_OUTBOUND_TRANSFORMER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
CONNECTOR_REQUESTER_FACTORY - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_RESPONSE_TRANSFORMER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_SERVICE_ERROR - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_SERVICE_FINDER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_SESSION_HANDLER - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_TRANSACTION_FACTORY - Static variable in interface org.mule.api.config.MuleProperties
 
CONNECTOR_XA_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.api.config.MuleProperties
 
connectorCausedError() - Static method in class org.mule.config.i18n.CoreMessages
 
connectorCausedError(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ConnectorException - Exception in org.mule.api.transport
ConnectorException Is thrown in the context of a Connector, usually some sort of transport level error where the connection has failed.
ConnectorException(Message, Connector) - Constructor for exception org.mule.api.transport.ConnectorException
 
ConnectorException(Message, Connector, Throwable) - Constructor for exception org.mule.api.transport.ConnectorException
 
connectorName - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
connectorSchemeIncompatibleWithEndpointScheme(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
connectorWithProtocolNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ConstraintFilter - Class in org.mule.transaction.constraints
 
ConstraintFilter() - Constructor for class org.mule.transaction.constraints.ConstraintFilter
 
containerAlreadyRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ContainerManagedLifecyclePhase - Class in org.mule.lifecycle
A container-managed lifecycle phase is called by the container itself.
ContainerManagedLifecyclePhase(String, Class, String) - Constructor for class org.mule.lifecycle.ContainerManagedLifecyclePhase
 
contains(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
containsId(Object) - Method in interface org.mule.api.routing.IdempotentMessageIdStore
Check whether the given ID is already registered with this store.
containsId(Object) - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
containsKey(Object) - Method in class org.mule.util.MapCombiner
 
containsValue(Object) - Method in class org.mule.util.MapCombiner
 
context - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
context - Variable in class org.mule.message.BaseMessage
 
context - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
CONTEXT_DISPOSED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_DISPOSED_CONNECTORS - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_DISPOSING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_DISPOSING_CONNECTORS - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CONTEXT_INITIALISED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_INITIALISING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTED_MODELS - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTING_MODELS - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPED_MODELS - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPING_MODELS - Static variable in class org.mule.context.notification.MuleContextNotification
 
copy(File, File) - Method in interface org.mule.util.file.FileSession
 
copy(File, File) - Method in class org.mule.util.file.TransactedFileSession
 
copyStreamToFile(InputStream, File) - Static method in class org.mule.util.FileUtils
 
CoreMessages - Class in org.mule.config.i18n
 
CoreMessages() - Constructor for class org.mule.config.i18n.CoreMessages
 
CorrelationAggregator - Class in org.mule.routing.inbound
CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
CorrelationAggregator() - Constructor for class org.mule.routing.inbound.CorrelationAggregator
 
CorrelationEventResequencer - Class in org.mule.routing.inbound
CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
CorrelationEventResequencer() - Constructor for class org.mule.routing.inbound.CorrelationEventResequencer
 
CorrelationPropertiesExpressionEvaluator - Class in org.mule.routing
CorrelationPropertiesExpressionEvaluator is a default implementation used for getting the Correlation information from a message.
CorrelationPropertiesExpressionEvaluator() - Constructor for class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
CorrelationSequenceComparator - Class in org.mule.routing.inbound
CorrelationSequenceComparator is a Comparator for MuleEvents using their respective correlation sequences.
CorrelationSequenceComparator() - Constructor for class org.mule.routing.inbound.CorrelationSequenceComparator
 
couldNotDetermineDestinationComponentFromEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
CouldNotRouteInboundEventException - Exception in org.mule.api.routing
CouldNotRouteInboundEventException thrown if the current service cannot accept the inbound event.
CouldNotRouteInboundEventException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteOutboundMessageException - Exception in org.mule.api.routing
CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
CouldNotRouteOutboundMessageException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
COUNT_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
Counter - Interface in org.mule.util.counters
This interface is the interface implemented for all counter types.
CounterFactory - Class in org.mule.util.counters
This class is the Counter's factory.
CounterFactory.Type - Class in org.mule.util.counters
Enum class for all different types of counters.
CounterFactory.Type(String) - Constructor for class org.mule.util.counters.CounterFactory.Type
Constructor of the type
CounterFactoryImpl - Class in org.mule.util.counters.impl
 
countRetry() - Method in class org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
 
create(Object, JavaComponent, EntryPointResolverSet) - Method in interface org.mule.api.component.LifecycleAdapterFactory
 
create(Map) - Method in interface org.mule.api.config.PropertyFactory
Creates a property using code execution.
create(String, String, Properties, Properties, Registry) - Static method in class org.mule.api.registry.ServiceDescriptorFactory
Factory method to create a new service descriptor.
create(Authentication) - Method in interface org.mule.api.security.SecurityContextFactory
 
create() - Method in interface org.mule.api.transaction.TransactionManagerFactory
Creates of obtains the jta transaction manager to use for mule transactions
create(OutboundEndpoint) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(InboundEndpoint) - Method in interface org.mule.api.transport.MessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint.
create(Object, JavaComponent, EntryPointResolverSet) - Method in class org.mule.component.DefaultLifecycleAdapterFactory
 
create(Map) - Method in class org.mule.config.factories.HostNameFactory
 
create() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
create() - Method in class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
create(OutboundEndpoint) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
create(InboundEndpoint) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
create(OutboundEndpoint) - Method in class org.mule.transport.UnsupportedMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.UnsupportedMessageRequesterFactory
 
create(Class, Collection) - Static method in class org.mule.util.Multicaster
 
create(Class, Collection, Multicaster.InvokeListener) - Static method in class org.mule.util.Multicaster
 
create(Class[], Collection) - Static method in class org.mule.util.Multicaster
 
create(Class[], Collection, Multicaster.InvokeListener) - Static method in class org.mule.util.Multicaster
 
createAlgorithmParameterSpec() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
createAntStyleParser() - Static method in class org.mule.util.TemplateParser
 
createConfigResourcesString() - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
createConnector - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
createConnector() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createConnector(EndpointURI, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
Creates an uninitialied connector from the provided MuleEndpointURI.
createConnector() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createCounter(String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public counter of the given type.
createCounter(String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new counter of the given type and visibility.
createCounter(String, String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public aggregate counter of the given type.
createCounter(String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new aggregate counter of the given type and visibility.
createCounter(String, String, String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public aggregate counter of the given type.
createCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new aggregate counter of the given type and visibility.
createCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
createCurlyBracesStyleParser() - Static method in class org.mule.util.TemplateParser
 
createDispatcherFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createDispatcherFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createEndpointBuilder() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createEndpointBuilder() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Create a new EventGroup with the specified groupId.
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.inbound.CorrelationAggregator
Creates a new EventGroup that will expect the number of events as returned by MessageAdapter.getCorrelationGroupSize().
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.response.ResponseCorrelationAggregator
Creates the event group with a specific correlation size based on the Mule Correlation support
CreateException - Exception in org.mule.api.lifecycle
InitialisationException is thrown by the initialise method defined in the org.mule.api.lifecycle.Initialisable interface.
CreateException(Message, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
CreateException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
CreateException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
createFile(String) - Static method in class org.mule.util.FileUtils
 
createHeader(String, char[]) - Static method in class org.mule.security.MuleCredentials
 
createHeader(String, String, String, EncryptionStrategy) - Static method in class org.mule.security.MuleCredentials
 
createInboundTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createInboundTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
createKeySpec() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
createKeySpec() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
createKeySpec() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
createLifeCycleAdaptor() - Method in class org.mule.component.AbstractJavaComponent
Creates and initialises a new LifecycleAdaptor instance wrapped the component object instance obtained from the configured object factory.
createLifecycleManager() - Method in class org.mule.registry.AbstractRegistry
 
createLifecycleManager() - Method in class org.mule.registry.TransientRegistry
 
createMessage(String, int, Object) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object, Object) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object[]) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessageAdapter(Object) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageAdapter(Object, String) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageAdapter(Object) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createMessageIdStore() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
createMessageReceiver(Connector, Service, InboundEndpoint) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint, Object[]) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint, Object[]) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createModel() - Method in interface org.mule.api.model.ModelServiceDescriptor
 
createModel() - Method in class org.mule.model.DefaultModelServiceDescriptor
 
createMuleContext() - Method in interface org.mule.api.context.MuleContextFactory
Returns an existing instance of MuleContext is one exists, otherwise a new MuleContext instance is created with defaults.
createMuleContext(MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided.
createMuleContext(ConfigurationBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the given configurationBuilder
createMuleContext(ConfigurationBuilder, MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builder and c onfigures it with configurationBuilder
createMuleContext(List, MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builders.
createMuleContext() - Method in class org.mule.context.DefaultMuleContextFactory
Use default ConfigurationBuilder, default MuleContextBuilder
createMuleContext(ConfigurationBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
Use default MuleContextBuilder
createMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
Use default ConfigurationBuilder
createMuleContext(List, MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
{@inheritDoc
createMuleContext(ConfigurationBuilder, MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
{@inheritDoc
createMuleContext(String) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext instance from the resource provided.
createMuleContext(String, Properties) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext instance from the resource provided.
createMuleContext(ConfigurationBuilder, Properties) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext using the given configurationBuilder.
createMultipleTransactedReceivers - Variable in class org.mule.transport.AbstractConnector
 
createNotification(MuleContext, String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
createOutboundEvent(MuleMessage, OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.MuleSession
Creates an outbound event for this session
createOutboundEvent(MuleMessage, OutboundEndpoint, MuleEvent) - Method in class org.mule.DefaultMuleSession
 
createOutboundTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createOutboundTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createPool() - Method in interface org.mule.api.config.ThreadingProfile
 
createPool(String) - Method in interface org.mule.api.config.ThreadingProfile
 
createPool() - Method in class org.mule.config.ChainedThreadingProfile
 
createPool(String) - Method in class org.mule.config.ChainedThreadingProfile
 
createPool() - Method in class org.mule.config.ImmutableThreadingProfile
 
createPool(String) - Method in class org.mule.config.ImmutableThreadingProfile
 
createPool(String, ThreadingProfile) - Static method in class org.mule.config.ImmutableThreadingProfile
 
createProxy(Object) - Method in interface org.mule.api.routing.NestedRouter
This wires the dynamic proxy to the service object.
createProxy(Object) - Method in class org.mule.routing.nested.DefaultNestedRouter
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
Create a Message receiver for this connector
createRequesterFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createRequesterFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createResponseTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createResponseTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createSecurityContext(Authentication) - Method in interface org.mule.api.security.SecurityManager
 
createSecurityContext(Authentication) - Method in interface org.mule.api.security.SecurityProvider
 
createSecurityContext(Authentication) - Method in class org.mule.security.MuleSecurityManager
 
createServiceDescriptor(String, String, Properties) - Method in class org.mule.registry.TransientRegistry
 
createSession() - Method in class org.mule.util.file.FileManager
 
createSessionHandler() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createSessionHandler() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createSocket(Socket, String, int, boolean) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int, int) - Static method in class org.mule.util.TimedSocket
Creates a socket and waits until the given timeout is reached.
createSquareBracesStyleParser() - Static method in class org.mule.util.TemplateParser
 
createStaticMessage(String) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a Message instance that is not read from a resource bundle.
createStatistics() - Method in class org.mule.model.seda.SedaService
 
createStatistics() - Method in class org.mule.service.AbstractService
 
createSubcontext(Name) - Method in class org.mule.jndi.SimpleContext
 
createSubcontext(String) - Method in class org.mule.jndi.SimpleContext
 
createTransactionContext(Object) - Method in class org.mule.util.file.FileManager
 
createTransactionContext(Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
createTransactionContext(Object) - Method in class org.mule.util.xa.AbstractResourceManager
 
createTransactionFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createTransactionFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createURLStreamHandler(String) - Method in class org.mule.util.MuleUrlStreamHandlerFactory
 
createWork() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
createWorkManager(String) - Method in interface org.mule.api.config.ThreadingProfile
 
createWorkManager(ThreadingProfile, String) - Method in interface org.mule.api.config.ThreadingProfile.WorkManagerFactory
 
createWorkManager(String) - Method in class org.mule.config.ChainedThreadingProfile
 
createWorkManager(String) - Method in class org.mule.config.ImmutableThreadingProfile
 
createWorkManager(ThreadingProfile, String) - Method in class org.mule.config.ImmutableThreadingProfile.DefaultWorkManagerFactory
 
Credentials - Interface in org.mule.api.security
Credentials holds credentials information for a user.
CredentialsAccessor - Interface in org.mule.api.security
CredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
CredentialsNotSetException - Exception in org.mule.api.security
CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
CredentialsNotSetException(Message, MuleMessage) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
CredentialsNotSetException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
CredentialsNotSetException(MuleMessage, SecurityContext, ImmutableEndpoint, EndpointSecurityFilter) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
criticalSetEvent(MuleEvent) - Static method in class org.mule.OptimizedRequestContext
Set an event for out-of-scope thread access.
cryptoFailure() - Static method in class org.mule.config.i18n.CoreMessages
 
CryptoFailureException - Exception in org.mule.api.security
CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
CryptoFailureException(Message, EncryptionStrategy) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CryptoFailureException(Message, EncryptionStrategy, Throwable) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CryptoFailureException(EncryptionStrategy, Throwable) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CSVPrinter - Class in org.mule.management.stats.printers
CSVPrinter prints service stats in CSV format
CSVPrinter(Writer) - Constructor for class org.mule.management.stats.printers.CSVPrinter
 
CSVPrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.CSVPrinter
 
CURLY_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
current() - Method in class org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
 
currentPhase - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
CUSTOM_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CustomNotification - Class in org.mule.context.notification
CustomNotification Custom notifications can be used by components and other objects such as routers, transformers, agents, etc to communicate a change of state to each other.
CustomNotification(Object, int) - Constructor for class org.mule.context.notification.CustomNotification
Creates a custom action event
CustomNotification(Object, int, String) - Constructor for class org.mule.context.notification.CustomNotification
 
CustomNotificationListener - Interface in org.mule.api.context.notification
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using UMOManager.fireCustomEvent(..).

D

DaemonThreadFactory - Class in org.mule.util.concurrent
 
DaemonThreadFactory(String) - Constructor for class org.mule.util.concurrent.DaemonThreadFactory
 
DATE_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
DATESTAMP_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
DateUtils - Class in org.mule.util
DateUtils contains some useful methods dealing date/time conversion, formatting etc.
DateUtils() - Constructor for class org.mule.util.DateUtils
 
days() - Static method in class org.mule.config.i18n.CoreMessages
 
debug(Object) - Method in class org.mule.util.MuleLogger
 
debug(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
DebugUtils - Class in org.mule.util
Useful for enumerating debug information about the current Java environment
DECODE - Static variable in class org.mule.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.mule.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.mule.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
decodeToFile(String, String) - Static method in class org.mule.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.mule.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decQueuedEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
decrement() - Method in interface org.mule.util.counters.Counter
Decrement the counter's value by 1.0.
decrement() - Method in class org.mule.util.counters.impl.AbstractCounter
 
decrement() - Method in class org.mule.util.counters.impl.AggregateCounter
 
decrement() - Method in class org.mule.util.counters.impl.Number
 
decrypt(byte[], Object) - Method in interface org.mule.api.EncryptionStrategy
 
decrypt(byte[], Object) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
decryptCipher - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
DecryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an encrypted array of bytes or string into an decrypted array of bytes
DecryptionTransformer() - Constructor for class org.mule.transformer.encryption.DecryptionTransformer
 
DEFAULT_ALGORITHM - Static variable in class org.mule.security.PasswordBasedEncryptionStrategy
 
DEFAULT_ALGORITHM - Static variable in class org.mule.security.SecretKeyEncryptionStrategy
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transformer.simple.ObjectToString
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.util.compression.GZipCompression
 
DEFAULT_COMMIT_TIMEOUT_FACTOR - Static variable in class org.mule.util.xa.AbstractResourceManager
 
DEFAULT_CONFIGURATION - Static variable in class org.mule.MuleServer
 
DEFAULT_DATE_FORMAT - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
DEFAULT_DESCRIPTION_BUFFER_SIZE - Static variable in class org.mule.agent.Log4jNotificationLoggerAgent
 
DEFAULT_DO_THREADING - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for do threading
DEFAULT_ENCODING - Static variable in class org.mule.util.FileUtils
 
DEFAULT_EXPRESSION_PREFIX - Static variable in class org.mule.util.expression.ExpressionEvaluatorManager
 
DEFAULT_FREQUENCY - Static variable in class org.mule.transport.SimpleRetryConnectionStrategy
 
DEFAULT_ITERATION_COUNT - Static variable in class org.mule.security.PasswordBasedEncryptionStrategy
 
DEFAULT_KEYSTORE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_KEYSTORE_TYPE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_BUFFER_SIZE
DEFAULT_MAX_POOL_ACTIVE - Static variable in class org.mule.config.PoolingProfile
Controls the maximum number of Mule UMOs that can be borrowed from a service pool at one time.
DEFAULT_MAX_POOL_IDLE - Static variable in class org.mule.config.PoolingProfile
Controls the maximum number of Mule UMOs that can sit idle in the pool at any time.
DEFAULT_MAX_POOL_WAIT - Static variable in class org.mule.config.PoolingProfile
When the threadPoolExhaustedAction is set to WHEN_EXHAUSTED_WAIT this can specify the maximum milliseconds the pool should block before throwing a NoSuchElementException
DEFAULT_MAX_THREAD_TTL - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREAD_TTL
DEFAULT_MAX_THREADS_ACTIVE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREADS_ACTIVE
DEFAULT_MAX_THREADS_IDLE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREADS_IDLE
DEFAULT_MESSAGE_WIDTH - Static variable in class org.mule.util.StringMessageUtils
 
DEFAULT_METHOD_NAME_TOKEN - Static variable in class org.mule.routing.nested.NestedInvocationHandler
 
DEFAULT_MODEL_NAME - Static variable in class org.mule.model.AbstractModel
 
DEFAULT_NUM_CONCURRENT_TX_RECEIVERS - Static variable in class org.mule.transport.AbstractConnector
Default number of concurrent transactional receivers.
DEFAULT_POLL_FREQUENCY - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_POLL_TIMEUNIT - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_POOL_EXHAUST_ACTION - Static variable in interface org.mule.api.config.ThreadingProfile
Default action to perform on pool exhaustion
DEFAULT_POOL_EXHAUSTED_ACTION - Static variable in class org.mule.config.PoolingProfile
Specifies the behaviour of the Mule UMO pool when the pool is exhausted: WHEN_EXHAUSTED_FAIL : will throw a NoSuchElementException WHEN_EXHAUSTED_WAIT : will block (invoke Object.wait(long) until a new or idle object is available. WHEN_EXHAUSTED_GROW : will create a new Mule and return it (essentially making maxActive meaningless). If a positive maxWait value is supplied, it will block for at most that many milliseconds, after which a NoSuchElementException will be thrown.
DEFAULT_POOL_INITIALISATION_POLICY - Static variable in class org.mule.config.PoolingProfile
Determines how components in a pool should be initialised.
DEFAULT_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
DEFAULT_QUEUE_STORE - Static variable in class org.mule.util.queue.FilePersistenceStrategy
The default queueStore directory for persistence
DEFAULT_RETRY_COUNT - Static variable in class org.mule.transport.SimpleRetryConnectionStrategy
 
DEFAULT_SCOPE - Static variable in interface org.mule.api.registry.Registry
 
DEFAULT_SECURITY_PROVIDER - Static variable in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Default is Sun's JSSE.
DEFAULT_SELECTOR_EXPRESSION - Static variable in class org.mule.routing.outbound.EndpointSelector
 
DEFAULT_SELECTOR_PROPERTY - Static variable in class org.mule.routing.outbound.EndpointSelector
 
DEFAULT_SSL_TYPE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_STARTUP_DELAY - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_THREAD_WAIT_TIMEOUT - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for DEFAULT_THREAD_WAIT_TIMEOUT
DEFAULT_THREADING_PROFILE - Static variable in interface org.mule.api.config.ThreadingProfile
 
DEFAULT_TIMEOUT_MSECS - Static variable in class org.mule.util.xa.AbstractResourceManager
 
DEFAULT_TRUNCATE_LENGTH - Static variable in class org.mule.transformer.AbstractTransformer
 
defaultCharsetName() - Static method in class org.mule.util.CharSetUtils
 
DefaultEndpointFactory - Class in org.mule.endpoint
 
DefaultEndpointFactory() - Constructor for class org.mule.endpoint.DefaultEndpointFactory
 
DefaultEntryPointResolverSet - Class in org.mule.model.resolvers
Provides the default implementation of an EntryPointResolverSet It resolves a method to call on the given service when an event is received.
DefaultEntryPointResolverSet() - Constructor for class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
DefaultExceptionPayload - Class in org.mule.message
DefaultExceptionPayload TODO
DefaultExceptionPayload(Throwable) - Constructor for class org.mule.message.DefaultExceptionPayload
 
DefaultExceptionReader - Class in org.mule.config
This is the default exception reader used if there is no specific one registered for the current exception.
DefaultExceptionReader() - Constructor for class org.mule.config.DefaultExceptionReader
 
DefaultExceptionStrategy - Class in org.mule
DefaultExceptionStrategy provides a default exception handling strategy.
DefaultExceptionStrategy() - Constructor for class org.mule.DefaultExceptionStrategy
 
defaultHandler(Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
defaultHandler(Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
DefaultInboundEndpoint - Class in org.mule.endpoint
 
DefaultInboundEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, boolean, int, String, String, MuleContext, ConnectionStrategy) - Constructor for class org.mule.endpoint.DefaultInboundEndpoint
 
DefaultInboundRouterCollection - Class in org.mule.routing.inbound
DefaultInboundRouterCollection is a collection of routers that will be invoked when an event is received.
DefaultInboundRouterCollection() - Constructor for class org.mule.routing.inbound.DefaultInboundRouterCollection
 
DefaultJavaComponent - Class in org.mule.component
Default implementation of JavaComponent.
DefaultJavaComponent() - Constructor for class org.mule.component.DefaultJavaComponent
 
DefaultJavaComponent(ObjectFactory) - Constructor for class org.mule.component.DefaultJavaComponent
 
DefaultJavaComponent(ObjectFactory, EntryPointResolverSet, NestedRouterCollection) - Constructor for class org.mule.component.DefaultJavaComponent
 
DefaultLifecycleAdapter - Class in org.mule.component
DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
DefaultLifecycleAdapter(Object, JavaComponent) - Constructor for class org.mule.component.DefaultLifecycleAdapter
 
DefaultLifecycleAdapter(Object, JavaComponent, EntryPointResolverSet) - Constructor for class org.mule.component.DefaultLifecycleAdapter
 
DefaultLifecycleAdapterFactory - Class in org.mule.component
DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
DefaultLifecycleAdapterFactory() - Constructor for class org.mule.component.DefaultLifecycleAdapterFactory
 
DefaultLifecycleEnabledObjectPool - Class in org.mule.util.pool
A LifecyleEnabledObjectPool implementation for pooling LifecycleAdapter instances for implementations of JavaComponent that require LifecycleAdapter pooling such as PooledJavaComponent.
DefaultLifecycleEnabledObjectPool(ObjectFactory, PoolingProfile) - Constructor for class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
DefaultLifecycleManager - Class in org.mule.lifecycle
Creates the default Mule lifecycleManager with Initialisable.initialise(), Startable.start(), Stoppable.stop() and Disposable.dispose().
DefaultLifecycleManager() - Constructor for class org.mule.lifecycle.DefaultLifecycleManager
 
DefaultLifecyclePhase - Class in org.mule.lifecycle
Represents a configurable lifecycle phase.
DefaultLifecyclePhase(String, Class, String) - Constructor for class org.mule.lifecycle.DefaultLifecyclePhase
 
DefaultMessageAdapter - Class in org.mule.transport
DefaultMessageAdapter can be used to wrap an arbitary object where no special 'apapting' is needed.
DefaultMessageAdapter() - Constructor for class org.mule.transport.DefaultMessageAdapter
 
DefaultMessageAdapter(Object) - Constructor for class org.mule.transport.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMessageAdapter(Object, MessageAdapter) - Constructor for class org.mule.transport.DefaultMessageAdapter
 
DefaultMessageAdapter(Object, Map, Map) - Constructor for class org.mule.transport.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMessageCollection - Class in org.mule
A MuleMessage type that manages a collection of MuleMessage Objects.
DefaultMessageCollection() - Constructor for class org.mule.DefaultMessageCollection
 
DefaultMessageCollection(DefaultMessageCollection) - Constructor for class org.mule.DefaultMessageCollection
Performs a shallow copy
DefaultModelServiceDescriptor - Class in org.mule.model
 
DefaultModelServiceDescriptor(String, Properties) - Constructor for class org.mule.model.DefaultModelServiceDescriptor
 
DefaultMuleAuthentication - Class in org.mule.security
 
DefaultMuleAuthentication(Credentials) - Constructor for class org.mule.security.DefaultMuleAuthentication
 
DefaultMuleConfiguration - Class in org.mule.config
Configuration info.
DefaultMuleConfiguration() - Constructor for class org.mule.config.DefaultMuleConfiguration
 
DefaultMuleContext - Class in org.mule
 
DefaultMuleContext(MuleConfiguration, WorkManager, WorkListener, LifecycleManager, ServerNotificationManager) - Constructor for class org.mule.DefaultMuleContext
 
DefaultMuleContextBuilder - Class in org.mule.context
Implementation of MuleContextBuilder that uses DefaultMuleContext as the default MuleContext implementation and builds it with defaults values for MuleConfiguration, LifecycleManager, WorkManager, WorkListener and ServerNotificationManager.
DefaultMuleContextBuilder() - Constructor for class org.mule.context.DefaultMuleContextBuilder
 
DefaultMuleContextFactory - Class in org.mule.context
Default implementation that stores MuleContext in MuleServer static and uses DefaultMuleContextBuilder to build new MuleContext instances.
DefaultMuleContextFactory() - Constructor for class org.mule.context.DefaultMuleContextFactory
 
DefaultMuleEvent - Class in org.mule
DefaultMuleEvent represents any data event occuring in the Mule environment.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, Service, MuleEvent) - Constructor for class org.mule.DefaultMuleEvent
Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, boolean) - Constructor for class org.mule.DefaultMuleEvent
 
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, boolean, ResponseOutputStream) - Constructor for class org.mule.DefaultMuleEvent
Contructor.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, String, boolean) - Constructor for class org.mule.DefaultMuleEvent
Contructor.
DefaultMuleEvent(MuleMessage, MuleEvent) - Constructor for class org.mule.DefaultMuleEvent
A helper constructor used to rewrite an event payload
DefaultMuleEventContext - Class in org.mule
DefaultMuleEventContext is the context object for the current request.
DefaultMuleEventContext(MuleEvent) - Constructor for class org.mule.DefaultMuleEventContext
 
DefaultMuleException - Exception in org.mule.api
MuleException Is the base exception type for the Mule application any other exceptions thrown by Mule code will be based on this exception.
DefaultMuleException(String) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Message) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(String, Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Message, Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleMessage - Class in org.mule
DefaultMuleMessage is a wrapper that contains a payload and properties associated with the payload.
DefaultMuleMessage(Object) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleMessage(Object, Map) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleMessage(Object, MessageAdapter) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleSession - Class in org.mule
DefaultMuleSession manages the interaction and distribution of events for Mule UMOs.
DefaultMuleSession(Service, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultMuleSession(MuleMessage, SessionHandler, Service, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultMuleSession(MuleMessage, SessionHandler, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultNestedRouter - Class in org.mule.routing.nested
 
DefaultNestedRouter() - Constructor for class org.mule.routing.nested.DefaultNestedRouter
 
DefaultNestedRouterCollection - Class in org.mule.routing.nested
TODO
DefaultNestedRouterCollection() - Constructor for class org.mule.routing.nested.DefaultNestedRouterCollection
 
DefaultOutboundEndpoint - Class in org.mule.endpoint
 
DefaultOutboundEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, boolean, int, String, String, MuleContext, ConnectionStrategy) - Constructor for class org.mule.endpoint.DefaultOutboundEndpoint
 
DefaultOutboundRouterCollection - Class in org.mule.routing.outbound
DefaultOutboundRouterCollection is a container of routers.
DefaultOutboundRouterCollection() - Constructor for class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
DefaultReplyToHandler - Class in org.mule.transport
DefaultReplyToHandler is responsible for processing a message replyTo header.
DefaultReplyToHandler(List) - Constructor for class org.mule.transport.DefaultReplyToHandler
 
DefaultResponseRouterCollection - Class in org.mule.routing.response
DefaultResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
DefaultResponseRouterCollection() - Constructor for class org.mule.routing.response.DefaultResponseRouterCollection
 
DefaultsConfigurationBuilder - Class in org.mule.config.builders
Configures defaults required by Mule.
DefaultsConfigurationBuilder() - Constructor for class org.mule.config.builders.DefaultsConfigurationBuilder
 
DefaultServiceExceptionStrategy - Class in org.mule.service
DefaultServiceExceptionStrategy is the default exception handler for components.
DefaultServiceExceptionStrategy() - Constructor for class org.mule.service.DefaultServiceExceptionStrategy
 
defaultTimeout - Variable in class org.mule.util.xa.AbstractResourceManager
 
DefaultTransportServiceDescriptor - Class in org.mule.transport.service
 
DefaultTransportServiceDescriptor(String, Properties, Registry) - Constructor for class org.mule.transport.service.DefaultTransportServiceDescriptor
 
DefaultWorkListener - Class in org.mule.work
Default exception Handler used when executing work in the work manager
DefaultWorkListener() - Constructor for class org.mule.work.DefaultWorkListener
 
DefaultXASession - Class in org.mule.util.xa
TODO document
DefaultXASession(AbstractXAResourceManager) - Constructor for class org.mule.util.xa.DefaultXASession
 
DelegatingInputStream - Class in org.mule.model.streaming
 
DelegatingInputStream(InputStream) - Constructor for class org.mule.model.streaming.DelegatingInputStream
 
delete(File) - Method in interface org.mule.util.file.FileSession
Delete the given file.
delete(File) - Method in class org.mule.util.file.TransactedFileSession
 
DeleteException - Exception in org.mule.util.file
 
DeleteException() - Constructor for exception org.mule.util.file.DeleteException
 
DeleteException(File) - Constructor for exception org.mule.util.file.DeleteException
 
deleteTree(File) - Static method in class org.mule.util.FileUtils
Delete a file tree recursively.
deleteTree(File, String[]) - Static method in class org.mule.util.FileUtils
Delete a file tree recursively.
deleteUnacceptedMessages - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
DELIM - Static variable in class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
 
DELIM - Static variable in class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
 
DELIM - Static variable in class org.mule.util.expression.MessageHeadersExpressionEvaluator
 
DELIM - Static variable in class org.mule.util.expression.MessageHeadersListExpressionEvaluator
 
delist() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
DELIST_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
delistResource(XAResource, int) - Method in class org.mule.transaction.XaTransaction
 
delistResources() - Method in class org.mule.transaction.XaTransaction
 
DELTA - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the variation of a counter
Delta - Class in org.mule.util.counters.impl
 
Delta(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Delta
 
dequeue() - Method in class org.mule.model.seda.SedaService
 
describe(Object) - Static method in class org.mule.util.BeanUtils
The Apache BeanUtils version of this converts all values to String, which is pretty useless, it also includes stuff not defined by the user
descriptorAlreadyExists(String) - Static method in class org.mule.config.i18n.CoreMessages
 
destroy(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked when a dispatcher returned false for MessageDispatcherFactory.validate(OutboundEndpoint, MessageDispatcher).
destroy(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked when a requester returned false for MessageRequesterFactory.validate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
destroy(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
destroy(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
destroy(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
destroy(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
destroyObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
destroyObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
destroyReceiver(MessageReceiver, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
destroySubcontext(Name) - Method in class org.mule.jndi.SimpleContext
 
destroySubcontext(String) - Method in class org.mule.jndi.SimpleContext
 
DirectModel - Class in org.mule.model.direct
 
DirectModel() - Constructor for class org.mule.model.direct.DirectModel
 
DirectService - Class in org.mule.model.direct
A direct service invokes the service service directly without any threading, even when the invocation is asynchronous
DirectService() - Constructor for class org.mule.model.direct.DirectService
 
dirty - Variable in class org.mule.util.xa.AbstractResourceManager
 
disableInterface(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
disableType(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
disconnect() - Method in interface org.mule.api.transport.Connectable
Disconnect the from the underlying transport
disconnect() - Method in class org.mule.transport.AbstractConnectable
 
disconnect() - Method in class org.mule.transport.AbstractConnector
 
disconnect() - Method in class org.mule.transport.AbstractMessageReceiver
 
disconnectListeners() - Method in class org.mule.service.AbstractService
 
DiscoverableTransformer - Interface in org.mule.api.transformer
A interface to denote that a transformer is discoverable.
dispatch(OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.transport.Connector
Dispatches an event from the endpoint to the external system
dispatch(MuleEvent) - Method in interface org.mule.api.transport.MessageDispatching
Dispatches an event from the endpoint to the external system
dispatch(MuleEvent) - Method in class org.mule.endpoint.DefaultOutboundEndpoint
 
dispatch(MuleEvent) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
dispatch(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
dispatch(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
dispatch(OutboundEndpoint, MuleEvent) - Method in class org.mule.transport.AbstractConnector
 
dispatch(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
dispatcherFactory - Variable in class org.mule.transport.AbstractConnector
Factory used to create dispatchers for this connector
dispatchers - Variable in class org.mule.transport.AbstractConnector
A pool of dispatchers for this connector, keyed by endpoint
dispatchEvent(MuleMessage) - Method in interface org.mule.api.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(Object) - Method in interface org.mule.api.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage, EndpointURI) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, String) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event.
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage) - Method in interface org.mule.api.MuleSession
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleEvent) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, String) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleEvent) - Method in interface org.mule.api.service.Service
Makes an asynhronous event call to the service.
dispatchEvent(Object) - Method in class org.mule.DefaultMuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage) - Method in class org.mule.DefaultMuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage, EndpointURI) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpointUri configured for the event
dispatchEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleEvent) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleEvent) - Method in class org.mule.service.AbstractService
 
DispatchException - Exception in org.mule.api.transport
DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
DispatchException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.transport.DispatchException
 
dispatchToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.model.seda.SedaService
 
dispatchToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.service.AbstractService
 
Disposable - Interface in org.mule.api.lifecycle
Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing service as the service is being destroyed.
dispose() - Method in class org.mule.AbstractExceptionListener
 
dispose() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
dispose() - Method in class org.mule.agent.ConfigScannerAgent
 
dispose() - Method in interface org.mule.api.lifecycle.Disposable
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.component.AbstractComponent
 
dispose() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates dispose() life-cycle to component object implementations if they implement the mule Disposable interface.
dispose() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
dispose() - Method in class org.mule.context.notification.ServerNotificationManager
 
dispose() - Method in class org.mule.DefaultMuleContext
 
dispose() - Method in class org.mule.model.AbstractModel
Destroys any current components
dispose() - Method in class org.mule.object.AbstractObjectFactory
 
dispose() - Method in class org.mule.object.JndiObjectFactory
 
dispose() - Method in class org.mule.object.SingletonObjectFactory
 
dispose() - Method in class org.mule.registry.AbstractRegistry
 
dispose() - Method in class org.mule.registry.ExpressionEvaluatorProcessor
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.routing.AbstractRouter
 
dispose() - Method in class org.mule.routing.AbstractRouterCollection
 
dispose() - Method in class org.mule.service.AbstractService
 
dispose() - Method in class org.mule.transport.AbstractConnectable
Template method to destroy any resources held by the Message Dispatcher
dispose() - Method in class org.mule.transport.AbstractConnector
 
dispose() - Method in class org.mule.transport.AbstractMessageReceiver
 
dispose() - Method in class org.mule.util.monitor.ExpiryMonitor
 
dispose() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
dispose() - Method in class org.mule.work.MuleWorkManager
 
disposeAndLogException() - Method in class org.mule.transport.AbstractConnectable
 
disposed - Variable in class org.mule.component.AbstractComponent
 
disposed - Variable in class org.mule.transport.AbstractConnectable
 
disposed - Variable in class org.mule.transport.AbstractConnector
Determines in the connector is alive and well
disposeDispatchers() - Method in class org.mule.transport.AbstractConnector
 
DisposeException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
DisposeException(Message, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
DisposeException(Message, Throwable, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
DisposeException(Throwable, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
disposeReceivers() - Method in class org.mule.transport.AbstractConnector
 
disposeRequesters() - Method in class org.mule.transport.AbstractConnector
 
disposeWorkManagers() - Method in class org.mule.transport.AbstractConnector
 
disposing - Variable in class org.mule.component.AbstractComponent
 
disposing - Variable in class org.mule.transport.AbstractConnector
Determines in connector has been told to dispose
disposing - Variable in class org.mule.transport.AbstractMessageReceiver
 
DIVIDE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the division of two other counters
doBegin() - Method in class org.mule.transaction.AbstractTransaction
Really begin the transaction.
doBegin() - Method in class org.mule.transaction.XaTransaction
 
doBegin(AbstractTransactionContext) - Method in class org.mule.util.file.FileManager
 
doBegin(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doBegin(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doBuildInboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
doBuildOutboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
doCommit() - Method in class org.mule.transaction.AbstractTransaction
Commit the transaction on the underlying resource
doCommit() - Method in class org.mule.transaction.XaTransaction
 
doCommit(AbstractTransactionContext) - Method in class org.mule.util.file.FileManager
 
doCommit(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doCommit(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doCompute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
doCompute() - Method in class org.mule.util.counters.impl.Average
 
doCompute() - Method in class org.mule.util.counters.impl.Delta
 
doCompute() - Method in class org.mule.util.counters.impl.InstantRate
 
doCompute() - Method in class org.mule.util.counters.impl.Max
 
doCompute() - Method in class org.mule.util.counters.impl.Min
 
doCompute() - Method in class org.mule.util.counters.impl.Operator
 
doCompute() - Method in class org.mule.util.counters.impl.RatePerUnit
 
doCompute() - Method in class org.mule.util.counters.impl.Sum
 
doCompute() - Method in class org.mule.util.counters.impl.TimeAverage
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.AutoConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.DefaultsConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.SimpleConfigurationBuilder
 
doConnect() - Method in class org.mule.transport.AbstractConnectable
 
doConnect(Connectable) - Method in class org.mule.transport.AbstractConnectionStrategy
 
doConnect() - Method in class org.mule.transport.AbstractConnector
Template method where any connections should be made for the connector
doConnect() - Method in class org.mule.transport.AbstractMessageReceiver
 
doConnect(Connectable) - Method in class org.mule.transport.SimpleRetryConnectionStrategy
 
doConnect(Connectable) - Method in class org.mule.transport.SingleAttemptConnectionStrategy
 
doConnect() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doConnect() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doCreateMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
 
doDisconnect() - Method in class org.mule.transport.AbstractConnectable
 
doDisconnect() - Method in class org.mule.transport.AbstractConnector
Template method where any connected resources used by the connector should be disconnected
doDisconnect() - Method in class org.mule.transport.AbstractMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doDispatch(MuleEvent) - Method in class org.mule.model.direct.DirectService
 
doDispatch(MuleEvent) - Method in class org.mule.model.pipeline.PipelineService
 
doDispatch(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
doDispatch(MuleEvent) - Method in class org.mule.service.AbstractService
 
doDispatch(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDispose() - Method in class org.mule.component.AbstractComponent
 
doDispose() - Method in class org.mule.component.AbstractJavaComponent
 
doDispose() - Method in class org.mule.component.DefaultJavaComponent
 
doDispose() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doDispose() - Method in class org.mule.model.seda.SedaService
 
doDispose() - Method in class org.mule.registry.AbstractRegistry
 
doDispose() - Method in class org.mule.service.AbstractService
 
doDispose() - Method in class org.mule.transport.AbstractConnectable
 
doDispose() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when destroying the connectoe
doDispose() - Method in class org.mule.transport.AbstractMessageReceiver
 
doDispose() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDispose() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doExecute(WorkerContext, Executor) - Method in interface org.mule.api.work.WorkExecutor
This method must be implemented by sub-classes in order to provide the relevant synchronization policy.
doExecute(WorkerContext, Executor) - Method in class org.mule.work.ScheduleWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.work.StartWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.work.SyncWorkExecutor
 
doForceStop() - Method in class org.mule.model.seda.SedaService
 
doForceStop() - Method in class org.mule.service.AbstractService
 
doInitialise(MuleContext) - Method in class org.mule.AbstractExceptionListener
 
doInitialise() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.component.AbstractComponent
 
doInitialise() - Method in class org.mule.component.AbstractJavaComponent
 
doInitialise() - Method in class org.mule.model.seda.SedaService
Initialise the service.
doInitialise() - Method in class org.mule.registry.AbstractRegistry
 
doInitialise() - Method in class org.mule.registry.TransientRegistry
 
doInitialise() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.service.AbstractService
 
doInitialise() - Method in class org.mule.transport.AbstractConnector
 
doInitialise() - Method in class org.mule.transport.AbstractMessageReceiver
 
doInTransaction() - Method in interface org.mule.api.transaction.TransactionCallback
 
doInTransaction() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
doLoad(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doLookupObject(String) - Method in class org.mule.registry.AbstractRegistry
 
doLookupObject(String) - Method in class org.mule.registry.TransientRegistry
 
doLookupObjects(Class) - Method in class org.mule.registry.AbstractRegistry
 
doLookupObjects(Class) - Method in class org.mule.registry.TransientRegistry
 
DONT_BREAK_LINES - Static variable in class org.mule.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doOnCall(MuleEvent) - Method in class org.mule.component.AbstractComponent
 
doOnCall(MuleEvent) - Method in class org.mule.component.AbstractJavaComponent
 
doPause() - Method in class org.mule.service.AbstractService
Custom components can execute code necessary to put the service in a paused state here.
doPrepare(AbstractTransactionContext) - Method in class org.mule.util.file.FileManager
 
doPrepare(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doPrepare(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doRegisterObject(String, Object, Object) - Method in class org.mule.registry.AbstractRegistry
 
doRegisterObject(String, Object) - Method in class org.mule.registry.TransientRegistry
Allows for arbitary registration of transient objects
doRegisterObject(String, Object, Object) - Method in class org.mule.registry.TransientRegistry
Allows for arbitary registration of transient objects
doRegisterTransformer(Transformer) - Method in class org.mule.registry.AbstractRegistry
 
doRegisterTransformer(Transformer) - Method in class org.mule.registry.TransientRegistry
 
doRemove(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doRequest(long) - Method in class org.mule.transport.AbstractMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.UnsupportedMessageRequester
 
doResume() - Method in class org.mule.service.AbstractService
Custom components can execute code necessary to resume a service once it has been paused If a developer overloads this method the doPause() method MUST also be overloaded to avoid inconsistent state in the service
doRollback() - Method in class org.mule.transaction.AbstractTransaction
Rollback the transaction on the underlying resource
doRollback() - Method in class org.mule.transaction.XaTransaction
 
doRollback(AbstractTransactionContext) - Method in class org.mule.util.file.FileManager
 
doRollback(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doRollback(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doRun() - Method in class org.mule.transport.AbstractReceiverResourceWorker
(non-Javadoc)
doRun() - Method in class org.mule.transport.AbstractReceiverWorker
The actual logic used to receive messages from the underlying transport.
doSend(MuleEvent) - Method in class org.mule.model.direct.DirectService
 
doSend(MuleEvent) - Method in class org.mule.model.pipeline.PipelineService
 
doSend(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
doSend(MuleEvent) - Method in class org.mule.service.AbstractService
 
doSend(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doStart() - Method in class org.mule.component.AbstractComponent
 
doStart() - Method in class org.mule.component.AbstractJavaComponent
 
doStart() - Method in class org.mule.component.DefaultJavaComponent
 
doStart() - Method in class org.mule.component.PooledJavaComponent
 
doStart() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doStart() - Method in class org.mule.model.seda.SedaService
 
doStart() - Method in class org.mule.service.AbstractService
 
doStart() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when starting the connectoe
doStart() - Method in class org.mule.transport.AbstractMessageReceiver
 
doStart() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
doStart() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
doStart() - Method in class org.mule.util.queue.TransactionalQueueManager
 
doStart() - Method in class org.mule.util.xa.AbstractResourceManager
 
doStop() - Method in class org.mule.component.AbstractComponent
 
doStop() - Method in class org.mule.component.DefaultJavaComponent
 
doStop() - Method in class org.mule.component.PooledJavaComponent
 
doStop() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doStop() - Method in class org.mule.model.seda.SedaService
 
doStop() - Method in class org.mule.service.AbstractService
 
doStop() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when stopping the connectoe
doStop() - Method in class org.mule.transport.AbstractMessageReceiver
 
doStop() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
doStore(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doTransform(Object, String) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.AbstractTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.Base64Decoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.Base64Encoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.XmlEntityDecoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.XmlEntityEncoder
 
doTransform(Object, String) - Method in class org.mule.transformer.compression.GZipCompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.compression.GZipUncompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.NoActionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToObject
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.GetBeanProperty
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.HexStringToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.MapLookup
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToInputStream
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.StringAppendTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.StringToObjectArray
 
doTransform(MuleMessage) - Method in class org.mule.transformer.TransformerTemplate.OverwitePayloadCallback
 
doTransform(MuleMessage) - Method in interface org.mule.transformer.TransformerTemplate.TransformerCallback
 
doWork(Work) - Method in class org.mule.work.MuleWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
DynamicURIInboundEndpoint - Class in org.mule.endpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
DynamicURIInboundEndpoint(InboundEndpoint) - Constructor for class org.mule.endpoint.DynamicURIInboundEndpoint
 
DynamicURIInboundEndpoint(InboundEndpoint, EndpointURI) - Constructor for class org.mule.endpoint.DynamicURIInboundEndpoint
 
DynamicURIOutboundEndpoint - Class in org.mule.endpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
DynamicURIOutboundEndpoint(OutboundEndpoint) - Constructor for class org.mule.endpoint.DynamicURIOutboundEndpoint
 
DynamicURIOutboundEndpoint(OutboundEndpoint, EndpointURI) - Constructor for class org.mule.endpoint.DynamicURIOutboundEndpoint
 

E

echo(String) - Method in interface org.mule.api.component.simple.EchoService
 
echo(String) - Method in class org.mule.component.simple.EchoComponent
 
EchoComponent - Class in org.mule.component.simple
EchoComponent will log the message and return the payload back as the result.
EchoComponent() - Constructor for class org.mule.component.simple.EchoComponent
 
EchoService - Interface in org.mule.api.component.simple
 
elementToString(Element) - Static method in class org.mule.util.XMLUtils
 
EMPTY_EVENTS_ARRAY - Static variable in class org.mule.routing.inbound.EventGroup
 
ENABLE_CORRELATION_ALWAYS - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_IF_NOT_SET - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_NEVER - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
enableCorrelation - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
enableNotifications - Variable in class org.mule.AbstractExceptionListener
 
ENCODE - Static variable in class org.mule.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
encodeToFile(byte[], String) - Static method in class org.mule.util.Base64
Convenience method for encoding data to a file.
encoding - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
encoding - Variable in class org.mule.transport.AbstractMessageAdapter
The encoding used by this message.
encrypt(byte[], Object) - Method in interface org.mule.api.EncryptionStrategy
 
encrypt(byte[], Object) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
encryptCipher - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
EncryptionNotSupportedException - Exception in org.mule.api.security
EncryptionNotSupportedException is thrown if an algorithm is set in the MULE_USER header but it doesn't match the algorithm set on the security filter
EncryptionNotSupportedException(Message, MuleMessage) - Constructor for exception org.mule.api.security.EncryptionNotSupportedException
 
EncryptionNotSupportedException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.EncryptionNotSupportedException
 
EncryptionStrategy - Interface in org.mule.api
EncryptionStrategy can be used to provide different types of Encryption strategy objects.
EncryptionStrategyNotFoundException - Exception in org.mule.api.security
EncryptionStrategyNotFoundException is thrown by the SecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
EncryptionStrategyNotFoundException(String) - Constructor for exception org.mule.api.security.EncryptionStrategyNotFoundException
 
EncryptionStrategyNotFoundException(String, Throwable) - Constructor for exception org.mule.api.security.EncryptionStrategyNotFoundException
 
encryptionStrategyNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
EncryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
EncryptionTransformer() - Constructor for class org.mule.transformer.encryption.EncryptionTransformer
 
end(Xid, int) - Method in class org.mule.util.xa.DefaultXASession
 
endpoint - Variable in exception org.mule.api.routing.RoutingException
 
endpoint - Variable in class org.mule.routing.AbstractCatchAllStrategy
 
endpoint - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
endpoint - Variable in class org.mule.transformer.AbstractTransformer
The endpoint that this transformer instance is configured on
endpoint - Variable in class org.mule.transport.AbstractConnectable
 
endpoint - Variable in class org.mule.transport.AbstractMessageReceiver
The endpoint descriptor which is associated with this receiver
endpoint - Variable in class org.mule.transport.AbstractReceiverWorker
 
ENDPOINT_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
ENDPOINT_REGISTRY_PREFIX - Static variable in class org.mule.endpoint.DefaultEndpointFactory
 
EndpointBuilder - Interface in org.mule.api.endpoint
Constructs endpoints.
EndpointException - Exception in org.mule.api.endpoint
EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointException(Message) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointException(Throwable) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointFactory - Interface in org.mule.api.endpoint
Endpoint factory creates immutable instances of ImmutableEndpoint.
endpointIsMalformed(String) - Static method in class org.mule.config.i18n.CoreMessages
 
endpointIsNullForListener() - Static method in class org.mule.config.i18n.CoreMessages
 
endpointName - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
endpointNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
EndpointNotFoundException - Exception in org.mule.api.endpoint
EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
EndpointNotFoundException(String) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Throwable) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotificationLoggerAgent - Class in org.mule.agent
EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.
EndpointNotificationLoggerAgent() - Constructor for class org.mule.agent.EndpointNotificationLoggerAgent
 
endpoints - Variable in class org.mule.AbstractExceptionListener
 
endpoints - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
EndpointSecurityFilter - Interface in org.mule.api.security
EndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
EndpointSelector - Class in org.mule.routing.outbound
EndpointSelector selects the outgoing endpoint based on a message property ("endpoint" by default).
EndpointSelector() - Constructor for class org.mule.routing.outbound.EndpointSelector
 
EndpointURI - Interface in org.mule.api.endpoint
EndpointURI is used to determine how a message is sent or received.
EndpointURIBuilder - Interface in org.mule.api.endpoint
EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
EndpointURIEndpointBuilder - Class in org.mule.endpoint
 
EndpointURIEndpointBuilder() - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Called from Spring
EndpointURIEndpointBuilder(URIBuilder, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
EndpointURIEndpointBuilder(String, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Deprecated.  
EndpointURIEndpointBuilder(EndpointURI, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Deprecated.  
EndpointURIEndpointBuilder(ImmutableEndpoint, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
enlistResource(XAResource) - Method in class org.mule.transaction.XaTransaction
 
enqueue(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
ensureUniqueConnector(String) - Static method in class org.mule.util.ObjectNameHelper
 
ensureUniqueEndpoint(String) - Static method in class org.mule.util.ObjectNameHelper
 
entityName(int) - Static method in class org.mule.util.XMLEntityCodec
Returns the name of the entity identified by the specified value.
entityValue(String) - Static method in class org.mule.util.XMLEntityCodec
Returns the value of the entity identified by the specified name.
EntryPoint - Interface in org.mule.api.model
EntryPoint defines the current entry method on a service.
EntryPointNotFoundException - Exception in org.mule.model.resolvers
Tis exception gets thrown by the DefaultEntryPointResolverSet if after trying all entrypointResolvers it cannot fin the entrypoint on the service service
EntryPointNotFoundException(String) - Constructor for exception org.mule.model.resolvers.EntryPointNotFoundException
 
EntryPointResolver - Interface in org.mule.api.model
EntryPointResolver resolves a method to call on the given UMODescriptor when an event is received for the service
EntryPointResolverSet - Interface in org.mule.api.model
EntryPointResolver resolves a method to call on the given service object when an event is received.
entryPointResolverSet - Variable in class org.mule.component.AbstractJavaComponent
 
entrySet() - Method in class org.mule.util.MapCombiner
 
entryTTL - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
equal(Object, Object) - Static method in class org.mule.endpoint.AbstractEndpoint
 
equal(Object, Object) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
equal(Object, Object) - Static method in class org.mule.endpoint.URIBuilder
 
equal(Object, Object) - Static method in class org.mule.util.ClassUtils
Is there a better place for this? Simple helper for writing object equalities.
equals(Object) - Method in exception org.mule.api.MuleException
 
equals(Object) - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
equals(Object) - Method in class org.mule.api.transport.PropertyScope
 
equals(Object) - Method in class org.mule.config.ConfigResource
 
equals(Object) - Method in class org.mule.DefaultMuleEvent
 
equals(Object) - Method in class org.mule.endpoint.AbstractEndpoint
 
equals(Object) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
equals(Object) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
equals(Object) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
equals(Object) - Method in class org.mule.endpoint.MuleEndpointURI
 
equals(Object) - Method in class org.mule.endpoint.URIBuilder
 
equals(Object) - Method in class org.mule.MuleShutdownHook
 
equals(Object) - Method in class org.mule.routing.inbound.EventGroup
Compares two EventGroups for equality.
equals(Object) - Method in class org.mule.transaction.MuleTransactionConfig
 
equals(Object) - Method in class org.mule.transformer.TransformerWeighting
 
equals(Object) - Method in class org.mule.transport.AbstractConnectionStrategy
 
equals(Object) - Method in class org.mule.transport.NullPayload
 
equals(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
equals(Object) - Method in class org.mule.util.concurrent.WaitableBoolean
 
equals(Object) - Method in class org.mule.util.MapCombiner
 
equals(Object) - Method in class org.mule.util.queue.QueueInfo
 
equals(Object) - Method in class org.mule.VoidResult
 
EqualsFilter - Class in org.mule.routing.filters
EqualsFilter is a filter for comparing two objects using the equals() method.
EqualsFilter() - Constructor for class org.mule.routing.filters.EqualsFilter
 
EqualsFilter(Object) - Constructor for class org.mule.routing.filters.EqualsFilter
 
error(Object) - Method in class org.mule.util.MuleLogger
 
error(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
ERROR_CODE_PROPERTY - Static variable in class org.mule.config.ExceptionHelper
This is the property to set the error code to no the message it is the property name the Transport provider uses set the set the error code on the underlying message
errorReadingStream() - Static method in class org.mule.config.i18n.CoreMessages
 
EVAL_TOKEN - Static variable in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
evaluate(String, Object) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
evaluate(String, Object) - Method in interface org.mule.util.expression.ExpressionEvaluator
Extracts a single property from the message
evaluate(String, Object) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Evaluates the given expression.
evaluate(String, Object, boolean) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Evaluates the given expression.
evaluate(String, Object, String, boolean) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Evaluates the given expression.
evaluate(String, Object) - Method in class org.mule.util.expression.FunctionExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MapPayloadExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageAttachmentExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageHeaderExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageHeadersExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessageHeadersListExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MessagePayloadExpressionEvaluator
 
evaluate(String, Object) - Method in class org.mule.util.expression.MuleContextExpressionEvaluator
Extracts a single property from the message
EVENT_NAME - Variable in class org.mule.api.context.notification.ServerNotification
 
eventComparator - Variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
EventFilePersistenceStrategy - Class in org.mule.util.queue
 
EventFilePersistenceStrategy() - Constructor for class org.mule.util.queue.EventFilePersistenceStrategy
 
EventGroup - Class in org.mule.routing.inbound
EventGroup is a holder over events grouped by a common group Id.
EventGroup(Object) - Constructor for class org.mule.routing.inbound.EventGroup
 
EventGroup(Object, int) - Constructor for class org.mule.routing.inbound.EventGroup
 
eventGroups - Variable in class org.mule.routing.response.AbstractResponseAggregator
A map of EventGroup objects.
EventListener - Interface in org.mule.api.lifecycle
EventListener is a marker interface that is implemented by objects wishing to receive UMO events in managed environments, succh as an EJB container.
eventLogger - Variable in class org.mule.agent.Log4jNotificationLoggerAgent
 
EventMemoryPersistenceStrategy - Class in org.mule.util.queue
 
EventMemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.EventMemoryPersistenceStrategy
 
eventProcessingFailedFor(String) - Static method in class org.mule.config.i18n.CoreMessages
 
EventTimerTask - Class in org.mule.util.timer
EventTimerTask is a task that causes TimeEvent to be fired to listening objects when a specific number of milliseconds have passed.
EventTimerTask(TimeEventListener) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
EventTimerTask(TimeEventListener, String) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
eventTypeNotRecognised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
exactTransformerCache - Variable in class org.mule.registry.AbstractRegistry
 
EXCEPTION_ACTION - Static variable in class org.mule.context.notification.ExceptionNotification
 
EXCEPTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
EXCEPTION_SERVICE_PATH - Static variable in class org.mule.util.SpiUtils
 
EXCEPTION_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
ExceptionBasedRouter - Class in org.mule.routing.outbound
ExceptionBasedRouter Will send the current event to the first endpoint that doesn't throw an exception.
ExceptionBasedRouter() - Constructor for class org.mule.routing.outbound.ExceptionBasedRouter
 
ExceptionHelper - Class in org.mule.config
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions.
ExceptionHolder - Class in org.mule.util
TODO
ExceptionHolder() - Constructor for class org.mule.util.ExceptionHolder
 
exceptionListener - Variable in class org.mule.service.AbstractService
The exception strategy used by the service.
exceptionListener - Variable in class org.mule.transport.AbstractConnector
The exception strategy used by this connector
exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
ExceptionMessage - Class in org.mule.message
ExceptionMessage is used by the DefaultServiceExceptionStrategy for wrapping an exception with a message to send via an endpointUri.
ExceptionMessage(Object, Throwable, String, EndpointURI) - Constructor for class org.mule.message.ExceptionMessage
 
ExceptionNotification - Class in org.mule.context.notification
 
ExceptionNotification(Throwable) - Constructor for class org.mule.context.notification.ExceptionNotification
 
ExceptionNotificationListener - Interface in org.mule.api.context.notification
ExceptionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Exception event occurs.
exceptionOnConnectorNotExceptionListener(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExceptionPayload - Interface in org.mule.api
ExceptionPayload is a message payload that contains exception information that occurred during message processing.
exceptionPayload - Variable in class org.mule.transport.AbstractMessageAdapter
If an excpetion occurs while processing this message an exception payload will be attached here
exceptionPayloadAvailable(MuleMessage) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
ExceptionReader - Interface in org.mule.api.config
Provides a strategy interface for reading information from an exception in a consistent way.
exceptionStackIs() - Static method in class org.mule.config.i18n.CoreMessages
 
exceptionThrown(Exception) - Method in class org.mule.AbstractExceptionListener
 
exceptionThrown(Exception) - Method in class org.mule.transport.AbstractConnectable
 
exceptionThrown(Exception) - Method in class org.mule.transport.AbstractConnector
 
exceptionThrown(Exception) - Method in class org.mule.util.ExceptionHolder
 
ExceptionTypeFilter - Class in org.mule.routing.filters
A filter that accepts messages that have an exception payload.
ExceptionTypeFilter() - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(String) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(Class) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionUtils - Class in org.mule.util
Mule exception utilities.
ExceptionUtils() - Constructor for class org.mule.util.ExceptionUtils
 
execute() - Method in class org.mule.api.FutureMessageResult
Start asynchronous execution of this task
execute() - Method in interface org.mule.api.interceptor.Invocation
Deprecated. Calls the component
execute(TransactionCallback) - Method in class org.mule.transaction.TransactionTemplate
 
execute(Runnable) - Method in class org.mule.util.concurrent.SynchronizedVariable
 
execute(Runnable) - Method in class org.mule.work.MuleWorkManager
 
executingPhase - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
expectedSize() - Method in class org.mule.routing.inbound.EventGroup
Returns the number of events that this EventGroup is expecting before correlation can proceed.
Expirable - Interface in org.mule.util.monitor
Expirable implementing classes can be notified when they expire
expirationInterval - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
expirationInterval - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
expire() - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
expired() - Method in interface org.mule.util.monitor.Expirable
 
ExpiryMonitor - Class in org.mule.util.monitor
ExpiryMonitor can monitor objects beased on an expiry time and can invoke a callback method once the object time has expired.
ExpiryMonitor() - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExpiryMonitor(long) - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExplicitMethodEntryPointResolver - Class in org.mule.model.resolvers
An Entrypoint resolver that allows the user to set one or more acceptiple methd names to look for.
ExplicitMethodEntryPointResolver() - Constructor for class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
ExpressionEvaluator - Interface in org.mule.util.expression
ExpressionEvaluator extracts a property from the message in a generic way.
ExpressionEvaluatorManager - Class in org.mule.util.expression
Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java, scripting and annotations.
ExpressionEvaluatorManager() - Constructor for class org.mule.util.expression.ExpressionEvaluatorManager
 
expressionEvaluatorNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionEvaluatorProcessor - Class in org.mule.registry
Registers ExpressionEvaluators with the ExpressionEvaluatorManager so that they will be resolved at run-time.
ExpressionEvaluatorProcessor() - Constructor for class org.mule.registry.ExpressionEvaluatorProcessor
 
expressionEvaluatorReturnedNull(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionFilter - Class in org.mule.routing.filters
Allows boolean expressions to be executed on a message
ExpressionFilter(String, String, String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter(String, String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter(String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter() - Constructor for class org.mule.routing.filters.ExpressionFilter
 
expressionInvalidForProperty(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionMessageInfoMapping - Class in org.mule.routing
TODO
ExpressionMessageInfoMapping() - Constructor for class org.mule.routing.ExpressionMessageInfoMapping
 
ExpressionRuntimeException - Exception in org.mule.util.expression
If thrown by the ExpressionEvaluatorManager if an expression returns null and failIfNull was set when ExpressionEvaluatorManager.evaluate(String, Object, boolean) was called.
ExpressionRuntimeException(Message) - Constructor for exception org.mule.util.expression.ExpressionRuntimeException
 
ExpressionRuntimeException(Message, Throwable) - Constructor for exception org.mule.util.expression.ExpressionRuntimeException
 
ExpressionTransformer - Class in org.mule.transformer.simple
This transformer will evaluate one or more expressions on the current message and return the results as an Array.
ExpressionTransformer() - Constructor for class org.mule.transformer.simple.ExpressionTransformer
 
ExpressionTransformer.Argument - Class in org.mule.transformer.simple
 
ExpressionTransformer.Argument() - Constructor for class org.mule.transformer.simple.ExpressionTransformer.Argument
 
EXTENSION - Static variable in class org.mule.util.queue.FilePersistenceStrategy
 
extractResources(String, Class, File, boolean) - Static method in class org.mule.util.FileUtils
Extract the specified resource to the given directory for remain all directory struct

F

failedToBuildMessage() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToClone(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToConvertStringUsingEncoding(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreate(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateConnectorFromUri(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateEndpointFromLocation(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateManagerInstance(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateObjectWith(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToDispatchToReplyto(ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToDispose(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToGetOutputStream() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToGetPooledObject() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInitSecurityProvider(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvoke(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvokeLifecycle(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvokeRestService(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToLoad(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToLoadTransformer(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToProcessExtractorFunction(String) - Static method in class org.mule.config.i18n.CoreMessages
 
FailedToQueueEventException - Exception in org.mule
FailedToQueueEventException is thrown when an event cannot be put on an internal service queue.
FailedToQueueEventException(Message, MuleMessage, Service) - Constructor for exception org.mule.FailedToQueueEventException
 
FailedToQueueEventException(Message, MuleMessage, Service, Throwable) - Constructor for exception org.mule.FailedToQueueEventException
 
FailedToQueueEventException(MuleMessage, Service, Throwable) - Constructor for exception org.mule.FailedToQueueEventException
 
failedToReadAttachment(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReadFromStore(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReadPayload() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToRecevieWithTimeout(Object, long) - Static method in class org.mule.config.i18n.CoreMessages
 
failedtoRegisterOnEndpoint(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToRouterViaEndpoint(ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToScheduleWork() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToSetPropertiesOn(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToSetProxyOnService(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToStart(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToStop(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToUnregister(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToWriteMessageToStore(Object, String) - Static method in class org.mule.config.i18n.CoreMessages
 
fatal(Object) - Method in class org.mule.util.MuleLogger
 
fatal(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
FatalConnectException - Exception in org.mule.transport
TODO document
FatalConnectException(Message, Connectable) - Constructor for exception org.mule.transport.FatalConnectException
 
FatalConnectException(Message, Throwable, Connectable) - Constructor for exception org.mule.transport.FatalConnectException
 
FatalConnectException(Throwable, Connectable) - Constructor for exception org.mule.transport.FatalConnectException
 
fatalErrorInShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
fatalErrorWhileRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
FatalException - Exception in org.mule.api.lifecycle
FatalException can be thrown during initialisation or during execution to indicate that something fatal has occurred and the MuleManager must shutdown.
FatalException(Message, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
FatalException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
FatalException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
fileChanged(File) - Method in interface org.mule.util.monitor.FileListener
Called when one of the monitored files are created, deleted or modified.
FileListener - Interface in org.mule.util.monitor
Interface for listening to disk file changes.
FileManager - Class in org.mule.util.file
 
FileManager() - Constructor for class org.mule.util.file.FileManager
 
FileManager.FileTransactionContext - Class in org.mule.util.file
 
FileManager.FileTransactionContext() - Constructor for class org.mule.util.file.FileManager.FileTransactionContext
 
FileMonitor - Class in org.mule.util.monitor
Class for monitoring changes in disk files.
FileMonitor(long) - Constructor for class org.mule.util.monitor.FileMonitor
Create a file monitor instance with specified polling interval.
FileMonitor.FileMonitorNotifier - Class in org.mule.util.monitor
This is the timer thread which is executed every n milliseconds according to the setting of the file monitor.
FileMonitor.FileMonitorNotifier() - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
FileMonitor.FileMonitorNotifier(ExceptionListener) - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
FilenameUtils - Class in org.mule.util
 
FilePersistenceStrategy - Class in org.mule.util.queue
 
FilePersistenceStrategy() - Constructor for class org.mule.util.queue.FilePersistenceStrategy
 
FilePersistenceStrategy.HolderImpl - Class in org.mule.util.queue
 
FilePersistenceStrategy.HolderImpl(String, Object) - Constructor for class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
FileSession - Interface in org.mule.util.file
 
FileUtils - Class in org.mule.util
FileUtils contains useful methods for dealing with files & directories.
FileUtils() - Constructor for class org.mule.util.FileUtils
 
fileWithPathComponents(String[]) - Static method in class org.mule.util.FilenameUtils
 
fillProperties(MuleEvent) - Method in class org.mule.DefaultMuleEvent
 
Filter - Interface in org.mule.api.routing.filter
The Filter interface allows MuleMessage filtering.
filter - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
filter - Variable in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
FilteringListMessageSplitter - Class in org.mule.routing.outbound
FilteringListMessageSplitter accepts a List as a message payload then routes list elements as messages over an endpoint where the endpoint's filter accepts the payload.
FilteringListMessageSplitter() - Constructor for class org.mule.routing.outbound.FilteringListMessageSplitter
 
FilteringOutboundRouter - Class in org.mule.routing.outbound
FilteringRouter is a router that accepts events based on a filter set.
FilteringOutboundRouter() - Constructor for class org.mule.routing.outbound.FilteringOutboundRouter
 
finalCleanUp() - Method in class org.mule.util.xa.AbstractTransactionContext
 
findService(String, ServiceDescriptor, Properties) - Method in interface org.mule.api.registry.ServiceFinder
 
findServiceDescriptor(String, String) - Static method in class org.mule.util.SpiUtils
 
findServiceDescriptor(String, String, Class) - Static method in class org.mule.util.SpiUtils
 
finished - Variable in class org.mule.util.xa.AbstractTransactionContext
 
fireComponentNotification(int) - Method in class org.mule.service.AbstractService
 
fireInitialisationCallbacks(Object) - Method in class org.mule.object.AbstractObjectFactory
 
fireLifecycle(MuleContext, String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
fireLifecycle(MuleContext, String) - Method in class org.mule.lifecycle.ContainerManagedLifecyclePhase
 
fireLifecycle(MuleContext, String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
fireLifecycle(MuleContext, String) - Method in class org.mule.lifecycle.phases.MuleContextDisposePhase
 
fireNotification(ExceptionNotification) - Method in class org.mule.AbstractExceptionListener
Fires a server notification to all registered org.mule.api.context.notification.listener.ExceptionNotificationListener eventManager.
fireNotification(ServerNotification) - Method in interface org.mule.api.context.notification.ServerNotificationHandler
 
fireNotification(ServerNotification) - Method in interface org.mule.api.MuleContext
Fires a server notification to all regiistered listeners
fireNotification(ServerNotification) - Method in class org.mule.context.notification.OptimisedNotificationHandler
 
fireNotification(ServerNotification) - Method in class org.mule.context.notification.ServerNotificationManager
 
fireNotification(ServerNotification) - Method in class org.mule.DefaultMuleContext
Fires a server notification to all registered org.mule.api.context.notification.listener.CustomNotificationListener notificationManager.
fireNotification(TransactionNotification) - Method in class org.mule.transaction.AbstractTransaction
Fires a server notification to all registered org.mule.api.context.notification.listener.TransactionNotificationListeners.
fireNotification(ServerNotification) - Method in class org.mule.transport.AbstractConnector
Fires a server notification to all registered listeners
firePhase(MuleContext, String) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
firePhase(MuleContext, String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
firePostNotification(MuleContext) - Method in class org.mule.lifecycle.LifecycleObject
 
firePostNotification(MuleContext) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
firePreNotification(MuleContext) - Method in class org.mule.lifecycle.LifecycleObject
 
firePreNotification(MuleContext) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
fireTimerEvent(TimeEvent) - Method in class org.mule.util.timer.EventTimerTask
 
firstOrNull(List) - Static method in class org.mule.transformer.TransformerUtils
 
flush() - Method in class org.mule.transport.WriterMessageAdapter
 
flushBase64() - Method in class org.mule.util.Base64.OutputStream
Method added by PHIL.
forceStop() - Method in class org.mule.service.AbstractService
 
forget(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
formatTimeStamp(Date, String) - Static method in class org.mule.util.DateUtils
 
ForwardingCatchAllStrategy - Class in org.mule.routing
ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
ForwardingCatchAllStrategy() - Constructor for class org.mule.routing.ForwardingCatchAllStrategy
 
ForwardingConsumer - Class in org.mule.routing.inbound
ForwardingConsumer is used to forward an incoming event over another transport without invoking a service.
ForwardingConsumer() - Constructor for class org.mule.routing.inbound.ForwardingConsumer
 
FunctionExpressionEvaluator - Class in org.mule.util.expression
This property extractor doesn't actually extract a property from the message, instead it allows for certain functions to be called and returns a result.
FunctionExpressionEvaluator() - Constructor for class org.mule.util.expression.FunctionExpressionEvaluator
 
FutureMessageResult - Class in org.mule.api
FutureMessageResult is an MuleMessage result of a remote invocation on a Mule Server.
FutureMessageResult(Callable) - Constructor for class org.mule.api.FutureMessageResult
 

G

generateEventId() - Method in class org.mule.DefaultMuleEvent
 
generateTransformerName() - Method in class org.mule.transformer.AbstractTransformer
 
GenericLifecycleManager - Class in org.mule.lifecycle
 
GenericLifecycleManager() - Constructor for class org.mule.lifecycle.GenericLifecycleManager
 
GenericTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
A factory performing a JNDI lookup for TransactionManager.
GenericTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
get() - Method in class org.mule.util.concurrent.WaitableBoolean
 
get(Object) - Method in class org.mule.util.MapCombiner
 
GET_TARGET_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
getAcceptedTime() - Method in class org.mule.work.WorkerContext
System.currentTimeMillis() when the Work has been accepted.
getAction() - Method in class org.mule.api.context.notification.ServerNotification
 
getAction() - Method in interface org.mule.api.transaction.TransactionConfig
 
getAction() - Method in class org.mule.transaction.MuleTransactionConfig
 
getActionAsString() - Method in class org.mule.transaction.MuleTransactionConfig
 
getActionId(String) - Static method in class org.mule.api.context.notification.ServerNotification
 
getActionName() - Method in class org.mule.api.context.notification.ServerNotification
 
getActionName(int) - Static method in class org.mule.api.context.notification.ServerNotification
 
getActionNames() - Method in class org.mule.context.notification.CustomNotification
 
getAdapter() - Method in interface org.mule.api.MuleMessage
Returns the currently edited Message adapter for this message.
getAdapter() - Method in class org.mule.DefaultMuleMessage
Returns the currently edited Message adapter for this message.
getAddProperties() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
getAddress() - Method in interface org.mule.api.endpoint.EndpointURI
 
getAddress() - Method in class org.mule.endpoint.MuleEndpointURI
 
getAgents() - Method in interface org.mule.api.registry.Registry
Deprecated. Use lookupAgent() instead
getAgents() - Method in class org.mule.registry.AbstractRegistry
 
getAlgorithm() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
getArgs() - Method in class org.mule.config.i18n.Message
 
getArguments() - Method in class org.mule.transformer.simple.ExpressionTransformer
 
getAsyncEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getAsyncEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getAttachment(String) - Method in interface org.mule.api.transport.MessageAdapter
Retrieve an attachment with the given name.
getAttachment(String) - Method in class org.mule.DefaultMuleMessage
Retrieve an attachment with the given name.
getAttachment(String) - Method in class org.mule.transport.AbstractMessageAdapter
Retrieve an attachment with the given name.
getAttachmentNames() - Method in interface org.mule.api.transport.MessageAdapter
Returns a set of the names of the attachments on this message.
getAttachmentNames() - Method in class org.mule.DefaultMuleMessage
Returns a set of the names of the attachments on this message.
getAttachmentNames() - Method in class org.mule.transport.AbstractMessageAdapter
Returns a set of the names of the attachments on this message.
getAuthentication() - Method in interface org.mule.api.security.SecurityContext
 
getAuthority() - Method in interface org.mule.api.endpoint.EndpointURI
 
getAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
getAverageExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getAverageExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
 
getAverageQueueSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getBase() - Method in class org.mule.util.counters.impl.AggregateCounter
 
getBatchSize() - Method in class org.mule.transaction.constraints.BatchConstraint
 
GetBeanProperty - Class in org.mule.transformer.simple
Looks up a property from a JavaBean using PropertyUtils.getProperty().
GetBeanProperty() - Constructor for class org.mule.transformer.simple.GetBeanProperty
 
getBoilerPlate(String) - Static method in class org.mule.util.StringMessageUtils
 
getBoilerPlate(String, char, int) - Static method in class org.mule.util.StringMessageUtils
 
getBoilerPlate(List, char, int) - Static method in class org.mule.util.StringMessageUtils
 
getBoolean(Object, boolean) - Static method in class org.mule.util.ObjectUtils
Gets a boolean from a value in a null-safe manner.
getBooleanProperty(String, boolean) - Method in interface org.mule.api.transport.MessageAdapter
Gets a boolean property from the message
getBooleanProperty(String, boolean) - Method in class org.mule.DefaultMuleMessage
Gets a boolean property from the message
getBooleanProperty(Map, String, Boolean) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
getBooleanProperty(String, boolean) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a boolean property from the message
getBooleanProperty(String, boolean) - Method in class org.mule.transport.MessagePropertiesContext
 
getBuildDate() - Static method in class org.mule.config.MuleManifest
 
getBuildNumber() - Static method in class org.mule.config.MuleManifest
 
getBundlePath(String) - Static method in class org.mule.config.i18n.MessageFactory
Computes the bundle's full path (META-INF/services/org/mule/i18n/<bundleName>-messages.properties) from bundleName.
getByte(Object, byte) - Static method in class org.mule.util.ObjectUtils
Gets a byte from a value in a null-safe manner.
getByteProperty(String, byte) - Method in class org.mule.transport.MessagePropertiesContext
 
getBytes(String) - Static method in class org.mule.util.StringMessageUtils
 
getCacheKeyForPayload(Object, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getCallResponseAggregateIdentifier(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseRouter
Extracts a Group identifier from the current event.
getCapacity() - Method in class org.mule.util.queue.QueueConfiguration
 
getCatchAllStrategy() - Method in interface org.mule.api.routing.RouterCollection
 
getCatchAllStrategy() - Method in class org.mule.routing.AbstractRouterCollection
 
getCaughtMessages() - Method in class org.mule.management.stats.RouterStatistics
 
getCause(Throwable) - Method in interface org.mule.api.config.ExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.DefaultExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.MuleExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getChainsawHost() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getChainsawPort() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getClassName(Class) - Static method in class org.mule.util.ClassUtils
 
getClassTypes(Object) - Static method in class org.mule.util.ClassUtils
Used for creating an array of class types for an array or single object
getClientKeyStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStore() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClientKeyStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStorePassword() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClientKeyStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStoreType() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClusterId() - Method in interface org.mule.api.config.MuleConfiguration
 
getClusterId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getClusterId() - Method in class org.mule.context.notification.MuleContextNotification
 
getCode() - Method in interface org.mule.api.ExceptionPayload
 
getCode() - Method in class org.mule.config.i18n.Message
 
getCode() - Method in class org.mule.message.DefaultExceptionPayload
 
getColumn(ServiceStatistics, String[]) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getCommandLineOption(String, String[], String[][]) - Static method in class org.mule.util.SystemUtils
Returns the value corresponding to the given option from the command line, for example if the options are "-config mule-config.xml" getCommandLineOption("config") would return "mule-config.xml"
getCommandLineOptions(String[], String[][]) - Static method in class org.mule.util.SystemUtils
Returns a Map of all options in the command line.
getCommitTxFilter() - Method in class org.mule.AbstractExceptionListener
 
getComparator() - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getComponent() - Method in exception org.mule.api.lifecycle.LifecycleException
 
getComponent() - Method in interface org.mule.api.service.Service
Returns the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
getComponent() - Method in class org.mule.service.AbstractService
 
getComponentName() - Method in class org.mule.message.ExceptionMessage
 
getComponentPoolAbsoluteMaxSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentPoolMaxSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentPoolSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getComponentStatistics() - Method in class org.mule.management.stats.AllStatistics
 
getConfigBuilderClassName() - Static method in class org.mule.MuleServer
Returns the class name of the configuration builder used to create this MuleServer.
getConfigDirName() - Method in class org.mule.agent.ConfigScannerAgent
 
getConfiguration() - Method in interface org.mule.api.MuleContext
 
getConfiguration() - Method in class org.mule.DefaultMuleContext
 
getConfiguration() - Static method in class org.mule.RegistryContext
 
getConfigurationResources() - Method in class org.mule.MuleServer
Getter for property messengerURL.
getConnectEventId(ImmutableEndpoint) - Method in class org.mule.transport.AbstractConnectable
 
getConnectEventId() - Method in class org.mule.transport.AbstractConnector
The resource id used when firing ConnectEvents from this connector
getConnectEventId() - Method in class org.mule.transport.AbstractMessageReceiver
 
getConnectionDescription() - Method in interface org.mule.api.transport.Connectable
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.transport.AbstractConnectable
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.transport.AbstractConnector
 
getConnectionDescription() - Method in class org.mule.transport.AbstractMessageReceiver
 
getConnectionStrategy() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns the connection strategy this endpoint should use when connecting to the underlying resource
getConnectionStrategy() - Method in class org.mule.endpoint.AbstractEndpoint
Getter for property 'connectionStrategy'.
getConnectionStrategy(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getConnectionStrategy() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getConnectionStrategy() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getConnectionStrategy() - Method in class org.mule.transport.AbstractConnector
Getter for property 'connectionStrategy'.
getConnector() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The endpoint that will be used to send the message on.
getConnector() - Method in exception org.mule.api.transport.ConnectorException
 
getConnector() - Method in interface org.mule.api.transport.MessageDispatcher
Gets the connector for this dispatcher
getConnector() - Method in interface org.mule.api.transport.MessageReceiver
 
getConnector() - Method in interface org.mule.api.transport.MessageRequester
Gets the connector for this dispatcher
getConnector() - Method in class org.mule.endpoint.AbstractEndpoint
 
getConnector() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getConnector() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getConnector() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getConnector() - Method in class org.mule.transport.AbstractConnectable
 
getConnector() - Method in class org.mule.transport.AbstractMessageReceiver
 
getConnectorByProtocol(String) - Static method in class org.mule.transport.service.TransportFactory
 
getConnectorName() - Method in interface org.mule.api.endpoint.EndpointURI
 
getConnectorName() - Method in class org.mule.endpoint.MuleEndpointURI
 
getConnectorName(Connector) - Static method in class org.mule.util.ObjectNameHelper
 
getConnectors() - Method in interface org.mule.api.registry.Registry
Deprecated. Use lookupConnector() instead
getConnectors() - Method in class org.mule.registry.AbstractRegistry
 
getConstraint() - Method in interface org.mule.api.transaction.TransactionConfig
 
getConstraint() - Method in class org.mule.transaction.MuleTransactionConfig
 
getConstructor() - Method in class org.mule.endpoint.URIBuilder
 
getConstructor(Class, Class[]) - Static method in class org.mule.util.ClassUtils
 
getContext() - Method in class org.mule.object.JndiObjectFactory
 
getContext() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getCorrelationGroupSize() - Method in interface org.mule.api.transport.MessageAdapter
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in class org.mule.DefaultMuleMessage
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in class org.mule.transport.AbstractMessageAdapter
Determines how many messages are in the correlation group
getCorrelationId(MuleMessage) - Method in interface org.mule.api.routing.MessageInfoMapping
 
getCorrelationId() - Method in interface org.mule.api.transport.MessageAdapter
Sets a correlationId for this message.
getCorrelationId() - Method in class org.mule.DefaultMuleMessage
Sets a correlationId for this message.
getCorrelationId(MessageAdapter) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
getCorrelationId(MuleMessage) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getCorrelationId(MuleMessage) - Method in class org.mule.routing.MuleMessageInfoMapping
 
getCorrelationId() - Method in class org.mule.transport.AbstractMessageAdapter
Sets a correlationId for this message.
getCorrelationIdExpression() - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getCorrelationSequence() - Method in interface org.mule.api.transport.MessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in class org.mule.DefaultMuleMessage
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in class org.mule.transport.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCounter(String) - Static method in class org.mule.util.counters.CounterFactory
Search the defined counters for a counter of the given name.
getCounter(String) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
getCounters() - Static method in class org.mule.util.counters.CounterFactory
Retrieve an iterator giving the list of public defined counters.
getCounters() - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
getCreated() - Method in class org.mule.routing.inbound.EventGroup
Return the creation timestamp of the current group.
getCredentials() - Method in interface org.mule.api.MuleEvent
 
getCredentials() - Method in interface org.mule.api.security.Authentication
 
getCredentials(MuleEvent) - Method in interface org.mule.api.security.CredentialsAccessor
 
getCredentials() - Method in class org.mule.DefaultMuleEvent
 
getCredentials() - Method in class org.mule.security.DefaultMuleAuthentication
 
getCredentials(MuleEvent) - Method in class org.mule.security.MuleHeaderCredentialsAccessor
 
getCredentialsAccessor() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getCredentialsAccessor() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getCurrentPhase() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getCurrentPhase() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
getCurrentTransaction() - Method in interface org.mule.api.MuleEventContext
Returns the current transaction (if any) for the session
getCurrentTransaction() - Method in class org.mule.DefaultMuleEventContext
Returns the current transaction (if any) for the session
getCustomEvaluator() - Method in class org.mule.routing.filters.ExpressionFilter
 
getCustomEvaluator() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
getData() - Method in class org.mule.component.simple.StaticComponent
 
getDataFile() - Method in class org.mule.component.simple.StaticComponent
 
getDateFromString(String, String) - Static method in class org.mule.util.DateUtils
 
getDefaultCipherSuites() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
getDefaultComponentThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultComponentThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultCompressionStrategy() - Static method in class org.mule.util.compression.CompressionHelper
 
getDefaultConnectionStrategy() - Method in interface org.mule.api.MuleContext
 
getDefaultConnectionStrategy() - Method in class org.mule.DefaultMuleContext
Returns a clone of the default Connection strategy.
getDefaultConnectionStrategy(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultConnector() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultDeleteUnacceptedMessages(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultEncoding() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultEncoding() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultEndpointEncoding(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultFilter(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultInboundTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultInboundTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultInboundTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultInitialState(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultMessageDispatcherThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageDispatcherThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultMessageReceiverThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageReceiverThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultMessageRequesterThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageRequesterThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultOutboundTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultOutboundTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultOutboundTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultRemoteSync(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultRemoteSyncTimeout(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultResponseTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultResponseTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultResponseTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultScope() - Method in interface org.mule.api.registry.Registry
 
getDefaultScope() - Method in class org.mule.registry.AbstractRegistry
 
getDefaultSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultSynchronous(Connector, String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultSynchronousEventTimeout() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultSynchronousEventTimeout() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultTransactionTimeout() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultTransactionTimeout() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultTransactionTimeout() - Method in class org.mule.util.xa.AbstractResourceManager
Gets the default transaction timeout in milliseconds.
getDeleteProperties() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
getDeleteUnacceptedMessages(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDelimiter() - Method in class org.mule.transformer.simple.ObjectArrayToString
 
getDelimiter() - Method in class org.mule.transformer.simple.StringToObjectArray
 
getDependentAgents() - Method in class org.mule.AbstractAgent
 
getDependentAgents() - Method in class org.mule.agent.ConfigScannerAgent
 
getDependentAgents() - Method in interface org.mule.api.agent.Agent
 
getDescription() - Method in class org.mule.AbstractAgent
 
getDescription() - Method in class org.mule.agent.ConfigScannerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in interface org.mule.api.agent.Agent
Should be a 1 line description of the agent
getDescription(Connectable) - Method in class org.mule.transport.AbstractConnectionStrategy
 
getDetailedMessage() - Method in exception org.mule.api.MuleException
 
getDevListEmail() - Static method in class org.mule.config.MuleManifest
 
getDispatcherFactory() - Method in interface org.mule.api.transport.Connector
The dispatcher factory is used to create a message dispatcher of the current request
getDispatcherFactory() - Method in class org.mule.transport.AbstractConnector
 
getDispatcherThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'dispatcherThreadingProfile'.
getDispatcherWorkManager() - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message dispatchers.
getDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getDomain() - Method in class org.mule.context.notification.MuleContextNotification
 
getDomainId() - Method in interface org.mule.api.config.MuleConfiguration
 
getDomainId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDouble(Object, double) - Static method in class org.mule.util.ObjectUtils
Gets a double from a value in a null-safe manner.
getDoubleProperty(String, double) - Method in interface org.mule.api.transport.MessageAdapter
Gets a double property from the message
getDoubleProperty(String, double) - Method in class org.mule.DefaultMuleMessage
 
getDoubleProperty(String, double) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a double property from the message
getDoubleProperty(String, double) - Method in class org.mule.transport.MessagePropertiesContext
 
getDTDPublicId() - Static method in class org.mule.config.MuleManifest
 
getDTDSystemId() - Static method in class org.mule.config.MuleManifest
 
getEnableCorrelation() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEncoding() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Decides the encoding to be used for events received by this endpoint
getEncoding() - Method in interface org.mule.api.MuleEvent
Gets the encoding for this message.
getEncoding() - Method in interface org.mule.api.MuleEventContext
Gets the encoding for the current message.
getEncoding() - Method in interface org.mule.api.transport.MessageAdapter
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.DefaultMuleEvent
Gets the encoding for this message.
getEncoding() - Method in class org.mule.DefaultMuleEventContext
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.DefaultMuleMessage
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.endpoint.AbstractEndpoint
 
getEncoding() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getEncoding() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getEncoding() - Method in class org.mule.transport.AbstractMessageAdapter
Gets the encoding for the current message.
getEncryptionStrategies() - Method in interface org.mule.api.security.SecurityManager
 
getEncryptionStrategies() - Method in class org.mule.security.MuleSecurityManager
 
getEncryptionStrategy() - Method in exception org.mule.api.security.CryptoFailureException
 
getEncryptionStrategy(String) - Method in interface org.mule.api.security.SecurityManager
 
getEncryptionStrategy(String) - Method in class org.mule.security.MuleSecurityManager
 
getEndpoint(Throwable) - Method in class org.mule.AbstractExceptionListener
Returns an endpoint for the given exception.
getEndpoint() - Method in interface org.mule.api.MuleEvent
Gets the endpoint associated with this event
getEndpoint(String) - Method in interface org.mule.api.routing.InboundRouterCollection
 
getEndpoint() - Method in interface org.mule.api.routing.NestedRouter
 
getEndpoint(String) - Method in interface org.mule.api.routing.OutboundRouter
 
getEndpoint(String) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getEndpoint() - Method in interface org.mule.api.routing.RouterCatchAllStrategy
 
getEndpoint() - Method in exception org.mule.api.routing.RoutingException
 
getEndpoint() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getEndpoint() - Method in interface org.mule.api.transformer.BaseTransformer
The endpoint that this transformer is attached to
getEndpoint() - Method in interface org.mule.api.transport.MessageReceiver
 
getEndpoint() - Method in class org.mule.context.notification.MessageNotification
 
getEndpoint() - Method in class org.mule.DefaultMuleEvent
 
getEndpoint(EndpointURI, DefaultEndpointFactory.EndpointSource) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getEndpoint() - Method in class org.mule.endpoint.URIBuilder
 
getEndpoint() - Method in class org.mule.message.ExceptionMessage
 
getEndpoint() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getEndpoint(String) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
getEndpoint() - Method in class org.mule.routing.inbound.WireTap
 
getEndpoint() - Method in class org.mule.routing.LoggingCatchAllStrategy
 
getEndpoint() - Method in class org.mule.routing.nested.DefaultNestedRouter
 
getEndpoint(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEndpoint(int, MuleMessage) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
Will Return the endpont at the given index and will resolve any template tags on the Endpoint URI if necessary
getEndpoint(String) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getEndpoint() - Method in class org.mule.routing.ServiceCatchAllStrategy
 
getEndpoint() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getEndpoint() - Method in class org.mule.transformer.AbstractTransformer
 
getEndpoint() - Method in class org.mule.transport.AbstractConnectable
 
getEndpoint() - Method in class org.mule.transport.AbstractMessageReceiver
 
getEndpoint(MuleEvent, String) - Method in class org.mule.transport.DefaultReplyToHandler
 
getEndpointAddress() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
getEndpointBuilder(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Used to retrieve the an EndpointBuilder equal to the one would be used to create an endpoint.

This is useful if you need to customize a builder before creation of an endpoint as you can use this method to obtain the endpoint builder, custommize it and then call the factory methods that take a EndpointBuilder rather than a String.
getEndpointBuilder() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getEndpointBuilder(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getEndpointEncoding(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getEndpointName() - Method in interface org.mule.api.endpoint.EndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName()
getEndpointName() - Method in class org.mule.endpoint.MuleEndpointURI
 
getEndpointName(EndpointURI) - Static method in class org.mule.util.ObjectNameHelper
 
getEndpoints() - Method in class org.mule.AbstractExceptionListener
 
getEndpoints() - Method in interface org.mule.api.registry.Registry
Deprecated. Use lookupEndpoint() instead
getEndpoints() - Method in interface org.mule.api.routing.InboundRouterCollection
 
getEndpoints() - Method in interface org.mule.api.routing.OutboundRouter
Gets a list of Endpoint instances associated with this router
getEndpoints() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getEndpoints() - Method in class org.mule.registry.AbstractRegistry
 
getEndpoints() - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
getEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEndpoints() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getEndpointURI() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
This specifess the communication endpointUri.
getEndpointURI() - Method in interface org.mule.api.MuleEventContext
Returns a reference to the Endpoint Uri for this context This is the endpoint on which the event was received
getEndpointURI() - Method in interface org.mule.api.transport.MessageReceiver
The endpointUri that this receiver listens on
getEndpointURI() - Method in class org.mule.DefaultMuleEventContext
 
getEndpointURI() - Method in class org.mule.endpoint.AbstractEndpoint
 
getEndpointURI() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getEndpointURI() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getEndpointURI() - Method in class org.mule.transport.AbstractMessageReceiver
 
getEndSplash() - Method in class org.mule.DefaultMuleContext
 
getEntryPointResolvers() - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
getEntryPointResolverSet() - Method in interface org.mule.api.component.JavaComponent
A JavaComponent can have a custom entry-point resolver for its own object.
getEntryPointResolverSet() - Method in interface org.mule.api.model.Model
The entry point resolver is used to determine the method to be called on a service when an event is received for it.
getEntryPointResolverSet() - Method in class org.mule.component.AbstractJavaComponent
 
getEntryPointResolverSet() - Method in class org.mule.model.AbstractModel
 
getenv() - Static method in class org.mule.util.SystemUtils
Get the operating system environment variables.
getenv(String) - Static method in class org.mule.util.SystemUtils
 
getEnvironment() - Method in class org.mule.jndi.SimpleContext
 
getEnvironment() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getErrorClass(int) - Static method in class org.mule.config.ExceptionHelper
 
getErrorCode(Class) - Static method in class org.mule.config.ExceptionHelper
 
getErrorCodePropertyName(String) - Static method in class org.mule.config.ExceptionHelper
 
getErrorMapping(String, Class) - Static method in class org.mule.config.ExceptionHelper
 
getErrorMessage() - Method in class org.mule.api.model.InvocationResult
Returns the error message set on this result or null if none has been set
getErrorMessagePayload(MuleMessage) - Method in class org.mule.AbstractExceptionListener
 
getEvaluator() - Method in class org.mule.routing.filters.ExpressionFilter
 
getEvaluator() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
getEvent() - Method in interface org.mule.api.interceptor.Invocation
Deprecated.  
getEvent() - Method in class org.mule.interceptor.RequestContextInvocation
 
getEvent() - Static method in class org.mule.RequestContext
 
getEventContext() - Static method in class org.mule.RequestContext
 
getEventContext() - Method in class org.mule.util.expression.MuleContextExpressionEvaluator
 
getEventGroup() - Method in exception org.mule.routing.AggregationException
 
getEventGroup(Object) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Look up the existing EventGroup with the given id.
getEventGroup(Object) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getEventGroup(Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getEventGroupIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Returns the identifier by which events will be correlated.
getEventGroupIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getException() - Method in interface org.mule.api.ExceptionPayload
 
getException() - Method in class org.mule.context.notification.ExceptionNotification
 
getException() - Method in class org.mule.message.DefaultExceptionPayload
 
getException() - Method in class org.mule.message.ExceptionMessage
 
getException() - Method in class org.mule.MuleShutdownHook
 
getExceptionCode() - Method in exception org.mule.api.MuleException
 
getExceptionInfo(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionListener() - Method in interface org.mule.api.model.Model
The exception strategy to use by components managed by the model.
getExceptionListener() - Method in interface org.mule.api.service.Service
The exception strategy to use to handle exceptions in the Mule UMO.
getExceptionListener() - Method in interface org.mule.api.transport.Connector
 
getExceptionListener() - Method in class org.mule.model.AbstractModel
 
getExceptionListener() - Method in class org.mule.service.AbstractService
 
getExceptionListener() - Method in class org.mule.transport.AbstractConnector
 
getExceptionMappings() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
getExceptionMappings() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
getExceptionPayload() - Method in interface org.mule.api.transport.MessageAdapter
If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception and Mule error code, plus any other releated info
getExceptionPayload() - Method in class org.mule.DefaultMuleMessage
If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception and Mule error code, plus any other releated info
getExceptionPayload() - Static method in class org.mule.RequestContext
 
getExceptionPayload() - Method in class org.mule.transport.AbstractMessageAdapter
 
getExceptionReader(Throwable) - Static method in class org.mule.config.ExceptionHelper
Gets an exception reader for the exception
getExceptions() - Method in class org.mule.util.ExceptionHolder
 
getExceptionsAsList(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionStack(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionType(Throwable, Class) - Method in class org.mule.AbstractExceptionListener
 
getExceptionType() - Method in interface org.mule.api.config.ExceptionReader
 
getExceptionType() - Method in class org.mule.config.DefaultExceptionReader
 
getExceptionType() - Method in class org.mule.config.MuleExceptionReader
 
getExceptionType() - Method in class org.mule.config.NamingExceptionReader
 
getExecutedEvents() - Method in class org.mule.management.stats.ComponentStatistics
 
getExecutedEvents() - Method in class org.mule.management.stats.ServiceStatistics
 
getExecutingPhase() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getExecutingPhase() - Method in class org.mule.lifecycle.GenericLifecycleManager
Returns the name of the currently executing phase or null if there is not current phase
getExecutionErrors() - Method in class org.mule.management.stats.ServiceStatistics
 
getExhaustedAction() - Method in class org.mule.config.PoolingProfile
 
getExpectedType() - Method in class org.mule.routing.filters.PayloadTypeFilter
 
getExpirationInterval() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getExpression() - Method in class org.mule.routing.filters.ExpressionFilter
 
getExpression() - Method in class org.mule.routing.filters.MessagePropertyFilter
 
getExpression() - Method in class org.mule.routing.filters.RegExFilter
Deprecated. Use RegExFilter.getPattern() This method name was changed to be consistent with other filters
getExpression() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
getFactory() - Method in interface org.mule.api.transaction.TransactionConfig
 
getFactory() - Method in class org.mule.transaction.MuleTransactionConfig
 
getFatalErrors() - Method in class org.mule.management.stats.ServiceStatistics
 
getFilter() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The filter to apply to incoming messages.
getFilter() - Method in class org.mule.endpoint.AbstractEndpoint
 
getFilter(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getFilter() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getFilter() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getFilter() - Method in class org.mule.routing.filters.logic.NotFilter
 
getFilter() - Method in class org.mule.routing.inbound.SelectiveConsumer
 
getFilter() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
getFilterAddress() - Method in interface org.mule.api.endpoint.EndpointURI
 
getFilterAddress() - Method in class org.mule.endpoint.MuleEndpointURI
 
getFilters() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
getFloat(Object, float) - Static method in class org.mule.util.ObjectUtils
Gets a float from a value in a null-safe manner.
getFloatProperty(String, float) - Method in class org.mule.transport.MessagePropertiesContext
 
getFormattedDuration(long) - Static method in class org.mule.util.DateUtils
 
getFormattedMessage(String, Object[]) - Static method in class org.mule.util.StringMessageUtils
 
getFragment() - Method in class org.mule.endpoint.MuleEndpointURI
 
getFrequency() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
getFullExpression() - Method in class org.mule.routing.filters.ExpressionFilter
 
getFullExpression() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
getFullScheme() - Method in interface org.mule.api.endpoint.EndpointURI
 
getFullScheme() - Method in class org.mule.endpoint.MuleEndpointURI
 
getGroupId() - Method in class org.mule.routing.inbound.EventGroup
Returns an identifier for this EventGroup.
getHeaders() - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getHeaders() - Method in class org.mule.management.stats.printers.XMLPrinter
 
getHost() - Method in interface org.mule.api.endpoint.EndpointURI
 
getHost() - Method in class org.mule.endpoint.MuleEndpointURI
 
getI18nMessage() - Method in exception org.mule.api.MuleException
 
getId() - Method in interface org.mule.api.config.MuleConfiguration
 
getId() - Method in interface org.mule.api.MuleEvent
Every event in the system is assigned a universally unique id (UUID).
getId() - Method in interface org.mule.api.MuleSession
Returns the unique id for this session
getId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getId() - Method in class org.mule.DefaultMuleEvent
 
getId() - Method in class org.mule.DefaultMuleSession
 
getId() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getId(Object) - Method in class org.mule.util.queue.EventFilePersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.EventMemoryPersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
getId() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getId(Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
getId() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
getIgnoredMethods() - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
Returns an unmodifable Set of ignoredMethods on this resolver To add method to the resolver use ReflectionEntryPointResolver.addIgnoredMethod(String)
getIgnoredObjectTypes() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getIgnoredObjectTypes() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getInboundEndpoint(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "INBOUND" role.
getInboundEndpoint(EndpointBuilder) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "INBOUND" role using the builder provided.
getInboundEndpoint(EndpointURI) - Method in interface org.mule.api.endpoint.EndpointFactory
Deprecated.  
getInboundEndpoint(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpoint(EndpointBuilder) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpoint(EndpointURI) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpointResponseTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInboundRouter() - Method in interface org.mule.api.service.Service
Inbound Routers control how events are received by a service.
getInboundRouter() - Method in class org.mule.service.AbstractService
 
getInboundRouterStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getInboundTransformer() - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
getInboundTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getIncomingEndpoints() - Method in class org.mule.service.AbstractService
Returns a list of all incoming endpoints on a service.
getInfo(Throwable) - Method in interface org.mule.api.config.ExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo() - Method in interface org.mule.api.ExceptionPayload
 
getInfo() - Method in exception org.mule.api.MuleException
 
getInfo(Throwable) - Method in class org.mule.config.DefaultExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.config.MuleExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.config.NamingExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo() - Method in class org.mule.message.DefaultExceptionPayload
 
getInitialContext(Hashtable) - Method in class org.mule.jndi.MuleInitialContextFactory
 
getInitialFactory() - Method in class org.mule.object.JndiObjectFactory
 
getInitialisationPolicy() - Method in class org.mule.config.PoolingProfile
 
getInitialState() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Sets the state the endpoint will be loaded in.
getInitialState() - Method in interface org.mule.api.service.Service
Returns the initial state of this service
getInitialState() - Method in class org.mule.endpoint.AbstractEndpoint
Sets the state the endpoint will be loaded in.
getInitialState(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInitialState() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getInitialState() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getInitialState() - Method in class org.mule.service.AbstractService
 
getInputClass() - Method in class org.mule.transformer.TransformerWeighting
 
getInputStream() - Method in class org.mule.config.ConfigResource
 
getInputWeighting() - Method in class org.mule.transformer.TransformerWeighting
 
getInstance() - Method in interface org.mule.api.object.ObjectFactory
Retrieve an instance of the object.
getInstance() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
getInstance() - Method in class org.mule.model.seda.SedaService
 
getInstance() - Method in class org.mule.object.AbstractObjectFactory
Creates an initialized object instance based on the class and sets any properties.
getInstance() - Method in class org.mule.object.JndiObjectFactory
 
getInstance() - Method in class org.mule.object.SingletonObjectFactory
Always returns the same instance of the object.
getInstance() - Static method in class org.mule.transaction.TransactionCoordination
 
getInstance() - Static method in class org.mule.transport.NullPayload
 
getInstance() - Static method in class org.mule.VoidResult
 
getInt(Object, int) - Static method in class org.mule.util.ObjectUtils
Gets a int from a value in a null-safe manner.
getIntegerProperty(Map, String, Integer) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInterface() - Method in interface org.mule.api.routing.NestedRouter
 
getInterface() - Method in class org.mule.routing.nested.DefaultNestedRouter
 
getInterfaceClass() - Method in class org.mule.routing.nested.DefaultNestedRouter
 
getInterfaceToTypes() - Method in class org.mule.context.notification.ServerNotificationManager
 
getIntProperty(String, int) - Method in interface org.mule.api.transport.MessageAdapter
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.DefaultMuleMessage
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.transport.AbstractMessageAdapter
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.transport.MessagePropertiesContext
 
getIterationCount() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getJavaDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getJndiContext(String) - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiContext() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiInitialFactory() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiName() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getJndiProviderProperties() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiProviderUrl() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiUrlPkgPrefixes() - Method in class org.mule.transport.AbstractJndiConnector
 
getKey() - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
getKey() - Method in interface org.mule.security.SecretKeyFactory
 
getKey() - Method in class org.mule.transformer.simple.MapLookup
 
getKeyFactory() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyManagerAlgorithm() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyManagerFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyManagerFactory() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyPassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyPassword() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStore() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStorePassword() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStoreType() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getLeftFilter() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
getLevelMappings() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLifecycleAdapterFactory() - Method in interface org.mule.api.component.JavaComponent
Returns the factory used create life-cycle adaptors that are used to wrap component instance.
getLifecycleAdapterFactory() - Method in interface org.mule.api.model.Model
The lifecycle adapter is used by the model to translate Mule lifecycle event to events that UMO components registered with the model understand.
getLifecycleAdapterFactory() - Method in class org.mule.component.AbstractJavaComponent
 
getLifecycleAdapterFactory() - Method in class org.mule.model.AbstractModel
 
getLifecycleClass() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getLifecycleClass() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getLifecycleManager() - Method in interface org.mule.api.MuleContext
 
getLifecycleManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getLifecycleManager() - Method in class org.mule.DefaultMuleContext
 
getLifecycleManager() - Method in class org.mule.registry.AbstractRegistry
 
getLifecycles() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getLifecycles() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
getList() - Method in class org.mule.util.MapCombiner
 
getListDelimiter() - Method in class org.mule.routing.outbound.StaticRecipientList
Overloading classes can change the delimiter used to separate entries in the recipient list.
getListener() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
getListener() - Method in class org.mule.transport.AbstractMessageReceiver
 
getListeners() - Method in class org.mule.context.notification.ServerNotificationManager
 
getLock() - Method in class org.mule.util.concurrent.SynchronizedVariable
 
getLogConfigFile() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLogFile() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLogger() - Method in class org.mule.MuleServer
 
getLogger() - Method in class org.mule.util.file.FileManager
 
getLogger() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getLogger() - Method in class org.mule.util.xa.AbstractResourceManager
 
getLogName() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLong(Object, long) - Static method in class org.mule.util.ObjectUtils
Gets a long from a value in a null-safe manner.
getLongProperty(String, long) - Method in interface org.mule.api.transport.MessageAdapter
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.DefaultMuleMessage
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.transport.MessagePropertiesContext
 
getManifest() - Static method in class org.mule.config.MuleManifest
 
getManifestProperty(String) - Static method in class org.mule.config.MuleManifest
 
getMaxActive() - Method in class org.mule.config.PoolingProfile
 
getMaxActive() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getMaxActive() - Method in interface org.mule.util.pool.ObjectPool
 
getMaxBufferSize() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxBufferSize() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxBufferSize() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxDispatchersActive() - Method in class org.mule.transport.AbstractConnector
Returns the maximum number of dispatchers that can be concurrently active per endpoint.
getMaxExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getMaxExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getMaxIdle() - Method in class org.mule.config.PoolingProfile
 
getMaxMessages() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getMaxOutstandingMessages() - Method in class org.mule.config.QueueProfile
This specifies the number of messages that can be queued before it starts blocking.
getMaxQueueSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getMaxRequestersActive() - Method in class org.mule.transport.AbstractConnector
Returns the maximum number of requesters that can be concurrently active per endpoint.
getMaxThreadsActive() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxThreadsActive() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxThreadsActive() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxThreadsIdle() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxThreadsIdle() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxThreadsIdle() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxWait() - Method in class org.mule.config.PoolingProfile
 
getMemoryPersistenceStrategy() - Method in interface org.mule.util.queue.QueueManager
 
getMemoryPersistenceStrategy() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getMessage(Throwable) - Method in interface org.mule.api.config.ExceptionReader
 
getMessage() - Method in interface org.mule.api.ExceptionPayload
 
getMessage() - Method in class org.mule.api.FutureMessageResult
 
getMessage(long) - Method in class org.mule.api.FutureMessageResult
 
getMessage() - Method in interface org.mule.api.interceptor.Invocation
Deprecated.  
getMessage() - Method in interface org.mule.api.MuleEvent
Returns the message payload for this event
getMessage() - Method in interface org.mule.api.MuleEventContext
Returns the message payload for this event
getMessage() - Method in exception org.mule.api.MuleException
 
getMessage(int) - Method in interface org.mule.api.MuleMessageCollection
 
getMessage(Throwable) - Method in class org.mule.config.DefaultExceptionReader
 
getMessage() - Method in class org.mule.config.i18n.Message
 
getMessage(Throwable) - Method in class org.mule.config.MuleExceptionReader
 
getMessage(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getMessage(int) - Method in class org.mule.DefaultMessageCollection
 
getMessage() - Method in class org.mule.DefaultMuleEvent
 
getMessage() - Method in class org.mule.DefaultMuleEventContext
Returns the message payload for this event
getMessage() - Method in class org.mule.interceptor.RequestContextInvocation
 
getMessage() - Method in class org.mule.message.DefaultExceptionPayload
 
getMessage() - Method in class org.mule.transformer.simple.StringAppendTransformer
 
getMessageAdapter(Object) - Method in interface org.mule.api.transport.Connector
Gets a MessageAdapter from the connector for the given message (data)
getMessageAdapter(Object) - Method in class org.mule.transport.AbstractConnector
Gets a MessageAdapter for the endpoint for the given message (data)
getMessageAsBytes() - Method in interface org.mule.api.MuleEvent
Reterns the conents of the message as a byte array.
getMessageAsBytes() - Method in interface org.mule.api.MuleEventContext
Returns the contents of the message as a byte array.
getMessageAsBytes() - Method in class org.mule.DefaultMuleEvent
 
getMessageAsBytes() - Method in class org.mule.DefaultMuleEventContext
Reterns the conents of the message as a byte array.
getMessageAsString() - Method in interface org.mule.api.MuleEvent
Returns the message contents as a string If necessary this will use the encoding set on the event
getMessageAsString(String) - Method in interface org.mule.api.MuleEvent
Returns the message contents as a string
getMessageAsString() - Method in interface org.mule.api.MuleEventContext
Returns the message contents as a string This method will use the encoding set on the event
getMessageAsString(String) - Method in interface org.mule.api.MuleEventContext
Returns the message contents as a string
getMessageAsString() - Method in class org.mule.DefaultMuleEvent
 
getMessageAsString(String) - Method in class org.mule.DefaultMuleEvent
Returns the message contents as a string
getMessageAsString(String) - Method in class org.mule.DefaultMuleEventContext
Returns the message contents as a string
getMessageAsString() - Method in class org.mule.DefaultMuleEventContext
Returns the message contents as a string This method will use the default encoding on the event
getMessageCode() - Method in exception org.mule.api.MuleException
 
getMessageId(MuleMessage) - Method in interface org.mule.api.routing.MessageInfoMapping
 
getMessageId(MessageAdapter) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
getMessageId(MuleMessage) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getMessageId(MuleMessage) - Method in class org.mule.routing.MuleMessageInfoMapping
 
getMessageIdExpression() - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getMessageInfoMapping() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getMessageInfoMapping() - Method in class org.mule.routing.response.AbstractResponseRouter
 
getMessageList() - Method in class org.mule.DefaultMessageCollection
 
getMessagePart(MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
Retrieves a specific message part for the given endpoint.
getMessagePart(MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.FilteringListMessageSplitter
 
getMessages() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
getMessagesAsArray() - Method in interface org.mule.api.MuleMessageCollection
 
getMessagesAsArray() - Method in class org.mule.DefaultMessageCollection
 
getMessageSize() - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
getMessageTTL() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getMethod() - Method in interface org.mule.api.routing.NestedRouter
 
getMethod() - Method in class org.mule.routing.nested.DefaultNestedRouter
 
getMethod(Class, String, Class[]) - Static method in class org.mule.util.ClassUtils
Returns a matching method for the given name and parameters on the given class If the parameterTypes arguments is null it will return the first matching method on the class.
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.ArrayEntryPointResolver
 
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
getMethodByArguments(Object, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getMethodByName(String, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getMethodCalled() - Method in class org.mule.api.model.InvocationResult
Returns the name of the method invoked, this property is only set if the state of the invocation is InvocationResult.STATE_INVOKED_SUCESSFUL
getMethodProperty() - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
getMethods() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
getMinExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getMinExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getModel() - Method in interface org.mule.api.service.Service
Returns the name of the model that this descriptor is registered with.
getModel() - Method in class org.mule.service.AbstractService
 
getModelClass() - Method in interface org.mule.api.model.ModelServiceDescriptor
 
getModelClass() - Method in class org.mule.model.DefaultModelServiceDescriptor
 
getModels() - Method in interface org.mule.api.registry.Registry
Deprecated. Use lookupModel() instead
getModels() - Method in class org.mule.registry.AbstractRegistry
 
getMuleConfiguration() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getMuleContext() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
 
getMuleContext() - Method in interface org.mule.api.MuleEvent
Returns the muleContext for the Mule node that this event was received in
getMuleContext() - Method in interface org.mule.api.MuleEventContext
 
getMuleContext() - Method in interface org.mule.api.transport.Connector
 
getMuleContext() - Method in class org.mule.DefaultMuleEvent
 
getMuleContext() - Method in class org.mule.DefaultMuleEventContext
 
getMuleContext() - Method in class org.mule.endpoint.AbstractEndpoint
 
getMuleContext() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getMuleContext() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getMuleContext() - Static method in class org.mule.MuleServer
 
getMuleContext() - Method in class org.mule.routing.AbstractRouter
 
getMuleContext() - Method in class org.mule.transport.AbstractConnector
 
getMuleContext() - Method in class org.mule.util.expression.MuleContextExpressionEvaluator
 
getMuleHomeDirectory() - Method in interface org.mule.api.config.MuleConfiguration
 
getMuleHomeDirectory() - Method in class org.mule.config.DefaultMuleConfiguration
 
getName() - Method in class org.mule.AbstractAgent
 
getName() - Method in interface org.mule.api.EncryptionStrategy
 
getName() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The name is the identifier for the endpoint
getName() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getName() - Method in interface org.mule.api.NamedObject
Gts the name of the object
getName() - Method in interface org.mule.api.security.SecurityProvider
 
getName() - Method in class org.mule.config.support.InheritedModel
 
getName() - Method in class org.mule.endpoint.AbstractEndpoint
 
getName(EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getName() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getName() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getName() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getName() - Method in class org.mule.management.stats.ServiceStatistics
 
getName() - Method in class org.mule.model.AbstractModel
 
getName() - Method in class org.mule.security.AbstractNamedEncryptionStrategy
 
getName() - Method in class org.mule.service.AbstractService
 
getName() - Method in class org.mule.transformer.AbstractTransformer
 
getName() - Method in class org.mule.transport.AbstractConnector
 
getName() - Method in interface org.mule.util.counters.Counter
Accessor for the counter's name.
getName() - Method in class org.mule.util.counters.CounterFactory.Type
 
getName() - Method in class org.mule.util.counters.impl.AbstractCounter
 
getName() - Method in class org.mule.util.expression.FunctionExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MapPayloadExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageAttachmentExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageHeaderExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageHeadersExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessageHeadersListExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MessagePayloadExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.expression.MuleContextExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.util.timer.EventTimerTask
Gets the task name (this is also the timer thread name)
getName() - Method in class org.mule.util.timer.TimeEvent
 
getNameInNamespace() - Method in class org.mule.jndi.SimpleContext
 
getNameParser(Name) - Method in class org.mule.jndi.SimpleContext
 
getNameParser(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
getNameParser(String) - Method in class org.mule.jndi.SimpleContext
 
getNearestTransformerMatch(List, Class, Class) - Method in class org.mule.registry.AbstractRegistry
 
getNestedRouter() - Method in interface org.mule.api.component.JavaComponent
 
getNestedRouter() - Method in class org.mule.component.AbstractJavaComponent
 
getNextMessage() - Method in class org.mule.config.i18n.Message
 
getNextMessage(Object) - Method in class org.mule.transport.AbstractReceiverResourceWorker
The method used to read the next message from the underlying transport.
getNextTransformer() - Method in interface org.mule.api.transformer.StreamingTransformer
Transformers can be chained together and invoked in a series
getNotificationManager() - Method in interface org.mule.api.MuleContext
 
getNotificationManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getNotificationManager() - Method in class org.mule.DefaultMuleContext
 
getNotRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getNumActive() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getNumActive() - Method in interface org.mule.util.pool.ObjectPool
 
getNumberOfConcurrentTransactedReceivers() - Method in class org.mule.transport.AbstractConnector
Returns the number of concurrent receivers that will be launched when AbstractConnector.isCreateMultipleTransactedReceivers() returns true.
getNumberOfMessages() - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
getObjectClass() - Method in interface org.mule.api.object.ObjectFactory
Returns the class of the object to be instantiated without actually creating an instance.
getObjectClass() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
getObjectClass() - Method in class org.mule.object.AbstractObjectFactory
 
getObjectClass() - Method in class org.mule.object.JndiObjectFactory
Returns the class of the object to be instantiated without actually creating an instance.
getObjectClass() - Method in class org.mule.object.SingletonObjectFactory
 
getObjectClassName() - Method in class org.mule.object.AbstractObjectFactory
 
getObjectFactory() - Method in interface org.mule.api.component.JavaComponent
 
getObjectFactory() - Method in class org.mule.component.AbstractJavaComponent
 
getObjectFactory() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getObjectFactory() - Method in interface org.mule.util.pool.ObjectPool
 
getObjectName() - Method in class org.mule.object.JndiObjectFactory
 
getObjectType() - Method in interface org.mule.api.component.JavaComponent
 
getObjectType() - Method in class org.mule.component.AbstractJavaComponent
 
getObjectType() - Method in class org.mule.component.SimpleCallableJavaComponent
 
getObjectTypeMap(Object) - Method in class org.mule.registry.TransientRegistry
 
getOppositeLifecyclePhase() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getOppositeLifecyclePhase() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getOrCreateConnectorByProtocol(ImmutableEndpoint, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
 
getOrCreateConnectorByProtocol(EndpointURI, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
Returns an initialized connector.
getOrCreateRegistry() - Static method in class org.mule.RegistryContext
 
getOrder() - Method in class org.mule.api.transport.PropertyScope
 
getOrderedLifecycleObjects() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getOrderedLifecycleObjects() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getOrginalPayload() - Method in interface org.mule.api.MuleMessage
Returns the original payload used to create this message.
getOrginalPayload() - Method in class org.mule.DefaultMuleMessage
Returns the original payload used to create this message.
getOriginalAdapter() - Method in interface org.mule.api.MuleMessage
Returns the original payload used to create this message.
getOriginalAdapter() - Method in class org.mule.DefaultMuleMessage
Returns the original payload used to create this message.
getOutboundEndpoint(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "OUTBOUND" role.
getOutboundEndpoint(EndpointBuilder) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "OUTBOUND" role using the builder provided.
getOutboundEndpoint(EndpointURI) - Method in interface org.mule.api.endpoint.EndpointFactory
Deprecated.  
getOutboundEndpoint(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpoint(EndpointBuilder) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpoint(EndpointURI) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpointResponseTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getOutboundRouter() - Method in interface org.mule.api.service.Service
Outbound Routers control how events are published by a service once.
getOutboundRouter() - Method in class org.mule.service.AbstractService
 
getOutboundRouterStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getOutboundTransformer() - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
getOutboundTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getOutputClass() - Method in class org.mule.transformer.TransformerWeighting
 
getOutputStream() - Method in interface org.mule.api.MuleEvent
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream() - Method in interface org.mule.api.MuleEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream(OutboundEndpoint, MuleMessage) - Method in interface org.mule.api.transport.Connector
Will get the output stream for this type of transport.
getOutputStream() - Method in class org.mule.DefaultMuleEvent
An outputstream can optionally be used to write response data to an incoming message.
getOutputStream() - Method in class org.mule.DefaultMuleEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream(OutboundEndpoint, MuleMessage) - Method in class org.mule.transport.AbstractConnector
Will get the output stream for this type of transport.
getOutputWeighting() - Method in class org.mule.transformer.TransformerWeighting
 
getParameterTypes(Object, String) - Static method in class org.mule.util.ClassUtils
 
getParams() - Method in interface org.mule.api.endpoint.EndpointURI
 
getParams() - Method in class org.mule.endpoint.MuleEndpointURI
 
getParent() - Method in interface org.mule.api.registry.Registry
 
getParent() - Method in class org.mule.registry.AbstractRegistry
 
getParentName() - Method in class org.mule.config.support.InheritedModel
 
getPassword() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPassword() - Method in interface org.mule.api.security.Credentials
 
getPassword() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPassword() - Method in class org.mule.security.MuleCredentials
 
getPath() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPath() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPattern() - Method in class org.mule.routing.filters.EqualsFilter
 
getPattern() - Method in class org.mule.routing.filters.RegExFilter
 
getPattern() - Method in class org.mule.routing.filters.WildcardFilter
 
getPayload(Class) - Method in interface org.mule.api.MuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload() - Method in interface org.mule.api.transport.MessageAdapter
 
getPayload(Class) - Method in class org.mule.DefaultMessageCollection
Applies the DefaultMessageCollection.getPayload(Class) call to every message in the collection and returns a List of results.
getPayload(Class) - Method in class org.mule.DefaultMuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload(Class, String) - Method in class org.mule.DefaultMuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload() - Method in class org.mule.DefaultMuleMessage
getPayload() - Method in class org.mule.message.BaseMessage
 
getPayload() - Method in class org.mule.transport.DefaultMessageAdapter
getPayload() - Method in class org.mule.transport.WriterMessageAdapter
 
getPayloadAsBytes() - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.DefaultMessageCollection
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.transport.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a String representation
getPayloadAsString() - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a String representation.
getPayloadAsString(String) - Method in class org.mule.DefaultMessageCollection
Converts the message implementation into a String representation
getPayloadAsString() - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a String representation.
getPayloadAsString(String) - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.ArrayEntryPointResolver
 
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
getPayloadList() - Method in class org.mule.DefaultMessageCollection
 
getPayloadsAsArray() - Method in interface org.mule.api.MuleMessageCollection
 
getPayloadsAsArray() - Method in class org.mule.DefaultMessageCollection
 
getPayloadToString() - Method in class org.mule.api.context.notification.ServerNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ConnectionNotification
 
getPayloadToString() - Method in class org.mule.context.notification.MessageNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ModelNotification
 
getPayloadToString() - Method in class org.mule.context.notification.MuleContextNotification
 
getPayloadToString() - Method in class org.mule.context.notification.RoutingNotification
 
getPayloadToString() - Method in class org.mule.context.notification.SecurityNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ServiceNotification
 
getPersistenceStrategy() - Method in interface org.mule.util.queue.QueueManager
 
getPersistenceStrategy() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getPooledObjectFactory() - Method in class org.mule.util.pool.CommonsPoolObjectPool
Template method to be overridden by implementations that do more than just invoke objectFactory
getPooledObjectFactory() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
getPoolExhaustedAction() - Method in interface org.mule.api.config.ThreadingProfile
 
getPoolExhaustedAction() - Method in class org.mule.config.ChainedThreadingProfile
 
getPoolExhaustedAction() - Method in class org.mule.config.ImmutableThreadingProfile
 
getPoolingProfile() - Method in class org.mule.component.PooledJavaComponent
 
getPoolingProfile() - Method in class org.mule.model.seda.SedaModel
 
getPort() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPort() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPostfix() - Method in class org.mule.component.simple.StaticComponent
 
getPostNotification() - Method in class org.mule.lifecycle.LifecycleObject
 
getPostNotificationName() - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
getPrefix() - Method in class org.mule.component.simple.StaticComponent
 
getPreNotification() - Method in class org.mule.lifecycle.LifecycleObject
 
getPreNotificationName() - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
getPrincipal() - Method in interface org.mule.api.security.Authentication
 
getPrincipal() - Method in class org.mule.security.DefaultMuleAuthentication
 
getPriorityWeighting() - Method in interface org.mule.api.transformer.DiscoverableTransformer
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
getPriorityWeighting() - Method in class org.mule.transformer.AbstractDiscoverableTransformer
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectArrayToString
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectToString
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.SerializableToByteArray
 
getProductDescription() - Static method in class org.mule.config.MuleManifest
 
getProductLicenseInfo() - Static method in class org.mule.config.MuleManifest
 
getProductMoreInfo() - Static method in class org.mule.config.MuleManifest
 
getProductName() - Static method in class org.mule.config.MuleManifest
 
getProductSupport() - Static method in class org.mule.config.MuleManifest
 
getProductUrl() - Static method in class org.mule.config.MuleManifest
 
getProductVersion() - Static method in class org.mule.config.MuleManifest
 
getProperties() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns any properties set on this endpoint
getProperties() - Method in interface org.mule.api.security.Authentication
 
getProperties() - Method in class org.mule.endpoint.AbstractEndpoint
 
getProperties() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getProperties() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProperties() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProperties() - Method in class org.mule.message.BaseMessage
Returns a map of all properties on this message
getProperties() - Method in class org.mule.object.AbstractObjectFactory
 
getProperties() - Method in class org.mule.object.JndiObjectFactory
 
getProperties() - Method in class org.mule.security.DefaultMuleAuthentication
 
getPropertiesForURI(URI) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
getPropertiesFromQueryString(String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesFromString(String, char) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesWithoutPrefix(Map, String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesWithPrefix(Map, String, Map) - Static method in class org.mule.util.PropertiesUtils
Will create a map of properties where the names have a prefix Allows the callee to supply the target map so a comparator can be set
getProperty(Object) - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Retrieves a property set on the endpoint
getProperty(String, boolean) - Method in interface org.mule.api.MuleEvent
Gets a property associated with the current event.
getProperty(String, Object, boolean) - Method in interface org.mule.api.MuleEvent
Gets a property associated with the current event.
getProperty(Object) - Method in interface org.mule.api.MuleSession
Will retrieve a session level property.
getProperty(String) - Method in interface org.mule.api.transport.MessageAdapter
Gets a property of the message implementation
getProperty(String, Object) - Method in interface org.mule.api.transport.MessageAdapter
Gets a property from the message
getProperty(String, boolean) - Method in class org.mule.DefaultMuleEvent
 
getProperty(String, Object, boolean) - Method in class org.mule.DefaultMuleEvent
 
getProperty(String) - Method in class org.mule.DefaultMuleMessage
Gets a property of the message implementation
getProperty(String, Object) - Method in class org.mule.DefaultMuleMessage
Gets a property from the message
getProperty(Object) - Method in class org.mule.DefaultMuleSession
Will retrieve a session level property.
getProperty(Object) - Method in class org.mule.endpoint.AbstractEndpoint
 
getProperty(Object) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProperty(Object) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProperty(Object) - Method in class org.mule.message.BaseMessage
 
getProperty(String) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a property of the message implementation
getProperty(String, Object) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a property from the message
getProperty(String) - Method in class org.mule.transport.MessagePropertiesContext
 
getProperty(String, PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getProperty(String, Object) - Method in class org.mule.transport.MessagePropertiesContext
 
getPropertyName() - Method in class org.mule.transformer.simple.GetBeanProperty
 
getPropertyNames() - Method in interface org.mule.api.MuleSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in interface org.mule.api.transport.MessageAdapter
 
getPropertyNames() - Method in class org.mule.DefaultMuleMessage
getPropertyNames() - Method in class org.mule.DefaultMuleSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in class org.mule.transport.AbstractMessageAdapter
getPropertyNames() - Method in class org.mule.transport.MessagePropertiesContext
 
getPropertyNames(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getProtocol() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The transport protocol name that the message endpoint communicates over.
getProtocol() - Method in interface org.mule.api.transport.Connector
 
getProtocol() - Method in class org.mule.endpoint.AbstractEndpoint
 
getProtocol() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProtocol() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProtocolHandler() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getProtocolHandler() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getProtocolHandler() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getProtocolHandler() - Method in interface org.mule.api.security.TlsProtocolHandler
 
getProvider() - Method in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
 
getProvider() - Method in interface org.mule.api.security.provider.SecurityProviderFactory
 
getProvider(String) - Method in interface org.mule.api.security.SecurityManager
 
getProvider() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getProvider(String) - Method in class org.mule.security.MuleSecurityManager
 
getProviderClass() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getProviderClass() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getProviderClass() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getProviderClass() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getProviders() - Method in interface org.mule.api.security.SecurityManager
 
getProviders() - Method in class org.mule.security.MuleSecurityManager
 
getProviderStatsHtml(String) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
getQuery() - Method in interface org.mule.api.endpoint.EndpointURI
 
getQuery() - Method in class org.mule.endpoint.MuleEndpointURI
 
getQueue() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getQueue() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getQueue(String) - Method in interface org.mule.util.queue.QueueSession
 
getQueue(String) - Method in class org.mule.util.queue.TransactionalQueueManager
 
getQueuedEvents() - Method in class org.mule.management.stats.ServiceStatistics
 
getQueueManager() - Method in interface org.mule.api.MuleContext
Gets the queue manager used by mule for queuing events.
getQueueManager() - Method in class org.mule.DefaultMuleContext
 
getQueueProfile() - Method in class org.mule.model.seda.SedaModel
 
getQueueProfile() - Method in class org.mule.model.seda.SedaService
 
getQueueSession() - Method in interface org.mule.util.queue.QueueManager
 
getQueueSession() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getQueueSize() - Method in class org.mule.model.seda.SedaService
 
getQueueTimeout() - Method in class org.mule.model.seda.SedaModel
 
getQueueTimeout() - Method in class org.mule.model.seda.SedaService
 
getRawAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawFragment() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawPath() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawQuery() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawSchemeSpecificPart() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawUserInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
getReceiver() - Method in class org.mule.transport.PollingReceiverWorker
 
getReceiverKey() - Method in interface org.mule.api.transport.MessageReceiver
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
The method determines the key used to store the receiver against.
getReceiverKey() - Method in class org.mule.transport.AbstractMessageReceiver
 
getReceivers() - Method in class org.mule.transport.AbstractConnector
Getter for property 'receivers'.
getReceivers(String) - Method in class org.mule.transport.AbstractConnector
 
getReceiverThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'receiverThreadingProfile'.
getReceiverWorkManager(String) - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message receivers.
getRecipientEndpoint(MuleMessage, Object) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipientEndpointFromString(MuleMessage, String) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipientEndpointFromUri(EndpointURI) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(MuleMessage) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(MuleMessage) - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRecipients() - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRegistry() - Method in interface org.mule.api.MuleContext
 
getRegistry() - Method in class org.mule.DefaultMuleContext
Resolve and return a handle to the registry.
getRegistry() - Static method in class org.mule.RegistryContext
 
getRegistryId() - Method in interface org.mule.api.registry.Registry
 
getRegistryId() - Method in class org.mule.registry.AbstractRegistry
 
getRegistryScope() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getRegistryScope() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getRejectedExecutionHandler() - Method in interface org.mule.api.config.ThreadingProfile
 
getRejectedExecutionHandler() - Method in class org.mule.config.ChainedThreadingProfile
 
getRejectedExecutionHandler() - Method in class org.mule.config.ImmutableThreadingProfile
 
getRemoteSync(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getRemoteSyncTimeout() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The timeout value for remoteSync invocations
getRemoteSyncTimeout() - Method in class org.mule.endpoint.AbstractEndpoint
The timeout value for remoteSync invocations
getRemoteSyncTimeout(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getRemoteSyncTimeout() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getRemoteSyncTimeout() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getReplyAggregateIdentifier(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseRouter
Extracts a 'Correlation Id' from a reply message.
getReplyTo() - Method in interface org.mule.api.routing.OutboundRouter
Gets the replyTo endpoint for any outgoing messages.
getReplyTo() - Method in interface org.mule.api.transport.MessageAdapter
Returns a replyTo address for this message.
getReplyTo() - Method in class org.mule.DefaultMuleMessage
Returns a replyTo address for this message.
getReplyTo() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getReplyTo() - Method in class org.mule.transport.AbstractMessageAdapter
Returns a replyTo address for this message.
getReplyToEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getReplyToHandler(MuleMessage, InboundEndpoint) - Method in class org.mule.service.AbstractService
 
getReplyToHandler() - Method in class org.mule.transport.AbstractConnector
Getter for property 'replyToHandler'.
getRequesterFactory() - Method in interface org.mule.api.transport.Connector
The requester factory is used to create a message requester of the current request
getRequesterFactory() - Method in class org.mule.transport.AbstractConnector
 
getRequesterThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'requesterThreadingProfile'.
getRequesterWorkManager() - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message requesters.
getResource(Object) - Method in interface org.mule.api.transaction.Transaction
 
getResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getResource(Object) - Method in class org.mule.transaction.XaTransaction
 
getResource(String, Class) - Static method in class org.mule.util.ClassUtils
Load a given resource.
getResourceAsStream(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsStream(String, Class, boolean, boolean) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsString(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsUrl(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system or from the classpath, in that order.
getResourceAsUrl(String, Class, boolean, boolean) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system or from the classpath, in that order.
getResourceIdentifier() - Method in class org.mule.api.context.notification.ServerNotification
 
getResourceInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getResourceInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getResourceManager() - Method in class org.mule.util.xa.DefaultXASession
 
getResourceName() - Method in class org.mule.config.ConfigResource
 
getResourcePath(String, Class) - Static method in class org.mule.util.FileUtils
 
getResourcePath(String, Class, String) - Static method in class org.mule.util.FileUtils
 
getResources(String, Class) - Static method in class org.mule.util.ClassUtils
 
getResponse(MuleMessage) - Method in interface org.mule.api.routing.ResponseRouter
Called by the Mule framework once the outbound router has been processed on a service the Message passed in is the response message from the service (or outbount router if a response was returned).
getResponse(MuleMessage) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getResponse(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseAggregator
This method is called by the responding callee thread and should return the aggregated response message
getResponse(MuleMessage) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getResponseRouter() - Method in interface org.mule.api.service.Service
Response Routers control how events are returned in a request/response call.
getResponseRouter() - Method in class org.mule.service.AbstractService
 
getResponseTransformers() - Method in interface org.mule.api.endpoint.EndpointURI
 
getResponseTransformers() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The transformers used when a response is returned from invoking this endpoint.
getResponseTransformers() - Method in class org.mule.endpoint.AbstractEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.MuleEndpointURI
 
getResult() - Method in class org.mule.api.model.InvocationResult
The result of this invocation
getRetryCount() - Method in class org.mule.transport.SimpleRetryConnectionStrategy
 
getRetryFrequency() - Method in class org.mule.transport.SimpleRetryConnectionStrategy
 
getReturnClass() - Method in interface org.mule.api.transformer.Transformer
 
getReturnClass() - Method in class org.mule.transformer.AbstractTransformer
 
getRightFilter() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
getRoles() - Method in interface org.mule.api.security.Credentials
 
getRoles() - Method in class org.mule.security.MuleCredentials
 
getRollbackTxFilter() - Method in class org.mule.AbstractExceptionListener
 
getRootException() - Method in interface org.mule.api.ExceptionPayload
 
getRootException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootException() - Method in class org.mule.message.DefaultExceptionPayload
 
getRootMuleException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootParentException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRouted(String) - Method in class org.mule.management.stats.RouterStatistics
 
getRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getRouterInfo(RouterStatistics, String[], int) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getRouterInfo(RouterStatistics, String[], int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
getRouters() - Method in interface org.mule.api.routing.RouterCollection
 
getRouters() - Method in class org.mule.routing.AbstractRouterCollection
 
getRouterStatistics() - Method in interface org.mule.api.routing.Router
 
getRouterStatistics() - Method in class org.mule.routing.AbstractRouter
 
getSalt() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getSamplePeriod() - Method in class org.mule.management.stats.ServiceStatistics
 
getSatisfiableMethods(Class, Class[], boolean, boolean, Set) - Static method in class org.mule.util.ClassUtils
A helper method that will find all matching methods on a class with the given parameter type
getSatisfiableMethods(Class, Class[], boolean, boolean, Collection, WildcardFilter) - Static method in class org.mule.util.ClassUtils
A helper method that will find all matching methods on a class with the given parameter type
getSatisfiableMethodsWithReturnType(Class, Class, boolean, Set) - Static method in class org.mule.util.ClassUtils
 
getScheduler() - Method in class org.mule.transport.AbstractConnector
Returns a Scheduler service for periodic tasks, currently limited to internal use.
getScheme() - Method in interface org.mule.api.endpoint.EndpointURI
 
getScheme() - Method in class org.mule.endpoint.MuleEndpointURI
 
getSchemeMetaInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getSchemeMetaInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getSchemeSpecificPart() - Method in class org.mule.endpoint.MuleEndpointURI
 
getScope() - Method in class org.mule.api.transport.PropertyScope
 
getScopedProperties(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getSecretKey() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
getSecretKey() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getSecretKey() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
getSecurityContext() - Method in interface org.mule.api.MuleSession
The security context for this session.
getSecurityContext() - Method in class org.mule.DefaultMuleSession
The security context for this session.
getSecurityFilter() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns an EndpointSecurityFilter for this endpoint.
getSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpoint
Returns an EndpointSecurityFilter for this endpoint.
getSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getSecurityFilter() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getSecurityFilter() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getSecurityManager() - Method in interface org.mule.api.MuleContext
Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
getSecurityManager() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getSecurityManager() - Method in class org.mule.DefaultMuleContext
Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
getSecurityManager() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getSecurityProviderFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSecurityProviderInfo() - Method in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Security provider properties for IBM JDK 1.4.2 and higher.
getSecurityProviderInfo() - Method in interface org.mule.api.security.provider.SecurityProviderFactory
 
getSecurityProviders() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getSecurityProviders() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getSelectorExpression() - Method in class org.mule.routing.outbound.EndpointSelector
 
getServerId() - Method in class org.mule.api.context.notification.ServerNotification
 
getServerSocketFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getService() - Method in interface org.mule.api.component.Component
 
getService() - Method in interface org.mule.api.interceptor.Invocation
Deprecated.  
getService() - Method in interface org.mule.api.MuleEvent
Retrieves the service for the current event
getService() - Method in interface org.mule.api.MuleEventContext
 
getService() - Method in interface org.mule.api.MuleSession
Returns the Service associated with the session in its current execution
getService() - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
getService() - Method in interface org.mule.api.registry.ServiceDescriptor
 
getService() - Method in exception org.mule.api.routing.ServiceRoutingException
 
getService() - Method in exception org.mule.api.service.ServiceException
 
getService() - Method in interface org.mule.api.transport.MessageReceiver
 
getService() - Method in class org.mule.component.AbstractComponent
 
getService() - Method in class org.mule.DefaultMuleEvent
Gets the recipient service of this event
getService() - Method in class org.mule.DefaultMuleEventContext
 
getService() - Method in class org.mule.DefaultMuleSession
 
getService() - Method in class org.mule.interceptor.RequestContextInvocation
 
getService() - Method in class org.mule.transport.AbstractMessageReceiver
 
getServiceDescriptor() - Method in class org.mule.transport.AbstractConnector
Get the TransportServiceDescriptor for this connector.
getServiceOverrides() - Method in class org.mule.transport.AbstractConnector
A map of fully qualified class names that should override those in the connectors' service descriptor This map will be null if there are no overrides
getServiceStatistics() - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
getSession() - Method in interface org.mule.api.MuleEvent
Retrieves the service session for the current event
getSession() - Method in interface org.mule.api.MuleEventContext
 
getSession() - Method in class org.mule.DefaultMuleEvent
 
getSession() - Method in class org.mule.DefaultMuleEventContext
 
getSessionHandler() - Method in class org.mule.transport.AbstractConnector
Getter for property 'sessionHandler'.
getSessionIDKey() - Method in interface org.mule.api.transport.SessionHandler
The property name of the session id to use when creating the Mule session.
getSessionIDKey() - Method in class org.mule.MuleSessionHandler
 
getSessionIDKey() - Method in class org.mule.NullSessionHandler
The property name of the session id to use when creating the Mule session.
getShort(Object, short) - Static method in class org.mule.util.ObjectUtils
Gets a short from a value in a null-safe manner.
getShortProperty(String, short) - Method in class org.mule.transport.MessagePropertiesContext
 
getSimpleName(Class) - Static method in class org.mule.util.ClassUtils
Provide a simple-to-understand class name (with access to only Java 1.4 API).
getSocket() - Method in class org.mule.ResponseOutputStream
 
getSocketFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSourceTypes() - Method in interface org.mule.api.transformer.Transformer
Returns an unmodifiable list of Source types registered on this transformer
getSourceTypes() - Method in class org.mule.transformer.AbstractTransformer
 
getSslContext() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSslType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getStartDate() - Method in interface org.mule.api.MuleContext
Returns the date when the server was started.
getStartDate() - Method in class org.mule.DefaultMuleContext
Returns the long date when the server was started
getStartSplash() - Method in class org.mule.DefaultMuleContext
Returns a formatted string that is a summary of the configuration of the server.
getStartTime() - Method in class org.mule.management.stats.AllStatistics
 
getStartTimeout() - Method in class org.mule.work.WorkerContext
Gets the time duration (in milliseconds) within which the execution of the Work instance must start.
getStartupPropertiesFile() - Static method in class org.mule.MuleServer
 
getState() - Method in class org.mule.api.model.InvocationResult
Returns the state of this invocation.
getStatistics() - Method in interface org.mule.api.component.Component
Component statistics are used to gather component statistics such as sync/async invocation counts and total and average execution time.
getStatistics() - Method in interface org.mule.api.MuleContext
 
getStatistics() - Method in interface org.mule.api.routing.RouterCollection
 
getStatistics() - Method in class org.mule.component.AbstractComponent
 
getStatistics() - Method in class org.mule.DefaultMuleContext
Gets all statisitcs for this instance
getStatistics() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getStatistics() - Method in class org.mule.routing.AbstractRouterCollection
 
getStatistics() - Method in class org.mule.service.AbstractService
 
getStatus() - Method in interface org.mule.api.transaction.Transaction
 
getStatus() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getStatus() - Method in class org.mule.transaction.XaTransaction
 
getStrategy() - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
getStrategy() - Method in class org.mule.transformer.compression.AbstractCompressionTransformer
 
getStrategy() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getStrategyName() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getString(String, String) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name and resource code
getString(String, String, Object) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and one argument
getString(String, String, Object, Object) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and two arguments
getString(String, String, Object[]) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and array of arguments.
getString(String, int) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object, Object) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object[]) - Static method in class org.mule.config.i18n.MessageFactory
 
getString(Object, String) - Static method in class org.mule.util.ObjectUtils
Gets a String from a value in a null-safe manner.
getString(byte[], String) - Static method in class org.mule.util.StringMessageUtils
 
getStringFromDate(Date, String) - Static method in class org.mule.util.DateUtils
 
getStringProperty(String, String) - Method in interface org.mule.api.transport.MessageAdapter
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.DefaultMuleMessage
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.transport.MessagePropertiesContext
 
getStyle() - Method in class org.mule.util.TemplateParser
 
getSubscription() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
getSupportedCipherSuites() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
getSupportedPhases() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getSupportedPhases() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getSupportedProtocols() - Method in class org.mule.transport.AbstractConnector
Returns an unmodifiable list of the protocols supported by this connector
getSyncEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getSyncEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getSynchronous(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getSynchronous() - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getSystemModelType() - Method in interface org.mule.api.config.MuleConfiguration
 
getSystemModelType() - Method in class org.mule.config.DefaultMuleConfiguration
 
getSystemName() - Method in interface org.mule.api.config.MuleConfiguration
 
getSystemName() - Method in class org.mule.config.DefaultMuleConfiguration
 
getTable(Collection) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getTargetObject() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
Get XAConnection or XASession from wrapper / proxy
getTextChild(Element) - Static method in class org.mule.util.XMLUtils
 
getThreadFactory() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadFactory() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadFactory() - Method in class org.mule.config.ImmutableThreadingProfile
 
getThreadingProfile() - Method in class org.mule.model.seda.SedaService
 
getThreadPoolSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getThreadPriority() - Method in class org.mule.work.WorkerContext
Gets the priority level of the thread, which will be dispatched to process this work.
getThreadTTL() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadTTL() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadTTL() - Method in class org.mule.config.ImmutableThreadingProfile
 
getThreadWaitTimeout() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadWaitTimeout() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadWaitTimeout() - Method in class org.mule.config.ImmutableThreadingProfile
 
getTime() - Method in class org.mule.util.counters.impl.RatePerUnit
 
getTimeExpired() - Method in class org.mule.util.timer.TimeEvent
 
getTimeout() - Method in interface org.mule.api.MuleEvent
The number of milliseconds to wait for a return event when running synchronously.
getTimeout() - Method in interface org.mule.api.MuleEventContext
Get the timeout value associated with the event
getTimeout() - Method in interface org.mule.api.routing.ResponseRouter
Returns the timeout delay that the response router should wait for a response for a given event.
getTimeout() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getTimeout() - Method in interface org.mule.api.transaction.TransactionConfig
 
getTimeout() - Method in class org.mule.DefaultMuleEvent
 
getTimeout() - Method in class org.mule.DefaultMuleEventContext
Get the timeout value associated with the event
getTimeout() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getTimeout() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getTimeout() - Method in class org.mule.transaction.MuleTransactionConfig
 
getTimestamp() - Method in class org.mule.api.context.notification.ServerNotification
 
getTimeStamp() - Method in class org.mule.message.ExceptionMessage
 
getTimeStamp(String) - Static method in class org.mule.util.DateUtils
 
getTimeUnit() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
getToken() - Method in class org.mule.security.MuleCredentials
 
getTotalEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getTotalEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getTotalExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getTotalExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getTotalReceived() - Method in class org.mule.management.stats.RouterStatistics
 
getTotalRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getTransaction() - Method in interface org.mule.api.MuleEventContext
Returns the transaction for the current event or null if there is no transaction in progresss
getTransaction() - Method in class org.mule.DefaultMuleEventContext
Returns the transaction for the current event or null if there is no transaction in progresss
getTransaction() - Method in class org.mule.transaction.TransactionCoordination
 
getTransaction() - Method in class org.mule.transaction.XaTransaction
 
getTransactionConfig() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns the transaction configuration for this endpoint
getTransactionConfig() - Method in interface org.mule.api.routing.OutboundRouter
 
getTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpoint
 
getTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getTransactionConfig() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getTransactionConfig() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getTransactionConfig() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getTransactionManager() - Method in interface org.mule.api.MuleContext
Returns the Jta transaction manager used by this Mule server instance.
getTransactionManager() - Method in class org.mule.DefaultMuleContext
Returns the Jta transaction manager used by this Mule server instance.
getTransactionStringId() - Method in class org.mule.context.notification.TransactionNotification
 
getTransactionTimeout() - Method in class org.mule.util.xa.DefaultXASession
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.DecryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.EncryptionTransformer
 
getTransformer() - Method in exception org.mule.api.transformer.TransformerException
 
getTransformer() - Method in class org.mule.routing.outbound.TransformerRouter
 
getTransformer() - Method in class org.mule.transformer.TransformerWeighting
 
getTransformers() - Method in interface org.mule.api.endpoint.EndpointURI
 
getTransformers() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Transformers are responsible for transforming data when it is received or sent by the UMO (depending on whether this endpoint is a receiver or not).
getTransformers() - Method in interface org.mule.api.registry.Registry
Deprecated. Use lookupTransformer() instead
getTransformers() - Method in interface org.mule.api.transport.ReplyToHandler
 
getTransformers() - Method in class org.mule.endpoint.AbstractEndpoint
 
getTransformers() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getTransformers() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getTransformers() - Method in class org.mule.endpoint.MuleEndpointURI
 
getTransformers() - Method in class org.mule.registry.AbstractRegistry
 
getTransformers() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
getTransformers(String) - Static method in class org.mule.transformer.TransformerUtils
Builds a list of UMOTransformers.
getTransformers() - Method in interface org.mule.transformer.TransformerUtils.TransformerSource
 
getTransformers() - Method in class org.mule.transport.DefaultReplyToHandler
 
getTransformersFromSource(TransformerUtils.TransformerSource) - Static method in class org.mule.transformer.TransformerUtils
 
getTrustManagerAlgorithm() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustManagerAlgorithm() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTrustManagerFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustManagerFactory() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTrustStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStore() - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
getTrustStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStorePassword() - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
getTrustStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStoreType() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTxManager() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getType() - Method in class org.mule.api.context.notification.ServerNotification
 
getType() - Method in interface org.mule.api.model.Model
Returns the model type name.
getType() - Method in class org.mule.config.support.InheritedModel
 
getType() - Method in class org.mule.context.notification.ConnectionNotification
 
getType() - Method in class org.mule.context.notification.ExceptionNotification
 
getType() - Method in class org.mule.context.notification.RoutingNotification
 
getType() - Method in class org.mule.context.notification.SecurityNotification
 
getType() - Method in class org.mule.lifecycle.LifecycleObject
 
getType() - Method in class org.mule.model.direct.DirectModel
Returns the model type name.
getType() - Method in class org.mule.model.pipeline.PipelineModel
Returns the model type name.
getType() - Method in class org.mule.model.seda.SedaModel
Returns the model type name.
getType() - Method in interface org.mule.util.counters.Counter
Accessor for the counter type.
getType() - Method in class org.mule.util.counters.impl.AbstractCounter
 
getUmoMessage() - Method in exception org.mule.api.MessagingException
 
getUniqueId() - Method in interface org.mule.api.transport.MessageAdapter
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.DefaultMuleMessage
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.transport.AbstractMessageAdapter
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.transport.DefaultMessageAdapter
gets the unique identifier for the message. It's up to the implementation to ensure a unique id
getUpperCase() - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
getUri() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUri() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUrl() - Method in class org.mule.config.ConfigResource
 
getUrl() - Method in class org.mule.object.JndiObjectFactory
 
getUser() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUser() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUserInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUserInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUsername() - Method in interface org.mule.api.security.Credentials
 
getUsername() - Method in class org.mule.security.MuleCredentials
 
getUserParams() - Method in interface org.mule.api.endpoint.EndpointURI
A reduced version of getParams() - drops some system parameters
getUserParams() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUUID() - Static method in class org.mule.util.UUID
 
getVendorName() - Static method in class org.mule.config.MuleManifest
 
getVendorUrl() - Static method in class org.mule.config.MuleManifest
 
getWeighting(int, Class, Class) - Method in class org.mule.transformer.TransformerWeighting
 
getWorkException() - Method in class org.mule.work.WorkerContext
Gets the WorkException, if any, thrown during the execution.
getWorkingDirectory() - Method in interface org.mule.api.config.MuleConfiguration
 
getWorkingDirectory() - Method in class org.mule.config.DefaultMuleConfiguration
 
getWorkListener() - Method in interface org.mule.api.MuleContext
 
getWorkListener() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getWorkListener() - Method in class org.mule.DefaultMuleContext
 
getWorkManager() - Method in interface org.mule.api.MuleContext
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getWorkManager() - Method in class org.mule.DefaultMuleContext
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManager() - Method in class org.mule.model.seda.SedaService
 
getWorkManager() - Method in class org.mule.transport.AbstractConnectionStrategy
 
getWorkManager() - Method in class org.mule.transport.AbstractMessageReceiver
 
getWorkManagerFactory() - Method in interface org.mule.api.config.ThreadingProfile
 
getWorkManagerFactory() - Method in class org.mule.config.ChainedThreadingProfile
 
getWorkManagerFactory() - Method in class org.mule.config.ImmutableThreadingProfile
 
getWriter() - Method in class org.mule.transport.WriterMessageAdapter
 
getXAResource() - Method in class org.mule.util.xa.DefaultXASession
 
getXATerminator() - Method in class org.mule.work.MuleWorkManager
 
globalTransactions - Variable in class org.mule.util.xa.AbstractResourceManager
 
GZIP - Static variable in class org.mule.util.Base64
Specify that data should be gzip-compressed.
GZipCompression - Class in org.mule.util.compression
GZipCompression is a CompressionStrategy implementation using the GZip library included in the JDK java.util.zip.
GZipCompression() - Constructor for class org.mule.util.compression.GZipCompression
 
GZipCompressTransformer - Class in org.mule.transformer.compression
GZipCompressTransformer is a transformer compressing objects into byte arrays.
GZipCompressTransformer() - Constructor for class org.mule.transformer.compression.GZipCompressTransformer
 
GZipUncompressTransformer - Class in org.mule.transformer.compression
GZipCompressTransformer TODO
GZipUncompressTransformer() - Constructor for class org.mule.transformer.compression.GZipUncompressTransformer
 

H

handleException(Exception) - Method in interface org.mule.api.transport.Connector
 
handleException(Exception) - Method in class org.mule.service.AbstractService
 
handleException(Exception) - Method in class org.mule.transport.AbstractConnector
 
handleException(Exception) - Method in class org.mule.transport.AbstractMessageReceiver
 
handleException(Exception) - Method in class org.mule.transport.AbstractReceiverWorker
A conveniece method that passes the exception to the connector's ExceptionListener
handleLifecycleException(Object, Throwable) - Method in class org.mule.AbstractExceptionListener
DefaultLifecyclePhase exceptions are thrown when an error occurs during an object's lifecycle call such as start, stop or initialise.
handleLifecycleException(Object, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.AbstractExceptionListener
A messaging exception is thrown when an excpetion occurs during normal message processing.
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleResults(List) - Method in class org.mule.transport.AbstractReceiverWorker
When Mule has finished processing the current messages, there may be zero or more messages to process by the receiver if request/response messaging is being used.
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.AbstractExceptionListener
A routing exception is thrown when an excpetion occurs during normal message processing A RoutingException holds a reference to the current message and te endpoint being routing to or from when the error occurred.
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleStandardException(Throwable) - Method in class org.mule.AbstractExceptionListener
A handler for all other exceptions
handleStandardException(Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleTransaction(Throwable) - Method in class org.mule.AbstractExceptionListener
If there is a current transaction this method will mark it for rollback This method should not be called if an event is routed from this exception handler to an endpoint that should take part in the current transaction
handleUnacceptedFilter(MuleMessage) - Method in class org.mule.transport.AbstractMessageReceiver
 
handleWorkException(WorkEvent, String) - Method in class org.mule.model.seda.SedaService
 
handleWorkException(WorkEvent, String) - Method in class org.mule.transport.AbstractConnector
 
handleWorkException(WorkEvent, String) - Method in class org.mule.work.DefaultWorkListener
 
hasCommandLineOption(String, String[], String[][]) - Static method in class org.mule.util.SystemUtils
Checks whether a command line option is set.
hasEndpoints() - Method in interface org.mule.api.routing.OutboundRouterCollection
Determines if any endpoints have been set on this router.
hasEndpoints() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
hasEndpoints() - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
hasEndpoints() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
hasError() - Method in class org.mule.api.model.InvocationResult
Returns true if an error message has been set on this result, false otherwise
hash(Object[]) - Static method in class org.mule.util.ClassUtils
 
hashCode() - Method in exception org.mule.api.MuleException
 
hashCode() - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
hashCode() - Method in class org.mule.api.transport.PropertyScope
 
hashCode() - Method in class org.mule.config.ConfigResource
 
hashCode() - Method in class org.mule.DefaultMuleEvent
 
hashCode() - Method in class org.mule.endpoint.AbstractEndpoint
 
hashCode() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
hashCode() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
hashCode() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
hashCode() - Method in class org.mule.endpoint.MuleEndpointURI
 
hashCode() - Method in class org.mule.endpoint.URIBuilder
 
hashCode() - Method in class org.mule.MuleShutdownHook
 
hashCode() - Method in class org.mule.routing.inbound.EventGroup
The hashCode of an EventGroup is derived from the object returned by EventGroup.getGroupId().
hashCode() - Method in class org.mule.transaction.MuleTransactionConfig
 
hashCode() - Method in class org.mule.transformer.TransformerWeighting
 
hashCode() - Method in class org.mule.transport.AbstractConnectionStrategy
 
hashCode() - Method in class org.mule.transport.NullPayload
 
hashCode() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
hashCode() - Method in class org.mule.util.concurrent.WaitableBoolean
 
hashCode() - Method in class org.mule.util.MapCombiner
 
hashCode() - Method in class org.mule.util.queue.QueueInfo
 
hashCode() - Method in class org.mule.VoidResult
 
hasMoreMessages(Object) - Method in class org.mule.transport.AbstractReceiverResourceWorker
 
hasResource(Object) - Method in interface org.mule.api.transaction.Transaction
 
hasResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
hasResource(Object) - Method in class org.mule.transaction.XaTransaction
 
headerMalformedValueIs(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
HexStringToByteArray - Class in org.mule.transformer.simple
Converts a Hex String to a Byte array
HexStringToByteArray() - Constructor for class org.mule.transformer.simple.HexStringToByteArray
 
hexStringToByteArray(String) - Static method in class org.mule.util.StringUtils
Convert a hexadecimal string into its byte representation.
honorSynchronicity - Variable in class org.mule.routing.outbound.AbstractMessageSplitter
 
HOST - Static variable in class org.mule.endpoint.URIBuilder
 
HOST_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
HOSTNAME_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
HostNameFactory - Class in org.mule.config.factories
Extracts the local hostname from the local system
HostNameFactory() - Constructor for class org.mule.config.factories.HostNameFactory
 
hours() - Static method in class org.mule.config.i18n.CoreMessages
 
HtmlTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
HtmlTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 
HtmlTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 

I

IBMSecurityProvider2Info - Class in org.mule.api.security.provider
IBM JDK 1.4.2-specific security provider information.
IBMSecurityProvider2Info() - Constructor for class org.mule.api.security.provider.IBMSecurityProvider2Info
 
IBMSecurityProviderInfo - Class in org.mule.api.security.provider
IBM JDK-specific security provider information.
IBMSecurityProviderInfo() - Constructor for class org.mule.api.security.provider.IBMSecurityProviderInfo
 
id - Variable in class org.mule.transport.AbstractMessageAdapter
the default UUID for the message.
id - Variable in class org.mule.util.xa.AbstractTransactionContext
 
IdempotentInMemoryMessageIdStore - Class in org.mule.routing.inbound
IdempotentInMemoryMessageIdStore implements an optionally bounded in-memory store for message IDs with periodic expiry of old entries.
IdempotentInMemoryMessageIdStore(String, int, int, int) - Constructor for class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
Default constructor for IdempotentInMemoryMessageIdStore.
IdempotentInMemoryMessageIdStore.Expirer - Class in org.mule.routing.inbound
 
IdempotentInMemoryMessageIdStore.Expirer() - Constructor for class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.Expirer
 
IdempotentMessageIdStore - Interface in org.mule.api.routing
IdempotentMessageIdStore is the main interface used by IdempotentReceiver for storing received message IDs.
IdempotentReceiver - Class in org.mule.routing.inbound
IdempotentReceiver ensures that only unique messages are received by a service.
IdempotentReceiver() - Constructor for class org.mule.routing.inbound.IdempotentReceiver
 
IdempotentSecureHashReceiver - Class in org.mule.routing.inbound
IdempotentSecureHashReceiver ensures that only unique messages are received by a service.
IdempotentSecureHashReceiver() - Constructor for class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
identityToShortString(Object) - Static method in class org.mule.util.ObjectUtils
Like ObjectUtils.identityToString(Object) but without the object's full package name.
idStore - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
ignoredPropertyOverrides - Variable in class org.mule.DefaultMuleEvent
 
ignoreMethods - Variable in class org.mule.component.builder.ReflectionMessageBuilder
 
ignoreProperty(String) - Method in class org.mule.DefaultMuleEvent
This method is used to determine if a property on the previous event should be ignorred for the next event.
ignoreType(Class) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
IllegalTransactionStateException - Exception in org.mule.transaction
IllegalTransactionStateException TODO (document class)
IllegalTransactionStateException(Message) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
IllegalTransactionStateException(Message, Throwable) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
ImmutableEndpoint - Interface in org.mule.api.endpoint
ImmutableEndpoint describes a Message endpoint where data is sent or received.
ImmutableThreadingProfile - Class in org.mule.config
 
ImmutableThreadingProfile(int, int, int, long, long, int, boolean, RejectedExecutionHandler, ThreadFactory) - Constructor for class org.mule.config.ImmutableThreadingProfile
 
ImmutableThreadingProfile(ThreadingProfile) - Constructor for class org.mule.config.ImmutableThreadingProfile
 
ImmutableThreadingProfile.DefaultWorkManagerFactory - Class in org.mule.config
 
ImmutableThreadingProfile.DefaultWorkManagerFactory() - Constructor for class org.mule.config.ImmutableThreadingProfile.DefaultWorkManagerFactory
 
INBOUND - Static variable in class org.mule.api.transport.PropertyScope
This scope holds all inbound headers when a message is received.
INBOUND_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
InboundEndpoint - Interface in org.mule.api.endpoint
 
InboundPassThroughRouter - Class in org.mule.routing.inbound
InboundPassThroughRouter allows inbound routing over all registered endpoints without any filtering.
InboundPassThroughRouter() - Constructor for class org.mule.routing.inbound.InboundPassThroughRouter
 
InboundRouter - Interface in org.mule.api.routing
InboundRouter defines an interface for an inbound Message router.
inboundRouter - Variable in class org.mule.service.AbstractService
 
InboundRouterCollection - Interface in org.mule.api.routing
DefaultInboundRouterCollection manages a collection of inbound routers.
inboundRouterMustUseInboundEndpoints(InboundRouterCollection, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
inboundTransformer - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
incExecutionError() - Method in class org.mule.management.stats.ServiceStatistics
 
incFatalError() - Method in class org.mule.management.stats.ServiceStatistics
 
includeBranchInXid() - Method in class org.mule.util.xa.AbstractXAResourceManager
 
incQueuedEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
incReceivedEventASync() - Method in class org.mule.management.stats.ServiceStatistics
 
incReceivedEventSync() - Method in class org.mule.management.stats.ServiceStatistics
 
increment() - Method in interface org.mule.util.counters.Counter
Increment the counter's value by 1.0.
increment() - Method in class org.mule.util.counters.impl.AbstractCounter
 
increment() - Method in class org.mule.util.counters.impl.AggregateCounter
 
increment() - Method in class org.mule.util.counters.impl.Number
 
incrementBy(double) - Method in interface org.mule.util.counters.Counter
Increment the counter's value by the specified amount.
incrementBy(double) - Method in class org.mule.util.counters.impl.AbstractCounter
 
incrementBy(double) - Method in class org.mule.util.counters.impl.AggregateCounter
 
incrementBy(double) - Method in class org.mule.util.counters.impl.Number
 
incrementCaughtMessage() - Method in class org.mule.management.stats.RouterStatistics
Increment no routed message
incrementNoRoutedMessage() - Method in class org.mule.management.stats.RouterStatistics
Increment no routed message
incrementRoutedMessage(Collection) - Method in class org.mule.management.stats.RouterStatistics
Increment routed message for multiple endpoints
incrementRoutedMessage(ImmutableEndpoint) - Method in class org.mule.management.stats.RouterStatistics
Increment routed message for an endpoint
incSentEventASync() - Method in class org.mule.management.stats.ServiceStatistics
 
incSentEventSync() - Method in class org.mule.management.stats.ServiceStatistics
 
incSentReplyToEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
index - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
info(Object) - Method in class org.mule.util.MuleLogger
 
info(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
InheritedModel - Class in org.mule.config.support
TODO
InheritedModel() - Constructor for class org.mule.config.support.InheritedModel
 
init(String[]) - Method in class org.mule.MuleServer
 
initFromServiceDescriptor() - Method in class org.mule.transport.AbstractConnector
Initialises this connector from its TransportServiceDescriptor This will be called before the AbstractConnector.doInitialise() method is called.
INITIAL_STATE_PAUSED - Static variable in class org.mule.service.AbstractService
 
INITIAL_STATE_STARTED - Static variable in interface org.mule.api.endpoint.ImmutableEndpoint
 
INITIAL_STATE_STARTED - Static variable in class org.mule.service.AbstractService
 
INITIAL_STATE_STOPPED - Static variable in interface org.mule.api.endpoint.ImmutableEndpoint
 
INITIAL_STATE_STOPPED - Static variable in class org.mule.service.AbstractService
The initial states that the service can be started in
Initialisable - Interface in org.mule.api.lifecycle
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing service.
InitialisationCallback - Interface in org.mule.api.lifecycle
InitialisationCallback is used to provide customised initialiation for more complex components.
initialisationCallbacks - Variable in class org.mule.object.AbstractObjectFactory
 
InitialisationException - Exception in org.mule.api.lifecycle
InitialisationException is thrown by the initialise method defined in the org.mule.api.lifecycle.Initialisable interface.
InitialisationException(Message, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
InitialisationException(Message, Throwable, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
InitialisationException(Throwable, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
initialisationFailure(String) - Static method in class org.mule.config.i18n.CoreMessages
 
initialise() - Method in class org.mule.AbstractAgent
 
initialise() - Method in class org.mule.AbstractExceptionListener
The initialise method is call every time the Exception stategy is assigned to a service or connector.
initialise() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
initialise() - Method in class org.mule.agent.ConfigScannerAgent
 
initialise() - Method in interface org.mule.api.lifecycle.Initialisable
Method used to perform any initialisation work.
initialise(Object) - Method in interface org.mule.api.lifecycle.InitialisationCallback
 
initialise() - Method in exception org.mule.api.MuleException
 
initialise(boolean, String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
initialise() - Method in class org.mule.component.AbstractComponent
 
initialise() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates initialise() life-cycle to component object implementations if they implement the mule Initialisable interface.
initialise() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
initialise() - Method in class org.mule.component.simple.StaticComponent
 
initialise() - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
Method used to perform any initialisation work.
initialise() - Method in class org.mule.DefaultMuleContext
 
initialise() - Method in class org.mule.endpoint.MuleEndpointURI
 
initialise() - Method in class org.mule.model.AbstractModel
 
initialise() - Method in class org.mule.model.seda.SedaModel
 
initialise() - Method in class org.mule.object.AbstractObjectFactory
 
initialise() - Method in class org.mule.object.JndiObjectFactory
 
initialise() - Method in class org.mule.object.SingletonObjectFactory
 
initialise() - Method in class org.mule.registry.AbstractRegistry
 
initialise() - Method in class org.mule.routing.AbstractRouter
 
initialise() - Method in class org.mule.routing.AbstractRouterCollection
 
initialise(MuleMessage) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
This method can be implemented to split the message up before AbstractMessageSplitter.getMessagePart(MuleMessage, OutboundEndpoint) method is called.
initialise(MuleMessage) - Method in class org.mule.routing.outbound.FilteringListMessageSplitter
Template method can be used to split the message up before the getMessagePart method is called .
initialise() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
initialise() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
initialise() - Method in class org.mule.routing.response.SimpleCollectionResponseAggregator
 
initialise() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
initialise() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
initialise() - Method in class org.mule.security.MuleSecurityManager
 
initialise() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
initialise() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
initialise() - Method in class org.mule.service.AbstractService
Initialise the service.
initialise() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
Method used to perform any initialisation work.
initialise() - Method in class org.mule.transformer.AbstractTransformer
Template method where deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transformer.simple.ExpressionTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transport.AbstractConnector
 
initialise() - Method in class org.mule.transport.AbstractMessageReceiver
Method used to perform any initialisation work.
initialise(Map) - Static method in class org.mule.util.JndiContextHelper
Create a new initial context.
initialise() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
INITIALISE_ALL - Static variable in class org.mule.config.PoolingProfile
Tells the object pool to initialise all components on startup.
INITIALISE_NONE - Static variable in class org.mule.config.PoolingProfile
Tells the object pool not to initialise any components on startup.
INITIALISE_ONE - Static variable in class org.mule.config.PoolingProfile
Tells the object pool only to initialise one service on startup.
initialiseAll(Iterator) - Static method in class org.mule.api.lifecycle.LifecycleTransitionResult
Initialise children
initialiseAllTransformers(List) - Static method in class org.mule.transformer.TransformerUtils
 
initialised - Variable in class org.mule.AbstractExceptionListener
 
initialised - Variable in class org.mule.component.AbstractComponent
 
initialised - Variable in class org.mule.service.AbstractService
Determines if the service has been initilised
initialised - Variable in class org.mule.transport.AbstractConnector
True once the endpoint has been initialsed
initialiseEndpoint() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
initialiseFromUrl(EndpointURI) - Method in class org.mule.transport.AbstractConnector
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.
initialize() - Method in class org.mule.MuleServer
Initializes this daemon.
initialize(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
initializeClass(Class) - Static method in class org.mule.util.ClassUtils
Ensure that the given class is properly initialized when the argument is passed in as .class literal.
initialState - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
initialState - Variable in class org.mule.service.AbstractService
Determines the initial state of this service when the model starts.
initialValue() - Method in class org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
 
initJndiContext() - Method in class org.mule.transport.AbstractJndiConnector
 
initWorkManagers() - Method in class org.mule.transport.AbstractConnector
 
installUrlStreamHandlerFactory() - Static method in class org.mule.util.MuleUrlStreamHandlerFactory
Install an instance of this class as UrlStreamHandlerFactory.
instanciateClass(Class, Object[]) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[]) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[], Class) - Static method in class org.mule.util.ClassUtils
 
INSTANT_RATE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the instant rate of a counter
InstantRate - Class in org.mule.util.counters.impl
 
InstantRate(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.InstantRate
 
INT_VALUE_NOT_SET - Static variable in interface org.mule.api.transport.Connector
 
intercept(Invocation) - Method in interface org.mule.api.interceptor.Interceptor
Deprecated. Invoked when the component should be called.
intercept(Invocation) - Method in class org.mule.component.DefaultLifecycleAdapter
 
Interceptor - Interface in org.mule.api.interceptor
Deprecated. - This is only used for backwards compatability with old style (Mule 1.x) interceptors
InterceptorException - Exception in org.mule.interceptor
 
InterceptorException(Throwable) - Constructor for exception org.mule.interceptor.InterceptorException
 
interceptorList - Variable in class org.mule.model.direct.DirectService
 
internalCreateCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
InternalMessageListener - Interface in org.mule.api.transport
A listener used to receive Muleevents from a transport receiver.
internalRewriteEvent(MuleMessage, boolean) - Static method in class org.mule.RequestContext
 
internalSetEvent(MuleEvent) - Static method in class org.mule.RequestContext
 
interruptedQueuingEventFor(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
InvalidEndpointTypeException - Exception in org.mule.api.endpoint
 
InvalidEndpointTypeException(Message) - Constructor for exception org.mule.api.endpoint.InvalidEndpointTypeException
 
InvalidEndpointTypeException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.InvalidEndpointTypeException
 
Invocation - Interface in org.mule.api.interceptor
Deprecated. - This is only used for backwards compatability with old style (Mule 1.x) interceptors
INVOCATION - Static variable in class org.mule.api.transport.PropertyScope
This scope is defined from the point that a Message is created until a service has processed the message.
INVOCATION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
InvocationResult - Class in org.mule.api.model
TODO
InvocationResult(int) - Constructor for class org.mule.api.model.InvocationResult
Will construct an InvocationResult with a given state.
InvocationResult(Object, Method) - Constructor for class org.mule.api.model.InvocationResult
Creates a result with the result payload set.
invocationSuccessfulCantSetError() - Static method in class org.mule.config.i18n.CoreMessages
 
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPoint
 
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPointResolver
 
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPointResolverSet
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.CallableEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
Will discover the entrypoint on the service using the payload type to figure out the method to call.
invoke(Object, Method, Object[]) - Method in class org.mule.routing.nested.NestedInvocationHandler
 
invokeComponentInstance(MuleEvent) - Method in class org.mule.component.AbstractJavaComponent
 
invokeComponentInstance(MuleEvent) - Method in class org.mule.component.SimpleCallableJavaComponent
 
invokeMethod(Object, Method, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
IOUtils - Class in org.mule.util
Mule input/output utilities.
IOUtils() - Constructor for class org.mule.util.IOUtils
 
IP_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
IS_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
isAbsolute() - Method in class org.mule.endpoint.MuleEndpointURI
 
isAcceptNull() - Method in interface org.mule.api.transformer.Transformer
Does this transformer allow null input?
isAcceptNull() - Method in class org.mule.transformer.AbstractTransformer
 
isAcceptNull() - Method in class org.mule.transformer.NoActionTransformer
 
isAcceptUMOMessage() - Method in class org.mule.transformer.simple.SerializableToByteArray
 
isAcceptVoidMethods() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
isAssertMessageAccess() - Method in interface org.mule.api.config.MuleConfiguration
 
isAssertMessageAccess() - Method in class org.mule.config.DefaultMuleConfiguration
 
isAuthenticate() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
isAuthenticated() - Method in interface org.mule.api.security.Authentication
 
isAuthenticated() - Method in class org.mule.security.DefaultMuleAuthentication
 
isAutoWrapMessageAwareTransform() - Method in interface org.mule.api.config.MuleConfiguration
 
isAutoWrapMessageAwareTransform() - Method in class org.mule.config.DefaultMuleConfiguration
 
isBase64Encoding() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
isBegun() - Method in interface org.mule.api.transaction.Transaction
 
isBegun() - Method in class org.mule.transaction.AbstractTransaction
 
isCacheMessageAsBytes() - Method in interface org.mule.api.config.MuleConfiguration
 
isCacheMessageAsBytes() - Method in class org.mule.config.DefaultMuleConfiguration
 
isCacheMessageOriginalPayload() - Method in interface org.mule.api.config.MuleConfiguration
 
isCacheMessageOriginalPayload() - Method in class org.mule.config.DefaultMuleConfiguration
 
isCaseSensitive() - Method in class org.mule.routing.filters.MessagePropertyFilter
 
isCaseSensitive() - Method in class org.mule.routing.filters.WildcardFilter
 
isClassOnPath(String, Class) - Static method in class org.mule.util.ClassUtils
Can be used by serice endpoints to select which service to use based on what's loaded on the classpath
isClientMode() - Method in interface org.mule.api.config.MuleConfiguration
 
isClientMode() - Method in class org.mule.config.DefaultMuleConfiguration
 
isCommitted() - Method in interface org.mule.api.transaction.Transaction
 
isCommitted() - Method in class org.mule.transaction.AbstractTransaction
 
isComponentPerRequest() - Method in class org.mule.model.seda.SedaModel
 
isCompressed(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
isCompressed(byte[]) - Method in class org.mule.util.compression.GZipCompression
Determines if a byte array is compressed.
isConcrete(Class) - Static method in class org.mule.util.ClassUtils
 
isConfigured() - Method in interface org.mule.api.config.ConfigurationBuilder
Indicate whether this ConfigurationBulder has been configured yet
isConfigured() - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
isConnected() - Method in interface org.mule.api.transport.Connectable
Determines if this object is connected or not
isConnected() - Method in class org.mule.transport.AbstractConnectable
 
isConnected() - Method in class org.mule.transport.AbstractConnector
 
isConnected() - Method in class org.mule.transport.AbstractMessageReceiver
 
isConsumed(Class) - Method in class org.mule.transformer.AbstractTransformer
 
isContainsTemplate(String) - Method in class org.mule.util.TemplateParser
 
isCreateDispatcherPerRequest() - Method in interface org.mule.api.transport.MessageDispatcherFactory
Controls whether dispatchers are cached or created per request.
isCreateDispatcherPerRequest() - Method in class org.mule.transport.AbstractMessageDispatcherFactory
This default implementation of MessageDispatcherFactory.isCreateDispatcherPerRequest() returns false, which means that dispatchers are pooled according to their lifecycle as described in MessageDispatcher.
isCreateDispatcherPerRequest() - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
isCreateMultipleTransactedReceivers() - Method in class org.mule.transport.AbstractConnector
For better throughput when using TransactedMessageReceivers this will enable a number of concurrent receivers, based on the value returned by AbstractConnector.getNumberOfConcurrentTransactedReceivers().
isCreateRequesterPerRequest() - Method in interface org.mule.api.transport.MessageRequesterFactory
Controls whether dispatchers are cached or created per request.
isCreateRequesterPerRequest() - Method in class org.mule.transport.AbstractMessageRequesterFactory
This default implementation of MessageDispatcherFactory.isCreateDispatcherPerRequest() returns false, which means that dispatchers are pooled according to their lifecycle as described in MessageRequester.
isCreateRequesterPerRequest() - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
isDebugEnabled() - Method in class org.mule.util.MuleLogger
 
isDefaultRemoteSync() - Method in interface org.mule.api.config.MuleConfiguration
 
isDefaultRemoteSync() - Method in class org.mule.config.DefaultMuleConfiguration
 
isDefaultSynchronousEndpoints() - Method in interface org.mule.api.config.MuleConfiguration
 
isDefaultSynchronousEndpoints() - Method in class org.mule.config.DefaultMuleConfiguration
 
isDeleteUnacceptedMessages() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
If a filter is configured on this endpoint, this property will determine if message that are not excepted by the filter are deleted
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.AbstractEndpoint
 
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isDisabled() - Method in class org.mule.transport.AbstractMessageAdapter
 
isDisposed() - Method in interface org.mule.api.component.LifecycleAdapter
 
isDisposed() - Method in interface org.mule.api.MuleContext
 
isDisposed() - Method in interface org.mule.api.registry.Registry
 
isDisposed() - Method in interface org.mule.api.transport.Connector
 
isDisposed() - Method in class org.mule.component.DefaultLifecycleAdapter
 
isDisposed() - Method in class org.mule.DefaultMuleContext
 
isDisposed() - Method in class org.mule.registry.AbstractRegistry
 
isDisposed() - Method in class org.mule.transport.AbstractConnector
 
isDisposing() - Method in interface org.mule.api.MuleContext
 
isDisposing() - Method in interface org.mule.api.registry.Registry
 
isDisposing() - Method in interface org.mule.api.transport.Connector
 
isDisposing() - Method in class org.mule.DefaultMuleContext
 
isDisposing() - Method in class org.mule.registry.AbstractRegistry
 
isDisposing() - Method in class org.mule.transport.AbstractConnector
isDoThreading() - Method in interface org.mule.api.config.ThreadingProfile
 
isDoThreading() - Method in class org.mule.config.ChainedThreadingProfile
 
isDoThreading() - Method in class org.mule.config.ImmutableThreadingProfile
 
isDoThreading() - Method in class org.mule.transport.AbstractConnectable
 
isDoThreading() - Method in class org.mule.transport.AbstractConnectionStrategy
 
isDynamicEndpoints() - Method in interface org.mule.api.routing.OutboundRouter
Determines whether this router supports dynamic endpoint.
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractRecipientList
 
isEmpty() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
isEmpty() - Method in class org.mule.util.MapCombiner
 
isEnabled() - Method in interface org.mule.api.management.stats.Statistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.AllStatistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.ComponentStatistics
 
isEnabled() - Method in class org.mule.management.stats.RouterStatistics
 
isEnabled() - Method in class org.mule.management.stats.ServiceStatistics
Are statistics logged
isEnableDiscovery() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
isEnableMessageEvents() - Method in class org.mule.transport.AbstractConnector
 
isEnableNotifications() - Method in class org.mule.AbstractExceptionListener
 
isEnablePooling() - Method in class org.mule.model.seda.SedaModel
 
isEnableStreaming() - Method in interface org.mule.api.config.MuleConfiguration
 
isEnableStreaming() - Method in class org.mule.config.DefaultMuleConfiguration
 
isErrorEnabled() - Method in class org.mule.util.MuleLogger
 
isEvaluatorRegistered(String) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Checks whether an evaluator is registered with the manager
isExactMatch() - Method in class org.mule.transformer.TransformerWeighting
 
isExceptionThrown() - Method in class org.mule.util.ExceptionHolder
 
isExplicitTrustStoreOnly() - Method in class org.mule.api.security.tls.TlsConfiguration
 
isExplicitTrustStoreOnly() - Method in interface org.mule.api.security.TlsDirectTrustStore
If the trust store is undefined and the trust store generated via System properties then the key store certificates defined via TODO can be used as a source of trust information.
isFailOnMessageScribbling() - Method in interface org.mule.api.config.MuleConfiguration
 
isFailOnMessageScribbling() - Method in class org.mule.config.DefaultMuleConfiguration
 
isFailOnTimeout() - Method in interface org.mule.api.routing.ResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
isFailOnTimeout() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
isFailOnTimeout() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
isFatalEnabled() - Method in class org.mule.util.MuleLogger
 
isGroupAlreadyProcessed(Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
isHonorSynchronicity() - Method in class org.mule.routing.outbound.AbstractMessageSplitter
 
isIbmJDK() - Static method in class org.mule.util.SystemUtils
 
isIgnoreAdminNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreBadInput() - Method in interface org.mule.api.transformer.Transformer
 
isIgnoreBadInput() - Method in class org.mule.transformer.AbstractTransformer
 
isIgnoreComponentNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreConnectionNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreCustomNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreManagementNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreManagerNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreMessageNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreModelNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreSecurityNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isInbound() - Method in class org.mule.management.stats.RouterStatistics
 
isInfoEnabled() - Method in class org.mule.util.MuleLogger
 
isInitialised() - Method in class org.mule.AbstractExceptionListener
 
isInitialised() - Method in interface org.mule.api.MuleContext
Determines if the server has been initialised
isInitialised() - Method in interface org.mule.api.registry.Registry
 
isInitialised() - Method in class org.mule.DefaultMuleContext
Determines if the server has been initialised
isInitialised() - Method in class org.mule.registry.AbstractRegistry
 
isInitialising() - Method in interface org.mule.api.MuleContext
Determines if the server is being initialised
isInitialising() - Method in interface org.mule.api.registry.Registry
 
isInitialising() - Method in class org.mule.DefaultMuleContext
Determines if the server is being initialised
isInitialising() - Method in class org.mule.registry.AbstractRegistry
 
isLocalName(Element, String) - Static method in class org.mule.util.XMLUtils
 
isLookupOnEachCall() - Method in class org.mule.object.JndiObjectFactory
 
isMatch(MuleEvent) - Method in interface org.mule.api.routing.InboundRouter
Determines if the event should be processed by this router.
isMatch(MuleMessage) - Method in interface org.mule.api.routing.OutboundRouter
Determines if the event should be processed by this router.
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.WireTap
 
isMatch(MuleMessage) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isMatch(MuleMessage) - Method in class org.mule.routing.outbound.TransformerRouter
 
isMatchAll() - Method in interface org.mule.api.routing.RouterCollection
 
isMatchAll() - Method in class org.mule.routing.AbstractRouterCollection
 
isMuleUri(String) - Static method in class org.mule.endpoint.MuleEndpointURI
 
isNotificationDynamic() - Method in interface org.mule.api.context.notification.ServerNotificationHandler
 
isNotificationDynamic() - Method in class org.mule.context.notification.OptimisedNotificationHandler
 
isNotificationDynamic() - Method in class org.mule.context.notification.ServerNotificationManager
 
isNotificationEnabled(Class) - Method in interface org.mule.api.context.notification.ServerNotificationHandler
This returns a very "conservative" value - it is true if the notification or any subclass would be accepted.
isNotificationEnabled(Class) - Method in class org.mule.context.notification.OptimisedNotificationHandler
This returns a very "conservative" value - it is true if the notification or any subclass would be accepted.
isNotificationEnabled(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
isNotMatch() - Method in class org.mule.transformer.TransformerWeighting
 
isNullReturnsTrue() - Method in class org.mule.routing.filters.ExpressionFilter
 
isNullSubscription() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
isOpaque() - Method in class org.mule.endpoint.MuleEndpointURI
 
isOptional() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
isOverwrite() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
isPaused() - Method in interface org.mule.api.service.Service
True if the service is in a paused state, false otherwise
isPaused() - Method in class org.mule.service.AbstractService
Determines if the service is in a paused state
isPayloadConsumed(Class) - Method in class org.mule.DefaultMuleMessage
Checks if the payload has been consumed for this message.
isPersistent() - Method in class org.mule.config.QueueProfile
 
isPersistent() - Method in class org.mule.util.queue.QueueConfiguration
 
isPhaseComplete(String) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
isPhaseComplete(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
isPhaseSupported(String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
isPhaseSupported(String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
isPrintHeaders() - Method in class org.mule.management.stats.printers.CSVPrinter
 
isReadOnly() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
 
isReadOnly() - Method in interface org.mule.api.registry.Registry
 
isReadOnly() - Method in class org.mule.endpoint.AbstractEndpoint
 
isReadOnly() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isReadOnly() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isReadOnly() - Method in class org.mule.registry.TransientRegistry
 
isReceiveMessagesInTransaction() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
isRegistered(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
isRemote() - Method in interface org.mule.api.registry.Registry
 
isRemote() - Method in class org.mule.registry.TransientRegistry
 
isRemoteSync() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
For certain providers that support the notion of a backchannel such as sockets (outputStream) or Jms (ReplyTo) Mule can automatically wait for a response from a backchannel when dispatching over these protocols.
isRemoteSync() - Method in class org.mule.endpoint.AbstractEndpoint
For certain providers that support the notion of a backchannel such as sockets (outputStream) or Jms (ReplyTo) Mule can automatically wait for a response from a backchannel when dispatching over these protocols.
isRemoteSync() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isRemoteSync() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isRemoteSyncEnabled() - Method in interface org.mule.api.transport.Connector
 
isRemoteSyncEnabled() - Method in class org.mule.transport.AbstractConnector
 
isRequireClientAuthentication() - Method in class org.mule.api.security.tls.TlsConfiguration
 
isRequireClientAuthentication() - Method in interface org.mule.api.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
isResourceIdentifierAnUri() - Method in class org.mule.api.context.notification.ServerNotification
 
isReuseObject() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
isRollbackOnly() - Method in interface org.mule.api.transaction.Transaction
 
isRollbackOnly() - Method in class org.mule.transaction.AbstractTransaction
 
isRolledBack() - Method in interface org.mule.api.transaction.Transaction
 
isRolledBack() - Method in class org.mule.transaction.AbstractTransaction
 
isRunning() - Method in class org.mule.transport.PollingReceiverWorker
 
isSameRM(XAResource) - Method in class org.mule.util.xa.DefaultXASession
 
isSendTransformed() - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
isServerReachable(URL, int) - Static method in class org.mule.util.NetworkUtils
 
isServerReachable(String, int, int) - Static method in class org.mule.util.NetworkUtils
 
isSingleton() - Method in interface org.mule.api.object.ObjectFactory
Returns true if the ObjectFactory implementation always returns the same object instance.
isSingleton() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
isSingleton() - Method in class org.mule.object.AbstractObjectFactory
 
isSingleton() - Method in class org.mule.object.JndiObjectFactory
 
isSingleton() - Method in class org.mule.object.SingletonObjectFactory
 
isSourceTypeSupported(Class) - Method in interface org.mule.api.transformer.Transformer
Determines if a particular source class can be handled by this transformer
isSourceTypeSupported(Class, boolean) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
isSourceTypeSupported(Class) - Method in class org.mule.transformer.AbstractTransformer
 
isSourceTypeSupported(Class, boolean) - Method in class org.mule.transformer.AbstractTransformer
 
isSourceTypeSupportedByFirst(List, Class) - Static method in class org.mule.transformer.TransformerUtils
 
isStarted() - Method in interface org.mule.api.component.LifecycleAdapter
 
isStarted() - Method in interface org.mule.api.MuleContext
Determines if the server has been started
isStarted() - Method in interface org.mule.api.service.Service
Determines whether this service has been started
isStarted() - Method in interface org.mule.api.transport.Connector
 
isStarted() - Method in class org.mule.component.DefaultLifecycleAdapter
 
isStarted() - Method in class org.mule.DefaultMuleContext
Determines if the server has been started
isStarted() - Method in class org.mule.service.AbstractService
 
isStarted() - Method in class org.mule.transport.AbstractConnector
 
isStarted() - Method in class org.mule.util.timer.EventTimerTask
 
isStarting() - Method in class org.mule.DefaultMuleContext
 
isStopFurtherProcessing() - Method in interface org.mule.api.MuleEvent
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in interface org.mule.api.MuleEventContext
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in class org.mule.DefaultMuleEvent
Determines whether the default processing for this event will be executed
isStopFurtherProcessing() - Method in class org.mule.DefaultMuleEventContext
Determines whether the default processing for this event will be executed.
isStopped() - Method in class org.mule.DefaultMuleContext
 
isStopped() - Method in class org.mule.service.AbstractService
 
isStopping() - Method in class org.mule.DefaultMuleContext
 
isStopping() - Method in class org.mule.service.AbstractService
 
isStreamOpen() - Method in class org.mule.config.ConfigResource
 
isSunJDK() - Static method in class org.mule.util.SystemUtils
 
isSyncEnabled(String) - Method in interface org.mule.api.transport.Connector
Used to define is this connectors endpoints' should be synchronous by default rather than using mule's instance wide default.
isSyncEnabled(String) - Method in class org.mule.transport.AbstractConnector
 
isSynchronous() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronous() - Method in interface org.mule.api.MuleEvent
Determines whether the was sent synchrounously or not
isSynchronous() - Method in interface org.mule.api.MuleEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in class org.mule.DefaultMuleEvent
 
isSynchronous() - Method in class org.mule.DefaultMuleEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in class org.mule.endpoint.AbstractEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronous() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isSynchronous() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isTimedOut() - Method in class org.mule.work.WorkerContext
Used by a Work executor in order to know if this work, which should be accepted but not started has timed out.
isTraceEnabled() - Method in class org.mule.util.MuleLogger
 
isTransacted() - Method in interface org.mule.api.transaction.TransactionConfig
 
isTransacted() - Method in interface org.mule.api.transaction.TransactionFactory
Determines whether this transaction factory creates transactions that are really transacted or if they are being used to simulate batch actions, such as using Jms Client Acknowledge.
isTransacted() - Method in class org.mule.transaction.MuleTransactionConfig
 
isTransacted() - Method in class org.mule.transaction.XaTransactionFactory
Determines whether this transaction factory creates transactions that are really transacted or if they are being used to simulate batch actions, such as using Jms Client Acknowledge.
isTransactionRollback() - Method in class org.mule.transport.AbstractMessageDispatcher
Checks to see if the current transaction has been rolled back
isTransformFirst() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
isTransformFirst() - Method in class org.mule.routing.inbound.SelectiveConsumer
 
isTransient() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
isTransient() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
isTransient() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
 
isUseMultipleTransactedReceivers() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
isUseTemplates() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isValid() - Method in interface org.mule.api.MuleSession
Determines if this session is valid.
isValid() - Method in class org.mule.DefaultMuleSession
 
isValidExpression(String) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Determines if the expression is valid or not.
isValidExpression(String, String) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Determines if the expression is valid or not.
isWarnEnabled() - Method in class org.mule.util.MuleLogger
 
isXA() - Method in interface org.mule.api.transaction.Transaction
 
isXA() - Method in class org.mule.transaction.AbstractTransaction
 
isXA() - Method in class org.mule.transaction.XaTransaction
 
iterator() - Method in class org.mule.routing.inbound.EventGroup
Returns an iterator over a snapshot copy of this group's collected events.
iterator() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 

J

JarUtils - Class in org.mule.util
 
JavaComponent - Interface in org.mule.api.component
JavaComponent is a Java Component implementation used to invoke Java component implementations.
JBossTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JBossTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JBossTransactionManagerLookupFactory
 
jndiContext - Variable in class org.mule.transport.AbstractJndiConnector
 
JndiContextHelper - Class in org.mule.util
Common code for initialising the JNDI context.
jndiInitialFactory - Variable in class org.mule.transport.AbstractJndiConnector
 
JndiObjectFactory - Class in org.mule.object
 
JndiObjectFactory() - Constructor for class org.mule.object.JndiObjectFactory
 
JndiObjectFactory(String, String, String) - Constructor for class org.mule.object.JndiObjectFactory
 
JndiObjectFactory(String, String, String, Map) - Constructor for class org.mule.object.JndiObjectFactory
 
jndiProviderProperties - Variable in class org.mule.transport.AbstractJndiConnector
 
jndiProviderUrl - Variable in class org.mule.transport.AbstractJndiConnector
 
jndiUrlPkgPrefixes - Variable in class org.mule.transport.AbstractJndiConnector
 
JRunTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JRunTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JRunTransactionManagerLookupFactory
 
JSSE_NAMESPACE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 

K

key - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
key - Variable in class org.mule.transformer.simple.MapLookup
 
KeyedPoolMessageDispatcherFactoryAdapter - Class in org.mule.transport
KeyedPoolMessageDispatcherFactoryAdapter adapts a MessageDispatcherFactory with methods from commons-pool KeyedPoolableObjectFactory.
KeyedPoolMessageDispatcherFactoryAdapter(MessageDispatcherFactory) - Constructor for class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
KeyedPoolMessageRequesterFactoryAdapter - Class in org.mule.transport
KeyedPoolMessageRequesterFactoryAdapter adapts a MessageRequesterFactory with methods from commons-pool KeyedPoolableObjectFactory.
KeyedPoolMessageRequesterFactoryAdapter(MessageRequesterFactory) - Constructor for class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
keySet - Variable in class org.mule.transport.MessagePropertiesContext
 
keySet() - Method in class org.mule.util.MapCombiner
 
keySpec - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 

L

Latch - Class in org.mule.util.concurrent
 
Latch() - Constructor for class org.mule.util.concurrent.Latch
 
lazyInit() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
LegacyEntryPointResolverSet - Class in org.mule.model.resolvers
An EntryPointResolverSet that mimics the behaviour of the Mule 1.x DynamicEntryPointResolver.
LegacyEntryPointResolverSet() - Constructor for class org.mule.model.resolvers.LegacyEntryPointResolverSet
 
Lifecycle - Interface in org.mule.api.lifecycle
DefaultLifecyclePhase adds lifecycle methods start, stop and dispose.
LifecycleAdapter - Interface in org.mule.api.component
LifecycleAdapter is a wrapper around a pojo service that adds Lifecycle methods to the pojo.
LifecycleAdapterFactory - Interface in org.mule.api.component
LifecycleAdapterFactory TODO (document class)
lifecycleAdapterFactory - Variable in class org.mule.component.AbstractJavaComponent
 
lifecycleAdapterPool - Variable in class org.mule.component.PooledJavaComponent
 
LifecycleException - Exception in org.mule.api.lifecycle
LifecycleException TODO
LifecycleException(Message, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleManager - Interface in org.mule.api.lifecycle
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the transitions between lifecycle phases.
lifecycleManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
lifecycleManager - Variable in class org.mule.DefaultMuleContext
LifecycleManager for the MuleContext.
lifecycleManager - Variable in class org.mule.registry.AbstractRegistry
 
LifecycleObject - Class in org.mule.lifecycle
 
LifecycleObject(Class) - Constructor for class org.mule.lifecycle.LifecycleObject
 
LifecyclePhase - Interface in org.mule.api.lifecycle
Encapsulates the notion of a lifecycle phase i.e.
lifecycles - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
LifecycleTransitionResult - Class in org.mule.api.lifecycle
Restrict possible results - only OK or a retry based on some throwable are currently allowed.
LifecycleTransitionResult() - Constructor for class org.mule.api.lifecycle.LifecycleTransitionResult
 
LifecyleEnabledObjectPool - Interface in org.mule.util.pool
An ObjectPool that allows Start and Stop life-cycle to be propagated pooled object.
list(Name) - Method in class org.mule.jndi.SimpleContext
 
list(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
list(String) - Method in class org.mule.jndi.SimpleContext
 
LIST - Static variable in class org.mule.util.MapCombiner
 
list - Variable in class org.mule.util.queue.QueueInfo
 
listBindings(Name) - Method in class org.mule.jndi.SimpleContext
 
listBindings(String) - Method in class org.mule.jndi.SimpleContext
 
listCryptoImplementations(String) - Static method in class org.mule.util.DebugUtils
 
listenerAlreadyRegistered(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
ListenerSubscriptionPair - Class in org.mule.context.notification
A simple tuple that stores a listener with an optional subscription (used to match a resource ID).
ListenerSubscriptionPair() - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
For config - must be constructed using the setters
ListenerSubscriptionPair(ServerNotificationListener) - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
 
ListenerSubscriptionPair(ServerNotificationListener, String) - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
 
listSecurityServiceTypes() - Static method in class org.mule.util.DebugUtils
 
load(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
load(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
load(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Loads an object specified by the given id.
loadClass(String, Class) - Static method in class org.mule.util.ClassUtils
Load a class with a given name.
loadConfigResources(String[]) - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
loadProperties(String, Class) - Static method in class org.mule.util.PropertiesUtils
Read in the properties from a properties file.
localContext - Variable in class org.mule.util.xa.DefaultXASession
 
LocaleMessageHandler - Class in org.mule.config.i18n
The LocaleMessageHandler is essentially a merging of the Message and Messages classes, since there is no good reason to have them separate.
LocaleMessageHandler() - Constructor for class org.mule.config.i18n.LocaleMessageHandler
 
localXid - Variable in class org.mule.util.xa.DefaultXASession
 
lock - Variable in class org.mule.util.concurrent.SynchronizedVariable
 
locks - Variable in class org.mule.routing.response.AbstractResponseAggregator
A map of locks used to wait for response messages for a given message id
log(String) - Method in interface org.mule.api.component.simple.LogService
 
log(String) - Method in class org.mule.component.simple.LogComponent
 
Log4jNotificationLoggerAgent - Class in org.mule.agent
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
Log4jNotificationLoggerAgent() - Constructor for class org.mule.agent.Log4jNotificationLoggerAgent
 
logBoilerPlate(List) - Method in class org.mule.util.MuleLogger
 
logBoilerPlate(String[]) - Method in class org.mule.util.MuleLogger
 
LogComponent - Class in org.mule.component.simple
LogComponent simply logs the content (or content length if it is a large message)
LogComponent() - Constructor for class org.mule.component.simple.LogComponent
 
logEvent(ServerNotification) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
logEvent(ServerNotification) - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
logEvent(ServerNotification) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
logException(Throwable) - Method in class org.mule.AbstractExceptionListener
Used to log the error passed into this Exception Listener
logFatal(MuleMessage, Throwable) - Method in class org.mule.AbstractExceptionListener
Logs a fatal error message to the logging system.
logFatal(MuleMessage, Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
logger - Variable in class org.mule.AbstractExceptionListener
logger used by this class
logger - Variable in class org.mule.agent.AbstractNotificationLoggerAgent
The logger used for this class
logger - Static variable in class org.mule.agent.ConfigScannerAgent
logger used by this class
logger - Variable in class org.mule.api.registry.AbstractServiceDescriptor
logger used by this class
logger - Variable in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Logger used by this class.
logger - Variable in class org.mule.component.AbstractComponent
logger used by this class
logger - Variable in class org.mule.component.builder.AbstractMessageBuilder
logger used by this class
logger - Static variable in class org.mule.component.DefaultLifecycleAdapter
logger used by this class
logger - Static variable in class org.mule.config.builders.AbstractConfigurationBuilder
 
logger - Static variable in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
logger - Static variable in class org.mule.config.builders.AutoConfigurationBuilder
 
logger - Variable in class org.mule.config.DefaultMuleConfiguration
 
logger - Static variable in class org.mule.config.ExceptionHelper
logger used by this class
logger - Static variable in class org.mule.config.factories.HostNameFactory
 
logger - Static variable in class org.mule.config.i18n.LocaleMessageHandler
logger used by this class
logger - Static variable in class org.mule.config.MuleManifest
logger used by this class
logger - Static variable in class org.mule.context.DefaultMuleContextBuilder
 
logger - Static variable in class org.mule.context.DefaultMuleContextFactory
 
logger - Static variable in class org.mule.context.notification.MessageNotification
logger used by this class
logger - Variable in class org.mule.context.notification.ServerNotificationManager
 
logger - Variable in class org.mule.DefaultMuleEvent
logger used by this class
logger - Static variable in class org.mule.DefaultMuleEventContext
logger used by this class
logger - Static variable in class org.mule.endpoint.AbstractEndpoint
logger used by this class
logger - Static variable in class org.mule.endpoint.DefaultEndpointFactory
logger used by this class
logger - Static variable in class org.mule.endpoint.MuleEndpointURI
logger used by this class
logger - Variable in class org.mule.lifecycle.DefaultLifecyclePhase
 
logger - Variable in class org.mule.lifecycle.GenericLifecycleManager
logger used by this class
logger - Variable in class org.mule.model.AbstractModel
 
logger - Variable in class org.mule.model.resolvers.AbstractEntryPointResolver
logger used by this class
logger - Variable in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
logger - Variable in class org.mule.model.streaming.CallbackOutputStream
 
logger - Variable in class org.mule.MuleSessionHandler
logger used by this class
logger - Variable in class org.mule.object.AbstractObjectFactory
 
logger - Variable in class org.mule.object.JndiObjectFactory
 
logger - Variable in class org.mule.registry.AbstractRegistry
 
logger - Variable in class org.mule.registry.TransientRegistry
logger used by this class
logger - Variable in class org.mule.routing.AbstractCatchAllStrategy
logger used by this class
logger - Variable in class org.mule.routing.AbstractRouterCollection
logger used by this class
logger - Variable in class org.mule.routing.filters.ExpressionFilter
logger used by this class
logger - Variable in class org.mule.routing.filters.MessagePropertyFilter
logger used by this class
logger - Variable in class org.mule.routing.filters.WildcardFilter
 
logger - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
logger - Variable in class org.mule.routing.inbound.SelectiveConsumer
 
logger - Static variable in class org.mule.routing.nested.DefaultNestedRouter
 
logger - Static variable in class org.mule.routing.nested.NestedInvocationHandler
 
logger - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
logger used by this class
logger - Variable in class org.mule.routing.outbound.AbstractRecipientList
logger used by this class
logger - Variable in class org.mule.routing.response.AbstractResponseRouter
 
logger - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
logger - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
logger used by this class
logger - Static variable in class org.mule.security.MuleSecurityManager
logger used by this class
logger - Variable in class org.mule.service.AbstractService
logger used by this class
logger - Variable in class org.mule.transaction.AbstractTransaction
 
logger - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
logger - Static variable in class org.mule.transaction.MuleTransactionConfig
logger used by this class
logger - Static variable in class org.mule.transaction.TransactionCoordination
 
logger - Variable in class org.mule.transformer.AbstractTransformer
 
logger - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
logger used by this class
logger - Variable in class org.mule.transport.AbstractConnectable
logger used by this class
logger - Variable in class org.mule.transport.AbstractConnectionStrategy
logger used by this class
logger - Variable in class org.mule.transport.AbstractConnector
logger used by this class
logger - Static variable in class org.mule.transport.AbstractMessageAdapter
logger used by this class
logger - Variable in class org.mule.transport.AbstractMessageReceiver
logger used by this class
logger - Static variable in class org.mule.transport.DefaultReplyToHandler
logger used by this class
logger - Static variable in class org.mule.transport.service.TransportFactory
logger used by this class
logger - Variable in class org.mule.util.expression.MessagePayloadExpressionEvaluator
logger used by this class
logger - Static variable in class org.mule.util.monitor.ExpiryMonitor
logger used by this class
logger - Static variable in class org.mule.util.ObjectUtils
logger used by this class
logger - Static variable in class org.mule.util.pool.CommonsPoolObjectPool
logger used by this class
logger - Static variable in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
logger used by this class
logger - Static variable in class org.mule.util.SystemUtils
 
logger - Static variable in class org.mule.util.TemplateParser
logger used by this class
logger - Variable in class org.mule.util.xa.AbstractResourceManager
 
logger - Variable in class org.mule.util.xa.DefaultXASession
logger used by this class
logger - Variable in class org.mule.work.DefaultWorkListener
logger used by this class
logger - Static variable in class org.mule.work.MuleWorkManager
logger used by this class
logger - Static variable in class org.mule.work.WorkerContext
logger used by this class
LoggingCatchAllStrategy - Class in org.mule.routing
LoggingCatchAllStrategy is a simple strategy that only logs any events not caught by the router associated with this strategy.
LoggingCatchAllStrategy() - Constructor for class org.mule.routing.LoggingCatchAllStrategy
 
LogService - Interface in org.mule.api.component.simple
 
logSummary() - Method in interface org.mule.api.management.stats.Statistics
 
logSummary() - Method in class org.mule.management.stats.AllStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.AllStatistics
 
logSummary() - Method in class org.mule.management.stats.ComponentStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.ComponentStatistics
 
logSummary() - Method in class org.mule.management.stats.RouterStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.RouterStatistics
 
logSummary() - Method in class org.mule.management.stats.ServiceStatistics
log in info level the main statistics
logSummary(PrintWriter) - Method in class org.mule.management.stats.ServiceStatistics
 
lookup(Name) - Method in class org.mule.jndi.SimpleContext
 
lookup(String) - Method in class org.mule.jndi.SimpleContext
 
lookupAgent(String) - Method in interface org.mule.api.registry.Registry
 
lookupAgent(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupConnector(String) - Method in interface org.mule.api.registry.Registry
 
lookupConnector(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupEndpoint(String) - Method in class org.mule.registry.AbstractRegistry
Removed this method from Registry API as it should only be used internally and may confuse users.
lookupEndpoint(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
lookupEndpointBuilder(String) - Method in interface org.mule.api.registry.Registry
Looks-up endpoint builders which can be used to repeatably create endpoints with the same configuration.
lookupEndpointBuilder(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
lookupEndpointBuilder(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupEndpointFactory() - Method in interface org.mule.api.registry.Registry
 
lookupEndpointFactory() - Method in class org.mule.registry.AbstractRegistry
 
lookupLink(Name) - Method in class org.mule.jndi.SimpleContext
 
lookupLink(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
lookupLink(String) - Method in class org.mule.jndi.SimpleContext
 
lookupModel(String) - Method in interface org.mule.api.registry.Registry
 
lookupModel(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupObject(String) - Method in interface org.mule.api.registry.Registry
Look up a single object by name.
lookupObject(String, int) - Method in interface org.mule.api.registry.Registry
Look up a single object by name.
lookupObject(Class) - Method in interface org.mule.api.registry.Registry
Look up a single object by type.
lookupObject(Class, int) - Method in interface org.mule.api.registry.Registry
Look up a single object by type.
lookupObject(String, int) - Method in class org.mule.registry.AbstractRegistry
 
lookupObject(Class) - Method in class org.mule.registry.AbstractRegistry
 
lookupObject(Class, int) - Method in class org.mule.registry.AbstractRegistry
Look up a single object by type.
lookupObject(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupObjects(Class) - Method in interface org.mule.api.registry.Registry
Look up all objects of a given type.
lookupObjects(Class, int) - Method in interface org.mule.api.registry.Registry
Look up all objects of a given type.
lookupObjects(Class) - Method in class org.mule.registry.AbstractRegistry
 
lookupObjects(Class, int) - Method in class org.mule.registry.AbstractRegistry
 
lookupReceiver(String) - Method in class org.mule.transport.AbstractConnector
 
lookupService(String) - Method in interface org.mule.api.registry.Registry
 
lookupService(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupServiceDescriptor(String, String, Properties) - Method in interface org.mule.api.registry.Registry
 
lookupServiceDescriptor(String, String, Properties) - Method in class org.mule.registry.TransientRegistry
Looks up the service descriptor from a singleton cache and creates a new one if not found.
lookupServices(String) - Method in interface org.mule.api.registry.Registry
 
lookupServices() - Method in interface org.mule.api.registry.Registry
 
lookupServices() - Method in class org.mule.registry.AbstractRegistry
 
lookupServices(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupSystemModel() - Method in interface org.mule.api.registry.Registry
 
lookupSystemModel() - Method in class org.mule.registry.AbstractRegistry
 
lookupTransformer(String) - Method in interface org.mule.api.registry.Registry
 
lookupTransformer(Class, Class) - Method in interface org.mule.api.registry.Registry
Will find a transformer that is the closest match to the desired input and output.
lookupTransformer(String) - Method in class org.mule.registry.AbstractRegistry
 
lookupTransformer(Class, Class) - Method in class org.mule.registry.AbstractRegistry
Will find a transformer that is the closest match to the desired input and output.
lookupTransformer(String) - Method in class org.mule.registry.TransientRegistry
 
lookupTransformers(Class, Class) - Method in interface org.mule.api.registry.Registry
This method will return a list of Transformer objects that accept the given input and return the given output type of object
lookupTransformers(Class, Class) - Method in class org.mule.registry.AbstractRegistry
This method will return a list of Transformer objects that accept the given input and return the given output type of object

M

main(String[]) - Static method in class org.mule.MuleServer
Application entry point.
makeObject(Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
makeObject(Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
MalformedEndpointException - Exception in org.mule.api.endpoint
MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
MalformedEndpointException(String) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(Message, String) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(String, Throwable) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(Throwable) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MANAGEMENT_COMPONENT_QUEUE_EXHAUSTED - Static variable in class org.mule.context.notification.ManagementNotification
 
MANAGEMENT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MANAGEMENT_NODE_PING - Static variable in class org.mule.context.notification.ManagementNotification
 
ManagementNotification - Class in org.mule.context.notification
ManagementNotification is fired when monitored resources such as internal queues reach capacity
ManagementNotification(Object, int) - Constructor for class org.mule.context.notification.ManagementNotification
 
ManagementNotificationListener - Interface in org.mule.api.context.notification
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
managerAlreadyStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
ManualConstraint - Class in org.mule.transaction.constraints
ManualConstraint always returns false, meaning that the transaction should be committed manually.
ManualConstraint() - Constructor for class org.mule.transaction.constraints.ManualConstraint
 
MapCombiner - Class in org.mule.util
This allows a collection (list) of maps to be defined in Spring, via the "list" property, and then presents all the maps as a single combine map at run time.
MapCombiner() - Constructor for class org.mule.util.MapCombiner
 
MapLookup - Class in org.mule.transformer.simple
MapLookup looks up and returns an object from a Map based on a key.
MapLookup() - Constructor for class org.mule.transformer.simple.MapLookup
 
MapPayloadExpressionEvaluator - Class in org.mule.util.expression
If the message payload is a map this extractor will look up the property value in the map
MapPayloadExpressionEvaluator() - Constructor for class org.mule.util.expression.MapPayloadExpressionEvaluator
 
MapUtils - Class in org.mule.util
 
MapUtils() - Constructor for class org.mule.util.MapUtils
 
mapWithKeysAndValues(Class, Object[], Object[]) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Collection, Collection) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Iterator, Iterator) - Static method in class org.mule.util.MapUtils
Create & populate a Map of arbitrary class.
mark(int) - Method in class org.mule.model.streaming.DelegatingInputStream
 
markSupported() - Method in class org.mule.model.streaming.DelegatingInputStream
 
markTransactionForRollback() - Method in interface org.mule.api.MuleEventContext
Mark the current transaction (if any) for rollback
markTransactionForRollback() - Method in class org.mule.DefaultMuleEventContext
 
maskedPropertyValue(Map.Entry) - Static method in class org.mule.util.PropertiesUtils
Returns the String representation of the property value or a masked String if the property key has been registered previously via PropertiesUtils.registerMaskedPropertyName(String).
match(String) - Method in interface org.mule.util.TemplateParser.TemplateCallback
 
matchAll - Variable in class org.mule.routing.AbstractRouterCollection
 
MAX - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the maximum value of a counter
Max - Class in org.mule.util.counters.impl
 
Max(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Max
 
MAX_ELEMENTS - Static variable in class org.mule.util.StringMessageUtils
 
MAX_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
MAX_PROCESSED_GROUPS - Static variable in class org.mule.routing.response.AbstractResponseAggregator
 
maxEntries - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
maxMessages - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
MemoryPersistenceStrategy - Class in org.mule.util.queue
 
MemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.MemoryPersistenceStrategy
 
Message - Class in org.mule.config.i18n
 
Message(String, int, Object[]) - Constructor for class org.mule.config.i18n.Message
 
message - Variable in class org.mule.message.BaseMessage
 
message - Variable in class org.mule.transport.DefaultMessageAdapter
The message object wrapped by this adapter
MESSAGE_DISPATCHED - Static variable in class org.mule.context.notification.MessageNotification
 
MESSAGE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MESSAGE_RECEIVED - Static variable in class org.mule.context.notification.MessageNotification
 
MESSAGE_REQUESTED - Static variable in class org.mule.context.notification.MessageNotification
 
MESSAGE_SENT - Static variable in class org.mule.context.notification.MessageNotification
 
MessageAdapter - Interface in org.mule.api.transport
MessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
MessageAttachmentExpressionEvaluator - Class in org.mule.util.expression
Looks up an attachment with the given name.
MessageAttachmentExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageAttachmentExpressionEvaluator
 
MessageAttachmentsExpressionEvaluator - Class in org.mule.util.expression
Looks up the attachment(s) on the message using the expression given.
MessageAttachmentsExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
 
MessageAttachmentsListExpressionEvaluator - Class in org.mule.util.expression
Looks up the attachment(s) on the message using the expression given.
MessageAttachmentsListExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
 
MessageBuilder - Interface in org.mule.api.component.builder
A Strategy Class for Building one message from the invocation results of a chain if endpoints.
MessageBuilderException - Exception in org.mule.component.builder
Thrown by a MessageBuilder implementation if it cannot build the current message or some other error occurs.
MessageBuilderException(Message, MuleMessage) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageBuilderException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageBuilderException(MuleMessage, Throwable) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageChunkingAggregator - Class in org.mule.routing.inbound
 
MessageChunkingAggregator() - Constructor for class org.mule.routing.inbound.MessageChunkingAggregator
 
MessageChunkingRouter - Class in org.mule.routing.outbound
A router that breaks up the current message onto smaller parts and sends them to the same destination.
MessageChunkingRouter() - Constructor for class org.mule.routing.outbound.MessageChunkingRouter
 
MessageDispatcher - Interface in org.mule.api.transport
Combine MessageDispatching with various lifecycle methods for the actual instances doing message sending.
MessageDispatcherFactory - Interface in org.mule.api.transport
MessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
MessageDispatching - Interface in org.mule.api.transport
Define generic methods for dispatching events.
MessageFactory - Class in org.mule.config.i18n
 
MessageFactory() - Constructor for class org.mule.config.i18n.MessageFactory
 
messageFromContextIfAvailable(MuleMessage) - Method in class org.mule.DefaultExceptionStrategy
 
MessageHeaderExpressionEvaluator - Class in org.mule.util.expression
Looks up the property on the message using the property name given.
MessageHeaderExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageHeaderExpressionEvaluator
 
MessageHeadersExpressionEvaluator - Class in org.mule.util.expression
Looks up the property on the message using the expression given.
MessageHeadersExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageHeadersExpressionEvaluator
 
MessageHeadersListExpressionEvaluator - Class in org.mule.util.expression
Looks up the property on the message using the expression given.
MessageHeadersListExpressionEvaluator() - Constructor for class org.mule.util.expression.MessageHeadersListExpressionEvaluator
 
MessageInfoMapping - Interface in org.mule.api.routing
This mapping us used by routers to control how Important message information is pulled from the current message.
messageInfoMapping - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
messageInfoMapping - Variable in class org.mule.routing.response.AbstractResponseRouter
 
messageIsOfType(Class) - Static method in class org.mule.config.i18n.CoreMessages
 
MessageNotification - Class in org.mule.context.notification
These notifications are fire when either a message is received via an endpoint, or dispatcher of if a receive call is made on a dispatcher.
MessageNotification(MuleMessage, ImmutableEndpoint, String, int) - Constructor for class org.mule.context.notification.MessageNotification
 
MessageNotificationListener - Interface in org.mule.api.context.notification
MessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from a Mule Server
messageNotSupportedByAdapter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
MessagePayloadExpressionEvaluator - Class in org.mule.util.expression
Returns the message payload.
MessagePayloadExpressionEvaluator() - Constructor for class org.mule.util.expression.MessagePayloadExpressionEvaluator
 
MessagePropertiesContext - Class in org.mule.transport
TODO
MessagePropertiesContext() - Constructor for class org.mule.transport.MessagePropertiesContext
 
MessagePropertiesContext(PropertyScope) - Constructor for class org.mule.transport.MessagePropertiesContext
 
MessagePropertiesTransformer - Class in org.mule.transformer.simple
A configurable message transformer that allows users to add, overwrite and delete properties on the current message.
MessagePropertiesTransformer() - Constructor for class org.mule.transformer.simple.MessagePropertiesTransformer
 
MessagePropertyFilter - Class in org.mule.routing.filters
MessagePropertyFilter can be used to filter against properties on an event.
MessagePropertyFilter() - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
MessagePropertyFilter(String) - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
MessageReceiver - Interface in org.mule.api.transport
MessageReceiver is used to receive data from an external system.
MessageRequester - Interface in org.mule.api.transport
Combine MessageRequesting with various lifecycle methods for the actual instances doing message sending.
MessageRequesterFactory - Interface in org.mule.api.transport
A factory interface for managing the lifecycles of a transport's message requesters.
MessageRequesting - Interface in org.mule.api.transport
Defines generic methods for receiving events.
messages - Variable in class org.mule.transport.AbstractReceiverWorker
 
messageTTL - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
MessageTypeNotSupportedException - Exception in org.mule.api.transport
MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
MessageTypeNotSupportedException(Object, Class) - Constructor for exception org.mule.api.transport.MessageTypeNotSupportedException
 
MessageTypeNotSupportedException(Object, Class, Throwable) - Constructor for exception org.mule.api.transport.MessageTypeNotSupportedException
 
MessagingException - Exception in org.mule.api
MessagingException is a general message exception thrown when errors specific to Message processing occur..
MessagingException(Message, MuleMessage) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, Object) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, Object, Throwable) - Constructor for exception org.mule.api.MessagingException
 
META - Static variable in class org.mule.endpoint.URIBuilder
 
methodCache - Variable in class org.mule.model.resolvers.AbstractEntryPointResolver
 
MethodHeaderPropertyEntryPointResolver - Class in org.mule.model.resolvers
This resolver will look for a 'method' property on the incoming event to determine which method to invoke Users can customise the name of the property used to look up the method name on the event
MethodHeaderPropertyEntryPointResolver() - Constructor for class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
methodWithParamsNotFoundOnObject(String, Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
MIN - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the minimum value of a counter
Min - Class in org.mule.util.counters.impl
 
Min(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Min
 
MIN_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
MINUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the difference of two other counters
minutes() - Static method in class org.mule.config.i18n.CoreMessages
 
MISSED_ASYNC_REPLY - Static variable in class org.mule.context.notification.RoutingNotification
 
MISSING_NAME_DISPLAY_VALUE - Static variable in class org.mule.config.NamingExceptionReader
Displayed when no remaining or resolved name found.
mkdir(File) - Method in interface org.mule.util.file.FileSession
 
mkdir(File) - Method in class org.mule.util.file.TransactedFileSession
 
Model - Interface in org.mule.api.model
The Model encapsulates and manages the runtime behaviour of a Mule Server instance.
model - Variable in class org.mule.service.AbstractService
The model in which this service is registered
MODEL_CLASS - Static variable in interface org.mule.api.config.MuleProperties
Model Service descriptor properties
MODEL_DISPOSED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_DISPOSING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MODEL_INITIALISED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISED_LISTENERS - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISING_LISTENERS - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
MODEL_STARTED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STARTING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STOPPED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STOPPING - Static variable in class org.mule.context.notification.ModelNotification
 
ModelException - Exception in org.mule.api.model
 
ModelException(Message) - Constructor for exception org.mule.api.model.ModelException
 
ModelException(Message, Throwable) - Constructor for exception org.mule.api.model.ModelException
 
ModelNotification - Class in org.mule.context.notification
ModelNotification is fired when an event such as the model starting occurs.
ModelNotification(Model, int) - Constructor for class org.mule.context.notification.ModelNotification
 
ModelNotificationListener - Interface in org.mule.api.context.notification
ModelNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Model event occurs.
ModelServiceDescriptor - Interface in org.mule.api.model
ModelServiceDescriptor describes the necessery information for creating a model from a service descriptor.
ModelServiceNotFoundException - Exception in org.mule.model
Is thrown when a model service name is specified and cannot be found or loaded
ModelServiceNotFoundException(String) - Constructor for exception org.mule.model.ModelServiceNotFoundException
 
ModelServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.model.ModelServiceNotFoundException
 
moreThanOneConnectorWithProtocol(String) - Static method in class org.mule.config.i18n.CoreMessages
 
moveFile(File, File) - Static method in class org.mule.util.FileUtils
Try to move a file by renaming with backup attempt by copying/deleting via NIO
MULE_CORRELATION_GROUP_SIZE_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_CORRELATION_ID_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_CORRELATION_SEQUENCE_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_ENCODING_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_ENDPOINT_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_ERROR_CODE_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_EVENT_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
MuleEvent Level properties
MULE_EVENT_TIMEOUT_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_HOME_DIRECTORY_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_IGNORE_METHOD_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_JMS_SESSION - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_MANAGEMENT_CONTEXT_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_MESSAGE_ID_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_METHOD_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_ORIGINATING_ENDPOINT_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_REMOTE_CLIENT_ADDRESS - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_REMOTE_SYNC_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_REPLY_TO_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_REPLY_TO_REQUESTOR_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_SESSION_ID_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_SESSION_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_SOAP_METHOD - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_USER_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MULE_WORKING_DIRECTORY_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
 
MuleConfiguration - Interface in org.mule.api.config
Configuration info.
muleContext - Variable in class org.mule.AbstractAgent
 
muleContext - Variable in class org.mule.AbstractExceptionListener
 
MuleContext - Interface in org.mule.api
 
muleContext - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
muleContext - Variable in class org.mule.endpoint.DefaultEndpointFactory
 
muleContext - Variable in class org.mule.model.AbstractModel
 
muleContext - Static variable in class org.mule.MuleServer
The MuleContext should contain anything which does not belong in the Registry.
muleContext - Variable in class org.mule.routing.AbstractRouter
 
muleContext - Variable in class org.mule.routing.AbstractRouterCollection
 
muleContext - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
muleContext - Variable in class org.mule.service.AbstractService
 
muleContext - Variable in class org.mule.transport.AbstractConnector
 
muleContext - Variable in class org.mule.util.queue.FilePersistenceStrategy
 
MuleContextAware - Interface in org.mule.api.context
Objects who want to be aware of the MuleContext should implement this interface.
MuleContextBuilder - Interface in org.mule.api.context
Builder that is used to build instances of MuleContext.
MuleContextDisposePhase - Class in org.mule.lifecycle.phases
Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them.
MuleContextDisposePhase() - Constructor for class org.mule.lifecycle.phases.MuleContextDisposePhase
 
MuleContextException - Exception in org.mule.api.context
MuleContextException is thrown when an exception occurs with Manager objects
MuleContextException(Message) - Constructor for exception org.mule.api.context.MuleContextException
 
MuleContextException(Message, Throwable) - Constructor for exception org.mule.api.context.MuleContextException
 
MuleContextExpressionEvaluator - Class in org.mule.util.expression
This property extractor exposes mule context information as expressions.
MuleContextExpressionEvaluator() - Constructor for class org.mule.util.expression.MuleContextExpressionEvaluator
 
MuleContextFactory - Interface in org.mule.api.context
A CopyOfMuleContextFactory is used to create instances of MuleContext.
MuleContextInitialisePhase - Class in org.mule.lifecycle.phases
Since all objects are created and initialised in the registry, the Initialise lifecyclePhase is always taken care of by the Registry, hence this class extends ContainerManagedLifecyclePhase
MuleContextInitialisePhase() - Constructor for class org.mule.lifecycle.phases.MuleContextInitialisePhase
 
MuleContextNotification - Class in org.mule.context.notification
MuleContextNotification is fired when an event such as the mule context starting occurs.
MuleContextNotification(MuleContext, String) - Constructor for class org.mule.context.notification.MuleContextNotification
 
MuleContextNotification(MuleContext, int) - Constructor for class org.mule.context.notification.MuleContextNotification
 
MuleContextNotificationListener - Interface in org.mule.api.context.notification
MuleContextNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.
MuleContextStartPhase - Class in org.mule.lifecycle.phases
The Start phase for the Management context LifecycleManager.
MuleContextStartPhase() - Constructor for class org.mule.lifecycle.phases.MuleContextStartPhase
 
MuleContextStartPhase(Class[]) - Constructor for class org.mule.lifecycle.phases.MuleContextStartPhase
 
MuleContextStopPhase - Class in org.mule.lifecycle.phases
The Stop phase for the Management context LifecycleManager.
MuleContextStopPhase() - Constructor for class org.mule.lifecycle.phases.MuleContextStopPhase
 
MuleContextStopPhase(Class[]) - Constructor for class org.mule.lifecycle.phases.MuleContextStopPhase
 
MuleCredentials - Class in org.mule.security
MuleCredentials can be used to read and set Mule user information that can be stored in a message header.
MuleCredentials(String, char[]) - Constructor for class org.mule.security.MuleCredentials
 
MuleCredentials(String, char[], Object) - Constructor for class org.mule.security.MuleCredentials
 
MuleCredentials(String, SecurityManager) - Constructor for class org.mule.security.MuleCredentials
 
MuleEncryptionEndpointSecurityFilter - Class in org.mule.security.filters
MuleEncryptionEndpointSecurityFilter provides password-based encryption
MuleEncryptionEndpointSecurityFilter() - Constructor for class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
MuleEndpointURI - Class in org.mule.endpoint
MuleEndpointURI is used to determine how a message is sent of received.
MuleEndpointURI(String, String, String, String, String, Properties, URI) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(EndpointURI) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(EndpointURI, String) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(String) - Constructor for class org.mule.endpoint.MuleEndpointURI
Creates but does not initialize the endpoint URI.
MuleEvent - Interface in org.mule.api
MuleEvent represents any data event occuring in the Mule environment.
MuleEventContext - Interface in org.mule.api
MuleEventContext is the context object for the current request.
MuleException - Exception in org.mule.api
MuleException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
MuleException(Message) - Constructor for exception org.mule.api.MuleException
 
MuleException(Message, Throwable) - Constructor for exception org.mule.api.MuleException
 
MuleException(Throwable) - Constructor for exception org.mule.api.MuleException
 
MuleException() - Constructor for exception org.mule.api.MuleException
 
MuleExceptionReader - Class in org.mule.config
Grabs all information from the MuleException type
MuleExceptionReader() - Constructor for class org.mule.config.MuleExceptionReader
 
MuleHeaderCredentialsAccessor - Class in org.mule.security
MuleHeaderCredentialsAccessor obtains and sets the user credentials as Mule property headers.
MuleHeaderCredentialsAccessor() - Constructor for class org.mule.security.MuleHeaderCredentialsAccessor
 
MuleInitialContextFactory - Class in org.mule.jndi
 
MuleInitialContextFactory() - Constructor for class org.mule.jndi.MuleInitialContextFactory
 
MuleLogger - Class in org.mule.util
A Log wrapper that supports boilerplate logging for high impact messages
MuleLogger(Log) - Constructor for class org.mule.util.MuleLogger
 
MuleManifest - Class in org.mule.config
This is a static class that provides access to the Mule core manifest file.
MuleManifest() - Constructor for class org.mule.config.MuleManifest
 
MuleMessage - Interface in org.mule.api
MuleMessage represents a message payload.
MuleMessageCollection - Interface in org.mule.api
An interface that defines a collection of Mule Messages and methods for working with the collection.
MuleMessageInfoMapping - Class in org.mule.routing
A simple facade implementation of MessageInfoMapping that simply grabs the message information from the MuleMessage untouched.
MuleMessageInfoMapping() - Constructor for class org.mule.routing.MuleMessageInfoMapping
 
MuleMessageToByteArray - Class in org.mule.transformer.simple
TODO
MuleMessageToByteArray() - Constructor for class org.mule.transformer.simple.MuleMessageToByteArray
 
MuleProperties - Interface in org.mule.api.config
MuleProperties is a set of constants pertaining to Mule properties.
MuleRuntimeException - Exception in org.mule.api
MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by Mule code will use or be based on this exception.
MuleRuntimeException(Message) - Constructor for exception org.mule.api.MuleRuntimeException
 
MuleRuntimeException(Message, Throwable) - Constructor for exception org.mule.api.MuleRuntimeException
 
MuleSecurityManager - Class in org.mule.security
MuleSecurityManager is a default implementation security manager for a Mule instance.
MuleSecurityManager() - Constructor for class org.mule.security.MuleSecurityManager
 
MuleServer - Class in org.mule
MuleServer is a simple application that represents a local Mule Server daemon.
MuleServer() - Constructor for class org.mule.MuleServer
 
MuleServer(String) - Constructor for class org.mule.MuleServer
 
MuleServer(String[]) - Constructor for class org.mule.MuleServer
Configure the server with command-line arguments.
MuleSession - Interface in org.mule.api
MuleSession is the context in which a request is executed.
MuleSessionHandler - Class in org.mule
A default session handler used to store and retrieve session information on an event.
MuleSessionHandler() - Constructor for class org.mule.MuleSessionHandler
 
MuleShutdownHook - Class in org.mule
The shutdown thread used by the server when its main thread is terminated
MuleShutdownHook(Log) - Constructor for class org.mule.MuleShutdownHook
 
MuleShutdownHook(Log, Throwable) - Constructor for class org.mule.MuleShutdownHook
 
MuleTransactionConfig - Class in org.mule.transaction

MuleTransactionConfig defines transaction configuration for a transactional endpoint.

MuleTransactionConfig() - Constructor for class org.mule.transaction.MuleTransactionConfig
 
MuleUrlStreamHandlerFactory - Class in org.mule.util
A factory for loading URL protocol handlers.
MuleUrlStreamHandlerFactory() - Constructor for class org.mule.util.MuleUrlStreamHandlerFactory
 
MuleWorkManager - Class in org.mule.work
MuleWorkManager is a JCA Work manager implementation used to manage thread allocation for Mule components and connectors.
MuleWorkManager(ThreadingProfile, String) - Constructor for class org.mule.work.MuleWorkManager
 
Multicaster - Class in org.mule.util
Multicaster is a utility that can call a given method on a collection of objects that implement one or more common interfaces.
Multicaster.InvokeListener - Interface in org.mule.util
 
MulticastingRouter - Class in org.mule.routing.outbound
MulticastingRouter will broadcast the current message to every endpoint registed with the router.
MulticastingRouter() - Constructor for class org.mule.routing.outbound.MulticastingRouter
 
multimatch - Variable in class org.mule.routing.outbound.AbstractMessageSplitter
 
MULTIPLY - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the multiplication of two other counters
mustSetMethodNamesOnBinding() - Static method in class org.mule.config.i18n.CoreMessages
 
MutableMessageAdapter - Interface in org.mule.api.transport
Defines a MessageAdapter that can have its payload re-assigned after it has been created.

N

name - Variable in class org.mule.AbstractAgent
 
name - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
name - Variable in class org.mule.service.AbstractService
The service's name
name - Variable in class org.mule.transformer.AbstractTransformer
The name that identifies this transformer.
name - Variable in class org.mule.transport.AbstractConnector
The name that identifies the endpoint
NAME - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MapPayloadExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageAttachmentExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageHeaderExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageHeadersExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessageHeadersListExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MessagePayloadExpressionEvaluator
 
NAME - Static variable in class org.mule.util.expression.MuleContextExpressionEvaluator
 
name - Variable in class org.mule.util.queue.QueueInfo
 
NamedObject - Interface in org.mule.api
Adds NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object
NamedThreadFactory - Class in org.mule.util.concurrent
 
NamedThreadFactory(String) - Constructor for class org.mule.util.concurrent.NamedThreadFactory
 
NamingExceptionReader - Class in org.mule.config
 
NamingExceptionReader() - Constructor for class org.mule.config.NamingExceptionReader
 
NestedInvocationHandler - Class in org.mule.routing.nested
 
NestedInvocationHandler(NestedRouter) - Constructor for class org.mule.routing.nested.NestedInvocationHandler
 
nestedRetry() - Static method in class org.mule.config.i18n.CoreMessages
 
NestedRouter - Interface in org.mule.api.routing
 
nestedRouter - Variable in class org.mule.component.AbstractJavaComponent
 
nestedRouter - Variable in class org.mule.service.AbstractService
 
NestedRouterCollection - Interface in org.mule.api.routing
NestedRouterCollection manages a collection of nested routers.
NetworkUtils - Class in org.mule.util
 
newEvent(MuleEvent, boolean) - Static method in class org.mule.RequestContext
 
newException(String) - Method in class org.mule.transport.AbstractMessageAdapter
 
newFile(String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(URI) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(File, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(String, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newMessage(MuleMessage, boolean) - Static method in class org.mule.RequestContext
 
newThread(Runnable) - Method in class org.mule.util.concurrent.DaemonThreadFactory
 
newThread(Runnable) - Method in class org.mule.util.concurrent.NamedThreadFactory
 
newThreadCopy() - Method in interface org.mule.api.ThreadSafeAccess
 
newThreadCopy() - Method in class org.mule.DefaultMessageCollection
We need to overload this if we find we want to make this class available to users, but the copy will be expensive;
newThreadCopy() - Method in class org.mule.DefaultMuleEvent
 
newThreadCopy() - Method in class org.mule.DefaultMuleMessage
newThreadCopy() - Method in class org.mule.transport.AbstractMessageAdapter
newThreadCopy() - Method in class org.mule.transport.DefaultMessageAdapter
newThreadCopy() - Method in class org.mule.transport.WriterMessageAdapter
 
nextValue() - Method in interface org.mule.util.counters.Counter
Compute and return the value of the counter.
nextValue() - Method in class org.mule.util.counters.impl.AbstractCounter
 
nextValue() - Method in class org.mule.util.counters.impl.AggregateCounter
 
nextValue() - Method in class org.mule.util.counters.impl.Average
 
nextValue() - Method in class org.mule.util.counters.impl.Delta
 
nextValue() - Method in class org.mule.util.counters.impl.InstantRate
 
nextValue() - Method in class org.mule.util.counters.impl.Max
 
nextValue() - Method in class org.mule.util.counters.impl.Min
 
nextValue() - Method in class org.mule.util.counters.impl.Number
 
nextValue() - Method in class org.mule.util.counters.impl.Operator
 
nextValue() - Method in class org.mule.util.counters.impl.RatePerUnit
 
nextValue() - Method in class org.mule.util.counters.impl.Sum
 
nextValue() - Method in class org.mule.util.counters.impl.TimeAverage
 
NO_ACTION_ID - Static variable in class org.mule.api.context.notification.ServerNotification
 
NO_ACTION_NAME - Static variable in class org.mule.api.context.notification.ServerNotification
 
NO_ARGS - Static variable in class org.mule.util.ClassUtils
 
NO_ARGS_TYPE - Static variable in class org.mule.util.ClassUtils
 
NO_CORRELATION_ID - Static variable in class org.mule.routing.inbound.AbstractEventAggregator
 
NO_CORRELATION_ID - Static variable in class org.mule.routing.inbound.AbstractEventResequencer
 
NO_OPTIONS - Static variable in class org.mule.util.Base64
No options specified.
NoActionTransformer - Class in org.mule.transformer
NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
NoActionTransformer() - Constructor for class org.mule.transformer.NoActionTransformer
 
NoArgumentsEntryPointResolver - Class in org.mule.model.resolvers
Allows for arguments with no parameters to be called.
NoArgumentsEntryPointResolver() - Constructor for class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
noCatchAllEndpointSet() - Static method in class org.mule.config.i18n.CoreMessages
 
noComponentForEndpoint() - Static method in class org.mule.config.i18n.CoreMessages
 
noCorrelationId() - Static method in class org.mule.config.i18n.CoreMessages
 
noCurrentEventForTransformer() - Static method in class org.mule.config.i18n.CoreMessages
 
noDelegateClassAndMethodProvidedForNoArgsWrapper() - Static method in class org.mule.config.i18n.CoreMessages
 
noDelegateClassIfDelegateInstanceSpecified() - Static method in class org.mule.config.i18n.CoreMessages
 
noEndpointsForRouter() - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundForNoArgsMethod(Object, String) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundForNoArgsMethodUsingResolver(Object, String, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundWithArgs(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundWithArgsUsingResolver(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noJtaTransactionAvailable(Thread) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectCalledUsingResolver(Object, String, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectReturning(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectReturningUsingResolver(Object, Class, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noMuleTransactionAvailable() - Static method in class org.mule.config.i18n.CoreMessages
 
none() - Static method in class org.mule.config.i18n.CoreMessages
 
noOutboundRouterSetOn(String) - Static method in class org.mule.config.i18n.CoreMessages
 
NoReceiverForEndpointException - Exception in org.mule.api.transport
NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
NoReceiverForEndpointException(String) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message, Throwable) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Throwable) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
normalize() - Method in class org.mule.endpoint.MuleEndpointURI
 
normalizeFilePath(URL, String) - Static method in class org.mule.util.FileUtils
Remove from uri to file prefix file:/ Add if need file separator to begin
normalShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
NoSatisfiableMethodsException - Exception in org.mule.model.resolvers
NoSatisfiableMethodsException is thrown by EntryPointResolvers when the service passed has no methods that meet the criteria of the configured EntryPointResolver.
NoSatisfiableMethodsException(Object, String) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[]) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
noServiceQueueTimeoutSet(Service) - Static method in class org.mule.config.i18n.CoreMessages
 
noServiceTransportDescriptor(String) - Static method in class org.mule.config.i18n.CoreMessages
 
notClustered() - Static method in class org.mule.config.i18n.CoreMessages
 
NotFilter - Class in org.mule.routing.filters.logic
NotFilter accepts if the filter does not accept.
NotFilter() - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotFilter(Filter) - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotificationException - Exception in org.mule.context.notification
Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
NotificationException(Message) - Constructor for exception org.mule.context.notification.NotificationException
 
NotificationException(Message, Throwable) - Constructor for exception org.mule.context.notification.NotificationException
 
NotificationLifecycleObject - Class in org.mule.lifecycle
TODO
NotificationLifecycleObject(Class) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
NotificationLifecycleObject(Class, Class) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
NotificationLifecycleObject(Class, Class, int, int) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
notificationManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
notificationManager - Variable in class org.mule.DefaultMuleContext
 
notifyFinish() - Method in class org.mule.util.xa.AbstractTransactionContext
 
notifyListeners(ServerNotification) - Method in class org.mule.context.notification.ServerNotificationManager
 
notInLifecyclePhase - Static variable in class org.mule.lifecycle.GenericLifecycleManager
 
NotInLifecyclePhase - Class in org.mule.lifecycle.phases
This lifecycle phase marks the 'pre-lifecycle' phase of an object.
NotInLifecyclePhase() - Constructor for class org.mule.lifecycle.phases.NotInLifecyclePhase
 
notMuleXaTransaction(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
noTransformerFoundForMessage(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
notSet() - Static method in class org.mule.config.i18n.CoreMessages
 
NOW_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 
NULL_ACTION - Static variable in class org.mule.api.context.notification.ServerNotification
 
NULL_MESSAGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
NULL_SUBSCRIPTION - Static variable in class org.mule.context.notification.ServerNotificationManager
 
NullComponent - Class in org.mule.component.simple
NullComponent is a service that is used as a placeholder.
NullComponent() - Constructor for class org.mule.component.simple.NullComponent
 
NullPayload - Class in org.mule.transport
NullPayload represents a null event payload
NullSessionHandler - Class in org.mule
A session handler that ignores any session information
NullSessionHandler() - Constructor for class org.mule.NullSessionHandler
 
NUMBER - Static variable in class org.mule.util.counters.CounterFactory.Type
A basic counter representing a double value
Number - Class in org.mule.util.counters.impl
 
Number(String) - Constructor for class org.mule.util.counters.impl.Number
 
numberOfConcurrentTransactedReceivers - Variable in class org.mule.transport.AbstractConnector
 
NumberUtils - Class in org.mule.util
NumberUtils contains useful methods for manipulating numbers.
NumberUtils() - Constructor for class org.mule.util.NumberUtils
 

O

OBJECT_DEFAULT_COMPONENT_THREADING_PROFILE - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_CONNECTION_STRATEGY - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_MESSAGE_DISPATCHER_THREADING_PROFILE - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_MESSAGE_RECEIVER_THREADING_PROFILE - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_MESSAGE_REQUESTER_THREADING_PROFILE - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_THREADING_PROFILE - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_LIFECYCLE_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_MULE_APPLICATION_PROPERTIES - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_MULE_CONFIGURATION - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_MULE_CONTEXT_PROCESSOR - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_MULE_ENDPOINT_FACTORY - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_MULE_SIMPLE_REGISTRY_BOOTSTRAP - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_NOTIFICATION_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_OBJECT_NAME_PROCESSOR - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_PREFIX - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
OBJECT_PROPERTY_PLACEHOLDER_PROCESSOR - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_QUEUE_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_SECURITY_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_SYSTEM_MODEL - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_TRANSACTION_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
OBJECT_WORK_MANAGER - Static variable in interface org.mule.api.config.MuleProperties
 
objectAlreadyExists(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectAlreadyInitialised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectAlreadyRegistered(String, Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectArrayToString - Class in org.mule.transformer.simple
ObjectArrayToString transformer is the opposite of StringToObjectArray - it simply converts Object[] to a String in which each element is separated by a configurable delimiter (default is a space).
ObjectArrayToString() - Constructor for class org.mule.transformer.simple.ObjectArrayToString
 
objectClass - Variable in class org.mule.object.AbstractObjectFactory
 
objectClassName - Variable in class org.mule.object.AbstractObjectFactory
 
objectDoesNotImplementInterface(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectFactory - Interface in org.mule.api.object
ObjectFactory is a generic Factory interface.
objectFactory - Variable in class org.mule.component.AbstractJavaComponent
 
objectFactory - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The ObjectFactory used to create new pool instances
objectFailedToInitialise(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectFilter - Interface in org.mule.api.routing.filter
Interface for filtering any kind of object.
objectIsNull(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectNameHelper - Class in org.mule.util
Generates consistent objects names for Mule components
ObjectNameHelper() - Constructor for class org.mule.util.ObjectNameHelper
Do not instanciate.
objectNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotFound(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotOfCorrectType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotRegistered(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotSetInService(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectPool - Interface in org.mule.util.pool
ObjectPool is a simple pooling interface for objects
ObjectProcessor - Interface in org.mule.api.registry
TODO
objects - Variable in class org.mule.config.builders.SimpleConfigurationBuilder
 
ObjectToByteArray - Class in org.mule.transformer.simple
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
ObjectToByteArray() - Constructor for class org.mule.transformer.simple.ObjectToByteArray
 
ObjectToInputStream - Class in org.mule.transformer.simple
ObjectToInputStream converts serilaizable object to a input stream but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
ObjectToInputStream() - Constructor for class org.mule.transformer.simple.ObjectToInputStream
 
ObjectToOutputHandler - Class in org.mule.transformer.simple
ObjectToOutputHandler converts a byte array into a String.
ObjectToOutputHandler() - Constructor for class org.mule.transformer.simple.ObjectToOutputHandler
 
ObjectToString - Class in org.mule.transformer.simple
ObjectToString transformer is useful for debugging.
ObjectToString() - Constructor for class org.mule.transformer.simple.ObjectToString
 
ObjectUtils - Class in org.mule.util
 
ObjectUtils() - Constructor for class org.mule.util.ObjectUtils
 
offer(Object, long) - Method in interface org.mule.util.queue.Queue
 
offer(Object, int, long) - Method in class org.mule.util.queue.QueueInfo
 
offer(QueueInfo, Object, long) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
onCall(MuleEvent) - Method in interface org.mule.api.component.Component
Invokes the component
onCall(MuleEventContext) - Method in interface org.mule.api.lifecycle.Callable
Passes the event to the listener
onCall(MuleEvent) - Method in class org.mule.component.AbstractComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.builder.AbstractMessageBuilder
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.BridgeComponent
Deprecated.  
onCall(MuleEventContext) - Method in class org.mule.component.simple.EchoComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.LogComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.NullComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.PassThroughComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.StaticComponent
 
onClose() - Method in interface org.mule.model.streaming.CallbackOutputStream.Callback
 
onException(Object, Method, Object[], Throwable) - Method in interface org.mule.util.Multicaster.InvokeListener
 
onMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in interface org.mule.api.transport.InternalMessageListener
 
onNotification(ServerNotification) - Method in interface org.mule.api.context.notification.ServerNotificationListener
 
open() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
open() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
open() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Open the store.
openDirectory(String) - Static method in class org.mule.util.FileUtils
 
openInputStream(File) - Method in interface org.mule.util.file.FileSession
 
openInputStream(File) - Method in class org.mule.util.file.TransactedFileSession
 
openOutputStream(File, boolean) - Method in interface org.mule.util.file.FileSession
 
openOutputStream(File) - Method in interface org.mule.util.file.FileSession
 
openOutputStream(File, boolean) - Method in class org.mule.util.file.TransactedFileSession
 
openOutputStream(File) - Method in class org.mule.util.file.TransactedFileSession
 
openRandomAccess(File, String) - Method in interface org.mule.util.file.FileSession
 
openRandomAccess(File, String) - Method in class org.mule.util.file.TransactedFileSession
 
OPERATION_MODE_RECOVERING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
operationMode - Variable in class org.mule.util.xa.AbstractResourceManager
 
Operator - Class in org.mule.util.counters.impl
 
Operator(String, AbstractCounter, AbstractCounter, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.Operator
 
OptimisedNotificationHandler - Class in org.mule.context.notification
Optimized to make a quick decision on a particular class of messages.
OptimisedNotificationHandler(ServerNotificationHandler, Class) - Constructor for class org.mule.context.notification.OptimisedNotificationHandler
 
OptimizedRequestContext - Class in org.mule
NOT FOR PUBLIC USE - please use the interface provided by RequestContext.
options - Variable in class org.mule.MuleServer
 
or(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
OrFilter - Class in org.mule.routing.filters.logic
OrFilter accepts if any of the filters accept the message
OrFilter() - Constructor for class org.mule.routing.filters.logic.OrFilter
 
OrFilter(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.OrFilter
 
org.mule - package org.mule
The Mule implementation of the Universal Message Objects(tm) API specification.
org.mule.agent - package org.mule.agent
Admin components and Agents used to control and Monitor Mule
org.mule.api - package 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.agent - package org.mule.api.agent
 
org.mule.api.component - package org.mule.api.component
 
org.mule.api.component.builder - package org.mule.api.component.builder
 
org.mule.api.component.simple - package org.mule.api.component.simple
 
org.mule.api.config - package org.mule.api.config
 
org.mule.api.context - package org.mule.api.context
Manager APIs, including the UMOManager, agent and server event interfaces
org.mule.api.context.notification - package org.mule.api.context.notification
 
org.mule.api.endpoint - package org.mule.api.endpoint
Endpoint interfaces.
org.mule.api.interceptor - package org.mule.api.interceptor
 
org.mule.api.lifecycle - package org.mule.api.lifecycle
Lifecycle interfaces for all UMOcomponents.
org.mule.api.management.stats - package org.mule.api.management.stats
 
org.mule.api.model - package org.mule.api.model
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
org.mule.api.object - package org.mule.api.object
 
org.mule.api.registry - package org.mule.api.registry
 
org.mule.api.routing - package org.mule.api.routing
Interfaces that define inbound and outbound routing API.
org.mule.api.routing.filter - package org.mule.api.routing.filter
 
org.mule.api.security - package org.mule.api.security
Security API for authentication and authorisation.
org.mule.api.security.provider - package org.mule.api.security.provider
This package contains classes related to JDK-specific security provider lookup and configuration.
org.mule.api.security.tls - package org.mule.api.security.tls
This package contains classes to support TLS/SSL configuration and socket creation.
org.mule.api.service - package org.mule.api.service
 
org.mule.api.transaction - package org.mule.api.transaction
 
org.mule.api.transformer - package org.mule.api.transformer
Contains the interfaces for transformers and exceptions for the UMO Transformer API.
org.mule.api.transformer.wire - package org.mule.api.transformer.wire
 
org.mule.api.transport - package org.mule.api.transport
Contains the interfaces that comprise a provider implementation.
org.mule.api.work - package org.mule.api.work
 
org.mule.component - package org.mule.component
 
org.mule.component.builder - package org.mule.component.builder
 
org.mule.component.simple - package org.mule.component.simple
A collection of simple mule components that can be useful to simplify configuration while testing.
org.mule.config - package org.mule.config
Providers Mule Xml configuration support and general configuration classes.
org.mule.config.bootstrap - package org.mule.config.bootstrap
 
org.mule.config.builders - package org.mule.config.builders
 
org.mule.config.factories - package org.mule.config.factories
 
org.mule.config.i18n - package org.mule.config.i18n
Internationalisation support for Mule messages and exception messages.
org.mule.config.support - package org.mule.config.support
 
org.mule.context - package org.mule.context
 
org.mule.context.notification - package org.mule.context.notification
Internal server notification types fired via the MuleManager.
org.mule.endpoint - package org.mule.endpoint
Implemtation of Mule endpoint uris.
org.mule.interceptor - package org.mule.interceptor
 
org.mule.jndi - package org.mule.jndi
 
org.mule.lifecycle - package org.mule.lifecycle
 
org.mule.lifecycle.phases - package org.mule.lifecycle.phases
 
org.mule.management.stats - package org.mule.management.stats
Jmx statistics support used to monitor messaging status for various Mule components.
org.mule.management.stats.printers - package org.mule.management.stats.printers
Various statistics printers, for table, plain and CVS formats.
org.mule.message - package org.mule.message
Wire message implementations.
org.mule.model - package org.mule.model
 
org.mule.model.direct - package org.mule.model.direct
 
org.mule.model.pipeline - package org.mule.model.pipeline
 
org.mule.model.resolvers - package org.mule.model.resolvers
 
org.mule.model.seda - package org.mule.model.seda
 
org.mule.model.streaming - package org.mule.model.streaming
 
org.mule.object - package org.mule.object
 
org.mule.registry - package org.mule.registry
 
org.mule.routing - package org.mule.routing
Defines the core routing patterns supported by mule.
org.mule.routing.filters - package org.mule.routing.filters
Filters are often used by routers to determine if the event should be accepted by the router.
org.mule.routing.filters.logic - package org.mule.routing.filters.logic
Filters that allow other filters to be combined.
org.mule.routing.inbound - package org.mule.routing.inbound
Inbound router implementation as described in the Enterprise Integration Patterns book.
org.mule.routing.nested - package org.mule.routing.nested
 
org.mule.routing.outbound - package org.mule.routing.outbound
Outbound router implementation as described in the Enterprise Integration Patterns book.
org.mule.routing.response - package org.mule.routing.response
Response router implementations that enable asynchronous event processing in request /response messaging requests.
org.mule.security - package org.mule.security
Core security implementation including the mule security manager and encryption types
org.mule.security.filters - package org.mule.security.filters
Core sercurity filter types.
org.mule.service - package org.mule.service
 
org.mule.transaction - package org.mule.transaction
Contains the core transaction support classes and exception types.
org.mule.transaction.constraints - package org.mule.transaction.constraints
Contains the transaction contraint filter used to control how and when transactions are committed.
org.mule.transaction.lookup - package org.mule.transaction.lookup
 
org.mule.transformer - package org.mule.transformer
Provides the default transformer base implementations for Mule including compression and encryption support.
org.mule.transformer.codec - package org.mule.transformer.codec
Transformers for Base64, UC and UU encoding/decoding.
org.mule.transformer.compression - package org.mule.transformer.compression
Transformers for compressing and uncompressing message payloads.
org.mule.transformer.encryption - package org.mule.transformer.encryption
Transformers for encrypting and decrypting message payloads.
org.mule.transformer.simple - package org.mule.transformer.simple
Basic transformer implementations.
org.mule.transformer.wire - package org.mule.transformer.wire
 
org.mule.transport - package org.mule.transport
Contains Abstract classes providing common functionality for all Mule providers.
org.mule.transport.service - package org.mule.transport.service
Provides SPI support for building mule connectors and providers using service descriptors.
org.mule.util - package org.mule.util
Common helper classes for reading/writing files setting bean properties and SPI helpers.
org.mule.util.compression - package org.mule.util.compression
Compression support used by Mule transformers.
org.mule.util.concurrent - package org.mule.util.concurrent
 
org.mule.util.counters - package org.mule.util.counters
 
org.mule.util.counters.impl - package org.mule.util.counters.impl
 
org.mule.util.expression - package org.mule.util.expression
 
org.mule.util.file - package org.mule.util.file
A file resource manager to allow acid operations on file systems.
org.mule.util.monitor - package org.mule.util.monitor
Various resource monitor implementations.
org.mule.util.pool - package org.mule.util.pool
 
org.mule.util.queue - package org.mule.util.queue
A resource manager that allow access to transactional queues with optional persistence.
org.mule.util.timer - package org.mule.util.timer
An Event based timer extending the java.util.Timer* classes.
org.mule.util.xa - package org.mule.util.xa
An abstract resource manager that supports local and xa transactions.
org.mule.work - package org.mule.work
A javax.resource.spi.WorkManager implementation.
out - Variable in class org.mule.transport.AbstractReceiverWorker
 
OUTBOUND - Static variable in class org.mule.api.transport.PropertyScope
This is the default scope when writing properties to a message.
OUTBOUND_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
OutboundEndpoint - Interface in org.mule.api.endpoint
 
OutboundPassThroughRouter - Class in org.mule.routing.outbound
OutboundPassThroughRouter allows outbound routing over a single endpoint without any filtering.
OutboundPassThroughRouter() - Constructor for class org.mule.routing.outbound.OutboundPassThroughRouter
 
OutboundRouter - Interface in org.mule.api.routing
OutboundRouter is used to control outbound routing behaviour for an event.
outboundRouter - Variable in class org.mule.routing.nested.DefaultNestedRouter
 
outboundRouter - Variable in class org.mule.service.AbstractService
 
OutboundRouterCollection - Interface in org.mule.api.routing
OutboundRouterCollection is responsible for holding all outbound routers for a service service.
outboundRouterMustUseOutboudEndpoints(OutboundRouter, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
outboundTransformer - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
OutputHandler - Interface in org.mule.api.transport
The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.

P

parse(String, Object) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Evaluates expressions in a given string.
parse(String, Object, boolean) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Evaluates expressions in a given string.
parse(Map, String) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(TemplateParser.TemplateCallback, String) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(Map, String, TemplateParser.TemplateCallback) - Method in class org.mule.util.TemplateParser
 
parse(Map, List) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(Map, Map) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(TemplateParser.TemplateCallback, Map) - Method in class org.mule.util.TemplateParser
 
parsePropertyDefinitions(String) - Static method in class org.mule.util.SystemUtils
Returns a Map of all valid property definitions in -Dkey=value format.
parseServerAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
passivate() - Method in interface org.mule.api.transport.MessageDispatcher
After sending a message, the dispatcher can use this method e.g.
passivate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked immediately before the given dispatcher is returned to its pool.
passivate() - Method in interface org.mule.api.transport.MessageRequester
After receiving a message, the dispatcher can use this method e.g.
passivate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked immediately before the given requester is returned to its pool.
passivate() - Method in class org.mule.transport.AbstractConnectable
 
passivate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
passivate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
passivate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
passivate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
passivateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
passivateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
PassThroughComponent - Class in org.mule.component.simple
PassThroughComponent will simply return the payload back as the result.
PassThroughComponent() - Constructor for class org.mule.component.simple.PassThroughComponent
 
PASSWORD - Static variable in class org.mule.endpoint.URIBuilder
 
PasswordBasedEncryptionStrategy - Class in org.mule.security
Provides password-based encryption using JCE.
PasswordBasedEncryptionStrategy() - Constructor for class org.mule.security.PasswordBasedEncryptionStrategy
 
PATH - Static variable in class org.mule.endpoint.URIBuilder
 
PATH_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
pattern - Variable in class org.mule.routing.filters.WildcardFilter
 
patterns - Variable in class org.mule.routing.filters.WildcardFilter
 
pause() - Method in interface org.mule.api.service.Service
Pauses event processing for a single Mule Service.
pause() - Method in class org.mule.service.AbstractService
Pauses event processing for a single Mule Service.
paused - Variable in class org.mule.service.AbstractService
Determines if the service has been paused
PayloadTypeFilter - Class in org.mule.routing.filters
PayloadTypeFilter filters based on the type of the object received.
PayloadTypeFilter() - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(String) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(Class) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
peek() - Method in interface org.mule.util.queue.Queue
 
peek() - Method in class org.mule.util.queue.QueueInfo
 
peek(QueueInfo) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
persistent - Variable in class org.mule.util.queue.QueueConfiguration
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Disposable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Initialisable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Startable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Stoppable
 
PHASE_NAME - Static variable in class org.mule.lifecycle.phases.NotInLifecyclePhase
 
PipelineModel - Class in org.mule.model.pipeline
 
PipelineModel() - Constructor for class org.mule.model.pipeline.PipelineModel
 
PipelineService - Class in org.mule.model.pipeline
 
PipelineService() - Constructor for class org.mule.model.pipeline.PipelineService
 
PLUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the sum of two other counters
poll() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
poll() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
poll(long) - Method in interface org.mule.util.queue.Queue
 
poll(long) - Method in class org.mule.util.queue.QueueInfo
 
poll(QueueInfo, long) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
PollingReceiverWorker - Class in org.mule.transport
 
PollingReceiverWorker(AbstractPollingMessageReceiver) - Constructor for class org.mule.transport.PollingReceiverWorker
 
PollingReceiverWorkerSchedule - Class in org.mule.transport
 
PollingReceiverWorkerSchedule(PollingReceiverWorker) - Constructor for class org.mule.transport.PollingReceiverWorkerSchedule
 
pool - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The pool
POOL_EXHAUSTED_ACTIONS - Static variable in interface org.mule.api.config.ThreadingProfile
 
POOL_EXHAUSTED_ACTIONS - Static variable in class org.mule.config.PoolingProfile
 
POOL_INITIALISATION_POLICIES - Static variable in class org.mule.config.PoolingProfile
 
PooledJavaComponent - Class in org.mule.component
PooledJavaComponent implements pooling.
PooledJavaComponent() - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory, PoolingProfile) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory, PoolingProfile, EntryPointResolverSet, NestedRouterCollection) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent.LifeCycleAdaptorFactory - Class in org.mule.component
LifeCycleAdaptorFactory wraps the Component' s ObjectFactory.
PooledJavaComponent.LifeCycleAdaptorFactory() - Constructor for class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
poolingProfile - Variable in class org.mule.component.PooledJavaComponent
 
PoolingProfile - Class in org.mule.config
PoolingProfile is a configuration object used to define the object pooling parameters for the service it is associated with.
PoolingProfile() - Constructor for class org.mule.config.PoolingProfile
 
PoolingProfile(PoolingProfile) - Constructor for class org.mule.config.PoolingProfile
 
PoolingProfile(int, int, long, int, int) - Constructor for class org.mule.config.PoolingProfile
 
poolingProfile - Variable in class org.mule.model.seda.SedaModel
the pooling configuration used when initialising the service described by this descriptor.
poolingProfile - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The pooling profile used to configure and initialise pool
populateWithoutFail(Object, Map, boolean) - Static method in class org.mule.util.BeanUtils
Exception safe version of BeanUtils.populateWithoutFail
PORT - Static variable in class org.mule.endpoint.URIBuilder
 
postProcessMessage(MuleMessage) - Method in class org.mule.transport.AbstractReceiverWorker
If a result is returned back this method will get called before the message is added to te list of results (these are later passed to AbstractReceiverWorker.handleResults(java.util.List))
PREFERRED_ENCODING - Static variable in class org.mule.util.Base64
Preferred encoding.
prepare(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
prepareTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
prepareWinFilename(String) - Static method in class org.mule.util.FileUtils
 
prependMessage(String) - Method in exception org.mule.api.MuleException
 
preProcessMessage(Object) - Method in class org.mule.transport.AbstractReceiverWorker
Before a message is passed into Mule this callback is called and can be used by the worker to inspect the message before it gets sent to Mule
preRouteMuleMessage(DefaultMuleMessage) - Method in class org.mule.transport.AbstractReceiverWorker
This callback is called before a message is routed into Mule and can be used by the worker to set connection specific properties to message before it gets routed
print(Object) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(String) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.CSVPrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.SimplePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.XMLPrinter
 
print() - Method in class org.mule.util.ExceptionHolder
 
printClassLoader() - Static method in class org.mule.util.ClassUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class org.mule.util.ClassUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
println(Object) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
printProviderStatsXml(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
process(Object) - Method in interface org.mule.api.registry.ObjectProcessor
 
process(MuleEvent) - Method in interface org.mule.api.routing.InboundRouter
A received MuleEvent is passed to this method for processing.
process(MuleEvent) - Method in interface org.mule.api.routing.ResponseRouter
This method is invoked when an event is received via an endpoint on this Response Router.
process(Properties) - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
process(Object) - Method in class org.mule.registry.ExpressionEvaluatorProcessor
 
process(MuleEvent) - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
process(MuleEvent) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.ForwardingConsumer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
process(MuleEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
process(MuleEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.WireTap
 
process(MuleEvent) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
processAsyncReplyRouter(MuleMessage) - Method in class org.mule.service.AbstractService
 
processedGroups - Variable in class org.mule.routing.response.AbstractResponseAggregator
 
processIntermediaryResult(MuleMessage, MuleMessage) - Method in class org.mule.routing.outbound.ChainingRouter
Process intermediary result of invocation.
processMessage(Object) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in interface org.mule.api.transport.ReplyToHandler
 
processReplyTo(MuleEvent, MuleMessage, ReplyToHandler, Object) - Method in class org.mule.service.AbstractService
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in class org.mule.transport.DefaultReplyToHandler
 
processResponse(MuleMessage) - Method in class org.mule.DefaultMuleSession
Once an event has been processed we need to romove certain properties so that they not propagated to the next request
productInformation() - Static method in class org.mule.config.i18n.CoreMessages
Returns a message that is a product informatin.
propagate() - Method in class org.mule.util.counters.impl.AbstractCounter
 
properties - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
properties - Variable in class org.mule.object.AbstractObjectFactory
 
properties - Variable in class org.mule.transport.AbstractMessageAdapter
Scoped properties for this message
propertiesNotSet(String) - Static method in class org.mule.config.i18n.CoreMessages
 
propertiesToString(Map, boolean) - Static method in class org.mule.util.PropertiesUtils
Deprecated. Use MapUtils.toString(Map, boolean) instead
PropertiesUtils - Class in org.mule.util
PropertiesHelper is a utility class for manipulating and filtering property Maps.
PropertiesUtils() - Constructor for class org.mule.util.PropertiesUtils
Do not instanciate.
PROPERTY_CONNECTOR_NAME - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_ENDPOINT_NAME - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_ENDPOINT_URI - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_PREFIX - Static variable in interface org.mule.api.config.MuleProperties
The prefix for any Mule-specific properties set on an event
PROPERTY_REMOTE_SYNC - Static variable in class org.mule.endpoint.AbstractEndpointBuilder
 
PROPERTY_REMOTE_SYNC_TIMEOUT - Static variable in class org.mule.endpoint.AbstractEndpointBuilder
 
PROPERTY_RESPONSE_TRANSFORMERS - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_TRANSFORMERS - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PropertyFactory - Interface in org.mule.api.config
PropertyFactory is used to create objects from the property file.
propertyHasInvalidValue(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSetOnEvent(String) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSupportedType(String, Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSupportedType(String, Class[], Class) - Static method in class org.mule.config.i18n.CoreMessages
 
PropertyScope - Class in org.mule.api.transport
A PropertyScope is used to assoaciate a message property with a lifetime.
PropertyScope(String, int) - Constructor for class org.mule.api.transport.PropertyScope
 
PropertyScope.ScopeComarator - Class in org.mule.api.transport
Used for comparing PropertyScope instances in a map.
PropertyScope.ScopeComarator() - Constructor for class org.mule.api.transport.PropertyScope.ScopeComarator
 
PROTOCOL - Static variable in class org.mule.endpoint.URIBuilder
 
PrototypeObjectFactory - Class in org.mule.object
Creates a new instance of the object on each call.
PrototypeObjectFactory() - Constructor for class org.mule.object.PrototypeObjectFactory
For Spring only
PrototypeObjectFactory(String) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(String, Map) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(Class) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(Class, Map) - Constructor for class org.mule.object.PrototypeObjectFactory
 
provideEndLatch() - Method in class org.mule.work.WorkerContext
Provides a latch, which can be used to wait the end of a work execution.
PROVIDER_SERVICE_PATH - Static variable in class org.mule.util.SpiUtils
 
PROVIDER_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
provideStartLatch() - Method in class org.mule.work.WorkerContext
Provides a latch, which can be used to wait the start of a work execution.
proxyPoolTimedOut() - Static method in class org.mule.config.i18n.CoreMessages
 
put(Object, Object) - Method in class org.mule.util.MapCombiner
 
put(Object) - Method in interface org.mule.util.queue.Queue
Puts a new object in this queue and wait if necessary.
putAll(Map) - Method in class org.mule.util.MapCombiner
 
putNow(Object) - Method in class org.mule.util.queue.QueueInfo
 

Q

queue - Variable in class org.mule.model.seda.SedaService
 
Queue - Interface in org.mule.util.queue
Queue TODO
QueueConfiguration - Class in org.mule.util.queue
 
QueueConfiguration(int, boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(int) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration() - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueInfo - Class in org.mule.util.queue
Stores information about a Queue
QueueInfo() - Constructor for class org.mule.util.queue.QueueInfo
 
QueueManager - Interface in org.mule.util.queue
A Queue manager is responsible for manageing one or more Queue resources and providing common support fot transactions and persistence
QueuePersistenceStrategy - Interface in org.mule.util.queue
QueuePersistenceStrategy defines the The api to a persistent queue store.
QueuePersistenceStrategy.Holder - Interface in org.mule.util.queue
 
QueueProfile - Class in org.mule.config
QueueProfile determines how an internal queue for a service will behave
QueueProfile() - Constructor for class org.mule.config.QueueProfile
 
QueueProfile(int, boolean) - Constructor for class org.mule.config.QueueProfile
 
QueueProfile(QueueProfile) - Constructor for class org.mule.config.QueueProfile
 
queueProfile - Variable in class org.mule.model.seda.SedaModel
The queuing profile for events received for this service
queueProfile - Variable in class org.mule.model.seda.SedaService
The queue profile to use for this service.
QueueSession - Interface in org.mule.util.queue
 
queueTimeout - Variable in class org.mule.model.seda.SedaService
The time out used for taking from the Seda Queue.

R

RATE_PER_HOUR - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per hour of a counter
RATE_PER_MINUTE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per minute of a counter
RATE_PER_SECOND - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per second of a counter
RatePerUnit - Class in org.mule.util.counters.impl
 
RatePerUnit(String, String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.RatePerUnit
 
READ - Static variable in interface org.mule.api.ThreadSafeAccess
 
read(InputStream) - Method in interface org.mule.api.transformer.wire.WireFormat
 
read() - Method in class org.mule.config.ReaderInputStream
 
read() - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(byte[]) - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(byte[], int, int) - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(InputStream) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
read() - Method in class org.mule.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.mule.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(char[], int, int) - Method in class org.mule.util.ChainedReader
 
read() - Method in class org.mule.util.ChainedReader
 
read(char[]) - Method in class org.mule.util.ChainedReader
 
ReaderInputStream - Class in org.mule.config
 
ReaderInputStream(Reader) - Constructor for class org.mule.config.ReaderInputStream
 
readFromProperties(TlsConfiguration, Properties) - Method in class org.mule.api.security.tls.TlsPropertiesMapper
 
readJarFileEntries(File) - Static method in class org.mule.util.JarUtils
 
readOnly - Variable in class org.mule.util.xa.AbstractTransactionContext
 
rebind(Name, Object) - Method in class org.mule.jndi.SimpleContext
 
rebind(String, Object) - Method in class org.mule.jndi.SimpleContext
 
RECEIVE_NO_WAIT - Static variable in interface org.mule.api.transport.MessageDispatching
 
RECEIVE_WAIT_INDEFINITELY - Static variable in interface org.mule.api.transport.MessageDispatching
 
ReceiveException - Exception in org.mule.api.transport
ReceiveException is specifically thrown by the Provider receive method if something fails in the underlying transport
ReceiveException(Message, ImmutableEndpoint, long) - Constructor for exception org.mule.api.transport.ReceiveException
 
ReceiveException(Message, ImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.api.transport.ReceiveException
 
ReceiveException(ImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.api.transport.ReceiveException
 
receiver - Variable in class org.mule.transport.AbstractReceiverWorker
 
receiver - Variable in class org.mule.transport.PollingReceiverWorker
 
receiver - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
receiverKey - Variable in class org.mule.transport.AbstractMessageReceiver
Stores the key to this receiver, as used by the Connector to store the receiver.
receivers - Variable in class org.mule.transport.AbstractConnector
The collection of listeners on this connector.
RECIPIENT_DELIMITER - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
RECIPIENTS_PROPERTY - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
reconnect() - Method in class org.mule.transport.AbstractConnectable
 
reconnectStrategyFailed(Class, String) - Static method in class org.mule.config.i18n.CoreMessages
 
recover() - Method in class org.mule.util.queue.TransactionalQueueManager
 
recover() - Method in class org.mule.util.xa.AbstractResourceManager
 
recover(int) - Method in class org.mule.util.xa.DefaultXASession
 
RecoverableException - Exception in org.mule.api.lifecycle
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.
RecoverableException(Message, Initialisable) - Constructor for exception org.mule.api.lifecycle.RecoverableException
 
RecoverableException(Message, Initialisable, Throwable) - Constructor for exception org.mule.api.lifecycle.RecoverableException
 
ReflectionEntryPointResolver - Class in org.mule.model.resolvers
ReflectEntryPointResolver is used to determine the entry point on a service after an event has been received for it.
ReflectionEntryPointResolver() - Constructor for class org.mule.model.resolvers.ReflectionEntryPointResolver
 
ReflectionMessageBuilder - Class in org.mule.component.builder
Will try and set the result of an invocation as a bean property on the request message using reflection.
ReflectionMessageBuilder() - Constructor for class org.mule.component.builder.ReflectionMessageBuilder
 
RegExFilter - Class in org.mule.routing.filters
RegExFilter is used to match a String argument against a regular pattern.
RegExFilter() - Constructor for class org.mule.routing.filters.RegExFilter
 
RegExFilter(String) - Constructor for class org.mule.routing.filters.RegExFilter
 
registerAction(String, int) - Static method in class org.mule.api.context.notification.ServerNotification
 
registerAgent(Agent) - Method in interface org.mule.api.registry.Registry
 
registerAgent(Agent) - Method in class org.mule.registry.TransientRegistry
 
registerConnector(Connector) - Method in interface org.mule.api.registry.Registry
 
registerConnector(Connector) - Method in class org.mule.registry.TransientRegistry
 
registered() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
registered() - Method in class org.mule.agent.ConfigScannerAgent
 
registered() - Method in interface org.mule.api.agent.Agent
 
registerEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.registry.Registry
 
registerEndpoint(ImmutableEndpoint) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
registerEndpoint(ImmutableEndpoint) - Method in class org.mule.registry.TransientRegistry
 
registerEndpointBuilder(String, EndpointBuilder) - Method in interface org.mule.api.registry.Registry
 
registerEndpointBuilder(String, EndpointBuilder) - Method in class org.mule.registry.TransientRegistry
 
registerEvaluator(ExpressionEvaluator) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
 
registerExceptionReader(ExceptionReader) - Static method in class org.mule.config.ExceptionHelper
Registers an exception reader with Mule
registerHandler(String, URLStreamHandler) - Static method in class org.mule.util.MuleUrlStreamHandlerFactory
 
registerLifecycle(LifecyclePhase) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
registerLifecycle(LifecyclePhase) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
registerListener(ServerNotificationListener) - Method in interface org.mule.api.MuleContext
Registers an intenal server event listener.
registerListener(ServerNotificationListener, String) - Method in interface org.mule.api.MuleContext
Registers an intenal server event listener.
registerListener(Service, InboundEndpoint) - Method in interface org.mule.api.transport.Connector
This creates a MessageReceiver associated with this endpoint and registers it with the connector
registerListener(ServerNotificationListener) - Method in class org.mule.DefaultMuleContext
 
registerListener(ServerNotificationListener, String) - Method in class org.mule.DefaultMuleContext
 
registerListener(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
registerListeners() - Method in class org.mule.service.AbstractService
 
registerMaskedPropertyName(String) - Static method in class org.mule.util.PropertiesUtils
Register a property name for masking.
registerModel(Model) - Method in interface org.mule.api.registry.Registry
 
registerModel(Model) - Method in class org.mule.registry.TransientRegistry
 
registerObject(String, Object) - Method in interface org.mule.api.registry.Registry
 
registerObject(String, Object, Object) - Method in interface org.mule.api.registry.Registry
 
registerObject(String, Object) - Method in class org.mule.registry.AbstractRegistry
 
registerObject(String, Object, Object) - Method in class org.mule.registry.AbstractRegistry
 
registerObjects(Map) - Method in interface org.mule.api.registry.Registry
 
registerObjects(Map) - Method in class org.mule.registry.TransientRegistry
 
registerService(Service) - Method in interface org.mule.api.registry.Registry
 
registerService(Service) - Method in class org.mule.registry.TransientRegistry
 
registerShutdownHook(MuleShutdownHook) - Method in class org.mule.MuleServer
 
registerSourceType(Class) - Method in class org.mule.transformer.AbstractTransformer
 
registerSupportedPhase(String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
registerSupportedPhase(String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
registerSupportedProtocol(String) - Method in class org.mule.transport.AbstractConnector
Registers other protocols 'understood' by this connector.
registerSupportedProtocolWithoutPrefix(String) - Method in class org.mule.transport.AbstractConnector
Registers other protocols 'understood' by this connector.
registerTransformer(Transformer) - Method in interface org.mule.api.registry.Registry
 
registerTransformer(Transformer) - Method in class org.mule.registry.AbstractRegistry
 
RegistrationException - Exception in org.mule.api.registry
 
RegistrationException(String) - Constructor for exception org.mule.api.registry.RegistrationException
 
RegistrationException(Throwable) - Constructor for exception org.mule.api.registry.RegistrationException
 
Registry - Interface in org.mule.api.registry
 
registry - Static variable in class org.mule.RegistryContext
 
REGISTRY_DISPOSED - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_DISPOSING - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
REGISTRY_ID - Static variable in class org.mule.registry.TransientRegistry
 
REGISTRY_INITIALISED - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_INITIALISING - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_PROPERTIES - Static variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
RegistryContext - Class in org.mule
A handle to the Mule Registry.
RegistryContext() - Constructor for class org.mule.RegistryContext
 
registryId - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
RegistryNotification - Class in org.mule.context.notification
RegistyNotification is fired when an event such as an object being registered in the Registry starting occurs.
RegistryNotification(Registry, String) - Constructor for class org.mule.context.notification.RegistryNotification
 
RegistryNotification(Registry, int) - Constructor for class org.mule.context.notification.RegistryNotification
 
RegistryNotificationListener - Interface in org.mule.api.context.notification
RegistryNotificationListener is an observer interface that objects can implement and then register themselves with the MuleContext to be notified when a Registry event occurs.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.mule.util.concurrent.WaitPolicy
 
relativize(URI) - Method in class org.mule.endpoint.MuleEndpointURI
 
release() - Method in interface org.mule.api.transport.MessageAdapter
Perform any clean up operations on the message resource.
release() - Method in class org.mule.component.AbstractComponent
 
release() - Method in class org.mule.context.notification.ServerNotificationManager
 
release() - Method in class org.mule.DefaultMuleMessage
Perform any clean up operations on the message resource.
release() - Method in class org.mule.model.seda.SedaService
 
release() - Method in class org.mule.transport.AbstractMessageAdapter
Perform any clean up operations on the message resource.
release() - Method in class org.mule.transport.AbstractReceiverWorker
This method is called once this worker is no longer required.
release() - Method in class org.mule.transport.PollingReceiverWorker
 
release() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
release() - Method in class org.mule.work.WorkerContext
 
remoteSync - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
remoteSyncTimeout - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
remove(ServiceStatistics) - Method in class org.mule.management.stats.AllStatistics
 
remove(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
remove(Object) - Method in class org.mule.util.MapCombiner
 
remove(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
remove(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
remove(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Removes the object specified by the given id from the store.
removeAll(Collection) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
removeAllListeners(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
removeAllListeners() - Method in class org.mule.util.timer.EventTimerTask
 
removeArgument(ExpressionTransformer.Argument) - Method in class org.mule.transformer.simple.ExpressionTransformer
 
removeAttachment(String) - Method in interface org.mule.api.transport.MessageAdapter
Remove an attahcment form this message with the specifed name
removeAttachment(String) - Method in class org.mule.DefaultMuleMessage
Remove an attahcment form this message with the specifed name
removeAttachment(String) - Method in class org.mule.transport.AbstractMessageAdapter
Remove an attahcment form this message with the specifed name
removeClassProperty(String, Properties) - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
removed - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
removedMessage(MuleMessage) - Method in interface org.mule.api.MuleMessageCollection
 
removedMessage(MuleMessage) - Method in class org.mule.DefaultMessageCollection
 
removeEncryptionStrategy(String) - Method in interface org.mule.api.security.SecurityManager
 
removeEncryptionStrategy(String) - Method in class org.mule.security.MuleSecurityManager
 
removeEndpoint(OutboundEndpoint) - Method in class org.mule.AbstractExceptionListener
 
removeEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.InboundRouterCollection
 
removeEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.OutboundRouter
Removes a specific endpoint from the router
removeEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
removeEndpoint(InboundEndpoint) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
removeEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
removeEndpoint(InboundEndpoint) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
removeEntryPointResolver(EntryPointResolver) - Method in interface org.mule.api.model.EntryPointResolverSet
Removes a resolver from the list
removeEntryPointResolver(EntryPointResolver) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
removeEvent(MuleEvent) - Method in class org.mule.routing.inbound.EventGroup
Remove the given event from the group.
removeEventGroup(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Remove the group from this aggregator's "store".
removeEventGroup(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
removeEventGroup(EventGroup) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
removeExpirable(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
removeFile(File) - Method in class org.mule.util.monitor.FileMonitor
Remove specified file for listening.
removeFromEnvironment(String) - Method in class org.mule.jndi.SimpleContext
 
removeIgnoredMethod(String) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
removeListener(ServerNotificationListener) - Method in class org.mule.context.notification.ServerNotificationManager
This removes *all* registrations that reference this listener
removeListener(FileMonitor) - Method in class org.mule.util.monitor.FileMonitor
Remove listener from this file monitor.
removeListener(TimeEventListener) - Method in class org.mule.util.timer.EventTimerTask
 
removeMethod(String) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
removeMethod(String) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
removeNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
removeNamespaces(Map) - Static method in class org.mule.util.PropertiesUtils
 
removeOrderedLifecycleObject(LifecycleObject) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
removeOrderedLifecycleObject(LifecycleObject) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
removeProperty(Object) - Method in interface org.mule.api.MuleSession
Will retrieve a session level property and remove it from the session
removeProperty(String, Properties) - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
removeProperty(String) - Method in interface org.mule.api.transport.MessageAdapter
Removes a property on this message
removeProperty(String) - Method in class org.mule.DefaultMuleMessage
Removes a property on this message
removeProperty(Object) - Method in class org.mule.DefaultMuleSession
Will retrieve a session level property and remove it from the session
removeProperty(String) - Method in class org.mule.transport.AbstractMessageAdapter
Removes a property on this message
removeProperty(String) - Method in class org.mule.transport.MessagePropertiesContext
Removes a property on this message
removeProvider(String) - Method in interface org.mule.api.security.SecurityManager
 
removeProvider(String) - Method in class org.mule.security.MuleSecurityManager
 
removeRouter(InboundRouter) - Method in interface org.mule.api.routing.InboundRouterCollection
 
removeRouter(ResponseRouter) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
removeRouter(Router) - Method in interface org.mule.api.routing.RouterCollection
 
removeRouter(Router) - Method in class org.mule.routing.AbstractRouterCollection
 
removeRouter(InboundRouter) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
removeRouter(ResponseRouter) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
removeXmlNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
rename(Name, Name) - Method in class org.mule.jndi.SimpleContext
 
rename(Attributes.Name, Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
rename(String, String) - Method in class org.mule.jndi.SimpleContext
 
rename(File, File) - Method in interface org.mule.util.file.FileSession
 
rename(File, File) - Method in class org.mule.util.file.TransactedFileSession
 
renameFile(String, String) - Static method in class org.mule.util.FileUtils
 
renameFile(File, File) - Static method in class org.mule.util.FileUtils
 
renameFileHard(String, String) - Static method in class org.mule.util.FileUtils
 
renameFileHard(File, File) - Static method in class org.mule.util.FileUtils
 
repeat(char, int) - Static method in class org.mule.util.StringUtils
Like StringUtils.repeat(String, int) but with a single character as argument.
replaceObjectNameChars(String) - Static method in class org.mule.util.ObjectNameHelper
 
replyTo - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ReplyToHandler - Interface in org.mule.api.transport
ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
request(String, long) - Method in interface org.mule.api.transport.Connector
Deprecated. Use request(ImmutableEndpoint endpoint, long timeout)
request(InboundEndpoint, long) - Method in interface org.mule.api.transport.Connector
Make a specific request to the underlying transport
request(long) - Method in interface org.mule.api.transport.MessageRequesting
Make a specific request to the underlying transport
request(long) - Method in class org.mule.endpoint.DefaultInboundEndpoint
 
request(long) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
request(String, long) - Method in class org.mule.transport.AbstractConnector
 
request(InboundEndpoint, long) - Method in class org.mule.transport.AbstractConnector
 
request(long) - Method in class org.mule.transport.AbstractMessageRequester
Make a specific request to the underlying transport
REQUEST_NO_WAIT - Static variable in interface org.mule.api.transport.MessageRequesting
 
REQUEST_WAIT_INDEFINITELY - Static variable in interface org.mule.api.transport.MessageRequesting
 
RequestContext - Class in org.mule
RequestContext is a thread context where components can get the current event or set response properties that will be sent on the outgoing message.
RequestContext() - Constructor for class org.mule.RequestContext
Do not instanciate.
RequestContextInvocation - Class in org.mule.interceptor
 
RequestContextInvocation() - Constructor for class org.mule.interceptor.RequestContextInvocation
 
requesterFactory - Variable in class org.mule.transport.AbstractConnector
Factory used to create requesters for this connector
requesters - Variable in class org.mule.transport.AbstractConnector
A pool of requesters for this connector, keyed by endpoint
requestEvent(InboundEndpoint, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(String, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(EndpointURI, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(InboundEndpoint, long) - Method in interface org.mule.api.MuleSession
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in interface org.mule.api.MuleSession
Requests a synchronous receive of an event on the service
requestEvent(InboundEndpoint, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(EndpointURI, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in class org.mule.DefaultMuleSession
 
requestEvent(InboundEndpoint, long) - Method in class org.mule.DefaultMuleSession
 
resequenceEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventResequencer
Reorder collected events according to the configured Comparator.
reset() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
reset() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
reset() - Method in class org.mule.model.streaming.DelegatingInputStream
 
reset() - Method in class org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
 
resetAccessControl() - Method in interface org.mule.api.ThreadSafeAccess
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAccessControl() - Method in class org.mule.DefaultMuleEvent
 
resetAccessControl() - Method in class org.mule.DefaultMuleMessage
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAccessControl(Object) - Static method in class org.mule.RequestContext
 
resetAccessControl() - Method in class org.mule.transport.AbstractMessageAdapter
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetExpirable(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
resetState() - Method in class org.mule.transport.AbstractConnectionStrategy
Resets any state stored in the retry strategy
resetState() - Method in class org.mule.transport.SimpleRetryConnectionStrategy
Resets any state stored in the retry strategy
resetState() - Method in class org.mule.transport.SingleAttemptConnectionStrategy
Resets any state stored in the retry strategy
Resin3TransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
Resin3TransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.Resin3TransactionManagerLookupFactory
 
resolve(URI) - Method in class org.mule.endpoint.MuleEndpointURI
 
resolve(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
resolveTransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
resource - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
resource - Variable in class org.mule.transport.AbstractReceiverResourceWorker
 
RESOURCE_INFO_PROPERTY - Static variable in class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
resourceIdentifier - Variable in class org.mule.api.context.notification.ServerNotification
The resourceIdentifier is used when firing inbound server notifications such as Admin notifications or other action notifications triggered by an external source Used to associate the event with a particular resource.
resourceManager - Variable in class org.mule.util.xa.DefaultXASession
 
resourceManagerDirty() - Static method in class org.mule.config.i18n.CoreMessages
 
ResourceManagerException - Exception in org.mule.util.xa
 
ResourceManagerException() - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
resourceManagerNotReady() - Static method in class org.mule.config.i18n.CoreMessages
 
resourceManagerNotStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
ResourceManagerSystemException - Exception in org.mule.util.xa
 
ResourceManagerSystemException() - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceNameEndpointURIBuilder - Class in org.mule.endpoint
ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
ResourceNameEndpointURIBuilder() - Constructor for class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
ResponseCorrelationAggregator - Class in org.mule.routing.response
ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
ResponseCorrelationAggregator() - Constructor for class org.mule.routing.response.ResponseCorrelationAggregator
 
responseEndpoint - Variable in class org.mule.transport.AbstractMessageReceiver
 
responseMessages - Variable in class org.mule.routing.response.AbstractResponseAggregator
The collection of messages that are ready to be returned to the callee.
ResponseOutputStream - Class in org.mule
ResponseOutputStream is an output stream associated with the currently received event.
ResponseOutputStream(OutputStream) - Constructor for class org.mule.ResponseOutputStream
 
ResponseOutputStream(Socket, OutputStream) - Constructor for class org.mule.ResponseOutputStream
 
ResponseRouter - Interface in org.mule.api.routing
ResponseRouter is a router that handles response flow.
responseRouter - Variable in class org.mule.service.AbstractService
 
ResponseRouterCollection - Interface in org.mule.api.routing
ResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
responseRouterMustUseInboundEndpoints(ResponseRouterCollection, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
responseTimedOutWaitingForId(int, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ResponseTimeoutException - Exception in org.mule.api.routing
ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
ResponseTimeoutException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.ResponseTimeoutException
 
ResponseTimeoutException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.ResponseTimeoutException
 
responseTransformers - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
responseTransformers - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
restore() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
restore() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
restore() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Retrieves the ids of the stored objects.
restoreFiles(File, List) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
resume() - Method in interface org.mule.api.service.Service
Resumes a single Mule Service that has been paused.
resume() - Method in interface org.mule.api.transaction.Transaction
Resume the XA transaction
resume() - Method in class org.mule.service.AbstractService
Resumes a single Mule Service that has been paused.
resume() - Method in class org.mule.transaction.AbstractTransaction
 
resume() - Method in class org.mule.transaction.XaTransaction
 
resumeEncoding() - Method in class org.mule.util.Base64.OutputStream
Resumes encoding of the stream.
resumeXATransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
retainAll(Collection) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in interface org.mule.api.transport.SessionHandler
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in class org.mule.MuleSessionHandler
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in class org.mule.NullSessionHandler
 
RETRY_COUNT_FOREVER - Static variable in class org.mule.transport.SimpleRetryConnectionStrategy
 
retryCounter - Static variable in class org.mule.transport.SimpleRetryConnectionStrategy
 
returnClass - Variable in class org.mule.transformer.AbstractTransformer
The return type that will be returned by the AbstractTransformer.transform(java.lang.Object) method is called
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.AbstractJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.DefaultJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.PooledJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.SimpleCallableJavaComponent
 
returnObject(Object) - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
returnObject(Object) - Method in interface org.mule.util.pool.ObjectPool
 
rollback() - Method in interface org.mule.api.transaction.Transaction
Rollback the transaction
rollback() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
rollback() - Method in class org.mule.transaction.AbstractTransaction
 
rollback() - Method in interface org.mule.util.file.FileSession
 
rollback() - Method in interface org.mule.util.queue.QueueSession
 
rollback() - Method in class org.mule.util.xa.DefaultXASession
 
rollback(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
rollbackOnly - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
rollbackTransaction() - Method in class org.mule.AbstractExceptionListener
 
rollbackTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
rollbackTxFilter - Variable in class org.mule.AbstractExceptionListener
 
rolledBack - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
rootStackTrace() - Static method in class org.mule.config.i18n.CoreMessages
 
route(MuleEvent) - Method in interface org.mule.api.routing.InboundRouterCollection
 
route(MuleMessage, MuleSession, boolean) - Method in interface org.mule.api.routing.NestedRouter
This method is responsible for routing the Message via the MuleSession.
route(MuleMessage, MuleSession, boolean) - Method in interface org.mule.api.routing.OutboundRouter
This method is responsible for routing the Message via the MuleSession.
route(MuleMessage, MuleSession, boolean) - Method in interface org.mule.api.routing.OutboundRouterCollection
Prepares one or more events to be dispached by a Message Dispatcher.
route(MuleEvent) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
route(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.nested.DefaultNestedRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.ChainingRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.EndpointSelector
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.MulticastingRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.TemplateEndpointRouter
 
route(MuleMessage, MuleSession, boolean) - Method in class org.mule.routing.outbound.TransformerRouter
 
route(MuleEvent) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
routeException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.AbstractExceptionListener
Routes the current exception to an error endpoint such as a Dead Letter Queue (jms) This method is only invoked if there is a MuleMessage available to dispatch.
routeException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
routeMessage(MuleMessage) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, boolean) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, boolean, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, boolean) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, boolean, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
RoutePathNotFoundException - Exception in org.mule.api.routing
RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
RoutePathNotFoundException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
Router - Interface in org.mule.api.routing
Router is a base interface for all routers.
RouterCatchAllStrategy - Interface in org.mule.api.routing
RouterCatchAllStrategy TODO
RouterCollection - Interface in org.mule.api.routing
RouterCollection defines the interface for a MessageRouter that manages more than one router.
routers - Variable in class org.mule.routing.AbstractRouterCollection
 
routers - Variable in class org.mule.routing.nested.NestedInvocationHandler
 
RouterStatistics - Class in org.mule.management.stats
RouterStatistics TODO
RouterStatistics(int) - Constructor for class org.mule.management.stats.RouterStatistics
The constructor
ROUTING_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
RoutingException - Exception in org.mule.api.routing
RoutingException is a base class for all routing exceptions.
RoutingException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutingException
 
routingFailedOnEndpoint(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
RoutingNotification - Class in org.mule.context.notification
Is fired by routers.
RoutingNotification(MuleMessage, String, int) - Constructor for class org.mule.context.notification.RoutingNotification
 
RoutingNotificationListener - Interface in org.mule.api.context.notification
RoutingNotificationListener is an observer interface that objects can use to receive notifications about routing events such as async-reply misses.
run() - Method in class org.mule.context.notification.ServerNotificationManager
 
run() - Method in class org.mule.model.seda.SedaService
While the service isn't stopped this runs a continuous loop checking for new events in the queue.
run() - Method in class org.mule.MuleServer
Overloaded the [main] thread run method.
run() - Method in class org.mule.MuleShutdownHook
 
run() - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.Expirer
 
run() - Method in class org.mule.transport.AbstractReceiverWorker
This will run the receiver logic and call AbstractReceiverWorker.release() once AbstractReceiverWorker.doRun() completes.
run() - Method in class org.mule.transport.PollingReceiverWorker
 
run() - Method in class org.mule.transport.PollingReceiverWorkerSchedule
 
run() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
run() - Method in class org.mule.util.monitor.ExpiryMonitor
The action to be performed by this timer task.
run() - Method in class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
run() - Method in class org.mule.util.timer.EventTimerTask
The action to be performed by this timer task.
run() - Method in class org.mule.work.WorkerContext
 
running - Variable in class org.mule.transport.PollingReceiverWorker
 

S

SAFE - Static variable in class org.mule.RequestContext
 
safeMessageCopy(MuleMessage) - Static method in class org.mule.RequestContext
 
schedule() - Method in class org.mule.transport.AbstractPollingMessageReceiver
This method registers this receiver for periodic polling ticks with the connectors scheduler.
scheduler - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
schedules - Variable in class org.mule.transport.AbstractPollingMessageReceiver
 
scheduleWork(Work) - Method in class org.mule.work.MuleWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
ScheduleWorkExecutor - Class in org.mule.work
 
ScheduleWorkExecutor() - Constructor for class org.mule.work.ScheduleWorkExecutor
 
schemeCannotChangeForRouter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
schemeNotCompatibleWithConnector(String, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
SCOPE_IMMEDIATE - Static variable in interface org.mule.api.registry.Registry
 
SCOPE_LOCAL - Static variable in interface org.mule.api.registry.Registry
 
SCOPE_REMOTE - Static variable in interface org.mule.api.registry.Registry
 
scopedMap - Variable in class org.mule.transport.MessagePropertiesContext
 
seconds() - Static method in class org.mule.config.i18n.CoreMessages
 
secretKey - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
SecretKeyEncryptionStrategy - Class in org.mule.security
SecretKey based encryption using JCE.
SecretKeyEncryptionStrategy() - Constructor for class org.mule.security.SecretKeyEncryptionStrategy
 
SecretKeyFactory - Interface in org.mule.security
A factory class for providing secret keys to an instance of SecretKeyEncryptionStrategy.
SECURITY_AUTHENTICATION_FAILED - Static variable in class org.mule.context.notification.SecurityNotification
 
SECURITY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SecurityContext - Interface in org.mule.api.security
SecurityContext holds security information and is associated with the MuleSession.
SecurityContextFactory - Interface in org.mule.api.security
SecurityContextFactory is responsible for creating a SecurityContext instance.
SecurityException - Exception in org.mule.api.security
SecurityException is a generic security exception
SecurityException(Message, MuleMessage) - Constructor for exception org.mule.api.security.SecurityException
 
SecurityException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.SecurityException
 
securityFilter - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
SecurityManager - Interface in org.mule.api.security
SecurityManager is responsible for managing one or more security providers.
securityManager - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
SecurityNotification - Class in org.mule.context.notification
SecurityNotification is fired when a request for authorisation occurs.
SecurityNotification(SecurityException, int) - Constructor for class org.mule.context.notification.SecurityNotification
 
SecurityNotificationListener - Interface in org.mule.api.context.notification
MuleContextNotificationListener is an observer interface that objects can implement to receive notifications about secure access requests.
SecurityProvider - Interface in org.mule.api.security
SecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the Authentication object.
SecurityProviderFactory - Interface in org.mule.api.security.provider
Determines and initializes JDK-specific security provider.
SecurityProviderInfo - Interface in org.mule.api.security.provider
A holder for some JDK-level SSL/TLS properties.
SecurityProviderNotFoundException - Exception in org.mule.api.security
SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
SecurityProviderNotFoundException(String) - Constructor for exception org.mule.api.security.SecurityProviderNotFoundException
 
SecurityProviderNotFoundException(String, Throwable) - Constructor for exception org.mule.api.security.SecurityProviderNotFoundException
 
SedaModel - Class in org.mule.model.seda
A mule service service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently.
SedaModel() - Constructor for class org.mule.model.seda.SedaModel
 
SedaService - Class in org.mule.model.seda
A Seda service runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice service.
SedaService() - Constructor for class org.mule.model.seda.SedaService
For Spring only
SedaServiceStatistics - Class in org.mule.management.stats
TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService.
SedaServiceStatistics(String, int, int) - Constructor for class org.mule.management.stats.SedaServiceStatistics
 
SelectiveConsumer - Class in org.mule.routing.inbound
SelectiveConsumer is an inbound router used to filter out unwanted events.
SelectiveConsumer() - Constructor for class org.mule.routing.inbound.SelectiveConsumer
 
send(OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.transport.Connector
Sends an event from the endpoint to the external system
send(MuleEvent) - Method in interface org.mule.api.transport.MessageDispatching
Sends an event from the endpoint to the external system
send(MuleEvent) - Method in class org.mule.endpoint.DefaultOutboundEndpoint
 
send(MuleEvent) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
send(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
send(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
send(OutboundEndpoint, MuleEvent) - Method in class org.mule.transport.AbstractConnector
 
send(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
sendEvent(Object) - Method in interface org.mule.api.MuleEventContext
This will send an event via the configured outbound router on the service
sendEvent(MuleMessage) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, EndpointURI) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage) - Method in interface org.mule.api.MuleSession
This will send an event via the configured outbound endpoint on the service for this session
sendEvent(MuleEvent) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleEvent) - Method in interface org.mule.api.service.Service
Makes a synhronous event call to the service.
sendEvent(Object) - Method in class org.mule.DefaultMuleEventContext
This will send an event via the configured outbound router on the service
sendEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, EndpointURI) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpointUri configured for the event
sendEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleMessage) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleEvent) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleEvent) - Method in class org.mule.service.AbstractService
 
sendEventAsync(Object, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, EndpointURI, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, String, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(Object, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, EndpointURI, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, String, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.service.AbstractService
 
SEPARATOR - Static variable in class org.mule.util.ObjectNameHelper
 
SerializableToByteArray - Class in org.mule.transformer.simple
SerializableToByteArray converts a serializable object or a String to a byte array.
SerializableToByteArray() - Constructor for class org.mule.transformer.simple.SerializableToByteArray
 
SerializationWireFormat - Class in org.mule.transformer.wire
Wire format using Java serialization
SerializationWireFormat() - Constructor for class org.mule.transformer.wire.SerializationWireFormat
 
SerializedMuleMessageWireFormat - Class in org.mule.transformer.wire
Wire format using Java serialization to serialize MuleMessage objects accross the wire
SerializedMuleMessageWireFormat() - Constructor for class org.mule.transformer.wire.SerializedMuleMessageWireFormat
 
serverId - Variable in class org.mule.api.context.notification.ServerNotification
 
ServerNotification - Class in org.mule.api.context.notification
ServerNotification is an event triggered by something happening in the Server itself such as the server starting or a service being registered.
ServerNotification(Object, int) - Constructor for class org.mule.api.context.notification.ServerNotification
 
ServerNotification(Object, int, String) - Constructor for class org.mule.api.context.notification.ServerNotification
 
ServerNotificationHandler - Interface in org.mule.api.context.notification
 
ServerNotificationListener - Interface in org.mule.api.context.notification
ServerNotificationListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the server, model and components stop, start, initialise, etc.
ServerNotificationManager - Class in org.mule.context.notification
A reworking of the event manager that allows efficient behaviour without global on/off switches in the config.
ServerNotificationManager() - Constructor for class org.mule.context.notification.ServerNotificationManager
 
serverNotificationManagerNotEnabled() - Static method in class org.mule.config.i18n.CoreMessages
 
serverShutdownAt(Date) - Static method in class org.mule.config.i18n.CoreMessages
 
serverStartedAt(long) - Static method in class org.mule.config.i18n.CoreMessages
 
serverWasUpForDuration(long) - Static method in class org.mule.config.i18n.CoreMessages
 
service - Variable in class org.mule.api.registry.AbstractServiceDescriptor
 
Service - Interface in org.mule.api.service
Service is the interal repesentation of a Mule Managed service.
service - Variable in class org.mule.component.AbstractComponent
 
service - Variable in class org.mule.component.builder.AbstractMessageBuilder
 
service - Variable in class org.mule.transport.AbstractMessageReceiver
The Service with which this receiver is associated with
SERVICE_DISPOSED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SERVICE_FINDER - Static variable in interface org.mule.api.config.MuleProperties
Generic Service descriptor properties
SERVICE_ID - Static variable in interface org.mule.util.compression.CompressionStrategy
JDK1.3+ 'Service Provider' specification ( http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html )
SERVICE_INITIALISED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_PATH - Static variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
SERVICE_PAUSED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_RESUMED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_ROOT - Static variable in class org.mule.util.SpiUtils
 
SERVICE_STARTED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_STOPPED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_STOPPING - Static variable in class org.mule.context.notification.ServiceNotification
 
ServiceAware - Interface in org.mule.api.service
ServiceAware is an injector interface that will supply a Service to the object.
ServiceCatchAllStrategy - Class in org.mule.routing
ServiceCatchAllStrategy is used to catch any events and forward the events to the service as is.
ServiceCatchAllStrategy() - Constructor for class org.mule.routing.ServiceCatchAllStrategy
 
ServiceDescriptor - Interface in org.mule.api.registry
Parent interface for any pluggable service in Mule (transport, model, etc.)
serviceDescriptor - Variable in class org.mule.transport.AbstractConnector
Holds the service configuration for this connector
ServiceDescriptorFactory - Class in org.mule.api.registry
Factory used to create a new service descriptor.
ServiceDescriptorFactory() - Constructor for class org.mule.api.registry.ServiceDescriptorFactory
 
ServiceException - Exception in org.mule.api.registry
Any service-related exception: service not found, service lookup error, etc.
ServiceException(Message) - Constructor for exception org.mule.api.registry.ServiceException
 
ServiceException(Message, Throwable) - Constructor for exception org.mule.api.registry.ServiceException
 
ServiceException - Exception in org.mule.api.service
ServiceException should be thrown when some action on a service fails, such as starting or stopping
ServiceException(Message, MuleMessage, Service) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceException(Message, MuleMessage, Service, Throwable) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceException(MuleMessage, Service, Throwable) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceFinder - Interface in org.mule.api.registry
ServiceFinder can be used as a hook into the service lookup process to return the correct Service Descriptor for a given service name.
serviceFinderCantFindService(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ServiceNotification - Class in org.mule.context.notification
ServiceNotification is fired when an event such as the service starting occurs.
ServiceNotification(Service, int) - Constructor for class org.mule.context.notification.ServiceNotification
 
ServiceNotificationListener - Interface in org.mule.api.context.notification
ServiceNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Service event occurs.
serviceOverrides - Variable in class org.mule.transport.AbstractConnector
The map of service overrides that can be used to extend the capabilities of the connector
ServiceRoutingException - Exception in org.mule.api.routing
ServiceRoutingException is thrown due to a routing exception between the endpoint the event was received on and the service receiving the event.
ServiceRoutingException(Message, MuleMessage, ImmutableEndpoint, Service) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(Message, MuleMessage, ImmutableEndpoint, Service, Throwable) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(MuleMessage, ImmutableEndpoint, Service) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(MuleMessage, ImmutableEndpoint, Service, Throwable) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceStatistics - Class in org.mule.management.stats
 
ServiceStatistics(String) - Constructor for class org.mule.management.stats.ServiceStatistics
 
ServiceStatistics(String, int) - Constructor for class org.mule.management.stats.ServiceStatistics
The constructor
SESSION - Static variable in class org.mule.api.transport.PropertyScope
Defines the scope for any properties set on the session.
SESSION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
SessionException - Exception in org.mule.api.model
SessionException is thrown when errors occur in the DefaultMuleSession or Seession Manager
SessionException(Message) - Constructor for exception org.mule.api.model.SessionException
 
SessionException(Message, Throwable) - Constructor for exception org.mule.api.model.SessionException
 
SessionHandler - Interface in org.mule.api.transport
An interface used for reading and writing session information to and from the current message.
sessionHandler - Variable in class org.mule.transport.AbstractConnector
The strategy used for reading and writing session information to and fromt he transport
sessionValueIsMalformed(String) - Static method in class org.mule.config.i18n.CoreMessages
 
set(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
SET_PROPERTIES_METHOD - Static variable in class org.mule.util.BeanUtils
 
SET_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
setAcceptUMOMessage(boolean) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
setAcceptVoidMethods(boolean) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
setAction(byte) - Method in interface org.mule.api.transaction.TransactionConfig
 
setAction(byte) - Method in class org.mule.transaction.MuleTransactionConfig
 
setActionAsString(String) - Method in class org.mule.transaction.MuleTransactionConfig
 
setAddProperties(Map) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setAddress(String) - Method in class org.mule.endpoint.URIBuilder
 
setAlgorithm(String) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
setAllListenerSubscriptionPairs(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setArguments(List) - Method in class org.mule.transformer.simple.ExpressionTransformer
 
setAssertMessageAccess(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setAuthenticate(boolean) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setAuthenticated(boolean) - Method in interface org.mule.api.security.Authentication
 
setAuthenticated(boolean) - Method in class org.mule.security.DefaultMuleAuthentication
 
setAuthentication(Authentication) - Method in interface org.mule.api.security.SecurityContext
 
setAutoWrapMessageAwareTransform(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setBase64Encoding(boolean) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
setBatchSize(int) - Method in class org.mule.transaction.constraints.BatchConstraint
 
setBooleanProperty(String, boolean) - Method in interface org.mule.api.transport.MessageAdapter
Sets a boolean property on the message
setBooleanProperty(String, boolean) - Method in class org.mule.DefaultMuleMessage
Sets a boolean property on the message
setBooleanProperty(String, boolean) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a boolean property on the message
setCacheMessageAsBytes(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCacheMessageOriginalPayload(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCapacity(int) - Method in class org.mule.util.queue.QueueConfiguration
 
setCaseSensitive(boolean) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
setCaseSensitive(boolean) - Method in class org.mule.routing.filters.WildcardFilter
 
setCatchAllStrategy(RouterCatchAllStrategy) - Method in interface org.mule.api.routing.RouterCollection
 
setCatchAllStrategy(RouterCatchAllStrategy) - Method in class org.mule.routing.AbstractRouterCollection
 
setChainsawHost(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setChainsawPort(int) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setClientKeyStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStore(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientKeyStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStorePassword(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientKeyStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStoreType(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientMode(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setClusterId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCommitTxFilter(WildcardFilter) - Method in class org.mule.AbstractExceptionListener
 
setComparator(Comparator) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
setComponent(Component) - Method in interface org.mule.api.service.Service
Sets the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
setComponent(Component) - Method in class org.mule.model.pipeline.PipelineService
 
setComponent(Component) - Method in class org.mule.service.AbstractService
 
setComponentPerRequest(boolean) - Method in class org.mule.model.seda.SedaModel
 
setComponentPoolSize(int) - Method in class org.mule.management.stats.SedaServiceStatistics
 
setComponentStat(ComponentStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setConfigBuilderClassName(String) - Static method in class org.mule.MuleServer
Sets the configuration builder to use for this server.
setConfigDirName(String) - Method in class org.mule.agent.ConfigScannerAgent
 
setConfigurationResources(String) - Method in class org.mule.MuleServer
Setter for property configurationResources.
setConnectionStrategy(ConnectionStrategy) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setConnectionStrategy(ConnectionStrategy) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setConnectionStrategy(ConnectionStrategy) - Method in class org.mule.transport.AbstractConnector
Setter for property 'connectionStrategy'.
setConnector(Connector) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setConnector(Connector) - Method in interface org.mule.api.transport.MessageReceiver
 
setConnector(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setConnector(Connector) - Method in class org.mule.transport.AbstractMessageReceiver
 
setConstraint(ConstraintFilter) - Method in interface org.mule.api.transaction.TransactionConfig
 
setConstraint(ConstraintFilter) - Method in class org.mule.transaction.MuleTransactionConfig
 
setContext(Context) - Method in class org.mule.object.JndiObjectFactory
 
setContext(Context) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setCorrelationGroupSize(int) - Method in interface org.mule.api.transport.MessageAdapter
Determines how many messages are in the correlation group
setCorrelationGroupSize(int) - Method in class org.mule.DefaultMuleMessage
 
setCorrelationGroupSize(int) - Method in class org.mule.transport.AbstractMessageAdapter
Determines how many messages are in the correlation group
setCorrelationId(String) - Method in interface org.mule.api.transport.MessageAdapter
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.DefaultMuleMessage
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a correlationId for this message.
setCorrelationIdExpression(String) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
setCorrelationSequence(int) - Method in interface org.mule.api.transport.MessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(int) - Method in class org.mule.DefaultMuleMessage
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(int) - Method in class org.mule.transport.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCreateConnector(int) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setCreateMultipleTransactedReceivers(boolean) - Method in class org.mule.transport.AbstractConnector
 
setCredentials(MuleEvent, Object) - Method in interface org.mule.api.security.CredentialsAccessor
 
setCredentials() - Method in class org.mule.DefaultMuleEvent
 
setCredentials(MuleEvent, Object) - Method in class org.mule.security.MuleHeaderCredentialsAccessor
 
setCredentialsAccessor(CredentialsAccessor) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setCredentialsAccessor(CredentialsAccessor) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setCurrentPhase(LifecyclePhase) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setCustomEvaluator(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setCustomEvaluator(String) - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
setData(Object) - Method in class org.mule.component.simple.StaticComponent
 
setDataFile(String) - Method in class org.mule.component.simple.StaticComponent
 
setDefaultEncoding(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultQueueConfiguration(QueueConfiguration) - Method in interface org.mule.util.queue.QueueManager
 
setDefaultQueueConfiguration(QueueConfiguration) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setDefaultRemoteSync(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultScope(int) - Method in interface org.mule.api.registry.Registry
 
setDefaultScope(int) - Method in class org.mule.registry.AbstractRegistry
 
setDefaultSynchronousEndpoints(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultSynchronousEventTimeout(int) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultTransactionTimeout(int) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultTransactionTimeout(long) - Method in class org.mule.util.xa.AbstractResourceManager
Sets the default transaction timeout.
setDeleteProperties(List) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setDeleteUnacceptedMessages(boolean) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setDeleteUnacceptedMessages(boolean) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setDelimiter(String) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
setDelimiter(String) - Method in class org.mule.transformer.simple.StringToObjectArray
 
setDifference(Object[], Object[]) - Static method in class org.mule.util.ArrayUtils
 
setDifference(String[], String[]) - Static method in class org.mule.util.ArrayUtils
 
setDirty(AbstractTransactionContext, Throwable) - Method in class org.mule.util.xa.AbstractResourceManager
Flag this resource manager as dirty.
setDisabledInterfaces(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setDisabledTypes(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setDispatcherFactory(MessageDispatcherFactory) - Method in interface org.mule.api.transport.Connector
The dispatcher factory is used to create a message dispatcher of the current request
setDispatcherFactory(MessageDispatcherFactory) - Method in class org.mule.transport.AbstractConnector
 
setDispatcherThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'dispatcherThreadingProfile'.
setDomainId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDoStop(boolean) - Method in class org.mule.agent.ConfigScannerAgent
 
setDoThreading(boolean) - Method in interface org.mule.api.config.ThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.config.ChainedThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.config.ImmutableThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.transport.AbstractConnectionStrategy
 
setDoubleProperty(String, double) - Method in interface org.mule.api.transport.MessageAdapter
Sets a double property on the message
setDoubleProperty(String, double) - Method in class org.mule.DefaultMuleMessage
Sets a double property on the message
setDoubleProperty(String, double) - Method in class org.mule.transport.AbstractMessageAdapter
 
setDynamicNotification(boolean) - Method in class org.mule.transport.AbstractConnector
 
setEnableCorrelation(int) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnableCorrelationAsString(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnabled(boolean) - Method in interface org.mule.api.management.stats.Statistics
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.management.stats.AllStatistics
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.management.stats.ComponentStatistics
 
setEnabled(boolean) - Method in class org.mule.management.stats.RouterStatistics
 
setEnabled(boolean) - Method in class org.mule.management.stats.ServiceStatistics
Enable statistics logs (this is a dynamic parameter)
setEnableDiscovery(boolean) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
setEnableNotifications(boolean) - Method in class org.mule.AbstractExceptionListener
 
setEnablePooling(boolean) - Method in class org.mule.model.seda.SedaModel
 
setEnableStreaming(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setEncoding(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setEncoding(String) - Method in interface org.mule.api.transport.MessageAdapter
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.DefaultMuleMessage
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setEncoding(String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets the encoding for this message
setEncryptionStrategies(Collection) - Method in interface org.mule.api.security.SecurityManager
 
setEncryptionStrategies(Collection) - Method in class org.mule.security.MuleSecurityManager
 
setEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.NestedRouter
 
setEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.RouterCatchAllStrategy
 
setEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.transformer.BaseTransformer
Sets the endpoint associated with with this connector.
setEndpoint(InboundEndpoint) - Method in interface org.mule.api.transport.MessageReceiver
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.SocketEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.UrlEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.UserInfoEndpointURIBuilder
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.inbound.WireTap
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
setEndpoint(String) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.nested.DefaultNestedRouter
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.ServiceCatchAllStrategy
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.transformer.AbstractTransformer
 
setEndpoint(InboundEndpoint) - Method in class org.mule.transport.AbstractMessageReceiver
 
setEndpointAddress(String) - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
setEndpointName(String) - Method in interface org.mule.api.endpoint.EndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName()
setEndpointName(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
setEndpoints(List) - Method in class org.mule.AbstractExceptionListener
 
setEndpoints(List) - Method in interface org.mule.api.routing.InboundRouterCollection
 
setEndpoints(List) - Method in interface org.mule.api.routing.OutboundRouter
Sets a list of Endpoint instances associated with this router
setEndpoints(List) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
setEndpoints(List) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
setEndpoints(List) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEndpoints(List) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
setEndpoints(List) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setEndpointURI(EndpointURI) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
setEndpointURI(EndpointURI) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
setEntryPointResolvers(Collection) - Method in class org.mule.component.AbstractJavaComponent
Allow for incremental addition of resolvers by for example the spring-config module
setEntryPointResolvers(Collection) - Method in class org.mule.model.AbstractModel
This allows us to configure entry point resolvers incrementally
setEntryPointResolvers(Set) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
setEntryPointResolverSet(EntryPointResolverSet) - Method in interface org.mule.api.component.JavaComponent
A JavaComponent can have a custom entry-point resolver for its own object.
setEntryPointResolverSet(EntryPointResolverSet) - Method in interface org.mule.api.model.Model
This will be used to build entry points on the components registered with the model.
setEntryPointResolverSet(EntryPointResolverSet) - Method in class org.mule.component.AbstractJavaComponent
 
setEntryPointResolverSet(EntryPointResolverSet) - Method in class org.mule.model.AbstractModel
 
setEnvironment(Map) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setErrorMessage(String) - Method in class org.mule.api.model.InvocationResult
An optional error message can be set if the invocation state is not InvocationResult.STATE_INVOKED_SUCESSFUL
setErrorNoMatchingMethods(Object, Class[], EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorNoMatchingMethodsCalled(Object, String, EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorTooManyMatchingMethods(Object, Class[], String, EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorTooManyMatchingMethods(Object, Class[], EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setEvaluator(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setEvaluator(String) - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
setEvent(MuleEvent) - Static method in class org.mule.RequestContext
Set an event for out-of-scope thread access.
setException(Throwable) - Method in class org.mule.MuleShutdownHook
 
setExceptionCode(int) - Method in exception org.mule.api.MuleException
 
setExceptionDetails(MuleMessage, Throwable) - Method in class org.mule.transport.AbstractMessageReceiver
This method is used to set any additional aand possibly transport specific information on the return message where it has an exception payload.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.model.Model
The exception strategy to use by components managed by the model.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.service.Service
The exception strategy to use to handle exceptions in the Mule UMO.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.transport.Connector
 
setExceptionListener(ExceptionListener) - Method in class org.mule.model.AbstractModel
 
setExceptionListener(ExceptionListener) - Method in class org.mule.service.AbstractService
 
setExceptionListener(ExceptionListener) - Method in class org.mule.transport.AbstractConnector
 
setExceptionMappings(Properties) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
setExceptionMappings(Properties) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
setExceptionPayload(ExceptionPayload) - Method in interface org.mule.api.transport.MessageAdapter
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExceptionPayload(ExceptionPayload) - Method in class org.mule.DefaultMuleMessage
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExceptionPayload(ExceptionPayload) - Static method in class org.mule.RequestContext
There is no unsafe version of this because it shouldn't be performance critical
setExceptionPayload(ExceptionPayload) - Method in class org.mule.transport.AbstractMessageAdapter
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExecutingPhase(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setExecutor(Executor) - Method in class org.mule.api.FutureMessageResult
Set an ExecutorService to run this invocation.
setExhaustedAction(int) - Method in class org.mule.config.PoolingProfile
 
setExpectedType(Class) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
setExpirationInterval(int) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setExplicitTrustStoreOnly(boolean) - Method in interface org.mule.api.security.TlsDirectTrustStore
If the trust store is undefined and the trust store generated via System properties then the key store certificates defined via TODO can be used as a source of trust information.
setExpression(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setExpression(String) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
setExpression(String) - Method in class org.mule.routing.filters.RegExFilter
Deprecated. Use RegExFilter.getPattern() This method name was changed to be consistent with other filters
setExpression(String) - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
setFactory(TransactionFactory) - Method in interface org.mule.api.transaction.TransactionConfig
 
setFactory(TransactionFactory) - Method in class org.mule.transaction.MuleTransactionConfig
 
setFailOnMessageScribbling(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setFailOnTimeout(boolean) - Method in interface org.mule.api.routing.ResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setFilter(Filter) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setFilter(Filter) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setFilter(Filter) - Method in class org.mule.routing.filters.logic.NotFilter
 
setFilter(Filter) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setFilter(Filter) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setFilter(Filter) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
setFilters(List) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
setFrequency(long) - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
setHonorSynchronicity(boolean) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
Sets the flag indicating whether the splitter honurs endpoint settings
setHost(String) - Method in class org.mule.endpoint.URIBuilder
 
setId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setIgnoreAdminNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreBadInput(boolean) - Method in class org.mule.transformer.AbstractTransformer
 
setIgnoreComponentNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreConnectionNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreCustomNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoredMethods(Collection) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
setIgnoredObjectTypes(Class[]) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setIgnoredObjectTypes(Class[]) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setIgnoreManagementNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreManagerNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreMessageNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreModelNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreSecurityNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setInboundRouter(InboundRouterCollection) - Method in interface org.mule.api.service.Service
Inbound Routers control how events are received by a service.
setInboundRouter(InboundRouterCollection) - Method in class org.mule.service.AbstractService
 
setInboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setInboundTransformer(Transformer) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setInitialFactory(String) - Method in class org.mule.object.JndiObjectFactory
 
setInitialisationPolicy(int) - Method in class org.mule.config.PoolingProfile
 
setInitialState(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setInitialState(String) - Method in interface org.mule.api.service.Service
Sets the initial state of this service
setInitialState(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setInitialState(String) - Method in class org.mule.service.AbstractService
 
setInterface(Class) - Method in interface org.mule.api.routing.NestedRouter
 
setInterface(Class) - Method in class org.mule.routing.nested.DefaultNestedRouter
 
setInterfaceToTypes(Map) - Method in class org.mule.context.notification.ServerNotificationManager
 
setIntProperty(String, int) - Method in interface org.mule.api.transport.MessageAdapter
Sets a integerproperty on the message
setIntProperty(String, int) - Method in class org.mule.DefaultMuleMessage
Sets a integerproperty on the message
setIntProperty(String, int) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a integerproperty on the message
setIterationCount(int) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setJndiContext(Context) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiInitialFactory(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiName(String) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setJndiProviderProperties(Map) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiProviderUrl(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiUrlPkgPrefixes(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setKey(byte[]) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKey(String) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKey(Object) - Method in class org.mule.transformer.simple.MapLookup
 
setKeyFactory(SecretKeyFactory) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKeyManagerAlgorithm(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyManagerAlgorithm(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyPassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyPassword(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStore(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStorePassword(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStoreType(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setLeftFilter(Filter) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
setLevelMappings(Map) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in interface org.mule.api.component.JavaComponent
Sets the factory used create life-cycle adaptors that are used to wrap component instance.
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in interface org.mule.api.model.Model
Sets the lifecycleAdapterFactory on the model.
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in class org.mule.component.AbstractJavaComponent
 
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in class org.mule.model.AbstractModel
 
setLifecycleClass(Class) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setLifecycleClass(Class) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setLifecycleManager(LifecycleManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setLifecycleManager(LifecycleManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setLifecycles(Set) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
setLifecycles(Set) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setList(List) - Method in class org.mule.util.MapCombiner
 
setListener(ServerNotificationListener) - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
setListener(InternalMessageListener) - Method in class org.mule.transport.AbstractMessageReceiver
 
setLogConfigFile(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLogFile(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLogName(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLongProperty(String, long) - Method in interface org.mule.api.transport.MessageAdapter
Sets a long property on the message
setLongProperty(String, long) - Method in class org.mule.DefaultMuleMessage
Sets a long property on the message
setLongProperty(String, long) - Method in class org.mule.transport.AbstractMessageAdapter
 
setLookupOnEachCall(boolean) - Method in class org.mule.object.JndiObjectFactory
 
setMatchAll(boolean) - Method in interface org.mule.api.routing.RouterCollection
 
setMatchAll(boolean) - Method in class org.mule.routing.AbstractRouterCollection
 
setMaxActive(int) - Method in class org.mule.config.PoolingProfile
 
setMaxBufferSize(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxBufferSize(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxBufferSize(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxDepth(int) - Method in class org.mule.util.MapCombiner
 
setMaxDispatchersActive(int) - Method in class org.mule.transport.AbstractConnector
Configures the maximum number of dispatchers that can be concurrently active per endpoint
setMaxIdle(int) - Method in class org.mule.config.PoolingProfile
 
setMaxMessages(int) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setMaxOutstandingMessages(int) - Method in class org.mule.config.QueueProfile
This specifies the number of messages that can be queued before it starts blocking.
setMaxRequestersActive(int) - Method in class org.mule.transport.AbstractConnector
Configures the maximum number of requesters that can be concurrently active per endpoint
setMaxThreadsActive(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxThreadsActive(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxThreadsActive(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxThreadsIdle(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxThreadsIdle(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxThreadsIdle(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxWait(long) - Method in class org.mule.config.PoolingProfile
 
setMemoryPersistenceStrategy(QueuePersistenceStrategy) - Method in interface org.mule.util.queue.QueueManager
 
setMemoryPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setMessage(Message) - Method in exception org.mule.api.MuleException
 
setMessage(String) - Method in exception org.mule.api.MuleException
 
setMessage(String) - Method in class org.mule.transformer.simple.StringAppendTransformer
 
setMessageIdExpression(String) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
setMessageInfoMapping(MessageInfoMapping) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setMessageInfoMapping(MessageInfoMapping) - Method in class org.mule.routing.response.AbstractResponseRouter
 
setMessageProperties(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setMessageSize(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setMessageTTL(int) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setMeta(String) - Method in class org.mule.endpoint.URIBuilder
 
setMethod(String) - Method in interface org.mule.api.routing.NestedRouter
 
setMethod(String) - Method in class org.mule.routing.nested.DefaultNestedRouter
 
setMethodProperty(String) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
setMethods(Set) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
setMethods(Collection) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
setModel(Model) - Method in interface org.mule.api.service.Service
Sets the Model name that this descriptor is registered within.
setModel(Model) - Method in class org.mule.service.AbstractService
 
setMuleConfiguration(MuleConfiguration) - Method in interface org.mule.api.context.MuleContextBuilder
 
setMuleConfiguration(MuleConfiguration) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.AbstractAgent
 
setMuleContext(MuleContext) - Method in class org.mule.AbstractExceptionListener
 
setMuleContext(MuleContext) - Method in interface org.mule.api.context.MuleContextAware
 
setMuleContext(MuleContext) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
setMuleContext(MuleContext) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
setMuleContext(MuleContext) - Method in class org.mule.model.AbstractModel
 
setMuleContext(MuleContext) - Static method in class org.mule.MuleServer
 
setMuleContext(MuleContext) - Method in class org.mule.routing.AbstractRouter
 
setMuleContext(MuleContext) - Method in class org.mule.routing.AbstractRouterCollection
 
setMuleContext(MuleContext) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setMuleContext(MuleContext) - Method in class org.mule.service.AbstractService
 
setMuleContext(MuleContext) - Method in class org.mule.transport.AbstractConnector
 
setMuleContext(MuleContext) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
setName(String) - Method in class org.mule.AbstractAgent
 
setName(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setName(String) - Method in interface org.mule.api.NamedObject
Sets the name of the object
setName(String) - Method in interface org.mule.api.security.SecurityProvider
 
setName(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setName(String) - Method in class org.mule.management.stats.ServiceStatistics
 
setName(String) - Method in class org.mule.model.AbstractModel
 
setName(String) - Method in class org.mule.security.AbstractNamedEncryptionStrategy
 
setName(String) - Method in class org.mule.service.AbstractService
 
setName(String) - Method in class org.mule.transformer.AbstractTransformer
 
setName(String) - Method in class org.mule.transport.AbstractConnector
 
setName(String) - Method in class org.mule.util.expression.FunctionExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MapPayloadExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageAttachmentExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageAttachmentsExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageAttachmentsListExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageHeaderExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageHeadersExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessageHeadersListExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MessagePayloadExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.util.expression.MuleContextExpressionEvaluator
Sets the name of the object
setNestedRouter(NestedRouterCollection) - Method in interface org.mule.api.component.JavaComponent
 
setNestedRouter(NestedRouterCollection) - Method in class org.mule.component.AbstractJavaComponent
 
setNextMessage(Message) - Method in class org.mule.config.i18n.Message
 
setNextTransformer(StreamingTransformer) - Method in interface org.mule.api.transformer.StreamingTransformer
Transformers can be chained together and invoked in a series
setNotificationDynamic(boolean) - Method in class org.mule.context.notification.ServerNotificationManager
 
setNotificationManager(ServerNotificationManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setNotificationManager(ServerNotificationManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setNullReturnsTrue(boolean) - Method in class org.mule.routing.filters.ExpressionFilter
 
setNumberOfConcurrentTransactedReceivers(int) - Method in class org.mule.transport.AbstractConnector
 
setNumberOfMessages(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setObjectClass(Class) - Method in class org.mule.object.AbstractObjectFactory
 
setObjectClassName(String) - Method in class org.mule.object.AbstractObjectFactory
 
setObjectFactory(ObjectFactory) - Method in interface org.mule.api.component.JavaComponent
The object factory used to obtain the component object instance.
setObjectFactory(ObjectFactory) - Method in class org.mule.component.AbstractJavaComponent
 
setObjectFactory(ObjectFactory) - Method in class org.mule.component.SimpleCallableJavaComponent
 
setObjectFactory(ObjectFactory) - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
setObjectFactory(ObjectFactory) - Method in interface org.mule.util.pool.ObjectPool
 
setObjectName(String) - Method in class org.mule.object.JndiObjectFactory
 
setOptional(boolean) - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
setOrderedLifecycleObjects(Set) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setOrderedLifecycleObjects(Set) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setOutboundRouter(OutboundRouterCollection) - Method in interface org.mule.api.service.Service
Outbound Routers control how events are published by a service once.
setOutboundRouter(OutboundRouterCollection) - Method in class org.mule.service.AbstractService
 
setOutboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setOutboundTransformer(Transformer) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setOverrides(Properties) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
setOverwrite(boolean) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setParent(Registry) - Method in interface org.mule.api.registry.Registry
 
setParent(Registry) - Method in class org.mule.registry.AbstractRegistry
 
setPassword(String) - Method in class org.mule.endpoint.URIBuilder
 
setPassword(String) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setPath(String) - Method in class org.mule.endpoint.URIBuilder
 
setPattern(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
setPattern(String) - Method in class org.mule.routing.filters.MessagePropertyFilter
All Filters that are configured via spring have to implement this method.
setPattern(String) - Method in class org.mule.routing.filters.RegExFilter
 
setPattern(String) - Method in class org.mule.routing.filters.WildcardFilter
 
setPayload(Object) - Method in interface org.mule.api.MuleMessage
Update the message payload.
setPayload(Object) - Method in interface org.mule.api.transport.MutableMessageAdapter
Update the message payload.
setPayload(Object) - Method in class org.mule.DefaultMuleMessage
Update the message payload.
setPayload(Object) - Method in class org.mule.transport.DefaultMessageAdapter
Update the message payload.
setPersistenceStrategy(QueuePersistenceStrategy) - Method in interface org.mule.util.queue.QueueManager
 
setPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setPersistent(boolean) - Method in class org.mule.config.QueueProfile
 
setPersistent(boolean) - Method in class org.mule.util.queue.QueueConfiguration
 
setPoolExhaustedAction(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setPoolExhaustedAction(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setPoolExhaustedAction(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.component.PooledJavaComponent
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.model.seda.SedaModel
 
setPort(int) - Method in class org.mule.endpoint.URIBuilder
 
setPostfix(String) - Method in class org.mule.component.simple.StaticComponent
 
setPostNotification(ServerNotification) - Method in class org.mule.lifecycle.LifecycleObject
 
setPostNotificationName(String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
setPrefix(String) - Method in class org.mule.component.simple.StaticComponent
 
setPreNotification(ServerNotification) - Method in class org.mule.lifecycle.LifecycleObject
 
setPreNotificationName(String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
setPrintHeaders(boolean) - Method in class org.mule.management.stats.printers.CSVPrinter
 
setPriorityWeighting(int) - Method in interface org.mule.api.transformer.DiscoverableTransformer
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
setPriorityWeighting(int) - Method in class org.mule.transformer.AbstractDiscoverableTransformer
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectToString
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
setProperties(Map) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setProperties(Map) - Method in interface org.mule.api.security.Authentication
 
setProperties(Map) - Method in class org.mule.endpoint.AbstractEndpointBuilder
NOTE - this appends properties.
setProperties(Map) - Method in class org.mule.object.AbstractObjectFactory
 
setProperties(Map) - Method in class org.mule.object.JndiObjectFactory
 
setProperties(Map) - Method in class org.mule.security.DefaultMuleAuthentication
 
setPropertiesFromProperties(Map) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setProperty(Object, Object) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setProperty(Object, Object) - Method in interface org.mule.api.MuleSession
Will set a session level property.
setProperty(String, Object) - Method in interface org.mule.api.transport.MessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in interface org.mule.api.transport.MessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.DefaultMuleMessage
Set a property on the message
setProperty(String, Object) - Method in class org.mule.DefaultMuleMessage
Set a property on the message
setProperty(Object, Object) - Method in class org.mule.DefaultMuleSession
Will set a session level property.
setProperty(Object, Object) - Method in class org.mule.endpoint.AbstractEndpointBuilder
Sets a property on the endpoint
setProperty(Object, Object) - Method in class org.mule.message.BaseMessage
 
setProperty(String, Object) - Method in class org.mule.transport.AbstractMessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.transport.AbstractMessageAdapter
Set a property on the message
setProperty(String, Object) - Method in class org.mule.transport.MessagePropertiesContext
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
Set a property on the message
setPropertyName(String) - Method in class org.mule.transformer.simple.GetBeanProperty
 
setProtocol(String) - Method in class org.mule.endpoint.URIBuilder
 
setProtocolHandler(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setProtocolHandler(String) - Method in interface org.mule.api.security.TlsProtocolHandler
 
setProvider(Provider) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setProviders(Collection) - Method in interface org.mule.api.security.SecurityManager
 
setProviders(Collection) - Method in class org.mule.security.MuleSecurityManager
 
setQueryMap(Map) - Method in class org.mule.endpoint.URIBuilder
 
setQueueConfiguration(String, QueueConfiguration) - Method in interface org.mule.util.queue.QueueManager
 
setQueueConfiguration(String, QueueConfiguration) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setQueueManager(QueueManager) - Method in interface org.mule.api.MuleContext
Sets the queue manager used by mule for queuing events.
setQueueManager(QueueManager) - Method in class org.mule.DefaultMuleContext
 
setQueueProfile(QueueProfile) - Method in class org.mule.model.seda.SedaModel
 
setQueueProfile(QueueProfile) - Method in class org.mule.model.seda.SedaService
 
setQueueTimeout(int) - Method in class org.mule.model.seda.SedaModel
 
setQueueTimeout(Integer) - Method in class org.mule.model.seda.SedaService
 
setRawValue(double) - Method in interface org.mule.util.counters.Counter
Set the counter's value to a new value.
setRawValue(double) - Method in class org.mule.util.counters.impl.AbstractCounter
 
setRawValue(double) - Method in class org.mule.util.counters.impl.AggregateCounter
 
setRawValue(double) - Method in class org.mule.util.counters.impl.Number
 
setReceiveMessagesInTransaction(boolean) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
setReceiverKey(String) - Method in interface org.mule.api.transport.MessageReceiver
 
setReceiverKey(String) - Method in class org.mule.transport.AbstractMessageReceiver
 
setReceiverThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'receiverThreadingProfile'.
setRecipients(List) - Method in class org.mule.routing.outbound.StaticRecipientList
 
setRegistry(Registry) - Static method in class org.mule.RegistryContext
 
setRegistryId(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setRegistryId(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setRegistryScope(int) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setRegistryScope(int) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in interface org.mule.api.config.ThreadingProfile
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.mule.config.ChainedThreadingProfile
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.mule.config.ImmutableThreadingProfile
 
setRemoteSync(boolean) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setRemoteSync(boolean) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setRemoteSyncTimeout(int) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setRemoteSyncTimeout(int) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setReplyTo(String) - Method in interface org.mule.api.routing.OutboundRouter
Sets the replyTo endpoint for any outgoing messages.
setReplyTo(Object) - Method in interface org.mule.api.transport.MessageAdapter
Sets a replyTo address for this message.
setReplyTo(Object) - Method in class org.mule.DefaultMuleMessage
Sets a replyTo address for this message.
setReplyTo(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setReplyTo(Object) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a replyTo address for this message.
setRequesterFactory(MessageRequesterFactory) - Method in interface org.mule.api.transport.Connector
The requester factory is used to create a message requester of the current request
setRequesterFactory(MessageRequesterFactory) - Method in class org.mule.transport.AbstractConnector
 
setRequesterThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'requesterThreadingProfile'.
setRequireClientAuthentication(boolean) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setRequireClientAuthentication(boolean) - Method in interface org.mule.api.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
setResponseRouter(ResponseRouterCollection) - Method in interface org.mule.api.service.Service
Response Routers control how events are returned in a request/response call.
setResponseRouter(ResponseRouterCollection) - Method in class org.mule.service.AbstractService
 
setResponseTransformers(List) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setResponseTransformers(List) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setRetryCount(int) - Method in class org.mule.transport.SimpleRetryConnectionStrategy
How many times to retry.
setRetryFrequency(long) - Method in class org.mule.transport.SimpleRetryConnectionStrategy
 
setReturnClass(Class) - Method in interface org.mule.api.transformer.Transformer
Sets the expected return type for the transformed data.
setReturnClass(Class) - Method in class org.mule.transformer.AbstractTransformer
 
setReuseObject(boolean) - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
setRightFilter(Filter) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
setRollbackOnly() - Method in interface org.mule.api.transaction.Transaction
 
setRollbackOnly() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
setRollbackOnly() - Method in class org.mule.transaction.XaTransaction
 
setRollbackTxFilter(WildcardFilter) - Method in class org.mule.AbstractExceptionListener
 
setRouters(List) - Method in interface org.mule.api.routing.RouterCollection
 
setRouters(List) - Method in class org.mule.routing.AbstractRouterCollection
 
setRouterStatistics(RouterStatistics) - Method in interface org.mule.api.routing.Router
 
setRouterStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouter
 
setSalt(byte[]) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setSecurityContext(SecurityContext) - Method in interface org.mule.api.MuleSession
The security context for this session.
setSecurityContext(SecurityContext) - Method in class org.mule.DefaultMuleSession
The security context for this session.
setSecurityFilter(EndpointSecurityFilter) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setSecurityFilter(EndpointSecurityFilter) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setSecurityManager(SecurityManager) - Method in interface org.mule.api.MuleContext
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(SecurityManager) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setSecurityManager(SecurityManager) - Method in class org.mule.DefaultMuleContext
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(SecurityManager) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setSecurityProviders(String) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setSecurityProviders(String) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setSelectorExpression(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setSendTransformed(boolean) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
setService(Service) - Method in interface org.mule.api.component.Component
 
setService(Service) - Method in interface org.mule.api.service.ServiceAware
 
setService(Service) - Method in interface org.mule.api.transport.MessageReceiver
 
setService(Service) - Method in class org.mule.component.AbstractComponent
 
setService(Service) - Method in class org.mule.component.builder.AbstractMessageBuilder
 
setService(Service) - Method in class org.mule.component.simple.BridgeComponent
Deprecated.  
setService(Service) - Method in class org.mule.transport.AbstractMessageReceiver
 
setServiceOverrides(Map) - Method in class org.mule.transport.AbstractConnector
Set the Service overrides on this connector.
setSessionHandler(SessionHandler) - Method in class org.mule.transport.AbstractConnector
Setter for property 'sessionHandler'.
setSslType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setStartTime(long) - Method in class org.mule.management.stats.AllStatistics
 
setStartupPropertiesFile(String) - Static method in class org.mule.MuleServer
 
setStatistics(RouterStatistics) - Method in interface org.mule.api.routing.RouterCollection
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouterCollection
 
setStopFurtherProcessing(boolean) - Method in interface org.mule.api.MuleEvent
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in interface org.mule.api.MuleEventContext
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in class org.mule.DefaultMuleEvent
Setting this parameter will stop the Mule framework from processing this event in the standard way.
setStopFurtherProcessing(boolean) - Method in class org.mule.DefaultMuleEventContext
Determines whether the default processing for this event will be executed.
setStrategy(EncryptionStrategy) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
setStrategy(CompressionStrategy) - Method in class org.mule.transformer.compression.AbstractCompressionTransformer
 
setStrategy(EncryptionStrategy) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
setStrategyName(String) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
setStringProperty(String, String) - Method in interface org.mule.api.transport.MessageAdapter
Sets a String property on the message
setStringProperty(String, String) - Method in class org.mule.DefaultMuleMessage
Sets a String property on the message
setStringProperty(String, String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a String property on the message
setSubscription(String) - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
setSupportedPhases(Set) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setSupportedPhases(Set) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setSupportedProtocols(List) - Method in class org.mule.transport.AbstractConnector
Sets A list of protocols that the connector can accept
setSynchronous(boolean) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setSynchronous(boolean) - Method in interface org.mule.api.MuleEvent
Determines whether the was sent synchrounously or not
setSynchronous(boolean) - Method in class org.mule.DefaultMuleEvent
 
setSynchronous(boolean) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setSynchronous(Boolean) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
setSystemModelType(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setThreadFactory(ThreadFactory) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ImmutableThreadingProfile
 
setThreadingProfile(ThreadingProfile) - Method in class org.mule.model.seda.SedaService
 
setThreadPriority(int) - Method in class org.mule.work.WorkerContext
Defines the thread priority level of the thread, which will be dispatched to process this work.
setThreadTTL(long) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadTTL(long) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadTTL(long) - Method in class org.mule.config.ImmutableThreadingProfile
 
setThreadWaitTimeout(long) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadWaitTimeout(long) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadWaitTimeout(long) - Method in class org.mule.config.ImmutableThreadingProfile
 
setTimeout(int) - Method in interface org.mule.api.MuleEvent
The number of milliseconds to wait for a return event when running synchronously.
setTimeout(int) - Method in interface org.mule.api.routing.ResponseRouter
Sets the timeout delay that the response router should wait for a response for a given event.
setTimeout(int) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
setTimeout(int) - Method in interface org.mule.api.transaction.TransactionConfig
 
setTimeout(int) - Method in class org.mule.DefaultMuleEvent
 
setTimeout(int) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
setTimeout(int) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setTimeout(int) - Method in class org.mule.transaction.MuleTransactionConfig
 
setTimeUnit(TimeUnit) - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
setTransactionConfig(TransactionConfig) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setTransactionConfig(TransactionConfig) - Method in interface org.mule.api.routing.OutboundRouter
 
setTransactionConfig(TransactionConfig) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setTransactionConfig(TransactionConfig) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setTransactionManager(TransactionManager) - Method in interface org.mule.api.MuleContext
Sets the Jta Transaction Manager to use with this Mule server instance
setTransactionManager(TransactionManager) - Method in class org.mule.DefaultMuleContext
Sets the Jta Transaction Manager to use with this Mule server instance
setTransactionRollbackOnly(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
setTransactionTimeout(int) - Method in class org.mule.util.xa.DefaultXASession
 
setTransferObjectClass(Class) - Method in interface org.mule.api.transformer.wire.WireFormat
 
setTransferObjectClass(Class) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setTransformer(Transformer) - Method in class org.mule.routing.outbound.TransformerRouter
 
setTransformers(List) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setTransformers(List) - Method in class org.mule.api.FutureMessageResult
Set a post-invocation transformer.
setTransformers(List) - Method in interface org.mule.api.transport.ReplyToHandler
 
setTransformers(List) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setTransformers(List) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setTransformers(List) - Method in class org.mule.transport.DefaultReplyToHandler
 
setTransformFirst(boolean) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
setTransformFirst(boolean) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setTrustManagerAlgorithm(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustManagerAlgorithm(String) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustManagerFactory(TrustManagerFactory) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTrustStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStore(String) - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
setTrustStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStorePassword(String) - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
setTrustStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStoreType(String) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTxManager(TransactionManager) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setType(Class) - Method in class org.mule.lifecycle.LifecycleObject
 
setupDispatchReturn(OutboundEndpoint, MessageDispatcher, MuleMessage) - Method in class org.mule.transport.AbstractConnector
This method will return the dispatcher to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the dispatcher to the pool when the stream is closed.
setUpperCase(boolean) - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
setupRequestReturn(InboundEndpoint, MessageRequester, MuleMessage) - Method in class org.mule.transport.AbstractConnector
This method will return the requester to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the requester to the pool when the stream is closed.
setURIBuilder(URIBuilder) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setURIBuilder(URIBuilder) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setUrl(String) - Method in class org.mule.object.JndiObjectFactory
 
setUseMultipleTransactedReceivers(boolean) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
setUser(String) - Method in class org.mule.endpoint.URIBuilder
 
setUseTemplates(boolean) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setValid(boolean) - Method in interface org.mule.api.MuleSession
Determines if this session is valid.
setValid(boolean) - Method in class org.mule.DefaultMuleSession
 
setWorkingDirectory(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setWorkListener(WorkListener) - Method in interface org.mule.api.context.MuleContextBuilder
 
setWorkListener(WorkListener) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setWorkManager(WorkManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setWorkManager(WorkManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setWorkManager(WorkManager) - Method in class org.mule.model.seda.SedaService
 
setWorkManager(WorkManager) - Method in class org.mule.transport.AbstractConnectionStrategy
 
setWorkManager(WorkManager) - Method in class org.mule.transport.AbstractMessageReceiver
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in interface org.mule.api.config.ThreadingProfile
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in class org.mule.config.ChainedThreadingProfile
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in class org.mule.config.ImmutableThreadingProfile
 
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Determines if the event group is ready to be aggregated.
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.CorrelationAggregator
 
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.response.ResponseCorrelationAggregator
Determines if the event group is ready to be aggregated.
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.response.SingleResponseRouter
The SingleResponseRouter will return true if the event group size is 1.
shouldResequenceEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventResequencer
Determines whether the events in the passed EventGroup are ready to be reordered.
shouldResequenceEvents(EventGroup) - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
shutdown(Throwable) - Method in class org.mule.MuleServer
Will shut down the server displaying the cause and time of the shutdown
shutdown() - Method in class org.mule.MuleServer
shutdown the server.
shutdown(Throwable) - Method in class org.mule.MuleShutdownHook
 
shutdown() - Method in class org.mule.MuleShutdownHook
 
shutdown(int, long) - Method in class org.mule.util.queue.TransactionalQueueManager
 
shutdown(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
SHUTDOWN_MODE_KILL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to stop active transaction NOW, do no rollbacks
SHUTDOWN_MODE_NORMAL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Wait for all transactions to complete
SHUTDOWN_MODE_ROLLBACK - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to roll back all active transactions
shutdownNormally(Date) - Static method in class org.mule.config.i18n.CoreMessages
 
SimpleCallableJavaComponent - Class in org.mule.component
Simple JavaComponent implementation to be used when LifecycleAdapter is not required because i) the object instance implements Callable and so entry-point resolution is required and ii) nested-routers are not used.
An ObjectFactory can be set but must return object instances that implement Callable.
SimpleCallableJavaComponent() - Constructor for class org.mule.component.SimpleCallableJavaComponent
 
SimpleCallableJavaComponent(Callable) - Constructor for class org.mule.component.SimpleCallableJavaComponent
Create an SimpleCallableJavaComponent instance using an object instance that implements Callable
SimpleCallableJavaComponent(Class) - Constructor for class org.mule.component.SimpleCallableJavaComponent
Create an SimpleCallableJavaComponent instance using an object class.
SimpleCallableJavaComponent(ObjectFactory) - Constructor for class org.mule.component.SimpleCallableJavaComponent
 
SimpleCollectionResponseAggregator - Class in org.mule.routing.response
A simple aggregator that will keep collecting events until a timeout is reached.
SimpleCollectionResponseAggregator() - Constructor for class org.mule.routing.response.SimpleCollectionResponseAggregator
 
SimpleConfigurationBuilder - Class in org.mule.config.builders
This simple ConfgurationBuilder implementation.
SimpleConfigurationBuilder(Map) - Constructor for class org.mule.config.builders.SimpleConfigurationBuilder
 
SimpleContext - Class in org.mule.jndi
 
SimpleContext() - Constructor for class org.mule.jndi.SimpleContext
 
SimplePrinter - Class in org.mule.management.stats.printers
SimplePrinter Default stats printer
SimplePrinter(Writer) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimplePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimpleRegistryBootstrap - Class in org.mule.config.bootstrap
This object will load objects defined in a file called registry-bootstrap.properties into the local registry.
SimpleRegistryBootstrap() - Constructor for class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
SimpleRetryConnectionStrategy - Class in org.mule.transport
A simple connection retry strategy where the a connection will be attempted X number of retryCount every Y milliseconds.
SimpleRetryConnectionStrategy() - Constructor for class org.mule.transport.SimpleRetryConnectionStrategy
 
SimpleRetryConnectionStrategy.RetryCounter - Class in org.mule.transport
 
SimpleRetryConnectionStrategy.RetryCounter() - Constructor for class org.mule.transport.SimpleRetryConnectionStrategy.RetryCounter
 
SingleAttemptConnectionStrategy - Class in org.mule.transport
Attempts to make a connection once and fails if there is an exception
SingleAttemptConnectionStrategy() - Constructor for class org.mule.transport.SingleAttemptConnectionStrategy
 
SingleResponseRouter - Class in org.mule.routing.response
Handles single event responses from a replyTo address.
SingleResponseRouter() - Constructor for class org.mule.routing.response.SingleResponseRouter
 
singletonComponentLifecycleAdapter - Variable in class org.mule.component.DefaultJavaComponent
 
singletonList(Object) - Static method in class org.mule.util.CollectionUtils
 
SingletonObjectFactory - Class in org.mule.object
Creates an instance of the object once and then always returns the same instance.
SingletonObjectFactory() - Constructor for class org.mule.object.SingletonObjectFactory
For Spring only
SingletonObjectFactory(String) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(String, Map) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Class) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Class, Map) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Object) - Constructor for class org.mule.object.SingletonObjectFactory
Create the singleton based on a previously created object.
size() - Method in interface org.mule.api.MuleMessageCollection
 
size() - Method in class org.mule.DefaultMessageCollection
 
size() - Method in class org.mule.routing.inbound.EventGroup
Returns the number of events collected so far.
size() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
size() - Method in class org.mule.util.MapCombiner
 
size() - Method in interface org.mule.util.queue.Queue
Returns the number of elements in this queue.
size(QueueInfo) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
skip(long) - Method in class org.mule.model.streaming.DelegatingInputStream
 
SOCKET_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
SocketEndpointURIBuilder - Class in org.mule.endpoint
SocketEndpointBuilder builds an endpointUri based on host and port only
SocketEndpointURIBuilder() - Constructor for class org.mule.endpoint.SocketEndpointURIBuilder
 
sourceTypes - Variable in class org.mule.transformer.AbstractTransformer
A list of supported Class types that the source payload passed into this transformer
SPACE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SpiUtils - Class in org.mule.util
 
SpiUtils() - Constructor for class org.mule.util.SpiUtils
 
splitAndTrim(String, String) - Static method in class org.mule.util.StringUtils
Like StringUtils.split(String, String), but additionally trims whitespace from the result tokens.
SQUARE_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
start() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
start() - Method in class org.mule.agent.ConfigScannerAgent
 
start() - Method in interface org.mule.api.lifecycle.Startable
 
start() - Method in class org.mule.component.AbstractComponent
 
start() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates start() life-cycle to component object implementations if they implement the mule Startable interface.
start(WorkManager, WorkListener) - Method in class org.mule.context.notification.ServerNotificationManager
 
start() - Method in class org.mule.DefaultMuleContext
 
start() - Method in class org.mule.model.AbstractModel
Starts all registered components
start(boolean, boolean) - Method in class org.mule.MuleServer
Start the mule server
start() - Method in class org.mule.service.AbstractService
 
start(boolean) - Method in class org.mule.service.AbstractService
Starts a Mule Service.
start() - Method in class org.mule.transport.AbstractConnector
 
start() - Method in class org.mule.transport.AbstractMessageReceiver
 
start() - Method in class org.mule.util.monitor.FileMonitor
 
start() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
start() - Method in interface org.mule.util.queue.QueueManager
 
start() - Method in class org.mule.util.timer.EventTimerTask
 
start() - Method in class org.mule.util.xa.AbstractResourceManager
 
start(Xid, int) - Method in class org.mule.util.xa.DefaultXASession
 
start() - Method in class org.mule.work.MuleWorkManager
 
Startable - Interface in org.mule.api.lifecycle
Startable provides an object with a Startable.start() method which gets called when the Mule instance gets started.
started - Variable in class org.mule.component.AbstractComponent
 
started - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
started - Variable in class org.mule.transport.AbstractConnector
Specifies if the endpoint started
started - Variable in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
StartException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
StartException(Message, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
StartException(Message, Throwable, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
StartException(Throwable, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
startListeners() - Method in class org.mule.service.AbstractService
 
startOnConnect - Variable in class org.mule.transport.AbstractConnector
If the connect method was called via the start method, this will be set so that when the connector comes on line it will be started
startTransaction(Object) - Method in class org.mule.util.xa.AbstractResourceManager
Starts a new transaction and associates it with the current thread.
startWork(Work) - Method in class org.mule.work.MuleWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
StartWorkExecutor - Class in org.mule.work
 
StartWorkExecutor() - Constructor for class org.mule.work.StartWorkExecutor
 
STATE_INVOKE_NOT_SUPPORTED - Static variable in class org.mule.api.model.InvocationResult
the resover performing the invocation knows that it cannot attempt to make the invocation
STATE_INVOKED_FAILED - Static variable in class org.mule.api.model.InvocationResult
The invocation was attempted but failed
STATE_INVOKED_SUCESSFUL - Static variable in class org.mule.api.model.InvocationResult
the invocation was successful
StaticComponent - Class in org.mule.component.simple
A service that will return a static data object as a result.
StaticComponent() - Constructor for class org.mule.component.simple.StaticComponent
 
StaticRecipientList - Class in org.mule.routing.outbound
StaticRecipientList is used to dispatch a single event to multiple recipients over the same transport.
StaticRecipientList() - Constructor for class org.mule.routing.outbound.StaticRecipientList
 
Statistics - Interface in org.mule.api.management.stats
Statistics TODO
statistics - Variable in class org.mule.component.AbstractComponent
 
statistics - Variable in class org.mule.routing.AbstractCatchAllStrategy
 
stats - Variable in class org.mule.service.AbstractService
 
status - Variable in class org.mule.util.xa.AbstractTransactionContext
 
STATUS_ACTIVE - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_COMMITTED - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_COMMITTING - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_MARKED_ROLLBACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_NO_TRANSACTION - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_PREPARED - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_PREPARING - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_ROLLEDBACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_ROLLING_BACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_UNKNOWN - Static variable in interface org.mule.api.transaction.Transaction
 
stop() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
stop() - Method in class org.mule.agent.ConfigScannerAgent
 
stop() - Method in interface org.mule.api.lifecycle.Stoppable
 
stop() - Method in class org.mule.component.AbstractComponent
 
stop() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates stop() life-cycle to component object implementations if they implement the mule Stoppable interface.
stop() - Method in class org.mule.DefaultMuleContext
Stops the MuleManager which stops all sessions and connectors
stop() - Method in class org.mule.model.AbstractModel
Stops any registered components
stop() - Method in class org.mule.service.AbstractService
 
stop() - Method in class org.mule.transport.AbstractConnector
 
stop() - Method in class org.mule.transport.AbstractMessageReceiver
 
stop() - Method in class org.mule.util.monitor.FileMonitor
Stop the file monitor polling.
stop() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
stop() - Method in interface org.mule.util.queue.QueueManager
 
stop() - Method in class org.mule.util.timer.EventTimerTask
 
stop() - Method in class org.mule.util.xa.AbstractResourceManager
 
stop(int) - Method in class org.mule.util.xa.AbstractResourceManager
 
stop(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
StopException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
StopException(Message, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
StopException(Message, Throwable, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
StopException(Throwable, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
stopListeners() - Method in class org.mule.service.AbstractService
 
Stoppable - Interface in org.mule.api.lifecycle
Stoppable TODO (document class)
stopped - Variable in class org.mule.service.AbstractService
Determines if the service has been stopped
stopped - Variable in class org.mule.transport.AbstractMessageReceiver
 
stopping - Variable in class org.mule.component.AbstractComponent
 
stopping - Variable in class org.mule.service.AbstractService
Determines whether stop has been called and is still in progress
store - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
store(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
store(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
store(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Stores an object and returns its generated id.
storeId(Object) - Method in interface org.mule.api.routing.IdempotentMessageIdStore
Store the given ID.
storeId(Object) - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in interface org.mule.api.transport.SessionHandler
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in class org.mule.MuleSessionHandler
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in class org.mule.NullSessionHandler
 
streamingComponentMustHaveOneEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
streamingEndpointsDoNotSupportTransformers() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingEndpointsMustBeUsedWithStreamingModel() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingFailedForEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
streamingFailedNoStream() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingNotSupported(String) - Static method in class org.mule.config.i18n.CoreMessages
 
StreamingTransformer - Interface in org.mule.api.transformer
TODO
StringAppendTransformer - Class in org.mule.transformer.simple
 
StringAppendTransformer() - Constructor for class org.mule.transformer.simple.StringAppendTransformer
 
StringAppendTransformer(String) - Constructor for class org.mule.transformer.simple.StringAppendTransformer
 
StringMessageUtils - Class in org.mule.util
Useful methods for formatting message strings for logging or exceptions.
stringToFile(String, String) - Static method in class org.mule.util.FileUtils
Reads the incoming String into a file at at the given destination.
stringToFile(String, String, boolean) - Static method in class org.mule.util.FileUtils
 
stringToFile(String, String, boolean, boolean) - Static method in class org.mule.util.FileUtils
 
StringToObjectArray - Class in org.mule.transformer.simple
StringToObjectArray converts a String into an object array.
StringToObjectArray() - Constructor for class org.mule.transformer.simple.StringToObjectArray
 
StringUtils - Class in org.mule.util
StringUtils contains useful methods for manipulating Strings.
StringUtils() - Constructor for class org.mule.util.StringUtils
 
SUM - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the sum of two counters
Sum - Class in org.mule.util.counters.impl
 
Sum(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Sum
 
SunSecurityProviderInfo - Class in org.mule.api.security.provider
Sun JDK-specific security provider information.
SunSecurityProviderInfo() - Constructor for class org.mule.api.security.provider.SunSecurityProviderInfo
 
supports(Class) - Method in interface org.mule.api.security.SecurityProvider
 
supportsProtocol(String) - Method in interface org.mule.api.transport.Connector
 
supportsProtocol(String) - Method in class org.mule.transport.AbstractConnector
 
suspend() - Method in interface org.mule.api.transaction.Transaction
Suspend the XA transaction
suspend() - Method in class org.mule.transaction.AbstractTransaction
 
suspend() - Method in class org.mule.transaction.XaTransaction
 
suspended - Variable in class org.mule.util.xa.AbstractTransactionContext
 
suspendedContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
suspendEncoding() - Method in class org.mule.util.Base64.OutputStream
Suspends encoding of the stream.
suspendXATransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
SynchronizedVariable - Class in org.mule.util.concurrent
 
SynchronizedVariable() - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
SynchronizedVariable(Object) - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
synchronous - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
SYNCHRONOUS_PROPERTY - Static variable in interface org.mule.api.config.MuleProperties
Specifies whether mule should process messages sysnchonously, i.e.
SyncWorkExecutor - Class in org.mule.work
 
SyncWorkExecutor() - Constructor for class org.mule.work.SyncWorkExecutor
 
SYSTEM_PROPERTY_PREFIX - Static variable in interface org.mule.api.config.MuleConfiguration
The prefix for any Mule-specific properties set in the system properties
SystemUtils - Class in org.mule.util
 
SystemUtils() - Constructor for class org.mule.util.SystemUtils
 
SYSTIME_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 

T

take() - Method in interface org.mule.util.queue.Queue
Blocks and retrieves an object from this queue.
templateCausedMalformedEndpoint(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
TemplateEndpointRouter - Class in org.mule.routing.outbound
The TemplateEndpointRouter allows endpoints to be altered at runtime based on properties set on the current event or fallback values set on the endpoint properties.
TemplateEndpointRouter() - Constructor for class org.mule.routing.outbound.TemplateEndpointRouter
 
TemplateParser - Class in org.mule.util
TemplateParser is a simple string parser that will substitute tokens in a string with values supplied in a Map.
TemplateParser.TemplateCallback - Interface in org.mule.util
 
ThreadingProfile - Interface in org.mule.api.config
Mule uses a few different pools i.e.
threadingProfile - Variable in class org.mule.model.seda.SedaService
The threading profile to use for this service.
ThreadingProfile.WorkManagerFactory - Interface in org.mule.api.config
 
ThreadSafeAccess - Interface in org.mule.api
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
TIME_AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the time average value of a counter
TimeAverage - Class in org.mule.util.counters.impl
 
TimeAverage(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.TimeAverage
 
TimedSocket - Class in org.mule.util
This class implements a timeout feature on socket connections.
TimeEvent - Class in org.mule.util.timer
TimeEvent TODO is an event that occurs at a specified number of milliseconds.
TimeEvent(Object, String, long) - Constructor for class org.mule.util.timer.TimeEvent
 
TimeEventListener - Interface in org.mule.util.timer
TimeEventListener provides a method to pass timer events to implementing objects.
timeExpired(TimeEvent) - Method in interface org.mule.util.timer.TimeEventListener
Passes the TimeEvent to an object
timeout - Variable in class org.mule.util.xa.AbstractTransactionContext
 
TIMEOUT_DO_NOT_WAIT - Static variable in interface org.mule.api.MuleEvent
 
TIMEOUT_NOT_SET_VALUE - Static variable in interface org.mule.api.MuleEvent
 
TIMEOUT_WAIT_FOREVER - Static variable in interface org.mule.api.MuleEvent
 
timestamp - Variable in class org.mule.api.context.notification.ServerNotification
 
TlsConfiguration - Class in org.mule.api.security.tls
Support for configuring TLS/SSL connections.
TlsConfiguration(String) - Constructor for class org.mule.api.security.tls.TlsConfiguration
Support for TLS connections with a given initial value for the key store
TlsDirectKeyStore - Interface in org.mule.api.security
Configure direct key stores.
TlsDirectTrustStore - Interface in org.mule.api.security
Configure direct trust stores.
TlsIndirectKeyStore - Interface in org.mule.api.security
Configure indirect key stores.
TlsIndirectTrustStore - Interface in org.mule.api.security
Configure indirect trust stores.
TlsPropertiesMapper - Class in org.mule.api.security.tls
Move a TlsConfiguration to and from Properties (typically System Properties).
TlsPropertiesMapper(String) - Constructor for class org.mule.api.security.tls.TlsPropertiesMapper
 
TlsPropertiesSocketFactory - Class in org.mule.api.security.tls
A socket factory that is configured via Properties, using a TlsConfiguration that has been stored via TlsPropertiesMapper.
TlsPropertiesSocketFactory(boolean, String) - Constructor for class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
TlsProtocolHandler - Interface in org.mule.api.security
Set the underlying protocol handler.
toArray() - Method in class org.mule.routing.inbound.EventGroup
Returns a snapshot of collected events in this group.
toArray() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
toArray(Object[]) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
toArrayOfComponentType(Object[], Class) - Static method in class org.mule.util.ArrayUtils
Creates a copy of the given array, but with the given Class as element type.
toArrayOfComponentType(Collection, Class) - Static method in class org.mule.util.CollectionUtils
Creates an array of the given Collection's elements, but with the given Class as element type.
toByteArray(InputStream) - Static method in class org.mule.util.IOUtils
This method wraps IOUtils' toByteArray(InputStream) method but catches any IOException and wraps it into a RuntimeException.
toClass(Object) - Static method in class org.mule.context.notification.ServerNotificationManager
Support string or class parameters
toHexString(byte[]) - Static method in class org.mule.util.StringUtils
 
toHexString(byte[], boolean) - Static method in class org.mule.util.StringUtils
Convert a byte array to a hexadecimal string.
toInt(Object) - Static method in class org.mule.util.NumberUtils
 
TOKEN_DELIM - Static variable in class org.mule.security.MuleCredentials
 
toLong(Object) - Static method in class org.mule.util.NumberUtils
 
tooManyAcceptableMethodsOnObjectForTypes(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyAcceptableMethodsOnObjectUsingResolverForTypes(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyMatchingMethodsOnObjectUsingResolverWhichReturn(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyMatchingMethodsOnObjectWhichReturn(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
TooManySatisfiableMethodsException - Exception in org.mule.model.resolvers
TooManySatisfiableMethodsException is thrown by EntryPointResolvers when the service passed has more than one method that meets the criteria of the configured EntryPointResolver.
TooManySatisfiableMethodsException(Object, Object[]) - Constructor for exception org.mule.model.resolvers.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.model.resolvers.TooManySatisfiableMethodsException
 
toString() - Method in class org.mule.agent.ConfigScannerAgent
 
toString() - Method in class org.mule.api.context.notification.ServerNotification
 
toString() - Method in class org.mule.api.transport.PropertyScope
 
toString() - Method in class org.mule.component.AbstractComponent
 
toString() - Method in class org.mule.config.ChainedThreadingProfile
 
toString() - Method in class org.mule.config.ConfigResource
 
toString() - Method in class org.mule.config.i18n.Message
 
toString() - Method in class org.mule.config.ImmutableThreadingProfile
 
toString() - Method in class org.mule.config.QueueProfile
 
toString() - Method in class org.mule.context.DefaultMuleContextBuilder
 
toString() - Method in class org.mule.context.notification.MessageNotification
 
toString() - Method in class org.mule.context.notification.MuleContextNotification
 
toString() - Method in class org.mule.context.notification.RegistryNotification
 
toString() - Method in class org.mule.context.notification.TransactionNotification
 
toString() - Method in class org.mule.DefaultMuleEvent
 
toString() - Method in class org.mule.DefaultMuleEventContext
 
toString() - Method in class org.mule.DefaultMuleMessage
toString() - Method in class org.mule.endpoint.AbstractEndpoint
 
toString() - Method in class org.mule.endpoint.MuleEndpointURI
 
toString() - Method in class org.mule.endpoint.URIBuilder
 
toString() - Method in class org.mule.message.BaseMessage
 
toString() - Method in class org.mule.message.ExceptionMessage
 
toString() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.CallableEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
toString() - Method in class org.mule.routing.inbound.EventGroup
 
toString() - Method in class org.mule.routing.nested.DefaultNestedRouter
 
toString() - Method in class org.mule.routing.nested.NestedInvocationHandler
 
toString() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
toString() - Method in class org.mule.service.AbstractService
 
toString() - Method in class org.mule.transaction.MuleTransactionConfig
 
toString() - Method in class org.mule.transaction.XaTransaction
 
toString() - Method in class org.mule.transformer.AbstractTransformer
 
toString(List) - Static method in class org.mule.transformer.TransformerUtils
 
toString() - Method in class org.mule.transformer.TransformerWeighting
 
toString() - Method in class org.mule.transport.AbstractConnectable
 
toString() - Method in class org.mule.transport.AbstractConnector
 
toString() - Method in class org.mule.transport.AbstractMessageAdapter
 
toString() - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
toString() - Method in class org.mule.transport.AbstractMessageReceiver
 
toString() - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
toString() - Method in class org.mule.transport.MessagePropertiesContext
 
toString() - Method in class org.mule.transport.NullPayload
 
toString(Object, int) - Static method in class org.mule.util.ArrayUtils
Like ArrayUtils.toString(Object) but considers at most maxElements values; overflow is indicated by an appended "[..]" ellipsis.
toString(Collection, boolean) - Static method in class org.mule.util.CollectionUtils
Creates a String representation of the given Collection, with optional newlines between elements.
toString(Collection, int) - Static method in class org.mule.util.CollectionUtils
Calls CollectionUtils.toString(Collection, int, boolean) with false for newline.
toString(Collection, int, boolean) - Static method in class org.mule.util.CollectionUtils
Creates a String representation of the given Collection, with optional newlines between elements.
toString() - Method in class org.mule.util.concurrent.WaitableBoolean
 
toString(InputStream) - Static method in class org.mule.util.IOUtils
This method wraps IOUtils' toString(InputStream) method but catches any IOException and wraps it into a RuntimeException.
toString() - Method in class org.mule.util.MapCombiner
 
toString(Map, boolean) - Static method in class org.mule.util.MapUtils
Creates a String representation of the given Map, with optional newlines between elements.
toString(Object) - Static method in class org.mule.util.StringMessageUtils
 
toString() - Method in class org.mule.util.xa.AbstractTransactionContext
 
toString() - Method in class org.mule.VoidResult
 
toString() - Method in class org.mule.work.WorkerContext
 
trace(Object) - Method in class org.mule.util.MuleLogger
 
trace(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
TransactedFileSession - Class in org.mule.util.file
TODO document
TransactedFileSession(AbstractXAResourceManager) - Constructor for class org.mule.util.file.TransactedFileSession
 
TransactedPollingMessageReceiver - Class in org.mule.transport
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
TransactedPollingMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver
 
TransactedPollingMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver
Deprecated. please use #TransactedPollingMessageReceiver(Connector,Service,InboundEndpoint,long,TimeUnit) instead
TransactedPollingMessageReceiver.MessageProcessorWorker - Class in org.mule.transport
 
TransactedPollingMessageReceiver.MessageProcessorWorker(TransactionTemplate, CountDownLatch, Object) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
Transaction - Interface in org.mule.api.transaction
 
TRANSACTION_BEGAN - Static variable in class org.mule.context.notification.TransactionNotification
 
TRANSACTION_COMMITTED - Static variable in class org.mule.context.notification.TransactionNotification
 
TRANSACTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
TRANSACTION_ROLLEDBACK - Static variable in class org.mule.context.notification.TransactionNotification
 
TransactionalQueueManager - Class in org.mule.util.queue
The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
TransactionalQueueManager() - Constructor for class org.mule.util.queue.TransactionalQueueManager
 
TransactionalQueueManager.QueueTransactionContext - Class in org.mule.util.queue
 
TransactionalQueueManager.QueueTransactionContext() - Constructor for class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
transactionAlreadyBound() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionCallback - Interface in org.mule.api.transaction
 
transactionCannotBindNullResource() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotBindToNullKey() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotReadState() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotUnbind() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCanOnlyBindToResources(String) - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCommitFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionConfig - Interface in org.mule.api.transaction
TransactionConfig defines transaction configuration for a transactional endpoint.
transactionConfig - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
transactionConfig - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
TransactionCoordination - Class in org.mule.transaction
 
TransactionException - Exception in org.mule.api.transaction
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionException(Message) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionException(Message, Throwable) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionFactory - Interface in org.mule.api.transaction
TransactionFactory creates a transaction.
TransactionInProgressException - Exception in org.mule.transaction
TransactionInProgressException is thrown if a new transaction is started when there is one already in progress.
TransactionInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
TransactionInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
transactionManagerAlreadySet() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionManagerFactory - Interface in org.mule.api.transaction
TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
transactionMarkedForRollback() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionNotAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionNotification - Class in org.mule.context.notification
 
TransactionNotification(Transaction, int) - Constructor for class org.mule.context.notification.TransactionNotification
 
TransactionNotificationListener - Interface in org.mule.api.context.notification
TransactionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Transaction event occurs.
TransactionNotInProgressException - Exception in org.mule.transaction
TransactionNotInProgressException TODO (document class)
TransactionNotInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
TransactionNotInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
transactionResourceAlreadyListedForKey(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionRollbackException - Exception in org.mule.transaction
 
TransactionRollbackException(Message) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
transactionRollbackFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionSingleResourceOnly() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionStatusException - Exception in org.mule.transaction
 
TransactionStatusException(Message) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionTemplate - Class in org.mule.transaction
 
TransactionTemplate(TransactionConfig, ExceptionListener, MuleContext) - Constructor for class org.mule.transaction.TransactionTemplate
 
transferObjectClass - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
transform(InputStream, OutputStream, String) - Method in interface org.mule.api.transformer.StreamingTransformer
Thransforms the supllied data and returns the result
transform(Object) - Method in interface org.mule.api.transformer.Transformer
Thransforms the supplied data and returns the result
transform(MuleMessage, String) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
transform(Object) - Method in class org.mule.transformer.AbstractTransformer
Transforms the object.
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.ExpressionTransformer
 
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.MuleMessageToByteArray
 
transform(MuleMessage, String) - Method in class org.mule.transformer.TransformerCollection
 
transform(MuleMessage, String) - Method in class org.mule.transformer.TransformerTemplate
 
Transformer - Interface in org.mule.api.transformer
Transformer can be chained together to covert message payloads from one object type to another.
TRANSFORMER_PREFIX - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
TransformerCollection - Class in org.mule.transformer
TODO
TransformerCollection(List) - Constructor for class org.mule.transformer.TransformerCollection
 
TransformerCollection(Transformer[]) - Constructor for class org.mule.transformer.TransformerCollection
 
TransformerException - Exception in org.mule.api.transformer
TransformerException is a simple exception that is thrown by transformers.
TransformerException(Message, Transformer) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, List) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, Transformer, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, List, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Transformer, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(List, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message) - Constructor for exception org.mule.api.transformer.TransformerException
 
transformerListCache - Variable in class org.mule.registry.AbstractRegistry
 
transformerNotImplementDiscoverable(Transformer) - Static method in class org.mule.config.i18n.CoreMessages
 
TransformerPairWireFormat - Class in org.mule.transformer.wire
TODO
TransformerPairWireFormat() - Constructor for class org.mule.transformer.wire.TransformerPairWireFormat
 
TransformerRouter - Class in org.mule.routing.outbound
Simply applies a transformer before continuing on to the next router.
TransformerRouter() - Constructor for class org.mule.routing.outbound.TransformerRouter
 
transformers - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
transformers - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
TransformerTemplate - Class in org.mule.transformer
TODO
TransformerTemplate(TransformerTemplate.TransformerCallback) - Constructor for class org.mule.transformer.TransformerTemplate
 
TransformerTemplate.OverwitePayloadCallback - Class in org.mule.transformer
 
TransformerTemplate.OverwitePayloadCallback(Object) - Constructor for class org.mule.transformer.TransformerTemplate.OverwitePayloadCallback
 
TransformerTemplate.TransformerCallback - Interface in org.mule.transformer
 
TransformerUtils - Class in org.mule.transformer
 
TransformerUtils() - Constructor for class org.mule.transformer.TransformerUtils
 
TransformerUtils.TransformerSource - Interface in org.mule.transformer
 
TransformerWeighting - Class in org.mule.transformer
Given a Transformer instance, an input class and output class this object will create a weighting for a transformer.
TransformerWeighting(Class, Class, Transformer) - Constructor for class org.mule.transformer.TransformerWeighting
 
transformFailed(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
transformFailedBeforeFilter() - Static method in class org.mule.config.i18n.CoreMessages
 
transformFailedFrom(Class) - Static method in class org.mule.config.i18n.CoreMessages
 
transformHasMultipleMatches(Class, Class, Transformer, Transformer) - Static method in class org.mule.config.i18n.CoreMessages
 
transformMessage() - Method in interface org.mule.api.MuleEvent
Transforms the message into it's recognised or expected format.
transformMessage(Class) - Method in interface org.mule.api.MuleEvent
Transforms the message into the requested format.
transformMessage() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage(Class) - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage() - Method in class org.mule.DefaultMuleEvent
 
transformMessage(Class) - Method in class org.mule.DefaultMuleEvent
 
transformMessage() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage(Class) - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into its recognised or expected format.
transformMessageToBytes() - Method in interface org.mule.api.MuleEvent
Transforms the message into it's recognised or expected format and then into an array of bytes.
transformMessageToBytes() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
transformMessageToBytes() - Method in class org.mule.DefaultMuleEvent
This method will attempt to convert the transformed message into an array of bytes It will first check if the result of the transformation is a byte array and return that.
transformMessageToBytes() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
transformMessageToString() - Method in interface org.mule.api.MuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in class org.mule.DefaultMuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
transformOnObjectNotOfSpecifiedType(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
transformOnObjectUnsupportedTypeOfEndpoint(String, Class, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
transformUnexpectedType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
TransientRegistry - Class in org.mule.registry
 
TransientRegistry() - Constructor for class org.mule.registry.TransientRegistry
 
TransientRegistry(Registry) - Constructor for class org.mule.registry.TransientRegistry
 
TransientRegistryDisposePhase - Class in org.mule.lifecycle.phases
The Dispose phase for the TransientRegistry LifecycleManager.
TransientRegistryDisposePhase() - Constructor for class org.mule.lifecycle.phases.TransientRegistryDisposePhase
 
TransientRegistryDisposePhase(Class[]) - Constructor for class org.mule.lifecycle.phases.TransientRegistryDisposePhase
 
TransientRegistryInitialisePhase - Class in org.mule.lifecycle.phases
The Initialise phase for the TransientRegistry LifecycleManager.
TransientRegistryInitialisePhase() - Constructor for class org.mule.lifecycle.phases.TransientRegistryInitialisePhase
 
TransientRegistryInitialisePhase(Class[]) - Constructor for class org.mule.lifecycle.phases.TransientRegistryInitialisePhase
 
TransportFactory - Class in org.mule.transport.service
TransportFactory can be used for generically creating endpoints from an url.
TransportFactory() - Constructor for class org.mule.transport.service.TransportFactory
 
TransportFactoryException - Exception in org.mule.transport.service
TransportFactoryException is thrown by the endpoint factory if the endpoint service cannot be found in the META-INF/services directory or if any part of the endpoint cannot be instanciated.
TransportFactoryException(Message) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportFactoryException(Message, Throwable) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportFactoryException(Throwable) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportServiceDescriptor - Interface in org.mule.transport.service
TransportServiceDescriptor describes the necessary information for creating a connector from a service descriptor.
TransportServiceException - Exception in org.mule.transport.service
TransportServiceException is thrown if a ProviderServicedescriptor has a service error set.
TransportServiceException(Message) - Constructor for exception org.mule.transport.service.TransportServiceException
 
TransportServiceException(Message, Throwable) - Constructor for exception org.mule.transport.service.TransportServiceException
 
TransportServiceNotFoundException - Exception in org.mule.transport.service
TransportServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.
TransportServiceNotFoundException(String) - Constructor for exception org.mule.transport.service.TransportServiceNotFoundException
 
TransportServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.transport.service.TransportServiceNotFoundException
 
truncate(String, int, boolean) - Static method in class org.mule.util.StringMessageUtils
 
TYPE_ERROR - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_FATAL - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_INBOUND - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_INFO - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_NESTED - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_OUTBOUND - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_RESPONSE - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_WARNING - Static variable in class org.mule.api.context.notification.ServerNotification
 

U

umoMessage - Variable in exception org.mule.api.MessagingException
The MuleMessage being processed when the error occurred
UnauthorisedException - Exception in org.mule.api.security
UnauthorisedException is thrown if authentication fails
UnauthorisedException(Message) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, Throwable) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, MuleMessage) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(MuleMessage, SecurityContext, ImmutableEndpoint, EndpointSecurityFilter) - Constructor for exception org.mule.api.security.UnauthorisedException
 
unbind(Name) - Method in class org.mule.jndi.SimpleContext
 
unbind(String) - Method in class org.mule.jndi.SimpleContext
 
unbindTransaction(Transaction) - Method in class org.mule.transaction.TransactionCoordination
 
uncompressByteArray(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
uncompressByteArray(byte[]) - Method in class org.mule.util.compression.GZipCompression
Used for uncompressing a byte array into a uncompressed byte array using GZIP
uniqueIdNotSupportedByAdapter(String) - Static method in class org.mule.config.i18n.CoreMessages
 
UniqueIdNotSupportedException - Exception in org.mule.api.transport
UniqueIdNotSupportedException is thrown by MessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
UniqueIdNotSupportedException(MessageAdapter) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(MessageAdapter, Message) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(MessageAdapter, Throwable) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
UnknownAuthenticationTypeException - Exception in org.mule.api.security
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
UnknownAuthenticationTypeException(Authentication) - Constructor for exception org.mule.api.security.UnknownAuthenticationTypeException
 
UNLIMITED_DEPTH - Static variable in class org.mule.util.MapCombiner
 
unrecognisedServiceType(String) - Static method in class org.mule.config.i18n.CoreMessages
 
unregisterAgent(String) - Method in interface org.mule.api.registry.Registry
 
unregisterAgent(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterConnector(String) - Method in interface org.mule.api.registry.Registry
 
unregisterConnector(String) - Method in class org.mule.registry.TransientRegistry
 
unregistered() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
unregistered() - Method in class org.mule.agent.ConfigScannerAgent
 
unregistered() - Method in interface org.mule.api.agent.Agent
 
unregisterEndpoint(String) - Method in interface org.mule.api.registry.Registry
 
unregisterEndpoint(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterEvaluator(String) - Static method in class org.mule.util.expression.ExpressionEvaluatorManager
Removes the evaluator with the given name
unregisterListener(ServerNotificationListener) - Method in interface org.mule.api.MuleContext
Unregisters a previously registered listener.
unregisterListener(Service, InboundEndpoint) - Method in interface org.mule.api.transport.Connector
 
unregisterListener(ServerNotificationListener) - Method in class org.mule.DefaultMuleContext
 
unregisterListener(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
unregisterListeners() - Method in class org.mule.service.AbstractService
 
unregisterModel(String) - Method in interface org.mule.api.registry.Registry
 
unregisterModel(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterObject(String) - Method in interface org.mule.api.registry.Registry
 
unregisterObject(String, Object) - Method in class org.mule.registry.TransientRegistry
 
unregisterObject(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterService(String) - Method in interface org.mule.api.registry.Registry
 
unregisterService(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterSourceType(Class) - Method in class org.mule.transformer.AbstractTransformer
 
unregisterSupportedProtocol(String) - Method in class org.mule.transport.AbstractConnector
 
unregisterTransformer(String) - Method in interface org.mule.api.registry.Registry
 
unregisterTransformer(String) - Method in class org.mule.registry.TransientRegistry
 
UNSAFE - Static variable in class org.mule.RequestContext
 
unsafeRewriteEvent(MuleMessage) - Static method in class org.mule.OptimizedRequestContext
Sets a new message payload in the RequestContext but maintains all other properties (session, endpoint, synchronous, etc.) from the previous event.
unsafeSetEvent(MuleEvent) - Static method in class org.mule.OptimizedRequestContext
Set an event for out-of-scope thread access.
unschedule() - Method in class org.mule.transport.AbstractPollingMessageReceiver
This method cancels the schedules which were created in AbstractPollingMessageReceiver.schedule().
UnsupportedAuthenticationSchemeException - Exception in org.mule.api.security
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the Security filter does not understand
UnsupportedAuthenticationSchemeException(Message, MuleMessage) - Constructor for exception org.mule.api.security.UnsupportedAuthenticationSchemeException
 
UnsupportedAuthenticationSchemeException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.UnsupportedAuthenticationSchemeException
 
UnsupportedMessageDispatcher - Class in org.mule.transport
 
UnsupportedMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.UnsupportedMessageDispatcher
 
UnsupportedMessageDispatcherFactory - Class in org.mule.transport
 
UnsupportedMessageDispatcherFactory() - Constructor for class org.mule.transport.UnsupportedMessageDispatcherFactory
 
UnsupportedMessageRequester - Class in org.mule.transport
 
UnsupportedMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.UnsupportedMessageRequester
 
UnsupportedMessageRequesterFactory - Class in org.mule.transport
 
UnsupportedMessageRequesterFactory() - Constructor for class org.mule.transport.UnsupportedMessageRequesterFactory
 
unsupportedOperation(String, Object) - Method in class org.mule.registry.AbstractRegistry
 
unzip(File, File) - Static method in class org.mule.util.FileUtils
Unzip the specified archive to the given directory
updateCachedNotificationHandler() - Method in class org.mule.transport.AbstractConnector
 
updatePayload(MuleMessage, Object) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
updateTransformerEndpoints(List) - Method in class org.mule.endpoint.AbstractEndpoint
 
uriBuilder - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
URIBuilder - Class in org.mule.endpoint
This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters (I don't think ordering should matter, but XFire seems to require it) TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
URIBuilder() - Constructor for class org.mule.endpoint.URIBuilder
 
URIBuilder(EndpointURI) - Constructor for class org.mule.endpoint.URIBuilder
 
URIBuilder(String) - Constructor for class org.mule.endpoint.URIBuilder
 
UrlEndpointURIBuilder - Class in org.mule.endpoint
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
UrlEndpointURIBuilder() - Constructor for class org.mule.endpoint.UrlEndpointURIBuilder
 
USER - Static variable in class org.mule.endpoint.URIBuilder
 
useRemoteSync(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
RemoteSync causes the message dispatch to wait for a response to an event on a response channel after it sends the event.
USERHOST_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
userInfo - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
UserInfoEndpointURIBuilder - Class in org.mule.endpoint
UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
UserInfoEndpointURIBuilder() - Constructor for class org.mule.endpoint.UserInfoEndpointURIBuilder
 
UUID - Class in org.mule.util
UUID Generates a UUID using the JUG library
UUID_FUNCTION - Static variable in class org.mule.util.expression.FunctionExpressionEvaluator
 

V

validate() - Method in interface org.mule.api.transport.MessageDispatcher
Determines whether this dispatcher can be reused after message sending.
validate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked after the dispatcher is returned from a client but before it is prepared for return to its pool via MessageDispatcherFactory.passivate(OutboundEndpoint, MessageDispatcher).
validate() - Method in interface org.mule.api.transport.MessageRequester
Determines whether this dispatcher can be reused after message receiving.
validate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked after the requester is returned from a client but before it is prepared for return to its pool via MessageRequesterFactory.passivate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
validate() - Method in class org.mule.transformer.simple.ExpressionTransformer.Argument
 
validate() - Method in class org.mule.transport.AbstractConnectable
 
validate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
validate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
validate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
validate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
validateEncoding() - Method in class org.mule.config.DefaultMuleConfiguration
 
validateMethod(Object, Method) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
This method can be used to validate that the method exists and is allowed to be executed.
validateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
validateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
validateUrl(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
validateXML() - Method in class org.mule.config.DefaultMuleConfiguration
Mule needs a proper JAXP implementation and will complain when run with a plain JDK 1.4.
valueIsInvalidFor(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
values() - Method in class org.mule.util.MapCombiner
 
verifyContextNotInitialized() - Method in class org.mule.config.DefaultMuleConfiguration
 
verifyContextNotStarted() - Method in class org.mule.config.DefaultMuleConfiguration
 
version() - Static method in class org.mule.config.i18n.CoreMessages
 
versionNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
VoidResult - Class in org.mule
 

W

WaitableBoolean - Class in org.mule.util.concurrent
 
WaitableBoolean(boolean) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
WaitableBoolean(boolean, Object) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
waitForAllTxToStop(long) - Method in class org.mule.util.xa.AbstractResourceManager
 
waitIfPaused(MuleEvent) - Method in class org.mule.service.AbstractService
Called before an event is sent or dispatched to a service, it will block until resume() is called.
WaitPolicy - Class in org.mule.util.concurrent
A handler for unexecutable tasks that waits until the task can be submitted for execution or times out.
WaitPolicy() - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy which waits (almost) forever.
WaitPolicy(long, TimeUnit) - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy with timeout.
warn(Object) - Method in class org.mule.util.MuleLogger
 
warn(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
WeblogicTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
WeblogicTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WeblogicTransactionManagerLookupFactory
 
WebsphereTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
WebsphereTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
 
WHEN_EXHAUSTED_ABORT - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_BLOCK - Static variable in class org.mule.config.PoolingProfile
Deprecated. use WHEN_EXHAUSTED_WAIT instead
WHEN_EXHAUSTED_DISCARD - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_DISCARD_OLDEST - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_FAIL - Static variable in class org.mule.config.PoolingProfile
 
WHEN_EXHAUSTED_GROW - Static variable in class org.mule.config.PoolingProfile
 
WHEN_EXHAUSTED_RUN - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_WAIT - Static variable in interface org.mule.api.config.ThreadingProfile
Actions to perform on pool exhaustion
WHEN_EXHAUSTED_WAIT - Static variable in class org.mule.config.PoolingProfile
 
whenEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenFalse(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenNotEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenTrue(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
WildcardFilter - Class in org.mule.routing.filters
WildcardFilter is used to match Strings against wildcards.
WildcardFilter() - Constructor for class org.mule.routing.filters.WildcardFilter
 
WildcardFilter(String) - Constructor for class org.mule.routing.filters.WildcardFilter
 
WireFormat - Interface in org.mule.api.transformer.wire
 
WireTap - Class in org.mule.routing.inbound
An inbound router that can forward every message to another destination as defined in the "endpoint" property.
WireTap() - Constructor for class org.mule.routing.inbound.WireTap
 
workAccepted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workAccepted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workAccepted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
workAccepted(Object) - Method in class org.mule.work.WorkerContext
Call-back method used by a Work executor in order to notify this instance that the wrapped Work instance has been accepted.
workCompleted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workCompleted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workCompleted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
worker - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
WorkerContext - Class in org.mule.work
WorkerContext TODO
WorkerContext(Work) - Constructor for class org.mule.work.WorkerContext
Create a WorkWrapper.
WorkerContext(Work, long, ExecutionContext, WorkListener) - Constructor for class org.mule.work.WorkerContext
Create a WorkWrapper with the specified execution context.
WorkExecutor - Interface in org.mule.api.work
WorkExecutor TODO
workListener - Variable in class org.mule.context.DefaultMuleContextBuilder
 
WorkManager - Interface in org.mule.api.context
WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
workManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
workManager - Variable in class org.mule.model.seda.SedaService
 
workManager - Variable in class org.mule.transport.AbstractConnectable
Thread pool of Connector sessions
workManager - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
workRejected(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workRejected(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workRejected(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
workStarted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workStarted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workStarted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
wrappersToPrimitives(Class[]) - Static method in class org.mule.util.ClassUtils
 
wrapperToPrimitive(Class) - Static method in class org.mule.util.ClassUtils
 
WRITE - Static variable in interface org.mule.api.ThreadSafeAccess
 
write(OutputStream, Object, String) - Method in interface org.mule.api.transformer.wire.WireFormat
 
write(MuleEvent, OutputStream) - Method in interface org.mule.api.transport.OutputHandler
Write the event payload to the stream.
write(int) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(byte[]) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(byte[], int, int) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(OutputStream, Object, String) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
write(String) - Method in class org.mule.transport.WriterMessageAdapter
 
write(String, int, int) - Method in class org.mule.transport.WriterMessageAdapter
 
write(int) - Method in class org.mule.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.mule.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
WriterMessageAdapter - Class in org.mule.transport
WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the Writer.
WriterMessageAdapter(Object) - Constructor for class org.mule.transport.WriterMessageAdapter
 
WriterMessageAdapter(WriterMessageAdapter) - Constructor for class org.mule.transport.WriterMessageAdapter
 
writeToProperties(Properties, TlsConfiguration) - Method in class org.mule.api.security.tls.TlsPropertiesMapper
 

X

XaTransaction - Class in org.mule.transaction
XaTransaction represents an XA transaction in Mule.
XaTransaction(TransactionManager) - Constructor for class org.mule.transaction.XaTransaction
 
XaTransaction.MuleXaObject - Interface in org.mule.transaction
 
XaTransactionFactory - Class in org.mule.transaction
XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the MuleManager.
XaTransactionFactory() - Constructor for class org.mule.transaction.XaTransactionFactory
 
XML_INDENT_SIZE - Static variable in class org.mule.management.stats.printers.XMLPrinter
Indentation step for XML pretty-printing.
XMLEntityCodec - Class in org.mule.util
This encoder contains methods that convert characters to Character entities as defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
XMLEntityCodec() - Constructor for class org.mule.util.XMLEntityCodec
 
XmlEntityDecoder - Class in org.mule.transformer.codec
Decodes a String or byte[] containing XML entities
XmlEntityDecoder() - Constructor for class org.mule.transformer.codec.XmlEntityDecoder
 
XmlEntityEncoder - Class in org.mule.transformer.codec
Encodes a string with XML entities
XmlEntityEncoder() - Constructor for class org.mule.transformer.codec.XmlEntityEncoder
 
XMLPrinter - Class in org.mule.management.stats.printers
XMLPrinter prints event processing stats as a XML document
XMLPrinter(Writer) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
XMLPrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
XMLUtils - Class in org.mule.util
These only depend on standard (JSE) XML classes and are used by Spring config code.
XMLUtils() - Constructor for class org.mule.util.XMLUtils
 
xor(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 

A B C D E F G H I J K L M N O P Q R S T U V W X

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