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

ACTION_ALWAYS_BEGIN - Static variable in interface org.mule.umo.UMOTransactionConfig
Will ensure that a new transaction is created for each invocation
ACTION_ALWAYS_BEGIN_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_ALWAYS_JOIN - Static variable in interface org.mule.umo.UMOTransactionConfig
There must always be a transaction present for the invocation
ACTION_ALWAYS_JOIN_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_BEGIN_OR_JOIN - Static variable in interface org.mule.umo.UMOTransactionConfig
Will begin a new transaction if no transaction is already present
ACTION_BEGIN_OR_JOIN_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_DISPATCH - Static variable in class org.mule.impl.internal.notifications.AdminNotification
 
ACTION_INVOKE - Static variable in class org.mule.impl.internal.notifications.AdminNotification
 
ACTION_JOIN_IF_POSSIBLE - Static variable in interface org.mule.umo.UMOTransactionConfig
If there is a transaction available, then use it, otherwise continue processing
ACTION_JOIN_IF_POSSIBLE_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_NONE - Static variable in interface org.mule.umo.UMOTransactionConfig
Whether there is a transaction available or not, ignore it
ACTION_NONE_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_RECEIVE - Static variable in class org.mule.impl.internal.notifications.AdminNotification
 
ACTION_SEND - Static variable in class org.mule.impl.internal.notifications.AdminNotification
 
ADMIN_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
AGENT_NAME - Static variable in class org.mule.impl.internal.admin.MuleAdminAgent
 
ALWAYS_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
ALWAYS_CREATE_STRING - Static variable in class org.mule.impl.endpoint.MuleEndpoint
 
ANT_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
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
AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the average value of a counter
AbstractCatchAllStrategy - class org.mule.routing.AbstractCatchAllStrategy.
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 org.mule.impl.model.AbstractComponent.
A base implementation for all UMOComponents in Mule
AbstractComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.AbstractComponent
Default constructor
AbstractCompressionTransformer - class org.mule.transformers.compression.AbstractCompressionTransformer.
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.transformers.compression.AbstractCompressionTransformer
default constructor required for discovery
AbstractConnectionStrategy - class org.mule.providers.AbstractConnectionStrategy.
TODO document
AbstractConnectionStrategy() - Constructor for class org.mule.providers.AbstractConnectionStrategy
 
AbstractConnector - class org.mule.providers.AbstractConnector.
AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractConnector() - Constructor for class org.mule.providers.AbstractConnector
Constructs a new AbstractConnector.
AbstractConnectorTestCase - class org.mule.tck.providers.AbstractConnectorTestCase.
AbstractConnectorTestCase tests common behaviour of all endpoints and provides 'reminder' methods for implementation specific interface methods
AbstractConnectorTestCase() - Constructor for class org.mule.tck.providers.AbstractConnectorTestCase
 
AbstractContainerContext - class org.mule.impl.container.AbstractContainerContext.
AbstractContainerContext provides base container configuration functions for handling embedded configuration.
AbstractContainerContext(String) - Constructor for class org.mule.impl.container.AbstractContainerContext
 
AbstractContainerContextTestCase - class org.mule.tck.model.AbstractContainerContextTestCase.
 
AbstractContainerContextTestCase() - Constructor for class org.mule.tck.model.AbstractContainerContextTestCase
 
AbstractCounter - class org.mule.util.counters.impl.AbstractCounter.
 
AbstractCounter(String, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.AbstractCounter
 
AbstractEncryptionTransformer - class org.mule.transformers.encryption.AbstractEncryptionTransformer.
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
AbstractEncryptionTransformer() - Constructor for class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
AbstractEndpointBuilder - class org.mule.impl.endpoint.AbstractEndpointBuilder.
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
AbstractEndpointBuilder() - Constructor for class org.mule.impl.endpoint.AbstractEndpointBuilder
 
AbstractEndpointSecurityFilter - class org.mule.impl.security.AbstractEndpointSecurityFilter.
AbstractEndpointSecurityFilter provides basic initialisation for all security filters, namely configuring the SecurityManager for this instance
AbstractEndpointSecurityFilter() - Constructor for class org.mule.impl.security.AbstractEndpointSecurityFilter
 
AbstractEntryPointDiscoveryTestCase - class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.
 
AbstractEntryPointDiscoveryTestCase() - Constructor for class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping - class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping.
ComponentMethodMapping is used to supply a component class and the correct method to be resovled on the component.
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class, String, Class) - Constructor for class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping(Class, String, Class, boolean) - Constructor for class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
AbstractEventAggregator - class org.mule.routing.inbound.AbstractEventAggregator.
AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractEventAggregator() - Constructor for class org.mule.routing.inbound.AbstractEventAggregator
 
AbstractEventAwareTransformer - class org.mule.transformers.AbstractEventAwareTransformer.
AbstractEventAwareTransformer is a transformer that has a reference to the current message.
AbstractEventAwareTransformer() - Constructor for class org.mule.transformers.AbstractEventAwareTransformer
 
AbstractEventResequencer - class org.mule.routing.inbound.AbstractEventResequencer.
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 org.mule.impl.AbstractExceptionListener.
AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
AbstractExceptionListener() - Constructor for class org.mule.impl.AbstractExceptionListener
 
AbstractFruit - class org.mule.tck.testmodels.fruit.AbstractFruit.
AbstractFruit is a base class for fruity test objects.
AbstractFruit() - Constructor for class org.mule.tck.testmodels.fruit.AbstractFruit
 
AbstractJCEEncryptionStrategy - class org.mule.impl.security.AbstractJCEEncryptionStrategy.
A JCE based encryption strategy.
AbstractJCEEncryptionStrategy() - Constructor for class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
AbstractJndiConnector - class org.mule.providers.AbstractJndiConnector.
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
AbstractJndiConnector() - Constructor for class org.mule.providers.AbstractJndiConnector
 
AbstractMessageAdapter - class org.mule.providers.AbstractMessageAdapter.
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.providers.AbstractMessageAdapter
 
AbstractMessageAdapter(UMOMessageAdapter) - Constructor for class org.mule.providers.AbstractMessageAdapter
 
AbstractMessageAdapterTestCase - class org.mule.tck.providers.AbstractMessageAdapterTestCase.
 
AbstractMessageAdapterTestCase() - Constructor for class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
AbstractMessageBuilder - class org.mule.components.builder.AbstractMessageBuilder.
A component that will invoke all outbound endpoints configured on the component allow the result of each endpoint invocation to be aggregated to a single message.
AbstractMessageBuilder() - Constructor for class org.mule.components.builder.AbstractMessageBuilder
 
AbstractMessageDispatcher - class org.mule.providers.AbstractMessageDispatcher.

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

AbstractMessageDispatcher(UMOImmutableEndpoint) - Constructor for class org.mule.providers.AbstractMessageDispatcher
 
AbstractMessageDispatcherFactory - class org.mule.providers.AbstractMessageDispatcherFactory.
AbstractMessageDispatcherFactory is a base implementation of the UMOMessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageDispatcherFactory() - Constructor for class org.mule.providers.AbstractMessageDispatcherFactory
 
AbstractMessageReceiver - class org.mule.providers.AbstractMessageReceiver.
AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Constructor for class org.mule.providers.AbstractMessageReceiver
Creates the Message Receiver
AbstractMessageReceiverTestCase - class org.mule.tck.providers.AbstractMessageReceiverTestCase.
 
AbstractMessageReceiverTestCase() - Constructor for class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
AbstractMessageSplitter - class org.mule.routing.outbound.AbstractMessageSplitter.
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 org.mule.impl.model.AbstractModel.
MuleModel is the default implementation of the UMOModel.
AbstractModel() - Constructor for class org.mule.impl.model.AbstractModel
Default constructor
AbstractMuleTestCase - class org.mule.tck.AbstractMuleTestCase.
AbstractMuleTestCase is a base class for Mule testcases.
AbstractMuleTestCase() - Constructor for class org.mule.tck.AbstractMuleTestCase
 
AbstractMuleTestCase.TestInfo - class org.mule.tck.AbstractMuleTestCase.TestInfo.
 
AbstractMuleTestCase.TestInfo(TestCase) - Constructor for class org.mule.tck.AbstractMuleTestCase.TestInfo
 
AbstractNotificationLoggerAgent - class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent.
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
AbstractNotificationLoggerAgent() - Constructor for class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
AbstractOutboundRouter - class org.mule.routing.outbound.AbstractOutboundRouter.
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 org.mule.providers.AbstractPollingMessageReceiver.
AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Constructor for class org.mule.providers.AbstractPollingMessageReceiver
 
AbstractPoolTestCase - class org.mule.tck.model.AbstractPoolTestCase.
 
AbstractPoolTestCase() - Constructor for class org.mule.tck.model.AbstractPoolTestCase
 
AbstractProxyFactory - class org.mule.config.pool.AbstractProxyFactory.
AbstractProxyFactory provides common behaviour for creating proxy objects.
AbstractProxyFactory(MuleDescriptor, UMOModel) - Constructor for class org.mule.config.pool.AbstractProxyFactory
Creates a pool factory using the descriptor as the basis for creating its objects
AbstractProxyPoolFactoryTestCase - class org.mule.tck.model.AbstractProxyPoolFactoryTestCase.
 
AbstractProxyPoolFactoryTestCase() - Constructor for class org.mule.tck.model.AbstractProxyPoolFactoryTestCase
 
AbstractReceiverResourceWorker - class org.mule.providers.AbstractReceiverResourceWorker.
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.providers.AbstractReceiverResourceWorker
 
AbstractReceiverResourceWorker(Object, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.providers.AbstractReceiverResourceWorker
 
AbstractReceiverWorker - class org.mule.providers.AbstractReceiverWorker.
A base Worker used by Transport UMOMessageReceiver implementations.
AbstractReceiverWorker(List, AbstractMessageReceiver) - Constructor for class org.mule.providers.AbstractReceiverWorker
 
AbstractReceiverWorker(List, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.providers.AbstractReceiverWorker
 
AbstractRecipientList - class org.mule.routing.outbound.AbstractRecipientList.
AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
AbstractRecipientList() - Constructor for class org.mule.routing.outbound.AbstractRecipientList
 
AbstractResourceManager - class org.mule.util.xa.AbstractResourceManager.
This code is based on code coming from the commons-transaction project.
AbstractResourceManager() - Constructor for class org.mule.util.xa.AbstractResourceManager
 
AbstractResponseAggregator - class org.mule.routing.response.AbstractResponseAggregator.
AbstractResponseAggregator provides a base class for implementing response aggregator routers.
AbstractResponseAggregator() - Constructor for class org.mule.routing.response.AbstractResponseAggregator
 
AbstractResponseRouter - class org.mule.routing.response.AbstractResponseRouter.
AbstractResponseRouter is a base class for all Response Routers
AbstractResponseRouter() - Constructor for class org.mule.routing.response.AbstractResponseRouter
 
AbstractRouter - class org.mule.routing.AbstractRouter.
Implements the shared methods that all routers have.
AbstractRouter() - Constructor for class org.mule.routing.AbstractRouter
 
AbstractRouterCollection - class org.mule.routing.AbstractRouterCollection.
AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
AbstractRouterCollection(int) - Constructor for class org.mule.routing.AbstractRouterCollection
 
AbstractSingleResourceTransaction - class org.mule.transaction.AbstractSingleResourceTransaction.
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
 
AbstractStreamingTransformer - class org.mule.providers.streaming.AbstractStreamingTransformer.
TODO
AbstractStreamingTransformer() - Constructor for class org.mule.providers.streaming.AbstractStreamingTransformer
default constructor required for discovery
AbstractTablePrinter - class org.mule.management.stats.printers.AbstractTablePrinter.
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 org.mule.transaction.AbstractTransaction.
This base class provides low level features for transactions.
AbstractTransaction() - Constructor for class org.mule.transaction.AbstractTransaction
 
AbstractTransactionContext - class org.mule.util.xa.AbstractTransactionContext.
 
AbstractTransactionContext() - Constructor for class org.mule.util.xa.AbstractTransactionContext
 
AbstractTransformer - class org.mule.transformers.AbstractTransformer.
AbstractTransformer is a base class for all transformers.
AbstractTransformer() - Constructor for class org.mule.transformers.AbstractTransformer
default constructor required for discovery
AbstractTransformerTestCase - class org.mule.tck.AbstractTransformerTestCase.
 
AbstractTransformerTestCase() - Constructor for class org.mule.tck.AbstractTransformerTestCase
 
AbstractTxThreadAssociationTestCase - class org.mule.tck.AbstractTxThreadAssociationTestCase.
Validate certain expectations when working with JTA API.
AbstractTxThreadAssociationTestCase() - Constructor for class org.mule.tck.AbstractTxThreadAssociationTestCase
 
AbstractUMOManagerTestCase - class org.mule.tck.AbstractUMOManagerTestCase.
 
AbstractUMOManagerTestCase() - Constructor for class org.mule.tck.AbstractUMOManagerTestCase
 
AbstractXAResourceManager - class org.mule.util.xa.AbstractXAResourceManager.
 
AbstractXAResourceManager() - Constructor for class org.mule.util.xa.AbstractXAResourceManager
 
AdminNotification - class org.mule.impl.internal.notifications.AdminNotification.
AdminNotification is used to invoke actions on a remote mule server
AdminNotification(UMOMessage, int, String) - Constructor for class org.mule.impl.internal.notifications.AdminNotification
 
AdminNotificationListener - interface org.mule.impl.internal.notifications.AdminNotificationListener.
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
AggregateCounter - class org.mule.util.counters.impl.AggregateCounter.
 
AggregateCounter(String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.AggregateCounter
 
AggregationException - exception org.mule.routing.AggregationException.
TODO document
AggregationException(EventGroup, UMOImmutableEndpoint) - Constructor for class org.mule.routing.AggregationException
 
AggregationException(EventGroup, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, UMOImmutableEndpoint) - Constructor for class org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.routing.AggregationException
 
AllStatistics - class org.mule.management.stats.AllStatistics.
AllStatistics TODO
AllStatistics() - Constructor for class org.mule.management.stats.AllStatistics
 
AlreadyInitialisedException - exception org.mule.impl.AlreadyInitialisedException.
AlreadyInitialisedException is thrown when a component or connector has already been initialised.
AlreadyInitialisedException(String, Object) - Constructor for class org.mule.impl.AlreadyInitialisedException
 
AndFilter - class org.mule.routing.filters.logic.AndFilter.
AndFilter accepts only if the leftFilter and rightFilter filter accept.
AndFilter() - Constructor for class org.mule.routing.filters.logic.AndFilter
 
AndFilter(UMOFilter, UMOFilter) - Constructor for class org.mule.routing.filters.logic.AndFilter
 
Apple - class org.mule.tck.testmodels.fruit.Apple.
 
Apple() - Constructor for class org.mule.tck.testmodels.fruit.Apple
 
ArrayUtils - class org.mule.util.ArrayUtils.
 
ArrayUtils() - Constructor for class org.mule.util.ArrayUtils
 
AutoDiscoverySecurityProviderFactory - class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory.
Automatically discovers the JDK we are running on and returns a corresponding SecurityProviderInfo.
AutoDiscoverySecurityProviderFactory() - Constructor for class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
 
Average - class org.mule.util.counters.impl.Average.
 
Average(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Average
 
accept(UMOMessage) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.ExceptionTypeFilter
Check a given message against this filter.
accept(UMOMessage) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
accept(Object) - Method in interface org.mule.routing.filters.ObjectFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.RegExFilter
 
accept(Object) - Method in class org.mule.routing.filters.RegExFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(Object) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.logic.AndFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.logic.NotFilter
 
accept(UMOMessage) - Method in class org.mule.routing.filters.logic.OrFilter
 
accept(UMOEvent) - Method in class org.mule.transaction.constraints.BatchConstraint
 
accept(UMOEvent) - Method in class org.mule.transaction.constraints.ConstraintFilter
 
accept(UMOEvent) - Method in class org.mule.transaction.constraints.ManualConstraint
 
accept(UMOMessage) - Method in interface org.mule.umo.UMOFilter
Check a given message against this filter.
action - Variable in class org.mule.umo.manager.UMOServerNotification
 
activate() - Method in class org.mule.providers.AbstractMessageDispatcher
 
activate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
activate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
activate() - Method in interface org.mule.umo.provider.UMOMessageDispatcher
This method can perform necessary state updates before any of the UMOMessageDispatching methods are invoked.
activate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Invoked before the given dispatcher is handed out to a client, but not after UMOMessageDispatcherFactory.create(UMOImmutableEndpoint).
activateObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
activateObject(Object, Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
activeContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
add(ComponentStatistics) - 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
 
addAttachment(String, DataHandler) - Method in class org.mule.impl.MuleMessage
 
addAttachment(String, DataHandler) - Method in class org.mule.providers.AbstractMessageAdapter
 
addAttachment(String, DataHandler) - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
addContainer(UMOContainerContext) - Method in class org.mule.impl.container.MultiContainerContext
 
addEncryptionStrategy(String, UMOEncryptionStrategy) - Method in class org.mule.impl.security.MuleSecurityManager
 
addEncryptionStrategy(String, UMOEncryptionStrategy) - Method in interface org.mule.umo.security.UMOSecurityManager
 
addEndpoint(UMOEndpoint) - Method in class org.mule.impl.AbstractExceptionListener
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.outbound.ChainingRouter
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
addEndpoint(UMOEndpoint) - Method in class org.mule.routing.response.ResponseRouterCollection
 
addEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
addEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMOOutboundRouter
Adds an endpoint to this router
addEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
addEvent(UMOEvent) - 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.
addInfo(String, Object) - Method in class org.mule.umo.UMOException
 
addInitialisationCallback(InitialisationCallback) - Method in class org.mule.impl.MuleDescriptor
 
addInterceptor(UMOInterceptor) - Method in class org.mule.impl.MuleDescriptor
 
addInterceptor(UMOInterceptor) - Method in interface org.mule.umo.UMODescriptor
Interceptors are executable objects that can be chained together.
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
 
addMethodByArgumentType(Method, String) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
addMethodByName(Method, String) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
addProperties(Map) - Method in class org.mule.MuleManager
 
addProperties(Map) - Method in class org.mule.impl.MuleMessage
 
addProperties(Map) - Method in class org.mule.impl.message.BaseMessage
Adds a map of properties to associated with this message
addProperties(Map) - Method in class org.mule.providers.AbstractMessageAdapter
 
addProperties(Map) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Adds a map of properties to be associated with this message
addProvider(UMOSecurityProvider) - Method in class org.mule.impl.security.MuleSecurityManager
 
addProvider(UMOSecurityProvider) - Method in interface org.mule.umo.security.UMOSecurityManager
 
addRouter(UMORouter) - Method in class org.mule.routing.AbstractRouterCollection
 
addRouter(UMOInboundRouter) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
addRouter(UMORouter) - Method in class org.mule.routing.response.ResponseRouterCollection
 
addRouter(UMOInboundRouter) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
addRouter(UMORouter) - Method in interface org.mule.umo.routing.UMORouterCollection
 
addRouterForInterface(UMONestedRouter) - Method in class org.mule.routing.nested.NestedInvocationHandler
 
addTen(Integer) - Method in class org.mule.tck.services.SimpleMathsComponent
 
addToEnvironment(String, Object) - Method in class org.mule.impl.jndi.SimpleContext
 
added - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
address - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
after(Invocation) - Method in class org.mule.interceptors.EnvelopeInterceptor
This method is invoked after the event has been processed
after(Invocation) - Method in class org.mule.interceptors.LoggingInterceptor
 
after(Invocation) - Method in class org.mule.interceptors.MessageNormalizerInterceptor
This method is invoked after the event has been processed
afterComponentCreate(Object) - Method in class org.mule.config.pool.AbstractProxyFactory
 
afterComponentCreate(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
afterExecute(Object, Method, Object[]) - Method in interface org.mule.util.Multicaster.InvokeListener
 
agentsRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
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.SingleResponseRouter
The SingleResponseRouter will always return the first event of an event group.
aggregateEvents(EventGroup) - Method in class org.mule.tck.testmodels.mule.TestResponseAggregator
This method is invoked if the shouldAggregate method is called and returns true.
algorithm - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
and(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
appendJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
appendMessage(String) - Method in class org.mule.umo.UMOException
 
applyResponseTransformer(UMOMessage) - Method in class org.mule.providers.AbstractMessageReceiver
 
assertAccess(boolean) - Method in class org.mule.impl.MuleEvent
 
assertAccess(boolean) - Method in class org.mule.impl.MuleMessage
 
assertAccess(boolean) - Method in interface org.mule.impl.ThreadSafeAccess
This method may be called before data in the object are accessed.
assertAccess(boolean) - Method in class org.mule.providers.AbstractMessageAdapter
Restrict mutation to private use within a single thread.
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.
attachments - Variable in class org.mule.providers.AbstractMessageAdapter
 
authDeniedOnEndpoint(UMOEndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
authEndpointTypeForFilterMustBe(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
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
 
authenticate(UMOEvent) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
authenticate(UMOAuthentication) - Method in class org.mule.impl.security.MuleSecurityManager
 
authenticate(UMOEvent) - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
authenticate(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityManager
 
authenticate(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityProvider
 
authenticateInbound(UMOEvent) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
authenticateInbound(UMOEvent) - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
authenticateOutbound(UMOEvent) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
authenticateOutbound(UMOEvent) - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 

B

BLOCK_WHEN_EXHAUSTED - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
Banana - class org.mule.tck.testmodels.fruit.Banana.
 
Banana() - Constructor for class org.mule.tck.testmodels.fruit.Banana
 
BananaFactory - class org.mule.tck.testmodels.fruit.BananaFactory.
BananaFactory is a test factory that creates Bananas
BananaFactory() - Constructor for class org.mule.tck.testmodels.fruit.BananaFactory
 
Base64 - class org.mule.util.Base64.
 
Base64.InputStream - class org.mule.util.Base64.InputStream.
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 org.mule.util.Base64.OutputStream.
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 org.mule.transformers.codec.Base64Decoder.
Base64Encoder transforms Base64 encoded data into strings or byte arrays.
Base64Decoder() - Constructor for class org.mule.transformers.codec.Base64Decoder
 
Base64Encoder - class org.mule.transformers.codec.Base64Encoder.
Base64Encoder transforms strings or byte arrays into Base64 encoded string.
Base64Encoder() - Constructor for class org.mule.transformers.codec.Base64Encoder
 
BaseMessage - class org.mule.impl.message.BaseMessage.
BaseMessage A default message implementation used for messages sent over the wire.
BaseMessage(Object) - Constructor for class org.mule.impl.message.BaseMessage
 
BatchConstraint - class org.mule.transaction.constraints.BatchConstraint.
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
 
BeanPropertyExtractor - class org.mule.util.properties.BeanPropertyExtractor.
Recognises the property 'PAYLOAD' to mean the whole message payload
BeanPropertyExtractor() - Constructor for class org.mule.util.properties.BeanPropertyExtractor
 
BeanUtils - class org.mule.util.BeanUtils.
BeanUtils provides functions for altering the way commons BeanUtils works
BeanUtils() - Constructor for class org.mule.util.BeanUtils
 
BlockingServerEvent - interface org.mule.impl.internal.notifications.BlockingServerEvent.
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
BridgeComponent - class org.mule.components.simple.BridgeComponent.
The BridgeComponent is a standard Mule component that enables a bridge between an inbound and outbound endpoints.
BridgeComponent() - Constructor for class org.mule.components.simple.BridgeComponent
 
ByteArrayToHexString - class org.mule.transformers.simple.ByteArrayToHexString.
Converts a Byte array to a Hex String.
ByteArrayToHexString() - Constructor for class org.mule.transformers.simple.ByteArrayToHexString
 
ByteArrayToObject - class org.mule.transformers.simple.ByteArrayToObject.
ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if th byte array is a serialised object and if not will return a String created from the bytes is the returnType on the transformer.
ByteArrayToObject() - Constructor for class org.mule.transformers.simple.ByteArrayToObject
 
ByteArrayToSerializable - class org.mule.transformers.simple.ByteArrayToSerializable.
ByteArrayToSerializable converts a serialized object to its object representation
ByteArrayToSerializable() - Constructor for class org.mule.transformers.simple.ByteArrayToSerializable
 
ByteArrayToString - class org.mule.transformers.simple.ByteArrayToString.
ByteArrayToString converts a byte array into a String.
ByteArrayToString() - Constructor for class org.mule.transformers.simple.ByteArrayToString
 
base64Encoding - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
before(Invocation) - Method in class org.mule.interceptors.EnvelopeInterceptor
This method is invoked before the event is processed
before(Invocation) - Method in class org.mule.interceptors.LoggingInterceptor
 
before(Invocation) - Method in class org.mule.interceptors.MessageNormalizerInterceptor
This method is invoked before the event is processed
begin() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
begin() - Method in class org.mule.transaction.AbstractTransaction
 
begin() - Method in interface org.mule.umo.UMOTransaction
Begin the transaction.
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() - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
beginTransaction() - Method in class org.mule.transaction.XaTransactionFactory
 
beginTransaction() - Method in interface org.mule.umo.UMOTransactionFactory
Create and begins a new transaction
beginTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
bind(Name, Object) - Method in class org.mule.impl.jndi.SimpleContext
 
bind(String, Object) - Method in class org.mule.impl.jndi.SimpleContext
 
bindResource(Object, Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
bindResource(Object, Object) - Method in class org.mule.transaction.XaTransaction
 
bindResource(Object, Object) - Method in interface org.mule.umo.UMOTransaction
 
bindTransaction(UMOTransaction) - Method in class org.mule.providers.AbstractReceiverWorker
Template method used to bind the resources of this receiver to the transaction.
bindTransaction(UMOTransaction) - Method in class org.mule.transaction.TransactionCoordination
 
bindings - Variable in class org.mule.impl.jndi.SimpleContext
What holds the bindings.
bite() - Method in class org.mule.tck.testmodels.fruit.Apple
 
bite() - Method in class org.mule.tck.testmodels.fruit.Banana
 
bite() - Method in interface org.mule.tck.testmodels.fruit.Fruit
 
bite() - Method in class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
bite() - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
bite() - Method in class org.mule.tck.testmodels.fruit.Orange
 
bite() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
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
 
borrowObject() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
borrowObject() - Method in interface org.mule.util.ObjectPool
 
build(URI) - Method in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
build(URI) - Method in interface org.mule.impl.endpoint.EndpointBuilder
 
buildMessage(UMOMessage, UMOMessage) - Method in interface org.mule.components.builder.MessageBuilder
 
buildMessage(UMOMessage, UMOMessage) - Method in class org.mule.components.builder.ReflectionMessageBuilder
 

C

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-builders.
CLASSNAME_SPRING_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
Required to support the '-config spring' shortcut.
CLI_OPTIONS - Static variable in class org.mule.MuleServer
 
CLOSE_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
COMPONENT_DISPOSED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
COMPONENT_INITIALISED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_PAUSED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_RESUMED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_STARTED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_STOPPED - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
COMPONENT_STOPPING - Static variable in class org.mule.impl.internal.notifications.ComponentNotification
 
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.
CONNECTION_CONNECTED - Static variable in class org.mule.impl.internal.notifications.ConnectionNotification
 
CONNECTION_DISCONNECTED - Static variable in class org.mule.impl.internal.notifications.ConnectionNotification
 
CONNECTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
CONNECTION_FAILED - Static variable in class org.mule.impl.internal.notifications.ConnectionNotification
 
CONNECTOR_CLASS - Static variable in interface org.mule.config.MuleProperties
Connector Service descriptor properties
CONNECTOR_DISPATCHER_FACTORY - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_ENDPOINT_BUILDER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_FACTORY - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_INBOUND_TRANSFORMER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_MESSAGE_ADAPTER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_OUTBOUND_TRANSFORMER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
CONNECTOR_RESPONSE_TRANSFORMER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_SERVICE_ERROR - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_SERVICE_FINDER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_SESSION_HANDLER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_STREAM_MESSAGE_ADAPTER - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_TRANSACTION_FACTORY - Static variable in interface org.mule.config.MuleProperties
 
CONNECTOR_XA_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.config.MuleProperties
 
CONTENT_TYPE - Static variable in class org.mule.components.rest.RestServiceWrapper
 
CONTENT_TYPE_VALUE - Static variable in class org.mule.components.rest.RestServiceWrapper
 
CSVPrinter - class org.mule.management.stats.printers.CSVPrinter.
CSVPrinter prints component 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
 
CUSTOM_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
Callable - interface org.mule.umo.lifecycle.Callable.
Callable is used to provide UMOs with an interface that supports event calls.
CallableEntryPoint - class org.mule.impl.model.resolvers.CallableEntryPoint.
A simple Entrypoint for the Callable interface.
CallableEntryPoint() - Constructor for class org.mule.impl.model.resolvers.CallableEntryPoint
 
CallableEntryPointResolver - class org.mule.impl.model.resolvers.CallableEntryPointResolver.
An entrypoint resolver that only allows Service objects that implmement the Callable interface
CallableEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.CallableEntryPointResolver
 
CallbackOutputStream - class org.mule.impl.model.streaming.CallbackOutputStream.
 
CallbackOutputStream(OutputStream, CallbackOutputStream.Callback) - Constructor for class org.mule.impl.model.streaming.CallbackOutputStream
 
CallbackOutputStream.Callback - interface org.mule.impl.model.streaming.CallbackOutputStream.Callback.
 
ChainedReader - class org.mule.util.ChainedReader.
ChainedReader allows Reader objects to be chained together.
ChainedReader(Reader, Reader) - Constructor for class org.mule.util.ChainedReader
 
ChainingRouter - class org.mule.routing.outbound.ChainingRouter.
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
 
ClassUtils - class org.mule.util.ClassUtils.
Extend the Apache Commons ClassUtils to provide additional functionality.
ClassUtils() - Constructor for class org.mule.util.ClassUtils
 
CloseCountDownInputStream - class org.mule.impl.model.streaming.CloseCountDownInputStream.
Decrements the latch on close.
CloseCountDownInputStream(InputStream, CountDownLatch) - Constructor for class org.mule.impl.model.streaming.CloseCountDownInputStream
 
CloseCountDownOutputStream - class org.mule.impl.model.streaming.CloseCountDownOutputStream.
Decrements the latch on close.
CloseCountDownOutputStream(OutputStream, CountDownLatch) - Constructor for class org.mule.impl.model.streaming.CloseCountDownOutputStream
 
CollectionUtils - class org.mule.util.CollectionUtils.
 
CollectionUtils() - Constructor for class org.mule.util.CollectionUtils
 
CommonsPoolFactory - class org.mule.config.pool.CommonsPoolFactory.
CommonsPoolFactory is a commons-pool pool implementation for mule.
CommonsPoolFactory() - Constructor for class org.mule.config.pool.CommonsPoolFactory
 
CommonsPoolProxyFactory - class org.mule.config.pool.CommonsPoolProxyFactory.
CommonsPoolProxyFactory is used to create MuleProxies for use in a proxy pool.
CommonsPoolProxyFactory(MuleDescriptor, UMOModel) - Constructor for class org.mule.config.pool.CommonsPoolProxyFactory
Creates a pool factory using the descriptor as the basis for creating its objects
CommonsPoolProxyPool - class org.mule.config.pool.CommonsPoolProxyPool.
CommonsPoolProxyPool is pool used to store MuleProxy objects.
CommonsPoolProxyPool(MuleDescriptor, UMOModel, ObjectFactory, PoolingProfile) - Constructor for class org.mule.config.pool.CommonsPoolProxyPool
Creates a new pool and an Object factory with the UMODescriptor
CommonsPoolProxyPool(MuleDescriptor, UMOModel, GenericObjectPool.Config) - Constructor for class org.mule.config.pool.CommonsPoolProxyPool
 
ComponentCatchAllStrategy - class org.mule.routing.ComponentCatchAllStrategy.
ComponentCatchAllStrategy is used to catch any events and forward the events to the component as is.
ComponentCatchAllStrategy() - Constructor for class org.mule.routing.ComponentCatchAllStrategy
 
ComponentException - exception org.mule.umo.ComponentException.
ComponentException should be thrown when some action on a component fails, such as starting or stopping
ComponentException(Message, UMOMessage, UMOComponent) - Constructor for class org.mule.umo.ComponentException
 
ComponentException(Message, UMOMessage, UMOComponent, Throwable) - Constructor for class org.mule.umo.ComponentException
 
ComponentException(UMOMessage, UMOComponent, Throwable) - Constructor for class org.mule.umo.ComponentException
 
ComponentFactory - class org.mule.impl.model.ComponentFactory.
Reusable methods for working with UMOComponents.
ComponentNotification - class org.mule.impl.internal.notifications.ComponentNotification.
ComponentNotification is fired when an event such as the component starting occurs.
ComponentNotification(UMODescriptor, int) - Constructor for class org.mule.impl.internal.notifications.ComponentNotification
 
ComponentNotificationListener - interface org.mule.impl.internal.notifications.ComponentNotificationListener.
ComponentNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Component event occurs.
ComponentRoutingException - exception org.mule.umo.routing.ComponentRoutingException.
ComponentRoutingException is thrown due to a routing exception between the endpoint the event was received on and the component receiving the event.
ComponentRoutingException(Message, UMOMessage, UMOImmutableEndpoint, UMOComponent) - Constructor for class org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(Message, UMOMessage, UMOImmutableEndpoint, UMOComponent, Throwable) - Constructor for class org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(UMOMessage, UMOImmutableEndpoint, UMOComponent) - Constructor for class org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(UMOMessage, UMOImmutableEndpoint, UMOComponent, Throwable) - Constructor for class org.mule.umo.routing.ComponentRoutingException
 
ComponentStatistics - class org.mule.management.stats.ComponentStatistics.
 
ComponentStatistics(String, int) - Constructor for class org.mule.management.stats.ComponentStatistics
The constructor
CompressionException - exception org.mule.util.compression.CompressionException.
CompressionException TODO document
CompressionException(String) - Constructor for class org.mule.util.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for class org.mule.util.compression.CompressionException
 
CompressionHelper - class org.mule.util.compression.CompressionHelper.
CompressionHelper a static class that provides facilities for compressing and uncompressing byte arrays
CompressionStrategy - interface org.mule.util.compression.CompressionStrategy.
CompressionStrategy is a base interface for Different compression strategies
ConcurrentHashSet - class org.mule.util.concurrent.ConcurrentHashSet.
 
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
 
ConfigurationBuilder - interface org.mule.config.ConfigurationBuilder.
ConfigurationBuilder is a Strategy class used to configure a UMOManager instance using different configuration mechanisms, such as for Xml, a script or some other means.
ConfigurationException - exception org.mule.config.ConfigurationException.
 
ConfigurationException(Message) - Constructor for class org.mule.config.ConfigurationException
 
ConfigurationException(Message, Throwable) - Constructor for class org.mule.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class org.mule.config.ConfigurationException
 
ConnectException - exception org.mule.providers.ConnectException.
TODO document
ConnectException(Message, Object) - Constructor for class org.mule.providers.ConnectException
 
ConnectException(Message, Throwable, Object) - Constructor for class org.mule.providers.ConnectException
 
ConnectException(Throwable, Object) - Constructor for class org.mule.providers.ConnectException
 
ConnectionNotification - class org.mule.impl.internal.notifications.ConnectionNotification.
Is fired by a connector when a connection is made, or disconnected of the connection fails.
ConnectionNotification(UMOConnectable, String, int) - Constructor for class org.mule.impl.internal.notifications.ConnectionNotification
 
ConnectionNotificationListener - interface org.mule.impl.internal.notifications.ConnectionNotificationListener.
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 org.mule.providers.ConnectionStrategy.
Allows developers to plug in customised reconnection behaviour
ConnectorException - exception org.mule.umo.provider.ConnectorException.
ConnectorException Is thrown in the context of a UMOConnector, usually some sort of transport level error where the connection has failed.
ConnectorException(Message, UMOConnector) - Constructor for class org.mule.umo.provider.ConnectorException
 
ConnectorException(Message, UMOConnector, Throwable) - Constructor for class org.mule.umo.provider.ConnectorException
 
ConstraintFilter - class org.mule.transaction.constraints.ConstraintFilter.
 
ConstraintFilter() - Constructor for class org.mule.transaction.constraints.ConstraintFilter
 
ContainerException - exception org.mule.umo.manager.ContainerException.
ContainerException is an Exception thrown by the component resolver when it fials to find a component
ContainerException(Message) - Constructor for class org.mule.umo.manager.ContainerException
 
ContainerException(Message, Throwable) - Constructor for class org.mule.umo.manager.ContainerException
 
ContainerKeyPair - class org.mule.impl.container.ContainerKeyPair.
ContainerKeyPair is a key strategy that binds a container reference with a container name.
ContainerKeyPair(String, Object) - Constructor for class org.mule.impl.container.ContainerKeyPair
 
ContainerKeyPair(String, Object, boolean) - Constructor for class org.mule.impl.container.ContainerKeyPair
 
ContainerReference - class org.mule.config.builders.ContainerReference.
ContainerReference maintains a container reference for the MuleXmlConfigurationBuilder that gets wired once the configuration documents have been loaded.
ContainerReference(String, String, Object, boolean, String) - Constructor for class org.mule.config.builders.ContainerReference
 
CoreMessages - class org.mule.config.i18n.CoreMessages.
 
CoreMessages() - Constructor for class org.mule.config.i18n.CoreMessages
 
CorrelationAggregator - class org.mule.routing.inbound.CorrelationAggregator.
CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the UMOMessage to manage message groups.
CorrelationAggregator() - Constructor for class org.mule.routing.inbound.CorrelationAggregator
 
CorrelationEventResequencer - class org.mule.routing.inbound.CorrelationEventResequencer.
CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
CorrelationEventResequencer() - Constructor for class org.mule.routing.inbound.CorrelationEventResequencer
 
CorrelationPropertiesExtractor - class org.mule.routing.CorrelationPropertiesExtractor.
CorrelationPropertiesExtractor is a default implementation used for getting the Correlation information from a message.
CorrelationPropertiesExtractor() - Constructor for class org.mule.routing.CorrelationPropertiesExtractor
 
CorrelationSequenceComparator - class org.mule.routing.inbound.CorrelationSequenceComparator.
CorrelationSequenceComparator is a Comparator for UMOEvents using their respective correlation sequences.
CorrelationSequenceComparator() - Constructor for class org.mule.routing.inbound.CorrelationSequenceComparator
 
CouldNotRouteInboundEventException - exception org.mule.umo.routing.CouldNotRouteInboundEventException.
CouldNotRouteInboundEventException thrown if the current component cannot accept the inbound event.
CouldNotRouteInboundEventException(UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteOutboundMessageException - exception org.mule.umo.routing.CouldNotRouteOutboundMessageException.
CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
CouldNotRouteOutboundMessageException(UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
Counter - interface org.mule.util.counters.Counter.
This interface is the interface implemented for all counter types.
CounterFactory - class org.mule.util.counters.CounterFactory.
This class is the Counter's factory.
CounterFactory.Type - class org.mule.util.counters.CounterFactory.Type.
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 org.mule.util.counters.impl.CounterFactoryImpl.
 
CredentialsNotSetException - exception org.mule.umo.security.CredentialsNotSetException.
CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
CredentialsNotSetException(Message, UMOMessage) - Constructor for class org.mule.umo.security.CredentialsNotSetException
 
CredentialsNotSetException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.security.CredentialsNotSetException
 
CredentialsNotSetException(UMOMessage, UMOSecurityContext, UMOImmutableEndpoint, UMOEndpointSecurityFilter) - Constructor for class org.mule.umo.security.CredentialsNotSetException
 
CryptoFailureException - exception org.mule.umo.security.CryptoFailureException.
CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
CryptoFailureException(Message, UMOEncryptionStrategy) - Constructor for class org.mule.umo.security.CryptoFailureException
 
CryptoFailureException(Message, UMOEncryptionStrategy, Throwable) - Constructor for class org.mule.umo.security.CryptoFailureException
 
CryptoFailureException(UMOEncryptionStrategy, Throwable) - Constructor for class org.mule.umo.security.CryptoFailureException
 
CustomNotification - class org.mule.impl.internal.notifications.CustomNotification.
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.impl.internal.notifications.CustomNotification
Creates a custom action event
CustomNotification(Object, int, String) - Constructor for class org.mule.impl.internal.notifications.CustomNotification
 
CustomNotificationListener - interface org.mule.impl.internal.notifications.CustomNotificationListener.
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using UMOManager.fireCustomEvent(..).
call(InputStream, OutputStream, UMOEventContext) - Method in class org.mule.components.simple.StreamingBridgeComponent
 
call(InputStream, OutputStream, UMOEventContext) - Method in interface org.mule.impl.model.streaming.StreamingService
A service component that passes the inputStream and output stream for an event direcly to the service component.
called - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
canReceive() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
canReceive() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines whether this endpoint can be used to receive events
canSend() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
canSend() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines whether this endpoint can be used to send events
cancel() - Method in class org.mule.tck.TestCaseWatchdog
 
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
 
cannotMixSingleAndXATransaction() - 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(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.OutboundRouterCollection
 
catchMessage(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.ComponentCatchAllStrategy
 
catchMessage(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
catchMessage(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
catchMessage(UMOMessage, UMOSession, boolean) - Method in class org.mule.tck.testmodels.mule.TestCatchAllStrategy
 
catchMessage(UMOMessage, UMOSession, boolean) - Method in interface org.mule.umo.routing.UMORouterCatchAllStrategy
 
chainMessage(Message, Message) - Static method in class org.mule.umo.provider.UniqueIdNotSupportedException
 
checkDisposed() - Method in class org.mule.providers.AbstractConnector
 
checkReturnClass(Object) - Method in class org.mule.transformers.AbstractTransformer
 
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(UMOMessage, UMOEndpoint) returned null.
cleanup() - Method in class org.mule.routing.outbound.FilteringListMessageSplitter
 
clear() - Static method in class org.mule.impl.RequestContext
Resets the current request context (clears all information).
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.SedaComponentStatistics
 
clear() - Method in interface org.mule.management.stats.Statistics
 
clear() - Method in class org.mule.routing.inbound.EventGroup
Removes all events from this group.
clear() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
clearPool() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
clearPool() - Method in interface org.mule.util.ObjectPool
 
clearProperties() - Method in class org.mule.impl.MuleMessage
 
clearProperties() - Method in class org.mule.impl.message.BaseMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.providers.AbstractMessageAdapter
 
clearProperties() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Removes all properties on this message
clone() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
clone() - Method in class org.mule.impl.endpoint.MuleEndpoint
 
clone() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
clone() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
clone() - Method in class org.mule.transaction.constraints.BatchConstraint
 
clone() - Method in class org.mule.transaction.constraints.ConstraintFilter
 
clone() - Method in class org.mule.transformers.AbstractTransformer
 
clone() - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
clone() - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
clone() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Make a deep copy of this endpoint
clone() - Method in interface org.mule.umo.transformer.UMOBaseTransformer
 
cloneMessage(UMOMessage) - Static method in class org.mule.impl.internal.notifications.MessageNotification
 
close() - Method in class org.mule.impl.jndi.SimpleContext
 
close() - Method in class org.mule.impl.model.streaming.CallbackOutputStream
 
close() - Method in class org.mule.impl.model.streaming.CloseCountDownInputStream
 
close() - Method in class org.mule.impl.model.streaming.CloseCountDownOutputStream
 
close() - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
close() - Method in class org.mule.providers.WriterMessageAdapter
 
close() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
close() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
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.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
 
closeResources() - Method in class org.mule.transaction.XaTransaction
 
combineProperties(UMOEvent, UMOMessage) - Static method in class org.mule.impl.RequestContext
 
commit() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
commit() - Method in class org.mule.transaction.AbstractTransaction
 
commit() - Method in interface org.mule.umo.UMOTransaction
Commit the transaction
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
 
commitTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
committed - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
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
 
compareResults(Object, Object) - Method in class org.mule.tck.AbstractTransformerTestCase
 
compareRoundtripResults(Object, Object) - Method in class org.mule.tck.AbstractTransformerTestCase
 
compareTo(Object) - Method in class org.mule.routing.inbound.EventGroup
Compare this EventGroup to another one.
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
 
component - Variable in class org.mule.impl.DefaultComponentExceptionStrategy
The component to which the Exception handler belongs
component - Variable in class org.mule.impl.model.streaming.StreamingComponent
 
component - Variable in class org.mule.providers.AbstractMessageReceiver
The Component with which this receiver is associated with
component - Variable in class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
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
 
componentPerRequest - Variable in class org.mule.impl.model.seda.SedaComponent
If this is set to true a new component will be created for every request.
componentPerRequest - Variable in class org.mule.impl.model.seda.SedaModel
Whether to create a new component for every request.
componentProxy - Variable in class org.mule.impl.model.seda.SedaComponent
Is created only if component pooling is turned off on the SEDAModel.
composeName(String, String) - Method in class org.mule.impl.jndi.SimpleContext
 
composeName(Name, Name) - Method in class org.mule.impl.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
compute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
config - Variable in class org.mule.util.queue.QueueInfo
 
configNotFoundUsage() - Static method in class org.mule.config.i18n.CoreMessages
 
configure(String) - Method in interface org.mule.config.ConfigurationBuilder
Will configure a UMOManager based on the configuration file(s) provided.
configure(String, String) - Method in interface org.mule.config.ConfigurationBuilder
Will configure a UMOManager based on the configuration file(s) provided.
configure(ReaderResource[], Properties) - Method in interface org.mule.config.ConfigurationBuilder
Will configure a UMOManager based on the configurations made available through Readers
configure(String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
configure(String, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
configure(ReaderResource[]) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
configure(ReaderResource[], Properties) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
configure(Reader, String, String) - Method in class org.mule.impl.container.AbstractContainerContext
 
configure(Reader) - Method in class org.mule.impl.container.AbstractContainerContext
 
configure(Reader) - Method in class org.mule.impl.container.DescriptorContainerContext
 
configure(Reader) - Method in class org.mule.impl.container.JndiContainerContext
 
configure(Reader) - Method in class org.mule.impl.container.MuleContainerContext
 
configure(Reader, String, String) - Method in class org.mule.impl.container.MultiContainerContext
 
configure(Reader) - Method in class org.mule.impl.container.PropertiesContainerContext
 
configure(Reader, String, String) - Method in interface org.mule.umo.manager.UMOContainerContext
This method will be called if there is a configuration fragement for the container to use to configure itself.
configureNestedRouter() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
configureQueue(String) - Method in class org.mule.config.QueueProfile
 
connect(UMOConnectable) - Method in class org.mule.providers.AbstractConnectionStrategy
 
connect() - Method in class org.mule.providers.AbstractConnector
Make the connection to the underlying transport. The fact that this object is connected or not should have no influence on the lifecycle, especially the start / stop state if applicable.
connect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
connect() - Method in class org.mule.providers.AbstractMessageReceiver
 
connect(UMOConnectable) - Method in interface org.mule.providers.ConnectionStrategy
Attempts to connect to a resource according the strategy implemented
connect() - Method in interface org.mule.umo.provider.UMOConnectable
Make the connection to the underlying transport.
connectListeners() - Method in class org.mule.impl.model.AbstractComponent
 
connected - Variable in class org.mule.providers.AbstractConnector
 
connected - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connected - Variable in class org.mule.providers.AbstractMessageReceiver
 
connecting - Variable in class org.mule.providers.AbstractConnector
 
connecting - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connecting - Variable in class org.mule.providers.AbstractMessageReceiver
 
connectionStrategy - Variable in class org.mule.providers.AbstractConnector
 
connectionStrategy - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connectionStrategy - Variable in class org.mule.providers.AbstractMessageReceiver
 
connector - Variable in class org.mule.impl.ImmutableMuleEndpoint
The endpoint used to communicate with the external system
connector - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connector - Variable in class org.mule.providers.AbstractMessageReceiver
the connector associated with this receiver
connectorCausedError() - Static method in class org.mule.config.i18n.CoreMessages
 
connectorCausedError(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
connectorName - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
connectorSchemeIncompatibleWithEndpointScheme(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
connectorWithProtocolNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
consumeFruit(FruitLover) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
container - Variable in class org.mule.impl.ImmutableMuleDescriptor
The name of the container that the component implementation resides in If null, the container is not known, if 'none' the component is instanciated from its implementation class name.
containerAlreadyRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
containerManaged - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Use container instead.
contains(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
containsId(Object) - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
containsId(Object) - Method in interface org.mule.routing.inbound.IdempotentMessageIdStore
Check whether the given ID is already registered with this store.
context - Variable in class org.mule.impl.container.JndiContainerContext
 
context - Variable in class org.mule.impl.message.BaseMessage
 
context - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
convert(Class, Object) - Method in class org.mule.config.converters.QNameConverter
Convert the specified input object into an output object of the specified type.
convertToBytes(Object) - Method in class org.mule.providers.AbstractMessageAdapter
 
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
 
correlationExtractor - Variable in class org.mule.routing.response.AbstractResponseRouter
 
couldNotDetermineDestinationComponentFromEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
countRetry() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
create(Map) - Method in interface org.mule.config.PropertyFactory
Creates a property using code execution.
create(Map) - Method in class org.mule.config.factories.HostNameFactory
 
create() - Method in class org.mule.config.pool.AbstractProxyFactory
 
create(Object, UMODescriptor, UMOEntryPointResolver) - Method in class org.mule.impl.DefaultLifecycleAdapterFactory
 
create(UMOImmutableEndpoint) - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
create(UMOImmutableEndpoint) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
create() - Method in class org.mule.tck.testmodels.fruit.BananaFactory
 
create(Object, UMODescriptor, UMOEntryPointResolver) - Method in class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapterFactory
 
create(Map) - Method in class org.mule.tck.testmodels.mule.TestDependentObject
 
create() - Method in class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
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(Object, UMODescriptor, UMOEntryPointResolver) - Method in interface org.mule.umo.lifecycle.UMOLifecycleAdapterFactory
 
create() - Method in interface org.mule.umo.manager.UMOTransactionManagerFactory
Creates of obtains the jta transaction manager to use for mule transactions
create(UMODescriptor) - Method in interface org.mule.umo.model.UMOComponentFactory
 
create(UMOImmutableEndpoint) - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityContextFactory
 
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
 
create() - Method in interface org.mule.util.ObjectFactory
 
createAdapter(Object) - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
createAlgorithmParameterSpec() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
createAntStyleParser() - Static method in class org.mule.util.TemplateParser
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.AbstractModel
 
createComponent(UMODescriptor) - Static method in class org.mule.impl.model.ComponentFactory
Creates a component based on its descriptor.
createComponent(UMODescriptor) - Method in class org.mule.impl.model.direct.DirectModel
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.pipeline.PipelineModel
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.seda.SedaModel
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.seda.optimised.OptimisedSedaModel
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.streaming.StreamingModel
 
createComponentProxy() - Method in class org.mule.impl.model.seda.SedaComponent
 
createConnector - Variable in class org.mule.impl.ImmutableMuleEndpoint
determines if a new connector should be created for this endpoint
createConnector - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
createConnector(UMOEndpointURI) - Static method in class org.mule.providers.service.TransportFactory
Creates an uninitialied connector from the provided MuleEndpointURI.
createConnector(String) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createConnector() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
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
 
createDescriptor(String, String, String, String, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
createDescriptor(String, String, UMOEndpointURI, UMOEndpointURI, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
createDescriptor(String, String, UMOEndpoint, UMOEndpoint, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
createDispatcherFactory() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createEndpoint(String, String, boolean) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
createEndpoint(String, String, boolean, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
createEndpoint(String, String, boolean, UMOFilter) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
createEndpoint(String, String, boolean, String, UMOFilter) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
createEndpoint(UMOEndpointURI, String) - Static method in class org.mule.providers.service.TransportFactory
 
createEndpointBuilder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createEndpointFromUri(UMOEndpointURI, String) - Static method in class org.mule.impl.ImmutableMuleEndpoint
 
createEventGroup(UMOEvent, Object) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Create a new EventGroup with the specified groupId.
createEventGroup(UMOEvent, Object) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
createEventGroup(UMOEvent, Object) - Method in class org.mule.routing.inbound.CorrelationAggregator
Creates a new EventGroup that will expect the number of events as returned by UMOMessageAdapter.getCorrelationGroupSize().
createEventGroup(UMOEvent, Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
createEventGroup(UMOEvent, Object) - Method in class org.mule.routing.response.ResponseCorrelationAggregator
Creates the event group with a specific correlation size based on the Mule Correlation support
createFile(String) - Static method in class org.mule.util.FileUtils
 
createHeader(String, char[]) - Static method in class org.mule.impl.security.MuleCredentials
 
createHeader(String, String, String, UMOEncryptionStrategy) - Static method in class org.mule.impl.security.MuleCredentials
 
createInboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
createKeySpec() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
createKeySpec() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
createKeySpec() - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
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.providers.service.TransportServiceDescriptor
 
createMessageAdapter(Object, String) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createMessageIdStore() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
createMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, Object[]) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createModel(String) - Static method in class org.mule.impl.model.ModelFactory
 
createMultipleTransactedReceivers - Variable in class org.mule.providers.AbstractConnector
 
createNewInboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createNewOutboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createNewResponseTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createOutboundEvent(UMOMessage, UMOImmutableEndpoint, UMOEvent) - Method in class org.mule.impl.MuleSession
 
createOutboundEvent(UMOMessage, UMOImmutableEndpoint, UMOEvent) - Method in interface org.mule.umo.UMOSession
Creates an outbound event for this session
createOutboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createPool() - Method in class org.mule.config.ThreadingProfile
 
createPool(String) - Method in class org.mule.config.ThreadingProfile
 
createPool(UMODescriptor, UMOModel, ObjectFactory, PoolingProfile) - Method in class org.mule.config.pool.CommonsPoolFactory
 
createPool(UMODescriptor, UMOModel, PoolingProfile) - Method in class org.mule.config.pool.CommonsPoolFactory
 
createPool() - Method in class org.mule.impl.model.seda.SedaComponent
 
createPool() - Method in class org.mule.impl.model.seda.optimised.OptimisedSedaComponent
 
createPool(MuleDescriptor, byte) - Method in class org.mule.tck.model.AbstractPoolTestCase
 
createPool(UMODescriptor, UMOModel, ObjectFactory, PoolingProfile) - Method in interface org.mule.umo.model.UMOPoolFactory
 
createPool(UMODescriptor, UMOModel, PoolingProfile) - Method in interface org.mule.umo.model.UMOPoolFactory
 
createProxy(Object) - Method in class org.mule.config.pool.AbstractProxyFactory
 
createProxy(Object) - Method in class org.mule.impl.model.seda.optimised.OptimisedProxyFactory
 
createProxy(Object) - Method in class org.mule.routing.nested.NestedRouter
 
createProxy(Object) - Method in interface org.mule.umo.routing.UMONestedRouter
This wires the dynamic proxy to the service object.
createReceiver(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
Create a Message receiver for this connector
createReceiver(UMOComponent, UMOEndpoint) - Method in class org.mule.tck.testmodels.mule.TestConnector
 
createResponseTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createSecurityContext(UMOAuthentication) - Method in class org.mule.impl.security.MuleSecurityManager
 
createSecurityContext(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityManager
 
createSecurityContext(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityProvider
 
createServiceFinder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createSession() - Method in class org.mule.util.file.FileManager
 
createSessionHandler() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createSocket(Socket, String, int, boolean) - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int) - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int) - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
createSocket() - Method in class org.mule.umo.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
 
createStartedManager(boolean, String, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Configures a started manager.
createStartedManager(boolean, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Configures a started manager.
createStartedManager(boolean, String, UMOConnector) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Configures a started manager.
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.impl.model.AbstractComponent
 
createStatistics() - Method in class org.mule.impl.model.seda.SedaComponent
 
createStreamMessageAdapter(InputStream, OutputStream) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createSubcontext(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
createSubcontext(String) - Method in class org.mule.impl.jndi.SimpleContext
 
createTestInfo() - Method in class org.mule.tck.AbstractMuleTestCase
 
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.providers.service.TransportServiceDescriptor
 
createURLStreamHandler(String) - Method in class org.mule.util.MuleUrlStreamHandlerFactory
 
createWatchdog() - Method in class org.mule.tck.AbstractMuleTestCase
 
createWork() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
createWorkManager(ThreadingProfile, String) - Method in interface org.mule.config.ThreadingProfile.WorkManagerFactory
 
createWorkManager(String) - Method in class org.mule.config.ThreadingProfile
 
criticalRewriteEvent(UMOMessage) - Static method in class org.mule.impl.OptimizedRequestContext
Sets a new message payload in the RequestContext but maintains all other properties (session, endpoint, synchronous, etc.) from the previous event.
criticalSetEvent(UMOEvent) - Static method in class org.mule.impl.OptimizedRequestContext
Set an event for out-of-scope thread access.
criticalWriteResponse(UMOMessage) - Static method in class org.mule.impl.OptimizedRequestContext
 
cryptoFailure() - Static method in class org.mule.config.i18n.CoreMessages
 
current() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 

D

DECODE - Static variable in class org.mule.util.Base64
Specify decoding.
DEFAULT_ALGORITHM - Static variable in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
DEFAULT_ALGORITHM - Static variable in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transformers.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_DESCRIPTION_BUFFER_SIZE - Static variable in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
DEFAULT_DO_THREADING - Static variable in class org.mule.config.ThreadingProfile
Default value for do threading
DEFAULT_ENCODING - Static variable in class org.mule.config.MuleConfiguration
 
DEFAULT_ENCODING - Static variable in class org.mule.util.StringMessageUtils
 
DEFAULT_EXHAUSTED_ACTION - Static variable in interface org.mule.util.ObjectPool
 
DEFAULT_FAILFAST - Static variable in class org.mule.providers.AbstractMessageAdapter
Should we fail when we detect scribbling? This can be overridden by setting the property MuleProperties.MULE_THREAD_UNSAFE_MESSAGES_PROPERTY
DEFAULT_FREQUENCY - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
DEFAULT_INSTANCE_REF_NAME - Static variable in class org.mule.impl.MuleDescriptor
 
DEFAULT_ITERATION_COUNT - Static variable in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
DEFAULT_KEYSTORE - Static variable in class org.mule.umo.security.tls.TlsConfiguration
 
DEFAULT_KEYSTORE_TYPE - Static variable in class org.mule.umo.security.tls.TlsConfiguration
 
DEFAULT_MANAGER_ENDPOINT - Static variable in class org.mule.impl.internal.admin.MuleAdminAgent
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class org.mule.config.ThreadingProfile
Default value for MAX_BUFFER_SIZE
DEFAULT_MAX_OUTSTANDING_MESSAGES - Static variable in class org.mule.config.MuleConfiguration
Default value for MAX_OUTSTANDING_MESSAGES_PROPERTY
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 component 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_SIZE - Static variable in interface org.mule.util.ObjectPool
 
DEFAULT_MAX_THREADS_ACTIVE - Static variable in class org.mule.config.ThreadingProfile
Default value for MAX_THREADS_ACTIVE
DEFAULT_MAX_THREADS_IDLE - Static variable in class org.mule.config.ThreadingProfile
Default value for MAX_THREADS_IDLE
DEFAULT_MAX_THREAD_TTL - Static variable in class org.mule.config.ThreadingProfile
Default value for MAX_THREAD_TTL
DEFAULT_MAX_WAIT - Static variable in interface org.mule.util.ObjectPool
 
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.impl.model.ModelFactory
 
DEFAULT_MODEL_NAME - Static variable in class org.mule.tck.MuleTestUtils
 
DEFAULT_MULE_DTD - Static variable in class org.mule.config.MuleDtdResolver
 
DEFAULT_NUM_CONCURRENT_TX_RECEIVERS - Static variable in class org.mule.providers.AbstractConnector
Default number of concurrent transactional receivers.
DEFAULT_OS_ENCODING - Static variable in class org.mule.config.MuleConfiguration
Default encoding used in OS running Mule
DEFAULT_OS_ENCODING - Static variable in class org.mule.util.StringMessageUtils
 
DEFAULT_POLL_FREQUENCY - Static variable in class org.mule.providers.AbstractPollingMessageReceiver
 
DEFAULT_POLL_TIMEUNIT - Static variable in class org.mule.providers.AbstractPollingMessageReceiver
 
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_EXHAUST_ACTION - Static variable in class org.mule.config.ThreadingProfile
Default action to perform on pool exhaustion
DEFAULT_POOL_INITIALISATION_POLICY - Static variable in class org.mule.config.PoolingProfile
Determines how components in a pool should be initialised.
DEFAULT_POOL_SIZE - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
DEFAULT_QUEUE_STORE - Static variable in class org.mule.config.MuleConfiguration
The default queueStore directory for persistence
DEFAULT_RETRY_COUNT - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
DEFAULT_SECURITY_PROVIDER - Static variable in class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
Default is Sun's JSSE.
DEFAULT_SERVER_URL - Static variable in class org.mule.config.MuleConfiguration
The default serverUrl used to receive incoming requests from clients
DEFAULT_SSL_TYPE - Static variable in class org.mule.umo.security.tls.TlsConfiguration
 
DEFAULT_STARTUP_DELAY - Static variable in class org.mule.providers.AbstractPollingMessageReceiver
 
DEFAULT_SYNCHRONOUS - Static variable in class org.mule.config.MuleConfiguration
Default value for SYNCHRONOUS_PROPERTY
DEFAULT_SYSTEM_MODEL_TYPE - Static variable in class org.mule.config.MuleConfiguration
 
DEFAULT_THREAD_WAIT_TIMEOUT - Static variable in class org.mule.config.ThreadingProfile
Default value for DEFAULT_THREAD_WAIT_TIMEOUT
DEFAULT_TIMEOUT - Static variable in class org.mule.config.MuleConfiguration
 
DEFAULT_TIMEOUT_MSECS - Static variable in class org.mule.util.xa.AbstractResourceManager
 
DEFAULT_TRANSACTION_TIMEOUT - Static variable in class org.mule.config.MuleConfiguration
 
DEFAULT_TRUNCATE_LENGTH - Static variable in class org.mule.transformers.AbstractTransformer
 
DEFAULT_WAIT - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
DEFAULT_WORKING_DIRECTORY - Static variable in class org.mule.config.MuleConfiguration
Where Mule stores any runtime files to disk
DELIST_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
DELTA - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the variation of a counter
DESCRIPTOR_CONTAINER_NAME - Static variable in class org.mule.impl.container.DescriptorContainerContext
 
DISABLE_SERVER_CONNECTIONS_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Disable the Admin agent
DIVIDE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the division of two other counters
DONT_BREAK_LINES - Static variable in class org.mule.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DaemonThreadFactory - class org.mule.util.concurrent.DaemonThreadFactory.
 
DaemonThreadFactory(String) - Constructor for class org.mule.util.concurrent.DaemonThreadFactory
 
DateUtils - class org.mule.util.DateUtils.
DateUtils contains some useful methods dealing date/time conversion, formatting etc.
DateUtils() - Constructor for class org.mule.util.DateUtils
 
DebugUtils - class org.mule.util.DebugUtils.
Useful for enumerating debug information about the current Java environment
DecryptionTransformer - class org.mule.transformers.encryption.DecryptionTransformer.
EncryptionTransformer will transform an encrypted array of bytes or string into an decrypted array of bytes
DecryptionTransformer() - Constructor for class org.mule.transformers.encryption.DecryptionTransformer
 
DefaultComponentExceptionStrategy - class org.mule.impl.DefaultComponentExceptionStrategy.
DefaultComponentExceptionStrategy is the default exception handler for components.
DefaultComponentExceptionStrategy() - Constructor for class org.mule.impl.DefaultComponentExceptionStrategy
 
DefaultComponentExceptionStrategy(UMOComponent) - Constructor for class org.mule.impl.DefaultComponentExceptionStrategy
Constructor
DefaultExceptionReader - class org.mule.config.DefaultExceptionReader.
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 org.mule.impl.DefaultExceptionStrategy.
DefaultExceptionStrategy provides a default exception handling strategy.
DefaultExceptionStrategy() - Constructor for class org.mule.impl.DefaultExceptionStrategy
 
DefaultLifecycleAdapter - class org.mule.impl.DefaultLifecycleAdapter.
DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
DefaultLifecycleAdapter(Object, UMODescriptor) - Constructor for class org.mule.impl.DefaultLifecycleAdapter
 
DefaultLifecycleAdapter(Object, UMODescriptor, UMOEntryPointResolver) - Constructor for class org.mule.impl.DefaultLifecycleAdapter
 
DefaultLifecycleAdapterFactory - class org.mule.impl.DefaultLifecycleAdapterFactory.
DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
DefaultLifecycleAdapterFactory() - Constructor for class org.mule.impl.DefaultLifecycleAdapterFactory
 
DefaultMessageAdapter - class org.mule.providers.DefaultMessageAdapter.
DefaultMessageAdapter can be used to wrap an arbitary object where no special 'apapting' is needed.
DefaultMessageAdapter(Object) - Constructor for class org.mule.providers.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMessageAdapter(Object, UMOMessageAdapter) - Constructor for class org.mule.providers.DefaultMessageAdapter
 
DefaultMessageAdapter(Object, Map, Map) - Constructor for class org.mule.providers.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMuleProxy - class org.mule.impl.model.DefaultMuleProxy.
MuleProxy is a proxy to a UMO.
DefaultMuleProxy(Object, MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.DefaultMuleProxy
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
DefaultReplyToHandler - class org.mule.providers.DefaultReplyToHandler.
DefaultReplyToHandler is responsible for processing a message replyTo header.
DefaultReplyToHandler(UMOTransformer) - Constructor for class org.mule.providers.DefaultReplyToHandler
 
DefaultWorkListener - class org.mule.umo.manager.DefaultWorkListener.
Default exception Handler used when executing work in the work manager
DefaultWorkListener() - Constructor for class org.mule.umo.manager.DefaultWorkListener
 
DefaultXASession - class org.mule.util.xa.DefaultXASession.
todo document
DefaultXASession(AbstractXAResourceManager) - Constructor for class org.mule.util.xa.DefaultXASession
 
DeferredOutputStream - class org.mule.impl.model.streaming.DeferredOutputStream.
This outputStream allows a stream to be choosen after this has been created.
DeferredOutputStream(UMOEventContext) - Constructor for class org.mule.impl.model.streaming.DeferredOutputStream
 
DeferredOutputStream(UMOEventContext, int) - Constructor for class org.mule.impl.model.streaming.DeferredOutputStream
 
DeleteException - exception org.mule.util.file.DeleteException.
 
DeleteException() - Constructor for class org.mule.util.file.DeleteException
 
DeleteException(File) - Constructor for class org.mule.util.file.DeleteException
 
Delta - class org.mule.util.counters.impl.Delta.
 
Delta(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Delta
 
DescriptorContainerContext - class org.mule.impl.container.DescriptorContainerContext.
Will load the component from the descriptors' own properties.
DescriptorContainerContext() - Constructor for class org.mule.impl.container.DescriptorContainerContext
 
DescriptorContainerKeyPair - class org.mule.impl.container.DescriptorContainerKeyPair.
 
DescriptorContainerKeyPair(String, Object) - Constructor for class org.mule.impl.container.DescriptorContainerKeyPair
 
DirectComponent - class org.mule.impl.model.direct.DirectComponent.
A direct component invokes the service component directly without any threading or pooling, even when the invocation is asynchronous
DirectComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.direct.DirectComponent
 
DirectModel - class org.mule.impl.model.direct.DirectModel.
 
DirectModel() - Constructor for class org.mule.impl.model.direct.DirectModel
 
DispatchException - exception org.mule.umo.provider.DispatchException.
DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
DispatchException(UMOMessage, UMOImmutableEndpoint) - Constructor for class org.mule.umo.provider.DispatchException
 
DispatchException(UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.umo.provider.DispatchException
 
DispatchException(Message, UMOMessage, UMOImmutableEndpoint) - Constructor for class org.mule.umo.provider.DispatchException
 
DispatchException(Message, UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.umo.provider.DispatchException
 
Disposable - interface org.mule.umo.lifecycle.Disposable.
Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing component as the component is being destroyed.
DisposeException - exception org.mule.umo.lifecycle.DisposeException.
DisposeException TODO (document class)
DisposeException(Message, Object) - Constructor for class org.mule.umo.lifecycle.DisposeException
 
DisposeException(Message, Throwable, Object) - Constructor for class org.mule.umo.lifecycle.DisposeException
 
DisposeException(Throwable, Object) - Constructor for class org.mule.umo.lifecycle.DisposeException
 
DynamicEntryPoint - class org.mule.impl.model.resolvers.DynamicEntryPoint.
DynamicEntryPoint is used to detemine the entry point on a bean after an event has been received for it.
DynamicEntryPoint() - Constructor for class org.mule.impl.model.resolvers.DynamicEntryPoint
 
DynamicEntryPointResolver - class org.mule.impl.model.resolvers.DynamicEntryPointResolver.
DynamicEntryPointResolver Checks to see if the component implements the Callable lifecycle interface, then the onCall(UMOEventContext) method will be used to receive the event.
DynamicEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.DynamicEntryPointResolver
Default Constructor
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
 
decQueuedEvent() - Method in class org.mule.management.stats.ComponentStatistics
 
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.
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 class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
decrypt(byte[], Object) - Method in interface org.mule.umo.UMOEncryptionStrategy
 
decryptCipher - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
defaultHandler(Throwable) - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
defaultHandler(Throwable) - Method in class org.mule.impl.DefaultExceptionStrategy
 
defaultInboundTransformer - Variable in class org.mule.providers.AbstractConnector
The service descriptor can define a default inbound transformer to be used on an endpoint if no other is set
defaultOutboundTransformer - Variable in class org.mule.providers.AbstractConnector
The service descriptor can define a default outbound transformer to be used on an endpoint if no other is set
defaultResponseTransformer - Variable in class org.mule.providers.AbstractConnector
For some connectors such as http, a response transformer is required or where a replyTo needs a trnasformer
defaultTimeout - Variable in class org.mule.util.xa.AbstractResourceManager
 
delay - Variable in class org.mule.tck.TestCaseWatchdog
 
delete(File) - Method in interface org.mule.util.file.FileSession
Delete the given file.
delete(File) - Method in class org.mule.util.file.TransactedFileSession
 
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.impl.ImmutableMuleEndpoint
determines whether unaccepted filtered events should be removed from the source.
delist() - Method 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
 
dequeue() - Method in class org.mule.impl.model.seda.SedaComponent
 
descriptor - Variable in class org.mule.components.builder.AbstractMessageBuilder
 
descriptor - Variable in class org.mule.config.pool.AbstractProxyFactory
The UMODescriptor used to create new components in the pool
descriptor - Variable in class org.mule.impl.model.AbstractComponent
The Mule descriptor associated with the component
descriptorAlreadyExists(String) - Static method in class org.mule.config.i18n.CoreMessages
 
descriptorQueueName - Variable in class org.mule.impl.model.seda.SedaComponent
 
descriptors - Variable in class org.mule.impl.model.AbstractModel
Collection for mule descriptors registered in this Manager
destroy(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
destroy(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
destroy(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Invoked when a dispatcher returned false for UMOMessageDispatcherFactory.validate(UMOImmutableEndpoint, UMOMessageDispatcher).
destroyObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
destroyObject(Object, Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
destroyReceiver(UMOMessageReceiver, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
 
destroyReceiver(UMOMessageReceiver, UMOEndpoint) - Method in class org.mule.tck.testmodels.mule.TestConnector
 
destroySubcontext(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
destroySubcontext(String) - Method in class org.mule.impl.jndi.SimpleContext
 
dirty - Variable in class org.mule.util.xa.AbstractResourceManager
 
disableAdminAgent() - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
disconnect() - Method in class org.mule.providers.AbstractConnector
Disconnect the from the underlying transport
disconnect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
disconnect() - Method in class org.mule.providers.AbstractMessageReceiver
 
disconnect() - Method in interface org.mule.umo.provider.UMOConnectable
Disconnect the from the underlying transport
disconnectListeners() - Method in class org.mule.impl.model.AbstractComponent
 
dispatch(UMOEvent) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
dispatch(UMOImmutableEndpoint, UMOEvent) - Method in class org.mule.providers.AbstractConnector
Dispatches an event from the endpoint to the external system
dispatch(UMOEvent) - Method in class org.mule.providers.AbstractMessageDispatcher
 
dispatch(UMOEvent) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
dispatch(UMOSession, UMOMessage, UMOEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
dispatch(UMOImmutableEndpoint, UMOEvent) - Method in interface org.mule.umo.provider.UMOConnector
Dispatches an event from the endpoint to the external system
dispatch(UMOEvent) - Method in interface org.mule.umo.provider.UMOMessageDispatching
Dispatches an event from the endpoint to the external system
dispatchEvent(Object) - Method in class org.mule.impl.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the component for this session
dispatchEvent(UMOMessage) - Method in class org.mule.impl.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the component for this session
dispatchEvent(UMOMessage, UMOEndpointURI) - Method in class org.mule.impl.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 endpointUri configured for the event
dispatchEvent(UMOMessage, String) - Method in class org.mule.impl.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(UMOMessage, UMOEndpoint) - Method in class org.mule.impl.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(UMOMessage) - Method in class org.mule.impl.MuleSession
 
dispatchEvent(UMOMessage, String) - Method in class org.mule.impl.MuleSession
 
dispatchEvent(UMOMessage, UMOImmutableEndpoint) - Method in class org.mule.impl.MuleSession
 
dispatchEvent(UMOEvent) - Method in class org.mule.impl.MuleSession
 
dispatchEvent(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
dispatchEvent(UMOEvent) - Method in interface org.mule.umo.UMOComponent
Makes an asynhronous event call to the component.
dispatchEvent(UMOMessage) - Method in interface org.mule.umo.UMOEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the component for this session
dispatchEvent(Object) - Method in interface org.mule.umo.UMOEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the component for this session
dispatchEvent(UMOMessage, UMOEndpointURI) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage, String) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage, UMOEndpoint) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage) - Method in interface org.mule.umo.UMOSession
This will dispatch an event asynchronously via the configured outbound endpoint on the component for this session
dispatchEvent(UMOEvent) - Method in interface org.mule.umo.UMOSession
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(UMOMessage, UMOImmutableEndpoint) - Method in interface org.mule.umo.UMOSession
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(UMOMessage, String) - Method in interface org.mule.umo.UMOSession
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
dispatcherFactory - Variable in class org.mule.providers.AbstractConnector
Factory used to create dispatchers for this connector
dispatchers - Variable in class org.mule.providers.AbstractConnector
A pool of dispatchers for this connector, keyed by endpoint
dispose() - Method in class org.mule.MuleManager
Destroys the MuleManager and all resources it maintains
dispose() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
dispose() - Method in class org.mule.impl.container.AbstractContainerContext
 
dispose() - Method in class org.mule.impl.container.MultiContainerContext
 
dispose() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
dispose() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
dispose() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
dispose() - Method in class org.mule.impl.model.AbstractComponent
 
dispose() - Method in class org.mule.impl.model.AbstractModel
Destroys any current components
dispose() - Method in class org.mule.impl.model.DefaultMuleProxy
 
dispose() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
dispose() - Method in class org.mule.impl.work.MuleWorkManager
 
dispose() - Method in class org.mule.interceptors.InterceptorStack
 
dispose() - Method in class org.mule.providers.AbstractConnector
A lifecycle method where implementor should free up any resources. If an exception is thrown it should just be logged and processing should continue. This method should not throw Runtime exceptions.
dispose() - Method in class org.mule.providers.AbstractMessageDispatcher
Template method to destroy any resources held by the Message Dispatcher
dispose() - Method in class org.mule.providers.AbstractMessageReceiver
 
dispose() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
dispose() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
dispose() - Method in interface org.mule.umo.lifecycle.Disposable
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.util.monitor.ExpiryMonitor
 
disposeAgents() - Method in class org.mule.MuleManager
{@inheritDoc}
disposeCurrent() - Method in class org.mule.config.builders.QuickConfigurationBuilder
Disposes the current MuleManager if there is one.
disposeDispatchers() - Method in class org.mule.providers.AbstractConnector
 
disposeManager() - Method in class org.mule.tck.AbstractMuleTestCase
 
disposeReceivers() - Method in class org.mule.providers.AbstractConnector
 
disposeWorkManagers() - Method in class org.mule.providers.AbstractConnector
 
disposed - Variable in class org.mule.providers.AbstractConnector
Determines in the connector is alive and well
disposed - Variable in class org.mule.providers.AbstractMessageDispatcher
 
disposing - Variable in class org.mule.providers.AbstractConnector
Determines in connector has been told to dispose
disposing - Variable in class org.mule.providers.AbstractMessageReceiver
 
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
 
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
 
doConnect(UMOConnectable) - Method in class org.mule.providers.AbstractConnectionStrategy
 
doConnect() - Method in class org.mule.providers.AbstractConnector
Template method where any connections should be made for the connector
doConnect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
doConnect() - Method in class org.mule.providers.AbstractMessageReceiver
 
doConnect(UMOConnectable) - Method in class org.mule.providers.SimpleRetryConnectionStrategy
 
doConnect(UMOConnectable) - Method in class org.mule.providers.SingleAttemptConnectionStrategy
 
doConnect() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doConnect() - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doDisconnect() - Method in class org.mule.providers.AbstractConnector
Template method where any connected resources used by the connector should be disconnected
doDisconnect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
doDisconnect() - Method in class org.mule.providers.AbstractMessageReceiver
 
doDisconnect() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doDisconnect() - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doDispatch(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
doDispatch(UMOEvent) - Method in class org.mule.impl.model.direct.DirectComponent
 
doDispatch(UMOEvent) - Method in class org.mule.impl.model.pipeline.PipelineComponent
 
doDispatch(UMOEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
doDispatch(UMOEvent) - Method in class org.mule.impl.model.streaming.StreamingComponent
 
doDispatch(UMOEvent) - Method in class org.mule.providers.AbstractMessageDispatcher
 
doDispatch(UMOEvent) - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doDispose() - Method in class org.mule.impl.model.AbstractComponent
 
doDispose() - Method in class org.mule.impl.model.direct.DirectComponent
 
doDispose() - Method in class org.mule.impl.model.pipeline.PipelineComponent
 
doDispose() - Method in class org.mule.impl.model.seda.SedaComponent
 
doDispose() - Method in class org.mule.impl.model.streaming.StreamingComponent
 
doDispose() - Method in class org.mule.providers.AbstractConnector
Template method to perform any work when destroying the connectoe
doDispose() - Method in class org.mule.providers.AbstractMessageDispatcher
 
doDispose() - Method in class org.mule.providers.AbstractMessageReceiver
 
doDispose() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doDispose() - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doExecute(WorkerContext, Executor) - Method in class org.mule.impl.work.ScheduleWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.impl.work.StartWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.impl.work.SyncWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in interface org.mule.impl.work.WorkExecutor
This method must be implemented by sub-classes in order to provide the relevant synchronization policy.
doForceStop() - Method in class org.mule.impl.model.AbstractComponent
 
doForceStop() - Method in class org.mule.impl.model.seda.SedaComponent
 
doInTransaction() - Method in class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
doInTransaction() - Method in interface org.mule.transaction.TransactionCallback
 
doInitialise() - Method in class org.mule.impl.AbstractExceptionListener
 
doInitialise() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.impl.model.AbstractComponent
 
doInitialise() - Method in class org.mule.impl.model.direct.DirectComponent
 
doInitialise() - Method in class org.mule.impl.model.pipeline.PipelineComponent
 
doInitialise() - Method in class org.mule.impl.model.seda.SedaComponent
Initialise the component.
doInitialise() - Method in class org.mule.impl.model.streaming.StreamingComponent
 
doInitialise() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.providers.AbstractConnector
 
doInitialise() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doLoad(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doPause() - Method in class org.mule.impl.model.AbstractComponent
Custom components can execute code necessary to put the component in a paused state here.
doPause() - Method in class org.mule.impl.model.direct.DirectComponent
 
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
 
doReceive(long) - Method in class org.mule.providers.AbstractMessageDispatcher
Make a specific request to the underlying transport
doReceive(long) - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doReleaseProxy(MuleProxy) - Method in class org.mule.impl.model.seda.SedaComponent
This method is called once when a proxy has finished processing a request (regardless of success).
doRemove(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doResume() - Method in class org.mule.impl.model.AbstractComponent
Custom components can execute code necessary to resume a component once it has been paused If a developer overloads this method the doPause() method MUST also be overloaded to avoid inconsistent state in the component
doResume() - Method in class org.mule.impl.model.direct.DirectComponent
 
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.providers.AbstractReceiverResourceWorker
(non-Javadoc)
doRun() - Method in class org.mule.providers.AbstractReceiverWorker
The actual logic used to receive messages from the underlying transport.
doSend(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
doSend(UMOEvent) - Method in class org.mule.impl.model.direct.DirectComponent
 
doSend(UMOEvent) - Method in class org.mule.impl.model.pipeline.PipelineComponent
 
doSend(UMOEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
doSend(UMOEvent) - Method in class org.mule.impl.model.streaming.StreamingComponent
 
doSend(UMOEvent) - Method in class org.mule.providers.AbstractMessageDispatcher
 
doSend(UMOEvent) - Method in class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
doSetUp() - Method in class org.mule.tck.AbstractMuleTestCase
 
doSetUp() - Method in class org.mule.tck.AbstractTransformerTestCase
 
doSetUp() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
doSetUp() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
doSetUp() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
doSetUp() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
doSetUp() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
doSetUp() - Method in class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
doStart() - Method in class org.mule.impl.model.AbstractComponent
 
doStart() - Method in class org.mule.impl.model.direct.DirectComponent
 
doStart() - Method in class org.mule.impl.model.seda.SedaComponent
 
doStart() - Method in class org.mule.providers.AbstractConnector
Template method to perform any work when starting the connectoe
doStart() - Method in class org.mule.providers.AbstractMessageReceiver
 
doStart() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
doStart() - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
doStart() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doStart() - Method in class org.mule.util.queue.TransactionalQueueManager
 
doStart() - Method in class org.mule.util.xa.AbstractResourceManager
 
doStop() - Method in class org.mule.impl.model.AbstractComponent
 
doStop() - Method in class org.mule.impl.model.direct.DirectComponent
 
doStop() - Method in class org.mule.impl.model.seda.SedaComponent
 
doStop() - Method in class org.mule.providers.AbstractConnector
Template method to perform any work when stopping the connectoe
doStop() - Method in class org.mule.providers.AbstractMessageReceiver
 
doStop() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
doStop() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
doStore(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doTearDown() - Method in class org.mule.tck.AbstractMuleTestCase
 
doTearDown() - Method in class org.mule.tck.AbstractTransformerTestCase
 
doTearDown() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
doTearDown() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
doTestBadReturnType(UMOTransformer, Object) - Method in class org.mule.tck.AbstractTransformerTestCase
 
doTestClone(UMOTransformer, UMOTransformer) - Method in class org.mule.tck.AbstractTransformerTestCase
 
doTestMessageEqualsPayload(Object, Object) - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
doTransform(InputStream, OutputStream, String) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
doTransform(Object, String) - Method in class org.mule.tck.testmodels.fruit.ObjectToFruitLover
 
doTransform(Object, String) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.AbstractEventAwareTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.AbstractTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.NoActionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.codec.Base64Decoder
 
doTransform(Object, String) - Method in class org.mule.transformers.codec.Base64Encoder
 
doTransform(Object, String) - Method in class org.mule.transformers.codec.XmlEntityDecoder
 
doTransform(Object, String) - Method in class org.mule.transformers.codec.XmlEntityEncoder
 
doTransform(Object, String) - Method in class org.mule.transformers.compression.GZipCompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.compression.GZipUncompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ByteArrayToHexString
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ByteArrayToObject
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ByteArrayToSerializable
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ByteArrayToString
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.GetBeanProperty
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.HexStringToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.MapLookup
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ObjectArrayToString
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.ObjectToString
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.StringToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.StringToObjectArray
 
doWork(Work) - Method in class org.mule.impl.work.MuleWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 

E

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
 
ENCODE - Static variable in class org.mule.util.Base64
Specify encoding.
ENDPOINT_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
ENDPOINT_TYPE_RECEIVER - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The endpoint is indound
ENDPOINT_TYPE_RESPONSE - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The endpoint is a receive endpoint set on a response router
ENDPOINT_TYPE_SENDER - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The endpoint is outbound
ENDPOINT_TYPE_SENDER_AND_RECEIVER - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The endpoint is either and will be set depending on how it is used
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
EVENT_NAME - Variable in class org.mule.umo.manager.UMOServerNotification
 
EXCEPTION_ACTION - Static variable in class org.mule.impl.internal.notifications.ExceptionNotification
 
EXCEPTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
EXTENSION - Static variable in class org.mule.util.queue.FilePersistenceStrategy
 
EchoComponent - class org.mule.components.simple.EchoComponent.
EchoComponent will log the message and return the payload back as the result.
EchoComponent() - Constructor for class org.mule.components.simple.EchoComponent
 
EchoService - interface org.mule.components.simple.EchoService.
 
EncryptionNotSupportedException - exception org.mule.umo.security.EncryptionNotSupportedException.
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, UMOMessage) - Constructor for class org.mule.umo.security.EncryptionNotSupportedException
 
EncryptionNotSupportedException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.security.EncryptionNotSupportedException
 
EncryptionStrategyNotFoundException - exception org.mule.umo.security.EncryptionStrategyNotFoundException.
EncryptionStrategyNotFoundException is thrown by the UMOSecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
EncryptionStrategyNotFoundException(String) - Constructor for class org.mule.umo.security.EncryptionStrategyNotFoundException
 
EncryptionStrategyNotFoundException(String, Throwable) - Constructor for class org.mule.umo.security.EncryptionStrategyNotFoundException
 
EncryptionTransformer - class org.mule.transformers.encryption.EncryptionTransformer.
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
EncryptionTransformer() - Constructor for class org.mule.transformers.encryption.EncryptionTransformer
 
EndpointBuilder - interface org.mule.impl.endpoint.EndpointBuilder.
EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
EndpointException - exception org.mule.umo.endpoint.EndpointException.
EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointException(Message) - Constructor for class org.mule.umo.endpoint.EndpointException
 
EndpointException(Message, Throwable) - Constructor for class org.mule.umo.endpoint.EndpointException
 
EndpointException(Throwable) - Constructor for class org.mule.umo.endpoint.EndpointException
 
EndpointNotFoundException - exception org.mule.umo.endpoint.EndpointNotFoundException.
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 class org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message) - Constructor for class org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message, Throwable) - Constructor for class org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Throwable) - Constructor for class org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotificationLoggerAgent - class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent.
EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.
EndpointNotificationLoggerAgent() - Constructor for class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
EndpointReference - class org.mule.config.builders.EndpointReference.
EndpointReference maintains a endpoint reference.
EndpointReference(String, String, String, String, String, String, Object) - Constructor for class org.mule.config.builders.EndpointReference
 
EndpointSelector - class org.mule.routing.outbound.EndpointSelector.
EndpointSelector selects the outgoing endpoint based on a message property ("endpoint" by default).
EndpointSelector() - Constructor for class org.mule.routing.outbound.EndpointSelector
 
EntryPoint - class org.mule.impl.model.resolvers.EntryPoint.
EntryPoint is a method on a Mule-managed component that is invoked when an event for the component is received.
EntryPoint(Method) - Constructor for class org.mule.impl.model.resolvers.EntryPoint
Creates a new EntryPoint with the given method
EnvelopeInterceptor - class org.mule.interceptors.EnvelopeInterceptor.
EnvelopeInterceptor is an intercepter that will fire before and after an event is received.
EnvelopeInterceptor() - Constructor for class org.mule.interceptors.EnvelopeInterceptor
 
EqualsFilter - class org.mule.routing.filters.EqualsFilter.
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
 
EventFilePersistenceStrategy - class org.mule.util.queue.EventFilePersistenceStrategy.
 
EventFilePersistenceStrategy() - Constructor for class org.mule.util.queue.EventFilePersistenceStrategy
 
EventGroup - class org.mule.routing.inbound.EventGroup.
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
 
EventMemoryPersistenceStrategy - class org.mule.util.queue.EventMemoryPersistenceStrategy.
 
EventMemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.EventMemoryPersistenceStrategy
 
EventTimerTask - class org.mule.util.timer.EventTimerTask.
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
ExceptionBasedRouter - class org.mule.routing.outbound.ExceptionBasedRouter.
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 org.mule.config.ExceptionHelper.
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions.
ExceptionMessage - class org.mule.impl.message.ExceptionMessage.
ExceptionMessage is used by the DefaultComponentExceptionStrategy for wrapping an exception with a message to send via an endpointUri.
ExceptionMessage(Object, Throwable, String, UMOEndpointURI) - Constructor for class org.mule.impl.message.ExceptionMessage
 
ExceptionNotification - class org.mule.impl.internal.notifications.ExceptionNotification.
 
ExceptionNotification(Throwable) - Constructor for class org.mule.impl.internal.notifications.ExceptionNotification
 
ExceptionNotificationListener - interface org.mule.impl.internal.notifications.ExceptionNotificationListener.
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.
ExceptionPayload - class org.mule.impl.message.ExceptionPayload.
ExceptionPayload TODO
ExceptionPayload(Throwable) - Constructor for class org.mule.impl.message.ExceptionPayload
 
ExceptionReader - interface org.mule.config.ExceptionReader.
Provides a strategy interface for reading information from an exception in a consistent way.
ExceptionTypeFilter - class org.mule.routing.filters.ExceptionTypeFilter.
A filter that accepts messages that have an exception payload.
ExceptionTypeFilter() - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(Class) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionUtils - class org.mule.util.ExceptionUtils.
Mule exception utilities.
ExceptionUtils() - Constructor for class org.mule.util.ExceptionUtils
 
Expirable - interface org.mule.util.monitor.Expirable.
Expirable implementing classes can be notified when they expire
ExpiryMonitor - class org.mule.util.monitor.ExpiryMonitor.
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
 
eatFruit(Fruit) - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
echo(String) - Method in class org.mule.components.simple.EchoComponent
 
echo(String) - Method in interface org.mule.components.simple.EchoService
 
enableCorrelation - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
enablePooling - Variable in class org.mule.impl.model.seda.SedaComponent
Whether component objects should be pooled or a single instance should be used.
enableTemplates - Variable in class org.mule.impl.container.PropertiesContainerContext
 
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.impl.ImmutableMuleDescriptor
 
encoding - Variable in class org.mule.providers.AbstractMessageAdapter
 
encrypt(byte[], Object) - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
encrypt(byte[], Object) - Method in interface org.mule.umo.UMOEncryptionStrategy
 
encryptCipher - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
encryptionStrategyNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
end(Xid, int) - Method in class org.mule.util.xa.DefaultXASession
 
endpoint - Variable in class org.mule.providers.AbstractMessageDispatcher
 
endpoint - Variable in class org.mule.providers.AbstractMessageReceiver
The endpoint descriptor which is associated with this receiver
endpoint - Variable in class org.mule.providers.AbstractReceiverWorker
 
endpoint - Variable in class org.mule.providers.streaming.AbstractStreamingTransformer
The endpoint that this transformer instance is configured on
endpoint - Variable in class org.mule.routing.AbstractCatchAllStrategy
 
endpoint - Variable in class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
endpoint - Variable in class org.mule.transformers.AbstractTransformer
The endpoint that this transformer instance is configured on
endpoint - Variable in class org.mule.umo.routing.RoutingException
 
endpointEncoding - Variable in class org.mule.impl.ImmutableMuleEndpoint
 
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.impl.endpoint.AbstractEndpointBuilder
 
endpointNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
endpointUri - Variable in class org.mule.impl.ImmutableMuleEndpoint
The endpointUri on which to send or receive information
endpoints - Variable in class org.mule.impl.AbstractExceptionListener
 
endpoints - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
enlistResource(XAResource) - Method in class org.mule.transaction.XaTransaction
 
enqueue(UMOEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
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 - Variable in class org.mule.impl.model.streaming.StreamingComponent
 
entryTTL - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
equals(Object) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
equals(Object) - Method in class org.mule.impl.MuleEvent
 
equals(Object) - Method in class org.mule.impl.VoidResult
 
equals(Object) - Method in class org.mule.impl.container.ContainerKeyPair
 
equals(Object) - Method in class org.mule.impl.container.DescriptorContainerKeyPair
 
equals(Object) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
equals(Object) - Method in class org.mule.providers.NullPayload
 
equals(Object) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
equals(Object) - Method in class org.mule.routing.inbound.EventGroup
Compares two EventGroups for equality.
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Apple
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.Orange
 
equals(Object) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
equals(Object) - Method in class org.mule.umo.UMOException
 
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.queue.QueueInfo
 
error(Object) - Method in class org.mule.util.MuleLogger
 
error(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
eventComparator - Variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
eventGroups - Variable in class org.mule.routing.response.AbstractResponseAggregator
A map of EventGroup objects.
eventLogger - Variable in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
eventProcessingFailedFor(String) - Static method in class org.mule.config.i18n.CoreMessages
 
eventTypeNotRecognised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
exceptionListener - Variable in class org.mule.impl.ImmutableMuleDescriptor
holds the exception stategy for this UMO
exceptionListener - Variable in class org.mule.impl.model.AbstractComponent
The exception strategy used by the component, this is provided by the UMODescriptor
exceptionListener - Variable in class org.mule.providers.AbstractConnector
The exception strategy used by this connector
exceptionOnConnectorNotExceptionListener(String) - Static method in class org.mule.config.i18n.CoreMessages
 
exceptionPayload - Variable in class org.mule.impl.MuleMessage
 
exceptionPayload - Variable in class org.mule.providers.AbstractMessageAdapter
 
exceptionPayloadAvailable(UMOMessage) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
exceptionStackIs() - Static method in class org.mule.config.i18n.CoreMessages
 
exceptionThrown(Exception) - Method in class org.mule.impl.AbstractExceptionListener
 
exceptionThrown(Exception) - Method in class org.mule.providers.AbstractConnector
exceptionThrown(Exception) - Method in class org.mule.providers.AbstractMessageDispatcher
 
execute() - Method in class org.mule.impl.InterceptorsInvoker
 
execute(Runnable) - Method in class org.mule.impl.work.MuleWorkManager
 
execute(TransactionCallback) - Method in class org.mule.transaction.TransactionTemplate
 
execute() - Method in class org.mule.umo.FutureMessageResult
Start asynchronous execution of this task
execute() - Method in class org.mule.umo.Invocation
Excutes this invocation
execute(Runnable) - Method in class org.mule.util.concurrent.SynchronizedVariable
 
expectedSize() - Method in class org.mule.routing.inbound.EventGroup
Returns the number of events that this EventGroup is expecting before correlation can proceed.
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
 
explicit - Variable in class org.mule.config.converters.QNameConverter
 
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

FAIL_WHEN_EXHAUSTED - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
FailedToQueueEventException - exception org.mule.impl.FailedToQueueEventException.
FailedToQueueEventException is thrown when an event cannot be put on an internal component queue.
FailedToQueueEventException(Message, UMOMessage, UMOComponent) - Constructor for class org.mule.impl.FailedToQueueEventException
 
FailedToQueueEventException(Message, UMOMessage, UMOComponent, Throwable) - Constructor for class org.mule.impl.FailedToQueueEventException
 
FailedToQueueEventException(UMOMessage, UMOComponent, Throwable) - Constructor for class org.mule.impl.FailedToQueueEventException
 
FatalConnectException - exception org.mule.providers.FatalConnectException.
TODO document
FatalConnectException(Message, Object) - Constructor for class org.mule.providers.FatalConnectException
 
FatalConnectException(Message, Throwable, Object) - Constructor for class org.mule.providers.FatalConnectException
 
FatalConnectException(Throwable, Object) - Constructor for class org.mule.providers.FatalConnectException
 
FatalException - exception org.mule.umo.lifecycle.FatalException.
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 class org.mule.umo.lifecycle.FatalException
 
FatalException(Message, Throwable, Object) - Constructor for class org.mule.umo.lifecycle.FatalException
 
FatalException(Throwable, Object) - Constructor for class org.mule.umo.lifecycle.FatalException
 
FileListener - interface org.mule.util.monitor.FileListener.
Interface for listening to disk file changes.
FileManager - class org.mule.util.file.FileManager.
 
FileManager() - Constructor for class org.mule.util.file.FileManager
 
FileManager.FileTransactionContext - class org.mule.util.file.FileManager.FileTransactionContext.
 
FileManager.FileTransactionContext() - Constructor for class org.mule.util.file.FileManager.FileTransactionContext
 
FileMonitor - class org.mule.util.monitor.FileMonitor.
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 org.mule.util.monitor.FileMonitor.FileMonitorNotifier.
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
 
FilePersistenceStrategy - class org.mule.util.queue.FilePersistenceStrategy.
 
FilePersistenceStrategy() - Constructor for class org.mule.util.queue.FilePersistenceStrategy
 
FilePersistenceStrategy.HolderImpl - class org.mule.util.queue.FilePersistenceStrategy.HolderImpl.
 
FilePersistenceStrategy.HolderImpl(String, Object) - Constructor for class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
FileSession - interface org.mule.util.file.FileSession.
 
FileUtils - class org.mule.util.FileUtils.
FileUtils contains useful methods for dealing with files & directories.
FileUtils() - Constructor for class org.mule.util.FileUtils
 
FilenameUtils - class org.mule.util.FilenameUtils.
 
FilteringListMessageSplitter - class org.mule.routing.outbound.FilteringListMessageSplitter.
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 org.mule.routing.outbound.FilteringOutboundRouter.
FilteringRouter is a router that accepts events based on a filter set.
FilteringOutboundRouter() - Constructor for class org.mule.routing.outbound.FilteringOutboundRouter
 
ForwardingCatchAllStrategy - class org.mule.routing.ForwardingCatchAllStrategy.
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 org.mule.routing.inbound.ForwardingConsumer.
ForwardingConsumer is used to forward an incoming event over another transport without invoking a component.
ForwardingConsumer() - Constructor for class org.mule.routing.inbound.ForwardingConsumer
 
Fruit - interface org.mule.tck.testmodels.fruit.Fruit.
 
FruitBowl - class org.mule.tck.testmodels.fruit.FruitBowl.
 
FruitBowl() - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitBowl(Fruit[]) - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitBowl(Apple, Banana) - Constructor for class org.mule.tck.testmodels.fruit.FruitBowl
 
FruitCleaner - interface org.mule.tck.testmodels.fruit.FruitCleaner.
 
FruitLover - class org.mule.tck.testmodels.fruit.FruitLover.
 
FruitLover(String) - Constructor for class org.mule.tck.testmodels.fruit.FruitLover
 
FutureMessageResult - class org.mule.umo.FutureMessageResult.
FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
FutureMessageResult(Callable) - Constructor for class org.mule.umo.FutureMessageResult
 
factory - Variable in class org.mule.config.pool.CommonsPoolProxyPool
the factory used to create objects for the pool
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(UMOEndpointURI) - 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(UMOEndpoint) - 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
 
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
 
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
 
failedToRouterViaEndpoint(UMOImmutableEndpoint) - 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
 
failedtoRegisterOnEndpoint(String, Object) - 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
 
fatalErrorInShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
fatalErrorWhileRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
fileChanged(File) - Method in interface org.mule.util.monitor.FileListener
Called when one of the monitored files are created, deleted or modified.
fileWithPathComponents(String[]) - Static method in class org.mule.util.FilenameUtils
 
fillProperties(UMOEvent) - Method in class org.mule.impl.MuleEvent
 
filter - Variable in class org.mule.impl.ImmutableMuleEndpoint
event filter for this endpoint
finalCleanUp() - Method in class org.mule.util.xa.AbstractTransactionContext
 
findService(String, TransportServiceDescriptor) - Method in interface org.mule.providers.service.TransportServiceFinder
 
findService(Class, String, String, Class) - Static method in class org.mule.util.SpiUtils
Find class implementing a specified SPI.
findService(Class, String, Class) - Static method in class org.mule.util.SpiUtils
Find class implementing a specified SPI.
findService(Class, Class) - Static method in class org.mule.util.SpiUtils
Find class implementing a specified SPI.
findService(Class, Properties, Class) - Static method in class org.mule.util.SpiUtils
Find class implementing a specified SPI.
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.impl.model.AbstractComponent
 
fireEvent(UMOServerNotification) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
fireInitialisationCallbacks(Object) - Method in class org.mule.impl.ImmutableMuleDescriptor
 
fireNotification(UMOServerNotification) - Method in class org.mule.MuleManager
Fires a server notification to all registered CustomNotificationListener notificationManager.
fireNotification(ExceptionNotification) - Method in class org.mule.impl.AbstractExceptionListener
Fires a server notification to all registered ExceptionNotificationListener eventManager.
fireNotification(UMOServerNotification) - Method in class org.mule.providers.AbstractConnector
Fires a server notification to all registered CustomNotificationListener eventManager.
fireNotification(TransactionNotification) - Method in class org.mule.transaction.AbstractTransaction
Fires a server notification to all registered TransactionNotificationListeners.
fireNotification(UMOServerNotification) - Method in interface org.mule.umo.manager.UMOManager
Fires a server notification to all regiistered listeners
fireSystemEvent(UMOServerNotification) - Method in class org.mule.MuleManager
Fires a mule 'system' event.
fireTimerEvent(TimeEvent) - Method in class org.mule.util.timer.EventTimerTask
 
flush() - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
flush() - Method in class org.mule.providers.WriterMessageAdapter
 
flush() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
flushBase64() - Method in class org.mule.util.Base64.OutputStream
Method added by PHIL.
forceStop() - Method in class org.mule.impl.model.AbstractComponent
 
forget(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
formatTimeStamp(Date, String) - Static method in class org.mule.util.DateUtils
 

G

GET - Static variable in class org.mule.components.rest.RestServiceWrapper
 
GET_OR_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
GET_TARGET_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
GROW_WHEN_EXHAUSTED - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
GZIP - Static variable in class org.mule.util.Base64
Specify that data should be gzip-compressed.
GZipCompressTransformer - class org.mule.transformers.compression.GZipCompressTransformer.
GZipCompressTransformer is a transformer compressing objects into byte arrays.
GZipCompressTransformer() - Constructor for class org.mule.transformers.compression.GZipCompressTransformer
 
GZipCompression - class org.mule.util.compression.GZipCompression.
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
 
GZipUncompressTransformer - class org.mule.transformers.compression.GZipUncompressTransformer.
GZipCompressTransformer TODO
GZipUncompressTransformer() - Constructor for class org.mule.transformers.compression.GZipUncompressTransformer
 
GenericTransactionManagerLookupFactory - class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory.
A factory performing a JNDI lookup for TransactionManager.
GenericTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
GetBeanProperty - class org.mule.transformers.simple.GetBeanProperty.
Looks up a property from a JavaBean using PropertyUtils.getProperty().
GetBeanProperty() - Constructor for class org.mule.transformers.simple.GetBeanProperty
 
generateEventId() - Method in class org.mule.impl.MuleEvent
 
generateTransformerName() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
generateTransformerName() - Method in class org.mule.transformers.AbstractTransformer
 
get() - Method in class org.mule.util.concurrent.WaitableBoolean
 
getAcceptedTime() - Method in class org.mule.impl.work.WorkerContext
System.currentTimeMillis() when the Work has been accepted.
getAction() - Method in class org.mule.impl.MuleTransactionConfig
 
getAction() - Method in interface org.mule.umo.UMOTransactionConfig
 
getAction() - Method in class org.mule.umo.manager.UMOServerNotification
 
getActionAsString() - Method in class org.mule.impl.MuleTransactionConfig
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.AdminNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ComponentNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ConnectionNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.CustomNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ExceptionNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ManagementNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ManagerNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.MessageNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.ModelNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.SecurityNotification
 
getActionName(int) - Method in class org.mule.impl.internal.notifications.TransactionNotification
 
getActionName() - Method in class org.mule.umo.manager.UMOServerNotification
 
getActionName(int) - Method in class org.mule.umo.manager.UMOServerNotification
 
getActionNames() - Method in class org.mule.impl.internal.notifications.CustomNotification
 
getAdapter() - Method in class org.mule.impl.MuleMessage
 
getAdapter() - Method in interface org.mule.umo.UMOMessage
 
getAddProperties() - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
getAddress() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getAddress() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getAlgorithm() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
getApple() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
getAppleCleaner() - Method in class org.mule.tck.testmodels.fruit.Apple
 
getArgs() - Method in class org.mule.config.i18n.Message
 
getArrayProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getAsyncEventsReceived() - Method in class org.mule.management.stats.ComponentStatistics
 
getAsyncEventsSent() - Method in class org.mule.management.stats.ComponentStatistics
 
getAttachment(String) - Method in class org.mule.impl.MuleMessage
 
getAttachment(String) - Method in class org.mule.providers.AbstractMessageAdapter
 
getAttachment(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
getAttachmentNames() - Method in class org.mule.impl.MuleMessage
 
getAttachmentNames() - Method in class org.mule.providers.AbstractMessageAdapter
 
getAttachmentNames() - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
getAuthentication() - Method in interface org.mule.umo.security.UMOSecurityContext
 
getAuthority() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getAuthority() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getAverageExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getAverageQueueSize() - Method in class org.mule.management.stats.ComponentStatistics
 
getBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
getBase() - Method in class org.mule.util.counters.impl.AggregateCounter
 
getBatchSize() - Method in class org.mule.transaction.constraints.BatchConstraint
 
getBeanProperty1() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
getBeanProperty2() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
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
 
getBooleanProperty(String, boolean) - Method in class org.mule.impl.MuleMessage
 
getBooleanProperty(String, boolean) - Method in class org.mule.providers.AbstractMessageAdapter
 
getBooleanProperty(String, boolean) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a boolean property from the event
getBrand() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getBrand() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getBuffer() - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
getBuildDate() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest.getBuildNumber() instead
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.
getBytes(String) - Static method in class org.mule.util.StringMessageUtils
 
getCallResponseAggregateIdentifier(UMOMessage) - 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 class org.mule.routing.AbstractRouterCollection
 
getCatchAllStrategy() - Method in interface org.mule.umo.routing.UMORouterCollection
 
getCaughtMessages() - Method in class org.mule.management.stats.RouterStatistics
 
getCause(Throwable) - Method in class org.mule.config.DefaultExceptionReader
 
getCause(Throwable) - Method in interface org.mule.config.ExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.UMOExceptionReader
 
getChainsawHost() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getChainsawPort() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getChunkSize() - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
getClassName(Class) - Static method in class org.mule.util.ClassUtils
 
getClassPathRoot(Class) - Static method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
getClassTypes(Object) - Static method in class org.mule.util.ClassUtils
Used for creating an array of class types for an array or single object
getCleaner() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getClientKeyStore() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
getClientKeyStore() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getClientKeyStorePassword() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
getClientKeyStorePassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getClientKeyStoreType() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
getClientKeyStoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getCode() - Method in class org.mule.config.i18n.Message
 
getCode() - Method in class org.mule.impl.message.ExceptionPayload
 
getCode() - Method in interface org.mule.umo.UMOExceptionPayload
 
getColour() - Method in class org.mule.tck.testmodels.fruit.RedApple
 
getColumn(ComponentStatistics, 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.
getComparator() - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getComponent() - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
getComponent() - Method in class org.mule.impl.MuleEvent
Gets the recipient component of this event
getComponent() - Method in class org.mule.impl.MuleSession
 
getComponent(Object) - Method in class org.mule.impl.container.DescriptorContainerContext
Queries a component from the underlying container
getComponent(Object) - Method in class org.mule.impl.container.JndiContainerContext
 
getComponent(Object) - Method in class org.mule.impl.container.MuleContainerContext
 
getComponent(Object) - Method in class org.mule.impl.container.MultiContainerContext
 
getComponent(Object) - Method in class org.mule.impl.container.PropertiesContainerContext
Queries a component from the underlying container.
getComponent(Object) - Method in class org.mule.impl.container.RmiContainerContext
 
getComponent(String) - Method in class org.mule.impl.model.AbstractModel
 
getComponent(String) - Static method in class org.mule.impl.model.ModelHelper
Deprecated.  
getComponent() - Method in class org.mule.providers.AbstractMessageReceiver
 
getComponent() - Method in class org.mule.umo.ComponentException
 
getComponent() - Method in interface org.mule.umo.UMOEvent
Retrieves the component for the current event
getComponent() - Method in interface org.mule.umo.UMOSession
Returns the UMOComponent associated with the session in its current execution
getComponent() - Method in class org.mule.umo.lifecycle.LifecycleException
 
getComponent(Object) - Method in interface org.mule.umo.manager.UMOContainerContext
Queries a component from the underlying container
getComponent(String) - Method in interface org.mule.umo.model.UMOModel
Returns the UMOComponent object for the given component name
getComponent() - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
getComponent() - Method in class org.mule.umo.routing.ComponentRoutingException
 
getComponentClass() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
getComponentDescriptor() - Method in class org.mule.impl.MuleEventContext
 
getComponentDescriptor() - Method in interface org.mule.umo.UMOEventContext
 
getComponentMappings() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
getComponentName() - Method in class org.mule.impl.message.ExceptionMessage
 
getComponentNames() - Method in class org.mule.impl.model.AbstractModel
Gets an iterator of all component names registered in the model
getComponentNames() - Method in interface org.mule.umo.model.UMOModel
Gets an iterator of all component names registered in the model
getComponentPoolAbsoluteMaxSize() - Method in class org.mule.management.stats.SedaComponentStatistics
 
getComponentPoolMaxSize() - Method in class org.mule.management.stats.SedaComponentStatistics
 
getComponentPoolSize() - Method in class org.mule.management.stats.SedaComponentStatistics
 
getComponentSession(String) - Method in class org.mule.impl.model.AbstractModel
Returns a valid component for the given Mule name
getComponentSession(String) - Method in interface org.mule.umo.model.UMOModel
Returns the Component for the given Mule name.
getComponentStatistics() - Method in class org.mule.management.stats.AllStatistics
 
getComponentThreadingProfile() - Method in class org.mule.config.MuleConfiguration
 
getConfigBuilderClassName() - Static method in class org.mule.MuleServer
Returns the class name of the configuration builder used to create this MuleServer.
getConfigResources() - Method in class org.mule.config.MuleConfiguration
 
getConfiguration() - Static method in class org.mule.MuleManager
 
getConfigurationResources() - Method in class org.mule.MuleServer
Getter for property messengerURL.
getConnectEventId() - Method in class org.mule.providers.AbstractConnector
The resource id used when firing ConnectEvents from this connector
getConnectEventId(UMOImmutableEndpoint) - Method in class org.mule.providers.AbstractMessageDispatcher
 
getConnectEventId() - Method in class org.mule.providers.AbstractMessageReceiver
 
getConnectionDescription() - Method in class org.mule.providers.AbstractConnector
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.providers.AbstractMessageDispatcher
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.providers.AbstractMessageReceiver
 
getConnectionDescription() - Method in interface org.mule.umo.provider.UMOConnectable
Returns a string identifying the underlying resource
getConnectionStrategy() - Method in class org.mule.config.MuleConfiguration
Returns a clone of the default Connection strategy.
getConnectionStrategy() - Method in class org.mule.providers.AbstractConnector
Getter for property 'connectionStrategy'.
getConnector() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getConnector() - Method in class org.mule.providers.AbstractMessageDispatcher
 
getConnector() - Method in class org.mule.providers.AbstractMessageReceiver
 
getConnector() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getConnector() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
getConnector() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The endpoint that will be used to send the message on.
getConnector() - Method in class org.mule.umo.provider.ConnectorException
 
getConnector() - Method in interface org.mule.umo.provider.UMOMessageDispatcher
Gets the connector for this dispatcher
getConnector() - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
getConnectorByProtocol(String) - Static method in class org.mule.providers.service.TransportFactory
 
getConnectorFactory() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getConnectorName() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getConnectorName() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getConnectorName(UMOConnector) - Static method in class org.mule.util.ObjectNameHelper
 
getConnectorServiceFinder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getConnectors() - Method in class org.mule.MuleManager
Gets an unmodifiable collection of Connectors registered with the UMOManager
getConnectors() - Method in interface org.mule.umo.manager.UMOManager
Gets an unmodifiable collection of Connectors registered with the UMOManager
getConstraint() - Method in class org.mule.impl.MuleTransactionConfig
 
getConstraint() - Method in interface org.mule.umo.UMOTransactionConfig
 
getConstructor(Class, Class[]) - Static method in class org.mule.util.ClassUtils
 
getContainer() - Method in class org.mule.impl.ImmutableMuleDescriptor
Returns the name of the contaier where the object for this descriptor resides.
getContainer() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns the name of the contaier where the object for this descriptor resides.
getContainerContext() - Method in class org.mule.MuleManager
associates a Dependency Injector container with Mule.
getContainerContext() - Method in class org.mule.tck.model.AbstractContainerContextTestCase
 
getContainerContext() - Method in interface org.mule.umo.manager.UMOManager
associates a Dependency Injector container with Mule.
getContainerName() - Method in class org.mule.impl.container.ContainerKeyPair
 
getContainerProperty() - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
getContext() - Method in class org.mule.impl.container.JndiContainerContext
 
getContext() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getCorrelationExtractor() - Method in class org.mule.routing.response.AbstractResponseRouter
 
getCorrelationGroupSize() - Method in class org.mule.impl.MuleMessage
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in class org.mule.providers.AbstractMessageAdapter
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Determines how many messages are in the correlation group
getCorrelationId() - Method in class org.mule.impl.MuleMessage
Sets a correlationId for this message.
getCorrelationId() - Method in class org.mule.providers.AbstractMessageAdapter
 
getCorrelationId(UMOMessage) - Method in class org.mule.routing.CorrelationPropertiesExtractor
 
getCorrelationId() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a correlationId for this message.
getCorrelationSequence() - Method in class org.mule.impl.MuleMessage
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.providers.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in interface org.mule.umo.provider.UMOMessageAdapter
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
 
getCreateConnector() - Method in class org.mule.config.builders.EndpointReference
 
getCreateConnector() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getCreateConnector() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getCreateConnector() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getCreateConnector() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines if a new connector is created for this endpoint or an exising one must already be present
getCreated() - Method in class org.mule.routing.inbound.EventGroup
Return the creation timestamp of the current group.
getCredentials() - Method in class org.mule.impl.MuleEvent
 
getCredentials() - Method in class org.mule.impl.security.MuleAuthentication
 
getCredentials(UMOEvent) - Method in class org.mule.impl.security.MuleHeaderCredentialsAccessor
 
getCredentials() - Method in interface org.mule.umo.UMOEvent
 
getCredentials() - Method in interface org.mule.umo.security.UMOAuthentication
 
getCredentials(UMOEvent) - Method in interface org.mule.umo.security.UMOCredentialsAccessor
 
getCredentialsAccessor() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
getCredentialsAccessor() - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
getCurrentTransaction() - Method in class org.mule.impl.MuleEventContext
Returns the current transaction (if any) for the session
getCurrentTransaction() - Method in interface org.mule.umo.UMOEventContext
Returns the current transaction (if any) for the session
getDTDPublicId() - Static method in class org.mule.config.MuleManifest
 
getDTDSystemId() - Static method in class org.mule.config.MuleManifest
 
getData() - Method in class org.mule.components.simple.StaticComponent
 
getDataFile() - Method in class org.mule.components.simple.StaticComponent
 
getDateFromString(String, String) - Static method in class org.mule.util.DateUtils
 
getDefaultCipherSuites() - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
getDefaultCompressionStrategy() - Static method in class org.mule.util.compression.CompressionHelper
 
getDefaultDocType() - Method in class org.mule.impl.container.AbstractContainerContext
 
getDefaultEncoding() - Method in class org.mule.impl.container.AbstractContainerContext
 
getDefaultInboundTransformer() - Method in class org.mule.providers.AbstractConnector
Getter for property 'defaultInboundTransformer'.
getDefaultInboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getDefaultModel() - Static method in class org.mule.tck.AbstractMuleTestCase
 
getDefaultModel() - Static method in class org.mule.tck.MuleTestUtils
 
getDefaultOutboundTransformer() - Method in class org.mule.providers.AbstractConnector
Getter for property 'defaultOutboundTransformer'.
getDefaultOutboundTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getDefaultResponseTransformer() - Method in class org.mule.providers.AbstractConnector
Getter for property 'defaultResponseTransformer'.
getDefaultResponseTransformer() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getDefaultThreadingProfile() - Method in class org.mule.config.MuleConfiguration
 
getDefaultTransactionTimeout() - Method in class org.mule.util.xa.AbstractResourceManager
Gets the default transaction timeout in milliseconds.
getDelegateClass() - Method in class org.mule.components.simple.NoArgsCallWrapper
Getter for property 'delegateClass'.
getDelegateInstance() - Method in class org.mule.components.simple.NoArgsCallWrapper
Getter for property 'delegateInstance'.
getDelegateMethod() - Method in class org.mule.components.simple.NoArgsCallWrapper
Getter for property 'delegateMethod'.
getDeleteProperties() - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
getDelimiter() - Method in class org.mule.transformers.simple.ObjectArrayToString
 
getDelimiter() - Method in class org.mule.transformers.simple.StringToObjectArray
 
getDescription() - Method in class org.mule.config.ReaderResource
 
getDescription() - Method in class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
Should be a 1 line description of the agent
getDescription(UMOConnectable) - Method in class org.mule.providers.AbstractConnectionStrategy
 
getDescription() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getDescription() - Method in interface org.mule.umo.manager.UMOAgent
Should be a 1 line description of the agent
getDescriptor() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
getDescriptor(UMOConnector, UMOEndpointURI, WireFormat) - Static method in class org.mule.impl.internal.admin.MuleManagerComponent
 
getDescriptor() - Method in class org.mule.impl.model.AbstractComponent
 
getDescriptor(String) - Method in class org.mule.impl.model.AbstractModel
 
getDescriptor() - Method in class org.mule.impl.model.DefaultMuleProxy
 
getDescriptor(String) - Static method in class org.mule.impl.model.ModelHelper
Deprecated.  
getDescriptor() - Method in interface org.mule.impl.model.MuleProxy
 
getDescriptor() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
getDescriptor() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
getDescriptor() - Method in class org.mule.umo.Invocation
Returns the descriptor for the component associated with this invocation
getDescriptor() - Method in interface org.mule.umo.UMOComponent
 
getDescriptor() - Method in interface org.mule.umo.lifecycle.UMOLifecycleAdapter
 
getDescriptor(String) - Method in interface org.mule.umo.model.UMOModel
Returns a descriptor for the given component name
getDescriptorName() - Method in class org.mule.impl.container.DescriptorContainerKeyPair
 
getDescriptorToResolve(String) - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
getDetailedMessage() - Method in class org.mule.umo.UMOException
 
getDevListEmail() - Static method in class org.mule.config.MuleManifest
 
getDispatcherFactory() - Method in class org.mule.providers.AbstractConnector
 
getDispatcherFactory() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getDispatcherFactory() - Method in interface org.mule.umo.provider.UMOConnector
The dispatcher factory is used to create a message dispatcher of the current request
getDispatcherThreadingProfile() - Method in class org.mule.providers.AbstractConnector
Getter for property 'dispatcherThreadingProfile'.
getDispatcherWorkManager() - Method in class org.mule.providers.AbstractConnector
Returns a work manager for message dispatchers.
getDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getDoubleProperty(String, double) - Method in class org.mule.impl.MuleMessage
Gets a double property from the event
getDoubleProperty(String, double) - Method in class org.mule.providers.AbstractMessageAdapter
 
getDoubleProperty(String, double) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a double property from the event
getEatList() - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
getEnableCorrelation() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEncoding() - Method in class org.mule.config.MuleConfiguration
 
getEncoding() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getEncoding() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getEncoding() - Method in class org.mule.impl.MuleEvent
Gets the encoding for this message.
getEncoding() - Method in class org.mule.impl.MuleEventContext
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.impl.MuleMessage
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.providers.AbstractMessageAdapter
 
getEncoding() - Method in interface org.mule.umo.UMOEvent
Gets the encoding for this message.
getEncoding() - Method in interface org.mule.umo.UMOEventContext
Gets the encoding for the current message.
getEncoding() - Method in interface org.mule.umo.UMOImmutableDescriptor
 
getEncoding() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Decides the encoding to be used for events received by this endpoint
getEncoding() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets the encoding for the current message.
getEncryptionStrategy(String) - Method in class org.mule.impl.security.MuleSecurityManager
 
getEncryptionStrategy() - Method in class org.mule.umo.security.CryptoFailureException
 
getEncryptionStrategy(String) - Method in interface org.mule.umo.security.UMOSecurityManager
 
getEndpoint(Throwable) - Method in class org.mule.impl.AbstractExceptionListener
Returns an endpoint for the given exception.
getEndpoint() - Method in class org.mule.impl.MuleEvent
 
getEndpoint() - Method in class org.mule.impl.internal.notifications.MessageNotification
 
getEndpoint() - Method in class org.mule.impl.message.ExceptionMessage
 
getEndpoint() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
getEndpoint() - Method in class org.mule.providers.AbstractMessageDispatcher
 
getEndpoint() - Method in class org.mule.providers.AbstractMessageReceiver
 
getEndpoint(UMOEvent, String) - Method in class org.mule.providers.DefaultReplyToHandler
 
getEndpoint() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
getEndpoint() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getEndpoint() - Method in class org.mule.routing.ComponentCatchAllStrategy
 
getEndpoint() - Method in class org.mule.routing.LoggingCatchAllStrategy
 
getEndpoint(String) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
getEndpoint() - Method in class org.mule.routing.inbound.WireTap
 
getEndpoint() - Method in class org.mule.routing.nested.NestedRouter
 
getEndpoint(int, UMOMessage) - 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.ResponseRouterCollection
 
getEndpoint() - Method in class org.mule.tck.providers.AbstractMessageReceiverTestCase
Implementations of this method should ensure that the correct connector is set on the endpoint
getEndpoint() - Method in class org.mule.tck.testmodels.mule.TestCatchAllStrategy
 
getEndpoint() - Method in class org.mule.transformers.AbstractTransformer
 
getEndpoint() - Method in interface org.mule.umo.UMOEvent
Gets the endpoint associated with this event
getEndpoint() - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
getEndpoint() - Method in class org.mule.umo.routing.RoutingException
 
getEndpoint(String) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
getEndpoint() - Method in interface org.mule.umo.routing.UMONestedRouter
 
getEndpoint(String) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
getEndpoint() - Method in interface org.mule.umo.routing.UMORouterCatchAllStrategy
 
getEndpoint() - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
getEndpoint() - Method in interface org.mule.umo.transformer.UMOBaseTransformer
The endpoint that this transformer is attached to
getEndpointAddress() - Method in class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
getEndpointBuilder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getEndpointByEndpointUri(String, boolean) - Static method in class org.mule.util.MuleObjectHelper
 
getEndpointByProtocol(String) - Static method in class org.mule.util.MuleObjectHelper
 
getEndpointFromUri(String) - Static method in class org.mule.impl.ImmutableMuleEndpoint
 
getEndpointFromUri(UMOEndpointURI) - Static method in class org.mule.impl.ImmutableMuleEndpoint
 
getEndpointIdentifiers() - Method in class org.mule.MuleManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
getEndpointIdentifiers() - Method in interface org.mule.umo.manager.UMOManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
getEndpointName() - Method in class org.mule.config.builders.EndpointReference
 
getEndpointName() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getEndpointName() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName()
getEndpointName(UMOImmutableEndpoint) - Static method in class org.mule.util.ObjectNameHelper
 
getEndpointURI() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getEndpointURI() - Method in class org.mule.impl.MuleEventContext
 
getEndpointURI() - Method in class org.mule.providers.AbstractMessageReceiver
 
getEndpointURI() - Method in interface org.mule.umo.UMOEventContext
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.umo.endpoint.UMOImmutableEndpoint
This specifes the communication endpointUri.
getEndpointURI() - Method in interface org.mule.umo.provider.UMOMessageReceiver
The endpointUri that this receiver listens on
getEndpoints() - Method in class org.mule.MuleManager
Gets an unmodifiable collection of endpoints registered with the UMOManager
getEndpoints() - Method in class org.mule.impl.AbstractExceptionListener
 
getEndpoints() - Method in class org.mule.routing.inbound.InboundRouterCollection
 
getEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEndpoints() - Method in class org.mule.routing.response.ResponseRouterCollection
 
getEndpoints() - Method in interface org.mule.umo.manager.UMOManager
Gets an unmodifiable collection of endpoints registered with the UMOManager
getEndpoints() - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
getEndpoints() - Method in interface org.mule.umo.routing.UMOOutboundRouter
Gets a list of UMOEndpoint instances associated with this router
getEndpoints() - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
getEndpointsForMessage(UMOMessage) - Method in class org.mule.routing.outbound.OutboundRouterCollection
A helper method for finding out which endpoints a message would be routed to without actually routing the the message
getEndpointsForMessage(UMOMessage) - Method in interface org.mule.umo.routing.UMOOutboundRouterCollection
A helper method for finding out which endpoints a message would be routed to without actually routing the the message.
getEntryPointResolver() - Method in class org.mule.impl.model.AbstractModel
 
getEntryPointResolver() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
getEntryPointResolver() - Method in interface org.mule.umo.model.UMOModel
The entry point resolver is used to determine the method to be called on a component when an event is received for it.
getEnvironment() - Method in class org.mule.impl.container.JndiContainerContext
 
getEnvironment() - Method in class org.mule.impl.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
 
getErrorExpression() - Method in class org.mule.components.rest.RestServiceWrapper
 
getErrorFilter() - Method in class org.mule.components.rest.RestServiceWrapper
 
getErrorMapping(String, int) - Static method in class org.mule.config.ExceptionHelper
 
getErrorMapping(String, Class) - Static method in class org.mule.config.ExceptionHelper
 
getErrorMessagePayload(UMOMessage) - Method in class org.mule.impl.AbstractExceptionListener
 
getEvent() - Static method in class org.mule.impl.RequestContext
 
getEvent() - Method in class org.mule.umo.Invocation
 
getEventContext() - Static method in class org.mule.impl.RequestContext
 
getEventGroup() - Method in class 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(UMOEvent) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Returns the identifier by which events will be correlated.
getEventGroupIdForEvent(UMOEvent) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getException() - Method in class org.mule.impl.internal.notifications.ExceptionNotification
 
getException() - Method in class org.mule.impl.message.ExceptionMessage
 
getException() - Method in class org.mule.impl.message.ExceptionPayload
 
getException() - Method in interface org.mule.umo.UMOExceptionPayload
 
getExceptionCode() - Method in class org.mule.umo.UMOException
 
getExceptionInfo(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionListener() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getExceptionListener() - Method in class org.mule.impl.model.AbstractModel
 
getExceptionListener() - Method in class org.mule.providers.AbstractConnector
 
getExceptionListener() - Method in interface org.mule.umo.UMOImmutableDescriptor
The exception strategy to use to handle exceptions in the Mule UMO.
getExceptionListener() - Method in interface org.mule.umo.model.UMOModel
The exception strategy to use by components managed by the model.
getExceptionListener() - Method in interface org.mule.umo.provider.UMOConnector
 
getExceptionPayload() - Method in class org.mule.impl.MuleMessage
 
getExceptionPayload() - Static method in class org.mule.impl.RequestContext
 
getExceptionPayload() - Method in class org.mule.providers.AbstractMessageAdapter
 
getExceptionPayload() - Method in interface org.mule.umo.provider.UMOMessageAdapter
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
getExceptionReader(Throwable) - Static method in class org.mule.config.ExceptionHelper
Gets an exception reader for the exception
getExceptionStack(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionType() - Method in class org.mule.config.DefaultExceptionReader
 
getExceptionType() - Method in interface org.mule.config.ExceptionReader
 
getExceptionType() - Method in class org.mule.config.NamingExceptionReader
 
getExceptionType() - Method in class org.mule.config.UMOExceptionReader
 
getExceptionType(Throwable, Class) - Method in class org.mule.impl.AbstractExceptionListener
 
getExceptionsAsList(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExecutedEvents() - Method in class org.mule.management.stats.ComponentStatistics
 
getExecutionErrors() - Method in class org.mule.management.stats.ComponentStatistics
 
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.MessagePropertyFilter
 
getFactory() - Method in class org.mule.impl.MuleTransactionConfig
 
getFactory() - Method in interface org.mule.umo.UMOTransactionConfig
 
getFatalErrors() - Method in class org.mule.management.stats.ComponentStatistics
 
getFilter() - Method in class org.mule.config.builders.EndpointReference
 
getFilter() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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
 
getFilter() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The filter to apply to incoming messages.
getFilterAddress() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getFilterAddress() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getFinalReturnClass() - Method in class org.mule.transformers.AbstractTransformer
Will return the return type for the last transformer in the chain
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.impl.endpoint.MuleEndpointURI
 
getFrequency() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
getFrequency() - Method in class org.mule.providers.SimpleRetryConnectionStrategy
 
getFruitBowlComponentName() - Method in class org.mule.tck.model.AbstractContainerContextTestCase
 
getFullScheme() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getFullScheme() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
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
 
getHeaders(UMOEvent) - Method in interface org.mule.umo.provider.OutputHandler
Used to obtain a set of headers that will be sent with this stream payload.
getHost() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getHost() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getHttpMethod() - Method in class org.mule.components.rest.RestServiceWrapper
 
getI18nMessage() - Method in class org.mule.umo.UMOException
 
getId() - Method in class org.mule.MuleManager
 
getId() - Method in class org.mule.impl.MuleEvent
 
getId() - Method in class org.mule.impl.MuleSession
 
getId() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getId() - Method in interface org.mule.umo.UMOEvent
Every event in the system is assigned a universally unique id (UUID).
getId() - Method in interface org.mule.umo.UMOSession
Returns the unique id for this session
getId() - Method in interface org.mule.umo.manager.UMOManager
Gets the unique Id for this Manager instance.
getId(Object) - Method in class org.mule.util.queue.EventFilePersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.EventMemoryPersistenceStrategy
 
getId() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getId(Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
getId() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getIdForEvent(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getIdForEvent(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
getImplementation() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getImplementation() - Method in interface org.mule.umo.UMOImmutableDescriptor
String used to instansiate the object, this can be a class name or a reference to an object in a container
getImplementationClass() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getImplementationClass() - Method in interface org.mule.umo.UMOImmutableDescriptor
Class used to instansiate the object, this can be a class name or a reference to an object in a container
getImplementationForReference(String) - Method in class org.mule.impl.ImmutableMuleDescriptor
A helper method that will resolved a component for a given reference id.
getInboundEndpoint() - Method in class org.mule.impl.ImmutableMuleDescriptor
The inbound Provider to use when receiveing an event.
getInboundEndpoint() - Method in interface org.mule.umo.UMOImmutableDescriptor
Deprecated. use getInboundRouter() instead (see MULE-506)
getInboundRouter() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getInboundRouter() - Method in interface org.mule.umo.UMOImmutableDescriptor
Inbound Routers control how events are received by a component.
getInboundRouterStat() - Method in class org.mule.management.stats.ComponentStatistics
 
getInboundTransformer() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getInboundTransformer() - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
getInboundTransformer() - Method in interface org.mule.umo.UMOImmutableDescriptor
Deprecated. use getInboundRouter() instead (see MULE-506)
getIncomingEndpoints() - Method in class org.mule.impl.model.AbstractComponent
Returns a list of all incoming endpoints on a component.
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 interface org.mule.config.ExceptionReader
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(Throwable) - Method in class org.mule.config.UMOExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo() - Method in class org.mule.impl.message.ExceptionPayload
 
getInfo() - Method in class org.mule.umo.UMOException
 
getInfo() - Method in interface org.mule.umo.UMOExceptionPayload
 
getInitialContext(Hashtable) - Method in class org.mule.impl.jndi.MuleInitialContextFactory
 
getInitialState() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getInitialState() - Method in class org.mule.impl.ImmutableMuleEndpoint
Sets the state the endpoint will be loaded in.
getInitialState() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns the initial state of this component
getInitialState() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Sets the state the endpoint will be loaded in.
getInitialisationPolicy() - Method in class org.mule.config.PoolingProfile
 
getInputStream() - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
getInputStream() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getInputStream() - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
Gets the input Stream associated with this event
getInstance() - Static method in class org.mule.MuleManager
Getter method for the current singleton MuleManager
getInstance() - Static method in class org.mule.impl.VoidResult
 
getInstance() - Method in class org.mule.impl.model.AbstractComponent
 
getInstance() - Static method in class org.mule.providers.NullPayload
 
getInstance() - Static method in class org.mule.transaction.TransactionCoordination
 
getInstance() - Method in interface org.mule.umo.UMOComponent
Gets the underlying instance for this component.
getIntProperty(String, int) - Method in class org.mule.impl.MuleMessage
 
getIntProperty(String, int) - Method in class org.mule.providers.AbstractMessageAdapter
 
getIntProperty(String, int) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets an integer property from the event
getInterceptors() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getInterceptors() - Method in class org.mule.interceptors.InterceptorStack
 
getInterceptors() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns a list of interceptor objects that will be executed before/after the Mule UMO has executed
getInterceptors() - Method in interface org.mule.umo.UMOInterceptorStack
 
getInterface() - Method in class org.mule.routing.nested.NestedRouter
 
getInterface() - Method in interface org.mule.umo.routing.UMONestedRouter
 
getInterfaceClass() - Method in class org.mule.routing.nested.NestedRouter
 
getInvalidMessage() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
getIterationCount() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
getJavaDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getJndiContext(String) - Method in class org.mule.providers.AbstractJndiConnector
 
getJndiContext() - Method in class org.mule.providers.AbstractJndiConnector
 
getJndiInitialFactory() - Method in class org.mule.providers.AbstractJndiConnector
 
getJndiName() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getJndiProviderProperties() - Method in class org.mule.providers.AbstractJndiConnector
 
getJndiProviderUrl() - Method in class org.mule.providers.AbstractJndiConnector
 
getJndiUrlPkgPrefixes() - Method in class org.mule.providers.AbstractJndiConnector
 
getKey() - Method in class org.mule.impl.container.ContainerKeyPair
 
getKey() - Method in class org.mule.transformers.simple.MapLookup
 
getKeyFactory() - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
getKeyManagerAlgorithm() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyManagerAlgorithm() - Method in class org.mule.umo.security.provider.IBMSecurityProvider2Info
 
getKeyManagerAlgorithm() - Method in class org.mule.umo.security.provider.IBMSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in interface org.mule.umo.security.provider.SecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.umo.security.provider.SunSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyManagerFactory() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyManagerFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyPassword() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyPassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyStore() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyStore() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeystoreType() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeystoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getLeftFilter() - Method in class org.mule.routing.filters.logic.AndFilter
 
getLeftFilter() - Method in class org.mule.routing.filters.logic.OrFilter
 
getLevelMappings() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getLifecycleAdapterFactory() - Method in class org.mule.impl.model.AbstractModel
 
getLifecycleAdapterFactory() - Method in interface org.mule.umo.model.UMOModel
The lifecycle adapter is used by the model to translate Mule lifecycle event to events that UMO components registered with the model understand.
getListDelimiter() - Method in class org.mule.routing.outbound.StaticRecipientList
Overloading classes can change the delimiter used to separate entries in the recipient list.
getListProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getListener() - Method in class org.mule.providers.AbstractMessageReceiver
 
getListenerObject() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
getLock() - Method in class org.mule.util.concurrent.SynchronizedVariable
 
getLogConfigFile() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getLogDirectory() - Method in class org.mule.config.MuleConfiguration
 
getLogFile() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getLogName() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
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
 
getLongProperty(String, long) - Method in class org.mule.impl.MuleMessage
 
getLongProperty(String, long) - Method in class org.mule.providers.AbstractMessageAdapter
 
getLongProperty(String, long) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a long property from the event
getManager() - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
getManager(boolean) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getManager(boolean) - Static method in class org.mule.tck.MuleTestUtils
 
getManifest() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getManifest() - Static method in class org.mule.config.MuleManifest
 
getManifestProperty(String) - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getManifestProperty(String) - Static method in class org.mule.config.MuleManifest
 
getMapProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getMaxActive() - Method in class org.mule.config.PoolingProfile
 
getMaxBufferSize() - Method in class org.mule.config.ThreadingProfile
 
getMaxDispatchersActive() - Method in class org.mule.providers.AbstractConnector
Returns the maximum number of dispatchers that can be concurrently active per endpoint.
getMaxExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
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.ComponentStatistics
 
getMaxSize() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
getMaxSize() - Method in interface org.mule.util.ObjectPool
 
getMaxThreadsActive() - Method in class org.mule.config.ThreadingProfile
 
getMaxThreadsIdle() - Method in class org.mule.config.ThreadingProfile
 
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 class org.mule.config.DefaultExceptionReader
 
getMessage(Throwable) - Method in interface org.mule.config.ExceptionReader
 
getMessage(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getMessage(Throwable) - Method in class org.mule.config.UMOExceptionReader
 
getMessage() - Method in class org.mule.config.i18n.Message
 
getMessage() - Method in class org.mule.impl.MuleEvent
 
getMessage() - Method in class org.mule.impl.MuleEventContext
Returns the message payload for this event
getMessage() - Method in class org.mule.impl.internal.notifications.AdminNotification
 
getMessage() - Method in class org.mule.impl.message.ExceptionPayload
 
getMessage() - Method in class org.mule.umo.FutureMessageResult
 
getMessage(long) - Method in class org.mule.umo.FutureMessageResult
 
getMessage() - Method in class org.mule.umo.Invocation
Returns the current message
getMessage() - Method in interface org.mule.umo.UMOEvent
Returns the message payload for this event
getMessage() - Method in interface org.mule.umo.UMOEventContext
Returns the message payload for this event
getMessage() - Method in class org.mule.umo.UMOException
 
getMessage() - Method in interface org.mule.umo.UMOExceptionPayload
 
getMessageAdapter(Object) - Method in class org.mule.providers.AbstractConnector
Gets a UMOMessageAdapter for the endpoint for the given message (data)
getMessageAdapter() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getMessageAdapter(Object) - Method in class org.mule.tck.testmodels.mule.TestConnector
 
getMessageAdapter(Object) - Method in interface org.mule.umo.provider.UMOConnector
Gets a UMOMessageAdapter from the connector for the given message (data)
getMessageAsBytes() - Method in class org.mule.impl.MuleEvent
 
getMessageAsBytes() - Method in class org.mule.impl.MuleEventContext
Reterns the conents of the message as a byte array.
getMessageAsBytes() - Method in interface org.mule.umo.UMOEvent
Reterns the conents of the message as a byte array.
getMessageAsBytes() - Method in interface org.mule.umo.UMOEventContext
Returns the contents of the message as a byte array.
getMessageAsString() - Method in class org.mule.impl.MuleEvent
 
getMessageAsString(String) - Method in class org.mule.impl.MuleEvent
Returns the message contents as a string
getMessageAsString(String) - Method in class org.mule.impl.MuleEventContext
Returns the message contents as a string
getMessageAsString() - Method in class org.mule.impl.MuleEventContext
Returns the message contents as a string This method will use the default encoding on the event
getMessageAsString() - Method in interface org.mule.umo.UMOEvent
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.umo.UMOEvent
Returns the message contents as a string
getMessageAsString() - Method in interface org.mule.umo.UMOEventContext
Returns the message contents as a string This method will use the encoding set on the event
getMessageAsString(String) - Method in interface org.mule.umo.UMOEventContext
Returns the message contents as a string
getMessageCode() - Method in class org.mule.umo.UMOException
 
getMessageDispatcherThreadingProfile() - Method in class org.mule.config.MuleConfiguration
 
getMessageId(UMOMessage) - Method in class org.mule.routing.CorrelationPropertiesExtractor
 
getMessagePart(UMOMessage, UMOEndpoint) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
Retrieves a specific message part for the given endpoint.
getMessagePart(UMOMessage, UMOEndpoint) - Method in class org.mule.routing.outbound.FilteringListMessageSplitter
 
getMessageReceiver() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getMessageReceiver() - Method in class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
getMessageReceiverThreadingProfile() - Method in class org.mule.config.MuleConfiguration
 
getMessageTTL() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getMessages() - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
getMethod() - Method in class org.mule.impl.model.resolvers.EntryPoint
 
getMethod() - Method in class org.mule.routing.nested.NestedRouter
 
getMethod() - Method in interface org.mule.umo.routing.UMONestedRouter
 
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.
getMethodArgumentType() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
getMethodByArgumentType(String) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
getMethodByName(String, String) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
getMethodName() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
getMinExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getMockConnector() - Static method in class org.mule.tck.MuleTestUtils
 
getMockDescriptor() - Static method in class org.mule.tck.MuleTestUtils
 
getMockEndpoint() - Static method in class org.mule.tck.MuleTestUtils
 
getMockEndpointURI() - Static method in class org.mule.tck.MuleTestUtils
 
getMockEvent() - Static method in class org.mule.tck.MuleTestUtils
 
getMockManager() - Static method in class org.mule.tck.MuleTestUtils
 
getMockMessageDispatcher() - Static method in class org.mule.tck.MuleTestUtils
 
getMockMessageDispatcherFactory() - Static method in class org.mule.tck.MuleTestUtils
 
getMockSession() - Static method in class org.mule.tck.MuleTestUtils
 
getMockTransaction() - Static method in class org.mule.tck.MuleTestUtils
 
getMockTransactionFactory() - Static method in class org.mule.tck.MuleTestUtils
 
getModel() - Method in class org.mule.config.MuleConfiguration
 
getModel() - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
getModel() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
getModelName() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getModelName() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns the name of the model that this descriptor is registered with.
getModelType() - Method in class org.mule.config.MuleConfiguration
 
getModels() - Method in class org.mule.MuleManager
 
getModels() - Method in interface org.mule.umo.manager.UMOManager
The model used for managing components for this server
getMuleHomeDirectory() - Method in class org.mule.config.MuleConfiguration
 
getName() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getName() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getName() - Method in class org.mule.impl.container.AbstractContainerContext
 
getName() - Method in class org.mule.impl.container.MultiContainerContext
 
getName() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
Gets the name of this agent
getName() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
Gets the name of this agent
getName() - Method in class org.mule.impl.model.AbstractComponent
 
getName() - Method in class org.mule.impl.model.AbstractModel
 
getName() - Method in class org.mule.impl.model.resolvers.EntryPoint
Gets the method name
getName() - Method in class org.mule.management.stats.ComponentStatistics
 
getName() - Method in class org.mule.providers.AbstractConnector
getName() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
getName() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
getName() - Method in class org.mule.tck.AbstractMuleTestCase
 
getName() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
getName() - Method in class org.mule.transformers.AbstractTransformer
 
getName() - Method in interface org.mule.umo.UMOImmutableDescriptor
Gets the identifier for the Mule UMO created from the descriptor
getName() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The name is the identifier for the endpoint
getName() - Method in interface org.mule.umo.manager.UMOAgent
Gets the name of this agent
getName() - Method in interface org.mule.umo.manager.UMOContainerContext
Gets the identifying name of the container
getName() - Method in interface org.mule.umo.model.UMOModel
The model's name.
getName() - Method in interface org.mule.umo.provider.UMOConnector
 
getName() - Method in interface org.mule.umo.security.UMOSecurityProvider
 
getName() - Method in interface org.mule.umo.transformer.UMOBaseTransformer
 
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.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.impl.jndi.SimpleContext
 
getNameParser(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
getNameParser(Attributes.Name) - Method in class org.mule.impl.jndi.SimpleContext
 
getNameParser(String) - Method in class org.mule.impl.jndi.SimpleContext
 
getNestedRouter() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getNestedRouter() - Method in interface org.mule.umo.UMOImmutableDescriptor
 
getNextMessage() - Method in class org.mule.config.i18n.Message
 
getNextMessage(Object) - Method in class org.mule.providers.AbstractReceiverResourceWorker
The method used to read the next message from the underlying transport.
getNextTransformer() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
getNextTransformer() - Method in class org.mule.transformers.AbstractTransformer
 
getNextTransformer() - Method in interface org.mule.umo.transformer.UMOStreamingTransformer
Transformers can be chained together and invoked in a series
getNextTransformer() - Method in interface org.mule.umo.transformer.UMOTransformer
Transformers can be chained together and invoked in a series
getNotRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getNotificationClasses() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
getNumberOfConcurrentTransactedReceivers() - Method in class org.mule.providers.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
 
getOSEncoding() - Method in class org.mule.config.MuleConfiguration
 
getObject() - Method in class org.mule.config.builders.EndpointReference
 
getObject() - Method in class org.mule.config.builders.TransformerReference
 
getOptionalParams() - Method in class org.mule.components.rest.RestServiceWrapper
 
getOrCreateConnectorByProtocol(UMOEndpointURI) - Static method in class org.mule.providers.service.TransportFactory
 
getOrCreateConnectorByProtocol(UMOImmutableEndpoint) - Static method in class org.mule.providers.service.TransportFactory
 
getOrCreateEndpointForUri(String, String) - Static method in class org.mule.impl.ImmutableMuleEndpoint
 
getOrCreateEndpointForUri(UMOEndpointURI, String) - Static method in class org.mule.impl.ImmutableMuleEndpoint
 
getOriginalPayload() - Method in class org.mule.interceptors.MessageNormalizerInterceptor
 
getOutboundEndpoint() - Method in class org.mule.impl.ImmutableMuleDescriptor
The outbound Provider to use when sending an event.
getOutboundEndpoint() - Method in interface org.mule.umo.UMOImmutableDescriptor
Deprecated. use getOutboundRouter() instead (see MULE-506)
getOutboundRouter() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getOutboundRouter() - Method in interface org.mule.umo.UMOImmutableDescriptor
Outbound Routers control how events are published by a component once.
getOutboundRouterStat() - Method in class org.mule.management.stats.ComponentStatistics
 
getOutboundTransformer() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getOutboundTransformer() - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
getOutboundTransformer() - Method in interface org.mule.umo.UMOImmutableDescriptor
Deprecated. use getOutboundRouter() instead (see MULE-506)
getOutputHandler() - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
getOutputHandler() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getOutputHandler() - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
The Output handler is a callback that will handle the writing to an output Stream when the Stream is available
getOutputStream() - Method in class org.mule.impl.MuleEvent
An outputstream can optionally be used to write response data to an incoming message.
getOutputStream() - Method in class org.mule.impl.MuleEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream() - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
getOutputStream(UMOImmutableEndpoint, UMOMessage) - Method in class org.mule.providers.AbstractConnector
Will get the output stream for this type of transport.
getOutputStream() - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
getOutputStream() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getOutputStream() - Method in interface org.mule.umo.UMOEvent
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream() - Method in interface org.mule.umo.UMOEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream(UMOImmutableEndpoint, UMOMessage) - Method in interface org.mule.umo.provider.UMOConnector
Will get the output stream for this type of transport.
getOutputStream() - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
Gets the output Stream associated with this event
getOutputStreamFromRouter() - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
getParameterType() - Method in class org.mule.impl.model.resolvers.EntryPoint
Gets the argument type for the method
getParameterTypes(Object, String) - Static method in class org.mule.util.ClassUtils
 
getParams() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getParams() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getPassword() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getPassword() - Method in class org.mule.impl.security.MuleCredentials
 
getPassword() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getPassword() - Method in interface org.mule.umo.security.UMOCredentials
 
getPath() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getPath() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
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() - Method in class org.mule.impl.MuleMessage
 
getPayload() - Method in class org.mule.impl.message.BaseMessage
 
getPayload() - Method in class org.mule.providers.DefaultMessageAdapter
 
getPayload() - Method in class org.mule.providers.WriterMessageAdapter
 
getPayload() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
getPayload() - Method in class org.mule.providers.streaming.StreamMessageAdapter
This is an InputStream if triggered from an inbound event or response.
getPayload() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getPayload() - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
getPayloadAsBytes() - Method in class org.mule.impl.MuleMessage
Converts the payload implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.impl.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.providers.DefaultMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.providers.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.providers.streaming.StreamMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getPayloadAsBytes() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Converts the message implementation into a byte array representation
getPayloadAsString() - Method in class org.mule.impl.MuleMessage
Converts the payload implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.impl.MuleMessage
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.impl.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsString() - Method in class org.mule.providers.AbstractMessageAdapter
Converts the message implementation into a String representation.
getPayloadAsString(String) - Method in class org.mule.providers.DefaultMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.providers.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.providers.streaming.StreamMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
getPayloadAsString(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Converts the message implementation into a String representation.
getPayloadParameterNames() - Method in class org.mule.components.rest.RestServiceWrapper
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.ComponentNotification
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.ConnectionNotification
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.ManagerNotification
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.MessageNotification
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.ModelNotification
 
getPayloadToString() - Method in class org.mule.impl.internal.notifications.SecurityNotification
 
getPayloadToString() - Method in class org.mule.umo.manager.UMOServerNotification
 
getPersistenceStrategy() - Method in class org.mule.config.MuleConfiguration
 
getPersistenceStrategy() - Method in interface org.mule.util.queue.QueueManager
 
getPersistenceStrategy() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getPool() - Method in class org.mule.config.pool.AbstractProxyFactory
 
getPoolExhaustedAction() - Method in class org.mule.config.ThreadingProfile
 
getPoolFactory() - Method in class org.mule.config.PoolingProfile
 
getPoolFactory() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
getPoolingProfile() - Method in class org.mule.config.MuleConfiguration
 
getPoolingProfile() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getPoolingProfile() - Method in class org.mule.impl.model.seda.SedaComponent
 
getPoolingProfile() - Method in class org.mule.impl.model.seda.SedaModel
 
getPort() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getPort() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getPostfix() - Method in class org.mule.components.simple.StaticComponent
 
getPrefix() - Method in class org.mule.components.simple.StaticComponent
 
getPrincipal() - Method in class org.mule.impl.security.MuleAuthentication
 
getPrincipal() - Method in interface org.mule.umo.security.UMOAuthentication
 
getProductDescription() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductDescription() - Static method in class org.mule.config.MuleManifest
 
getProductLicenseInfo() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductLicenseInfo() - Static method in class org.mule.config.MuleManifest
 
getProductMoreInfo() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductMoreInfo() - Static method in class org.mule.config.MuleManifest
 
getProductName() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductName() - Static method in class org.mule.config.MuleManifest
 
getProductSupport() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductSupport() - Static method in class org.mule.config.MuleManifest
 
getProductUrl() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductUrl() - Static method in class org.mule.config.MuleManifest
 
getProductVersion() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getProductVersion() - Static method in class org.mule.config.MuleManifest
 
getProperties() - Method in class org.mule.MuleManager
Gets all properties associated with the UMOManager
getProperties() - Method in class org.mule.config.builders.EndpointReference
 
getProperties() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getProperties() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getProperties() - Method in class org.mule.impl.container.PropertiesContainerContext
 
getProperties() - Method in class org.mule.impl.internal.notifications.AdminNotification
 
getProperties() - Method in class org.mule.impl.message.BaseMessage
Returns a map of all properties on this message
getProperties() - Method in class org.mule.impl.security.MuleAuthentication
 
getProperties() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getProperties() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns any properties configured on this descriptor.
getProperties() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Returns any properties set on this endpoint
getProperties() - Method in interface org.mule.umo.manager.UMOManager
Gets all properties associated with the UMOManager
getProperties() - Method in interface org.mule.umo.security.UMOAuthentication
 
getPropertiesForURI(URI) - Method in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
getPropertiesFromQueryString(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 comarator can be set
getPropertiesWithoutPrefix(Map, String) - Static method in class org.mule.util.PropertiesUtils
 
getProperty(Object) - Method in class org.mule.MuleManager
Getter for the envionment parameters declared in the mule-config.xml
getProperty(Object) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getProperty(String, boolean) - Method in class org.mule.impl.MuleEvent
 
getProperty(String, Object, boolean) - Method in class org.mule.impl.MuleEvent
 
getProperty(String) - Method in class org.mule.impl.MuleMessage
Gets a property of the payload implementation
getProperty(String, Object) - Method in class org.mule.impl.MuleMessage
 
getProperty(Object) - Method in class org.mule.impl.MuleSession
Will retrieve a session level property.
getProperty(Object) - Method in class org.mule.impl.internal.notifications.AdminNotification
 
getProperty(Object) - Method in class org.mule.impl.message.BaseMessage
 
getProperty(String) - Method in class org.mule.providers.AbstractMessageAdapter
 
getProperty(String, Object) - Method in class org.mule.providers.AbstractMessageAdapter
 
getProperty(String, Object) - Method in class org.mule.routing.CorrelationPropertiesExtractor
 
getProperty(String, boolean) - Method in interface org.mule.umo.UMOEvent
Gets a property associated with the current event.
getProperty(String, Object, boolean) - Method in interface org.mule.umo.UMOEvent
Gets a property associated with the current event.
getProperty(Object) - Method in interface org.mule.umo.UMOSession
Will retrieve a session level property.
getProperty(Object) - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Retrieves a property set on the endpoint
getProperty(Object) - Method in interface org.mule.umo.manager.UMOManager
Getter for the envionment parameters declared in the mule-config.xml
getProperty(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a property of the message implementation
getProperty(String, Object) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a property from the event
getProperty(String, Object) - Method in class org.mule.util.properties.BeanPropertyExtractor
 
getProperty(String, Object) - Method in class org.mule.util.properties.MapPropertyExtractor
 
getProperty(String, Object) - Method in class org.mule.util.properties.MessagePropertyExtractor
 
getProperty(String, Object) - Method in class org.mule.util.properties.PayloadPropertyExtractor
 
getProperty(String, Object) - Method in interface org.mule.util.properties.PropertyExtractor
Extracts a single property from the message
getPropertyExtractor() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getPropertyName() - Method in class org.mule.config.builders.EndpointReference
 
getPropertyName() - Method in class org.mule.config.builders.TransformerReference
 
getPropertyName() - Method in class org.mule.transformers.simple.GetBeanProperty
 
getPropertyNames() - Method in class org.mule.impl.MuleMessage
 
getPropertyNames() - Method in class org.mule.impl.MuleSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in class org.mule.providers.AbstractMessageAdapter
 
getPropertyNames() - Method in interface org.mule.umo.UMOSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
getProtocol() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getProtocol() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getProtocol() - Method in class org.mule.tck.testmodels.mule.TestConnector
 
getProtocol() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The transport protocol name that the message endpoint communicates over.
getProtocol() - Method in interface org.mule.umo.provider.UMOConnector
 
getProtocolHandler() - Method in class org.mule.umo.security.provider.IBMSecurityProvider2Info
 
getProtocolHandler() - Method in class org.mule.umo.security.provider.IBMSecurityProviderInfo
 
getProtocolHandler() - Method in interface org.mule.umo.security.provider.SecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.umo.security.provider.SunSecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getProvider(String) - Method in class org.mule.impl.security.MuleSecurityManager
 
getProvider(String) - Method in interface org.mule.umo.security.UMOSecurityManager
 
getProvider() - Method in class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
 
getProvider() - Method in interface org.mule.umo.security.provider.SecurityProviderFactory
 
getProvider() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getProviderClass() - Method in class org.mule.umo.security.provider.IBMSecurityProvider2Info
 
getProviderClass() - Method in class org.mule.umo.security.provider.IBMSecurityProviderInfo
 
getProviderClass() - Method in interface org.mule.umo.security.provider.SecurityProviderInfo
 
getProviderClass() - Method in class org.mule.umo.security.provider.SunSecurityProviderInfo
 
getProviderStatsHtml(String) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
getProviders() - Method in class org.mule.impl.security.MuleSecurityManager
 
getProviders() - Method in interface org.mule.umo.security.UMOSecurityManager
 
getProxy() - Method in class org.mule.impl.model.seda.SedaComponent
The proxy may be one of three types: 1.
getProxyFactory(MuleDescriptor, ObjectPool) - Method in class org.mule.tck.model.AbstractProxyPoolFactoryTestCase
 
getQuery() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getQuery() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
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
 
getQueueManager() - Method in class org.mule.MuleManager
 
getQueueManager() - Method in interface org.mule.umo.manager.UMOManager
Gets the queue manager used by mule for queuing events.
getQueueProfile() - Method in class org.mule.config.MuleConfiguration
 
getQueueProfile() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getQueueProfile() - Method in class org.mule.impl.model.seda.SedaComponent
 
getQueueProfile() - Method in class org.mule.impl.model.seda.SedaModel
 
getQueueSession() - Method in interface org.mule.util.queue.QueueManager
 
getQueueSession() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getQueueSize() - Method in class org.mule.impl.model.seda.SedaComponent
 
getQueueTimeout() - Method in class org.mule.impl.model.seda.SedaModel
 
getQueuedEvents() - Method in class org.mule.management.stats.ComponentStatistics
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getRawAuthority() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getRawFragment() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getRawPath() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getRawQuery() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getRawSchemeSpecificPart() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getRawUserInfo() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getReader() - Method in class org.mule.config.ReaderResource
 
getReceiver(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
 
getReceiver() - Method in class org.mule.providers.PollingReceiverWorker
 
getReceiverKey(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
The method determines the key used to store the receiver against.
getReceiverKey() - Method in class org.mule.providers.AbstractMessageReceiver
 
getReceiverKey() - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
getReceiverThreadingProfile() - Method in class org.mule.providers.AbstractConnector
Getter for property 'receiverThreadingProfile'.
getReceiverWorkManager(String) - Method in class org.mule.providers.AbstractConnector
Returns a work manager for message receivers.
getReceivers() - Method in class org.mule.providers.AbstractConnector
Getter for property 'receivers'.
getReceivers(String) - Method in class org.mule.providers.AbstractConnector
 
getRecipientEndpoint(UMOMessage, String) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(UMOMessage) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(UMOMessage) - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRecipients() - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRejectedExecutionHandler() - Method in class org.mule.config.ThreadingProfile
 
getRemoteSyncTimeout() - Method in class org.mule.impl.ImmutableMuleEndpoint
The timeout value for remoteSync invocations
getRemoteSyncTimeout() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The timeout value for remoteSync invocations
getReplyAggregateIdentifier(UMOMessage) - Method in class org.mule.routing.response.AbstractResponseRouter
Extracts a 'Correlation Id' from a reply message.
getReplyTo() - Method in class org.mule.impl.MuleMessage
Sets a replyTo address for this message.
getReplyTo() - Method in class org.mule.providers.AbstractMessageAdapter
 
getReplyTo() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getReplyTo() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Returns a replyTo address for this message.
getReplyTo() - Method in interface org.mule.umo.routing.UMOOutboundRouter
Gets the replyTo endpoint for any outgoing messages.
getReplyToEventsSent() - Method in class org.mule.management.stats.ComponentStatistics
 
getReplyToHandler(UMOMessage, UMOImmutableEndpoint) - Method in class org.mule.impl.model.DefaultMuleProxy
 
getReplyToHandler() - Method in class org.mule.providers.AbstractConnector
Getter for property 'replyToHandler'.
getRequiredParams() - Method in class org.mule.components.rest.RestServiceWrapper
 
getResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getResource(Object) - Method in class org.mule.transaction.XaTransaction
 
getResource(Object) - Method in interface org.mule.umo.UMOTransaction
 
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) - 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.umo.manager.UMOServerNotification
 
getResourceInfo() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getResourceInfo() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getResourceManager() - Method in class org.mule.util.xa.DefaultXASession
 
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(UMOMessage) - 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(UMOMessage) - Method in class org.mule.routing.response.ResponseRouterCollection
 
getResponse(UMOMessage) - Method in interface org.mule.umo.routing.UMOResponseRouter
Called by the Mule framework once the outbound router has been processed on a component the Message passed in is the response message from the component (or outbount router if a response was returned).
getResponse(UMOMessage) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
getResponseRouter() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getResponseRouter() - Method in interface org.mule.umo.UMOImmutableDescriptor
Response Routers control how events are returned in a request/response call.
getResponseTransformer() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getResponseTransformer() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getResponseTransformer() - Method in interface org.mule.umo.UMOImmutableDescriptor
The transformer to use when sending events or data back as a response.
getResponseTransformer() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The transformer used when a response is returned from invoking this endpoint
getResponseTransformers() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getResponseTransformers() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getResultData() - Method in class org.mule.tck.AbstractTransformerTestCase
 
getRetryCount() - Method in class org.mule.providers.SimpleRetryConnectionStrategy
 
getReturnClass() - Method in class org.mule.transformers.AbstractTransformer
 
getReturnClass() - Method in interface org.mule.umo.transformer.UMOTransformer
 
getReturnType() - Method in class org.mule.impl.model.resolvers.EntryPoint
Gets the method return type of the method
getRightFilter() - Method in class org.mule.routing.filters.logic.AndFilter
 
getRightFilter() - Method in class org.mule.routing.filters.logic.OrFilter
 
getRoles() - Method in class org.mule.impl.security.MuleCredentials
 
getRoles() - Method in interface org.mule.umo.security.UMOCredentials
 
getRootException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootException() - Method in class org.mule.impl.message.ExceptionPayload
 
getRootException() - Method in interface org.mule.umo.UMOExceptionPayload
 
getRootMuleException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootParentException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRoundTripTransformer() - Method in class org.mule.tck.AbstractTransformerTestCase
 
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
 
getRouterStatistics() - Method in class org.mule.routing.AbstractRouter
 
getRouterStatistics() - Method in interface org.mule.umo.routing.UMORouter
 
getRouters() - Method in class org.mule.routing.AbstractRouterCollection
 
getRouters() - Method in interface org.mule.umo.routing.UMORouterCollection
 
getRunCount() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
getSalt() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
getSamplePeriod() - Method in class org.mule.management.stats.ComponentStatistics
 
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
getSatisfiableMethodsWithReturnType(Class, Class, boolean, Set) - Static method in class org.mule.util.ClassUtils
 
getScheduler() - Method in class org.mule.providers.AbstractConnector
Returns a Scheduler service for execution of periodic tasks.
getScheduler() - Method in interface org.mule.umo.provider.UMOConnector
Returns a Scheduler service for execution of periodic tasks.
getScheme() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getScheme() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getSchemeMetaInfo() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getSchemeMetaInfo() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getSchemeSpecificPart() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getSecretKey() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
getSecretKey() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
getSecretKey() - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
getSecurityContext() - Method in class org.mule.impl.MuleSession
The security context for this session.
getSecurityContext() - Method in interface org.mule.umo.UMOSession
The security context for this session.
getSecurityFilter() - Method in class org.mule.impl.ImmutableMuleEndpoint
Returns an UMOEndpointSecurityFilter for this endpoint.
getSecurityFilter() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Returns an UMOEndpointSecurityFilter for this endpoint.
getSecurityManager() - Method in class org.mule.MuleManager
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.impl.container.RmiContainerContext
 
getSecurityManager() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
getSecurityManager() - Method in interface org.mule.umo.manager.UMOManager
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.umo.security.UMOEndpointSecurityFilter
 
getSecurityPolicy() - Method in class org.mule.impl.container.RmiContainerContext
 
getSecurityProviderFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getSecurityProviderInfo() - Method in class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
Security provider properties for IBM JDK 1.4.2 and higher.
getSecurityProviderInfo() - Method in interface org.mule.umo.security.provider.SecurityProviderFactory
 
getSecurityProviders() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
getSecurityProviders() - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
getSeeds() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
getSegments() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getSelectorProperty() - Method in class org.mule.routing.outbound.EndpointSelector
 
getServerId() - Method in class org.mule.umo.manager.UMOServerNotification
 
getServerSocketFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getServerUrl() - Method in class org.mule.config.MuleConfiguration
 
getServiceDescriptor() - Method in class org.mule.providers.AbstractConnector
Get the TransportServiceDescriptor for this connector.
getServiceDescriptor(String) - Static method in class org.mule.providers.service.TransportFactory
 
getServiceDescriptor(String, Properties) - Static method in class org.mule.providers.service.TransportFactory
 
getServiceError() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getServiceFinder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getServiceLocation() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getServiceOverrides() - Method in class org.mule.providers.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
getServiceUrl() - Method in class org.mule.components.rest.RestServiceWrapper
 
getSession() - Method in class org.mule.impl.MuleEvent
 
getSession() - Method in class org.mule.impl.MuleEventContext
 
getSession() - Method in interface org.mule.umo.UMOEvent
Retrieves the component session for the current event
getSession() - Method in interface org.mule.umo.UMOEventContext
 
getSessionHandler() - Method in class org.mule.providers.AbstractConnector
Getter for property 'sessionHandler'.
getSessionHandler() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getSessionIDKey() - Method in class org.mule.impl.MuleSessionHandler
 
getSessionIDKey() - Method in class org.mule.impl.NullSessionHandler
The property name of the session id to use when creating the Mule session.
getSessionIDKey() - Method in interface org.mule.umo.provider.UMOSessionHandler
The property name of the session id to use when creating the Mule session.
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).
getSize() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
getSize() - Method in interface org.mule.util.ObjectPool
 
getSocket() - Method in class org.mule.impl.ResponseOutputStream
 
getSocketFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getSslContext() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getSslType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getStartDate() - Method in class org.mule.MuleManager
Returns the long date when the server was started
getStartDate() - Method in interface org.mule.umo.manager.UMOManager
Returns the long date when the server was started
getStartTime() - Method in class org.mule.management.stats.AllStatistics
 
getStartTimeout() - Method in class org.mule.impl.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.tck.testmodels.fruit.WaterMelon
 
getStatistics() - Method in class org.mule.MuleManager
Gets all statisitcs for this instance
getStatistics() - Method in class org.mule.impl.model.AbstractComponent
 
getStatistics() - Method in class org.mule.impl.model.DefaultMuleProxy
 
getStatistics() - Method in interface org.mule.impl.model.MuleProxy
 
getStatistics() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
getStatistics() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getStatistics() - Method in class org.mule.routing.AbstractRouterCollection
 
getStatistics() - Method in interface org.mule.umo.routing.UMORouterCollection
 
getStatus() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getStatus() - Method in class org.mule.transaction.XaTransaction
 
getStatus() - Method in interface org.mule.umo.UMOTransaction
 
getStorePassword() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getStorePassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getStrategy() - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
getStrategy() - Method in class org.mule.transformers.compression.AbstractCompressionTransformer
 
getStrategy() - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
getStrategyName() - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
getStream() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
getStreamMessageAdapter(InputStream, OutputStream) - Method in class org.mule.providers.AbstractConnector
Gets a UMOStreamMessageAdapter from the connector for the given message.
getStreamMessageAdapter() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getStreamMessageAdapter(InputStream, OutputStream) - Method in class org.mule.tck.testmodels.mule.TestConnector
 
getStreamMessageAdapter(InputStream, OutputStream) - Method in interface org.mule.umo.provider.UMOConnector
Gets a UMOStreamMessageAdapter from the connector for the given message.
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(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 class org.mule.impl.MuleMessage
Gets a String property from the event
getStringProperty(String, String) - Method in class org.mule.providers.AbstractMessageAdapter
 
getStringProperty(String, String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets a String property from the event
getStyle() - Method in class org.mule.util.TemplateParser
 
getSubscription() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
getSupportedCipherSuites() - Method in class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
getSupportedProtocols() - Method in class org.mule.providers.AbstractConnector
Returns an unmodifiable list of the protocols supported by this connector
getSyncEventsReceived() - Method in class org.mule.management.stats.ComponentStatistics
 
getSyncEventsSent() - Method in class org.mule.management.stats.ComponentStatistics
 
getSynchronousEventTimeout() - Method in class org.mule.config.MuleConfiguration
 
getSystemModelType() - Method in class org.mule.config.MuleConfiguration
 
getSystemModelType() - Static method in class org.mule.impl.model.ModelHelper
Deprecated.  
getSystemProperties() - Method in class org.mule.impl.container.PropertiesContainerContext
 
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
getTestAgent() - Static method in class org.mule.tck.MuleTestUtils
 
getTestComponent(MuleDescriptor) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestComponent(MuleDescriptor) - Static method in class org.mule.tck.MuleTestUtils
 
getTestConnector() - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestConnector() - Static method in class org.mule.tck.MuleTestUtils
 
getTestCount() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
getTestData() - Method in class org.mule.tck.AbstractTransformerTestCase
 
getTestDescriptor(String, String) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestDescriptor(String, String) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEndpoint(String, String) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEndpoint(String, String) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEndpointURI() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
getTestEvent(Object) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEvent(Object, MuleDescriptor) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEvent(Object, UMOImmutableEndpoint) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEvent(Object, MuleDescriptor, UMOImmutableEndpoint) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEvent(Object) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEvent(Object, MuleDescriptor) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEvent(Object, UMOImmutableEndpoint) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEvent(Object, MuleDescriptor, UMOImmutableEndpoint) - Static method in class org.mule.tck.MuleTestUtils
 
getTestEventContext(Object) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestEventContext(Object) - Static method in class org.mule.tck.MuleTestUtils
 
getTestInfo() - Method in class org.mule.tck.AbstractMuleTestCase
 
getTestManager() - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestSchemeMetaInfoEndpoint(String, String, String) - Static method in class org.mule.tck.MuleTestUtils
 
getTestSession(UMOComponent) - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestSession(UMOComponent) - Static method in class org.mule.tck.MuleTestUtils
 
getTestSession() - Static method in class org.mule.tck.MuleTestUtils
 
getTestTransformer() - Static method in class org.mule.tck.AbstractMuleTestCase
 
getTestTransformer() - Static method in class org.mule.tck.MuleTestUtils
 
getThreadFactory() - Method in class org.mule.config.ThreadingProfile
 
getThreadPoolSize() - Method in class org.mule.management.stats.ComponentStatistics
 
getThreadPriority() - Method in class org.mule.impl.work.WorkerContext
Gets the priority level of the thread, which will be dispatched to process this work.
getThreadTTL() - Method in class org.mule.config.ThreadingProfile
 
getThreadWaitTimeout() - Method in class org.mule.config.ThreadingProfile
 
getThreadingProfile() - Method in class org.mule.impl.ImmutableMuleDescriptor
The threading profile used by the UMO when managing a component.
getTime() - Method in class org.mule.util.counters.impl.RatePerUnit
 
getTimeExpired() - Method in class org.mule.util.timer.TimeEvent
 
getTimeStamp() - Method in class org.mule.impl.message.ExceptionMessage
 
getTimeStamp(String) - Static method in class org.mule.util.DateUtils
 
getTimeUnit() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
getTimeout() - Method in class org.mule.impl.MuleEvent
 
getTimeout() - Method in class org.mule.impl.MuleEventContext
Get the timeout value associated with the event
getTimeout() - Method in class org.mule.impl.MuleTransactionConfig
 
getTimeout() - Method in class org.mule.routing.response.AbstractResponseRouter
 
getTimeout() - Method in class org.mule.routing.response.ResponseRouterCollection
 
getTimeout() - Method in interface org.mule.umo.UMOEvent
The number of milliseconds to wait for a return event when running synchronously.
getTimeout() - Method in interface org.mule.umo.UMOEventContext
Get the timeout value associated with the event
getTimeout() - Method in interface org.mule.umo.UMOTransactionConfig
 
getTimeout() - Method in interface org.mule.umo.routing.UMOResponseRouter
Returns the timeout delay that the response router should wait for a response for a given event.
getTimeout() - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
getTimestamp() - Method in class org.mule.umo.manager.UMOServerNotification
 
getToken() - Method in class org.mule.impl.security.MuleCredentials
 
getTotalEventsReceived() - Method in class org.mule.management.stats.ComponentStatistics
 
getTotalEventsSent() - Method in class org.mule.management.stats.ComponentStatistics
 
getTotalExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getTotalReceived() - Method in class org.mule.management.stats.RouterStatistics
 
getTotalRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getTransactedMessageReceiver() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getTransaction() - Method in class org.mule.impl.MuleEventContext
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
 
getTransaction() - Method in interface org.mule.umo.UMOEventContext
Returns the transaction for the current event or null if there is no transaction in progresss
getTransactionConfig() - Method in class org.mule.config.builders.EndpointReference
 
getTransactionConfig() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getTransactionConfig() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getTransactionConfig() - Method in interface org.mule.umo.endpoint.UMOEndpoint
Returns the transaction configuration for this endpoint
getTransactionConfig() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Returns the transaction configuration for this endpoint
getTransactionConfig() - Method in interface org.mule.umo.routing.UMOOutboundRouter
 
getTransactionFactory() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getTransactionManager() - Method in class org.mule.MuleManager
Returns the Jta transaction manager used by this Mule server instance. or null if a transaction manager has not been set
getTransactionManager() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
getTransactionManager() - Method in interface org.mule.umo.manager.UMOManager
Returns the Jta transaction manager used by this Mule server instance.
getTransactionManagerFactory() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
getTransactionStringId() - Method in class org.mule.impl.internal.notifications.TransactionNotification
 
getTransactionTimeout() - Method in class org.mule.config.MuleConfiguration
 
getTransactionTimeout() - Method in class org.mule.util.xa.DefaultXASession
 
getTransformedBytes(byte[]) - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformers.encryption.DecryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformers.encryption.EncryptionTransformer
 
getTransformedMessage() - Method in class org.mule.impl.MuleEvent
 
getTransformedMessage() - Method in class org.mule.impl.MuleEventContext
Returns the message transformed into it's recognised or expected format.
getTransformedMessage(Class) - Method in class org.mule.impl.MuleEventContext
Returns the message transformed into its recognised or expected format.
getTransformedMessage() - Method in interface org.mule.umo.UMOEvent
Returns the message transformed into it's recognised or expected format.
getTransformedMessage() - Method in interface org.mule.umo.UMOEventContext
Returns the message transformed into it's recognised or expected format.
getTransformedMessage(Class) - Method in interface org.mule.umo.UMOEventContext
Returns the message transformed into it's recognised or expected format.
getTransformedMessageAsBytes() - Method in class org.mule.impl.MuleEvent
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.
getTransformedMessageAsBytes() - Method in class org.mule.impl.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
getTransformedMessageAsBytes() - Method in interface org.mule.umo.UMOEvent
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
getTransformedMessageAsBytes() - Method in interface org.mule.umo.UMOEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
getTransformedMessageAsString() - Method in class org.mule.impl.MuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString(String) - Method in class org.mule.impl.MuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString(String) - Method in class org.mule.impl.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString() - Method in class org.mule.impl.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString() - Method in interface org.mule.umo.UMOEvent
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString(String) - Method in interface org.mule.umo.UMOEvent
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString() - Method in interface org.mule.umo.UMOEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformedMessageAsString(String) - Method in interface org.mule.umo.UMOEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
getTransformer() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getTransformer() - Method in class org.mule.providers.DefaultReplyToHandler
 
getTransformer() - Method in interface org.mule.providers.ReplyToHandler
 
getTransformer() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
getTransformer() - Method in class org.mule.routing.outbound.TransformerRouter
 
getTransformer() - Method in class org.mule.tck.AbstractTransformerTestCase
 
getTransformer() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
The transformer is responsible for transforming data when it is received or sent by the UMO (depending on whether this endpoint is a receiver or not).
getTransformer() - Method in class org.mule.umo.transformer.TransformerException
 
getTransformer(String, String) - Static method in class org.mule.util.MuleObjectHelper
Builds a linked list of UMOTransformers.
getTransformerName() - Method in class org.mule.config.builders.TransformerReference
 
getTransformers() - Method in class org.mule.MuleManager
Gets an unmodifiable collection of transformers registered with the UMOManager
getTransformers() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getTransformers() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getTransformers() - Method in interface org.mule.umo.manager.UMOManager
Gets an unmodifiable collection of transformers registered with the UMOManager
getTrustManagerAlgorithm() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
getTrustManagerAlgorithm() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustManagerFactory() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
getTrustManagerFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStore() - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
getTrustStore() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStorePassword() - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
getTrustStorePassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStoreType() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
getTrustStoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTxManager() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getType() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getType() - Method in class org.mule.impl.internal.notifications.ConnectionNotification
 
getType() - Method in class org.mule.impl.internal.notifications.ExceptionNotification
 
getType() - Method in class org.mule.impl.internal.notifications.SecurityNotification
 
getType() - Method in class org.mule.impl.model.direct.DirectModel
Returns the model type name.
getType() - Method in class org.mule.impl.model.pipeline.PipelineModel
Returns the model type name.
getType() - Method in class org.mule.impl.model.seda.SedaModel
Returns the model type name.
getType() - Method in class org.mule.impl.model.seda.optimised.OptimisedSedaModel
Returns the model type name.
getType() - Method in class org.mule.impl.model.streaming.StreamingModel
 
getType() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines whether the message endpoint is a sender or receiver or both.
getType() - Method in class org.mule.umo.manager.UMOServerNotification
 
getType() - Method in interface org.mule.umo.model.UMOModel
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
 
getUMOManager() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
getUUID() - Static method in class org.mule.util.UUID
 
getUmoMessage() - Method in class org.mule.umo.MessagingException
 
getUniqueId() - Method in class org.mule.impl.MuleMessage
 
getUniqueId() - Method in class org.mule.providers.AbstractMessageAdapter
 
getUniqueId() - Method in class org.mule.providers.DefaultMessageAdapter
 
getUniqueId() - Method in interface org.mule.umo.provider.UMOMessageAdapter
gets the unique identifier for the message.
getUpperCase() - Method in class org.mule.transformers.simple.ByteArrayToHexString
 
getUri() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getUri() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getUserInfo() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getUserInfo() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getUserParams() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getUserParams() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getUsername() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getUsername() - Method in class org.mule.impl.security.MuleCredentials
 
getUsername() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getUsername() - Method in interface org.mule.umo.security.UMOCredentials
 
getValidMessage() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
getValidMessage() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
getVendorName() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getVendorName() - Static method in class org.mule.config.MuleManifest
 
getVendorUrl() - Method in class org.mule.config.MuleConfiguration
Deprecated. use MuleManifest instead
getVendorUrl() - Static method in class org.mule.config.MuleManifest
 
getVersion() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getVersion() - Method in interface org.mule.umo.UMOImmutableDescriptor
The version on the Mule UMO.
getWireFormat() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
getWireFormat() - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
getWorkException() - Method in class org.mule.impl.work.WorkerContext
Gets the WorkException, if any, thrown during the execution.
getWorkListener() - Method in class org.mule.config.MuleConfiguration
 
getWorkListener() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
getWorkManager() - Method in class org.mule.MuleManager
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManager() - Method in class org.mule.providers.AbstractMessageReceiver
 
getWorkManager() - Method in interface org.mule.umo.manager.UMOManager
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManagerFactory() - Method in class org.mule.config.ThreadingProfile
 
getWorkingDirectory() - Method in class org.mule.config.MuleConfiguration
 
getWriter() - Method in class org.mule.providers.WriterMessageAdapter
 
getXAResource() - Method in class org.mule.util.xa.DefaultXASession
 
getXATerminator() - Method in class org.mule.impl.work.MuleWorkManager
 
getXaTransactedMessageReceiver() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
getXmlDeclaration(String) - Method in class org.mule.impl.container.AbstractContainerContext
 
getXslForDtd() - Method in class org.mule.config.MuleDtdResolver
 
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
 
globalTransactions - Variable in class org.mule.util.xa.AbstractResourceManager
 

H

HASH - Static variable in class org.mule.util.ObjectNameHelper
 
HTTP_METHOD - Static variable in class org.mule.components.rest.RestServiceWrapper
 
HexStringToByteArray - class org.mule.transformers.simple.HexStringToByteArray.
Converts a Hex String to a Byte array
HexStringToByteArray() - Constructor for class org.mule.transformers.simple.HexStringToByteArray
 
HostNameFactory - class org.mule.config.factories.HostNameFactory.
Extracts the local hostname from the local system
HostNameFactory() - Constructor for class org.mule.config.factories.HostNameFactory
 
HtmlTablePrinter - class org.mule.management.stats.printers.HtmlTablePrinter.
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
 
handle(UMOEventContext) - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
handleException(RestServiceException, UMOMessage) - Method in class org.mule.components.rest.RestServiceWrapper
 
handleException(Object, Exception) - Method in class org.mule.impl.DefaultLifecycleAdapter
 
handleException(UMOMessage, Throwable) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
Wraps an exception into a MuleMessage with an Exception payload and returns the Xml representation of it
handleException(Exception) - Method in class org.mule.impl.model.AbstractComponent
 
handleException(Exception) - Method in class org.mule.impl.model.DefaultMuleProxy
When an exception occurs this method can be called to invoke the configured UMOExceptionStrategy on the UMO
handleException(Exception) - Method in interface org.mule.impl.model.MuleProxy
When an exception occurs this method can be called to invoke the configured UMOExceptionStrategy on the UMO
handleException(Exception) - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
When an exception occurs this method can be called to invoke the configured UMOExceptionStrategy on the UMO
handleException(Exception) - Method in class org.mule.providers.AbstractConnector
handleException(Exception) - Method in class org.mule.providers.AbstractMessageReceiver
 
handleException(Exception) - Method in class org.mule.providers.AbstractReceiverWorker
A conveniece method that passes the exception to the connector's ExceptionListener
handleException(Exception) - Method in interface org.mule.umo.provider.UMOConnector
 
handleLifecycleException(Object, Throwable) - Method in class org.mule.impl.AbstractExceptionListener
Lifecycle 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.impl.DefaultExceptionStrategy
 
handleMessagingException(UMOMessage, Throwable) - Method in class org.mule.impl.AbstractExceptionListener
A messaging exception is thrown when an excpetion occurs during normal message processing.
handleMessagingException(UMOMessage, Throwable) - Method in class org.mule.impl.DefaultExceptionStrategy
 
handleResults(List) - Method in class org.mule.providers.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(UMOMessage, UMOImmutableEndpoint, Throwable) - Method in class org.mule.impl.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(UMOMessage, UMOImmutableEndpoint, Throwable) - Method in class org.mule.impl.DefaultExceptionStrategy
 
handleStandardException(Throwable) - Method in class org.mule.impl.AbstractExceptionListener
A handler for all other exceptions
handleStandardException(Throwable) - Method in class org.mule.impl.DefaultExceptionStrategy
 
handleTimeout(long, TimeUnit) - Method in class org.mule.tck.AbstractMuleTestCase
 
handleTimeout(long, TimeUnit) - Method in interface org.mule.tck.TestCaseWatchdogTimeoutHandler
 
handleUnacceptedFilter(UMOMessage) - Method in class org.mule.providers.AbstractMessageReceiver
 
handleWorkException(WorkEvent, String) - Method in class org.mule.impl.model.seda.SedaComponent
 
handleWorkException(WorkEvent, String) - Method in class org.mule.providers.AbstractConnector
 
handleWorkException(WorkEvent, String) - Method in class org.mule.umo.manager.DefaultWorkListener
 
handler - Variable in class org.mule.providers.streaming.StreamMessageAdapter
 
handler - Variable in class org.mule.tck.TestCaseWatchdog
 
hasApple() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
hasBanana() - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
hasCommandLineOption(String, String[], String[][]) - Static method in class org.mule.util.SystemUtils
Checks whether a command line option is set.
hasEndpoints() - Method in class org.mule.routing.outbound.OutboundRouterCollection
 
hasEndpoints() - Method in interface org.mule.umo.routing.UMOOutboundRouterCollection
Determines if any endpoints have been set on this router.
hasResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
hasResource(Object) - Method in class org.mule.transaction.XaTransaction
 
hasResource(Object) - Method in interface org.mule.umo.UMOTransaction
 
hashCode() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
hashCode() - Method in class org.mule.impl.MuleEvent
 
hashCode() - Method in class org.mule.impl.VoidResult
 
hashCode() - Method in class org.mule.impl.container.ContainerKeyPair
 
hashCode() - Method in class org.mule.impl.container.DescriptorContainerKeyPair
 
hashCode() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
hashCode() - Method in class org.mule.providers.NullPayload
 
hashCode() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
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.tck.testmodels.fruit.Apple
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.Orange
 
hashCode() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
hashCode() - Method in class org.mule.umo.UMOException
 
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.queue.QueueInfo
 
headerMalformedValueIs(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
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
 
hours() - Static method in class org.mule.config.i18n.CoreMessages
 

I

IBMSecurityProvider2Info - class org.mule.umo.security.provider.IBMSecurityProvider2Info.
IBM JDK 1.4.2-specific security provider information.
IBMSecurityProvider2Info() - Constructor for class org.mule.umo.security.provider.IBMSecurityProvider2Info
 
IBMSecurityProviderInfo - class org.mule.umo.security.provider.IBMSecurityProviderInfo.
IBM JDK-specific security provider information.
IBMSecurityProviderInfo() - Constructor for class org.mule.umo.security.provider.IBMSecurityProviderInfo
 
IGNORED_DOT_MULE_DIRS - Static variable in class org.mule.tck.AbstractMuleTestCase
Top-level directories under .mule which are not deleted on each test case recycle.
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 component on startup.
INITIAL_STATE_PAUSED - Static variable in class org.mule.impl.ImmutableMuleDescriptor
 
INITIAL_STATE_STARTED - Static variable in class org.mule.impl.ImmutableMuleDescriptor
 
INITIAL_STATE_STARTED - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
 
INITIAL_STATE_STOPPED - Static variable in class org.mule.impl.ImmutableMuleDescriptor
The initial states that the component can be started in
INITIAL_STATE_STOPPED - Static variable in interface org.mule.umo.endpoint.UMOImmutableEndpoint
 
INSTANT_RATE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the instant rate of a counter
INT_VALUE_NOT_SET - Static variable in interface org.mule.umo.provider.UMOConnector
 
IOUtils - class org.mule.util.IOUtils.
Mule input/output utilities.
IOUtils() - Constructor for class org.mule.util.IOUtils
 
IS_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
IdempotentInMemoryMessageIdStore - class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.
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 org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.Expirer.
 
IdempotentInMemoryMessageIdStore.Expirer() - Constructor for class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.Expirer
 
IdempotentMessageIdStore - interface org.mule.routing.inbound.IdempotentMessageIdStore.
IdempotentMessageIdStore is the main interface used by IdempotentReceiver for storing received message IDs.
IdempotentReceiver - class org.mule.routing.inbound.IdempotentReceiver.
IdempotentReceiver ensures that only unique messages are received by a component.
IdempotentReceiver() - Constructor for class org.mule.routing.inbound.IdempotentReceiver
 
IdempotentSecureHashReceiver - class org.mule.routing.inbound.IdempotentSecureHashReceiver.
IdempotentSecureHashReceiver ensures that only unique messages are received by a component.
IdempotentSecureHashReceiver() - Constructor for class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
IgnoredMethodNames - Static variable in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
IllegalTransactionStateException - exception org.mule.transaction.IllegalTransactionStateException.
IllegalTransactionStateException TODO (document class)
IllegalTransactionStateException(Message) - Constructor for class org.mule.transaction.IllegalTransactionStateException
 
IllegalTransactionStateException(Message, Throwable) - Constructor for class org.mule.transaction.IllegalTransactionStateException
 
ImmutableMuleDescriptor - class org.mule.impl.ImmutableMuleDescriptor.
MuleDescriptor describes all the properties for a Mule UMO.
ImmutableMuleDescriptor(ImmutableMuleDescriptor) - Constructor for class org.mule.impl.ImmutableMuleDescriptor
Default constructor.
ImmutableMuleDescriptor() - Constructor for class org.mule.impl.ImmutableMuleDescriptor
Default constructor used by mutable versions of this class to provide defaults for certain properties
ImmutableMuleEndpoint - class org.mule.impl.ImmutableMuleEndpoint.
ImmutableMuleEndpoint describes a Provider in the Mule Server.
ImmutableMuleEndpoint(String, UMOEndpointURI, UMOConnector, UMOTransformer, String, int, String, Map) - Constructor for class org.mule.impl.ImmutableMuleEndpoint
 
ImmutableMuleEndpoint(UMOImmutableEndpoint) - Constructor for class org.mule.impl.ImmutableMuleEndpoint
 
ImmutableMuleEndpoint(String, boolean) - Constructor for class org.mule.impl.ImmutableMuleEndpoint
 
InboundPassThroughRouter - class org.mule.routing.inbound.InboundPassThroughRouter.
InboundPassThroughRouter allows inbound routing over all registered endpoints without any filtering.
InboundPassThroughRouter() - Constructor for class org.mule.routing.inbound.InboundPassThroughRouter
 
InboundRouterCollection - class org.mule.routing.inbound.InboundRouterCollection.
InboundRouterCollection is a collection of routers that will be invoked when an event is received.
InboundRouterCollection() - Constructor for class org.mule.routing.inbound.InboundRouterCollection
 
Initialisable - interface org.mule.umo.lifecycle.Initialisable.
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing component.
InitialisationCallback - interface org.mule.impl.InitialisationCallback.
InitialisationCallback is used to provide customised initialiation for more complex components.
InitialisationException - exception org.mule.umo.lifecycle.InitialisationException.
InitialisationException is thrown by the initialise method defined in the org.mule.umo.lifecycle.Initialisable interface.
InitialisationException(Message, Object) - Constructor for class org.mule.umo.lifecycle.InitialisationException
 
InitialisationException(Message, Throwable, Object) - Constructor for class org.mule.umo.lifecycle.InitialisationException
 
InitialisationException(Throwable, Object) - Constructor for class org.mule.umo.lifecycle.InitialisationException
 
InstantRate - class org.mule.util.counters.impl.InstantRate.
 
InstantRate(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.InstantRate
 
InterceptorStack - class org.mule.interceptors.InterceptorStack.
Maintains a list of interceptors that can be applied to components.
InterceptorStack() - Constructor for class org.mule.interceptors.InterceptorStack
 
InterceptorStack(List) - Constructor for class org.mule.interceptors.InterceptorStack
 
InterceptorsInvoker - class org.mule.impl.InterceptorsInvoker.
InterceptorsInvoker is used to trigger an interceptor chain.
InterceptorsInvoker(List, MuleDescriptor, UMOMessage) - Constructor for class org.mule.impl.InterceptorsInvoker
 
InterceptorsInvoker(List, UMOImmutableDescriptor, UMOMessage) - Constructor for class org.mule.impl.InterceptorsInvoker
 
InternalMessageListener - interface org.mule.providers.InternalMessageListener.
A listener used to receive Muleevents from a transport receiver.
InvalidSatsuma - class org.mule.tck.testmodels.fruit.InvalidSatsuma.
InvalidSatsuma has no discoverable methods
InvalidSatsuma() - Constructor for class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
Invocation - class org.mule.umo.Invocation.
Invocation represents a link in an interceptor chain.
Invocation(UMOImmutableDescriptor, UMOMessage, Invocation) - Constructor for class org.mule.umo.Invocation
Constructs an initialised invocation
id - Variable in class org.mule.providers.AbstractMessageAdapter
 
id - Variable in class org.mule.util.xa.AbstractTransactionContext
 
idStore - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
identityToShortString(Object) - Static method in class org.mule.util.ObjectUtils
Like ObjectUtils.identityToString(Object) but without the object's full package name.
ignoreMethods - Variable in class org.mule.components.builder.ReflectionMessageBuilder
 
ignoreProperty(String) - Method in class org.mule.impl.MuleEvent
This method is used to determine if a property on the previous event should be ignorred for the next event.
ignoredPropertyOverrides - Variable in class org.mule.impl.MuleEvent
 
implementationReference - Variable in class org.mule.impl.ImmutableMuleDescriptor
The implementationReference used to create the Object UMO instance.
in - Variable in class org.mule.providers.streaming.StreamMessageAdapter
 
inboundEndpoint - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use inboundRouter instead.
inboundRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
inboundTransformer - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use inboundRouter instead.
inboundTransformer - Variable in class org.mule.transformers.wire.TransformerPairWireFormat
 
incExecutionError() - Method in class org.mule.management.stats.ComponentStatistics
 
incFatalError() - Method in class org.mule.management.stats.ComponentStatistics
 
incQueuedEvent() - Method in class org.mule.management.stats.ComponentStatistics
 
incReceivedEventASync() - Method in class org.mule.management.stats.ComponentStatistics
 
incReceivedEventSync() - Method in class org.mule.management.stats.ComponentStatistics
 
incRunCount() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
incSentEventASync() - Method in class org.mule.management.stats.ComponentStatistics
 
incSentEventSync() - Method in class org.mule.management.stats.ComponentStatistics
 
incSentReplyToEvent() - Method in class org.mule.management.stats.ComponentStatistics
 
incTestCount() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
includeBranchInXid() - Method in class org.mule.util.xa.AbstractXAResourceManager
 
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(UMOImmutableEndpoint) - Method in class org.mule.management.stats.RouterStatistics
Increment routed message for an endpoint
info(Object) - Method in class org.mule.util.MuleLogger
 
info(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
initFromDescriptor(UMOImmutableEndpoint) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
initFromServiceDescriptor() - Method in class org.mule.providers.AbstractConnector
Initialises this connector from its TransportServiceDescriptor This will be called before the AbstractConnector.doInitialise() method is called.
initJndiContext() - Method in class org.mule.providers.AbstractJndiConnector
 
initialState - Variable in class org.mule.impl.ImmutableMuleDescriptor
Determines the initial state of this component when the model starts.
initialState - Variable in class org.mule.impl.ImmutableMuleEndpoint
The state that the endpoint is initialised in such as started or stopped
initialValue() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
initialisationCallbacks - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
initialisationFailure(String) - Static method in class org.mule.config.i18n.CoreMessages
 
initialise() - Method in class org.mule.MuleManager
{@inheritDoc}
initialise() - Method in class org.mule.components.rest.RestServiceWrapper
 
initialise() - Method in class org.mule.components.simple.NoArgsCallWrapper
Method used to perform any initialisation work.
initialise() - Method in class org.mule.components.simple.StaticComponent
 
initialise() - Static method in class org.mule.config.ExceptionHelper
 
initialise() - Method in class org.mule.impl.AbstractExceptionListener
The initialise method is call every time the Exception stategy is assigned to a component or connector.
initialise(Object, UMODescriptor, UMOEntryPointResolver) - Method in class org.mule.impl.DefaultLifecycleAdapter
 
initialise() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
initialise() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
initialise() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
initialise(Object) - Method in interface org.mule.impl.InitialisationCallback
 
initialise() - Method in class org.mule.impl.container.AbstractContainerContext
 
initialise() - Method in class org.mule.impl.container.JndiContainerContext
 
initialise(Map) - Static method in class org.mule.impl.container.JndiContextHelper
Create a new initial context.
initialise() - Method in class org.mule.impl.container.MultiContainerContext
 
initialise() - Method in class org.mule.impl.container.RmiContainerContext
 
initialise() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
initialise() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
initialise() - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
initialise() - Method in class org.mule.impl.model.AbstractComponent
Initialise the component.
initialise() - Method in class org.mule.impl.model.AbstractModel
 
initialise(Object) - Method in class org.mule.impl.model.resolvers.StreamingEntryPoint
 
initialise() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
initialise() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
initialise() - Method in class org.mule.impl.security.MuleSecurityManager
 
initialise() - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
initialise() - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
initialise() - Method in class org.mule.interceptors.InterceptorStack
 
initialise() - Method in class org.mule.providers.AbstractConnector
Method used to perform any initialisation work. If a fatal error occurs during initialisation an InitialisationException should be thrown, causing the Mule instance to shutdown. If the error is recoverable, say by retrying to connect, a RecoverableException should be thrown. There is no guarantee that by throwing a Recoverable exception that the Mule instance will not shut down.
initialise() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise(UMOMessage) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
This method can be implemented to split the message up before AbstractMessageSplitter.getMessagePart(UMOMessage, UMOEndpoint) method is called.
initialise(UMOMessage) - 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.tck.testmodels.mule.TestAgent
 
initialise() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
Method used to perform any initialisation work.
initialise() - Method in class org.mule.transformers.AbstractTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transformers.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.umo.UMOException
 
initialise() - Method in interface org.mule.umo.lifecycle.Initialisable
Method used to perform any initialisation work.
initialise(boolean, String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
initialiseAgents() - Method in class org.mule.MuleManager
Initialises all registered agents
initialiseEndpoints() - Method in class org.mule.MuleManager
 
initialiseFromUrl(UMOEndpointURI) - Method in class org.mule.providers.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.
initialisePool() - Method in class org.mule.impl.model.seda.SedaComponent
 
initialised - Variable in class org.mule.impl.AbstractExceptionListener
 
initialised - Variable in class org.mule.impl.ImmutableMuleEndpoint
has this endpoint been initialised
initialised - Variable in class org.mule.impl.model.AbstractComponent
Determines if the component has been initilised
initialised - Variable in class org.mule.providers.AbstractConnector
True once the endpoint has been initialsed
initialize() - Method in class org.mule.MuleServer
Initializes this daemon.
initialize(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
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
 
intecerptorList - Variable in class org.mule.impl.ImmutableMuleDescriptor
A list of UMOinteceptors that will be executed when the Mule UMO executed
intercept(Invocation) - Method in class org.mule.impl.DefaultLifecycleAdapter
 
intercept(Invocation) - Method in class org.mule.interceptors.EnvelopeInterceptor
 
intercept(Invocation) - Method in class org.mule.interceptors.InterceptorStack
 
intercept(Invocation) - Method in class org.mule.interceptors.MessageNormalizerInterceptor
 
intercept(Invocation) - Method in class org.mule.interceptors.TimerInterceptor
 
intercept(Invocation) - Method in interface org.mule.umo.UMOInterceptor
Invoked by the previous interceptor in the chain
interceptorList - Variable in class org.mule.impl.model.direct.DirectComponent
 
internalCreateCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
internalRewriteEvent(UMOMessage, boolean, boolean) - Static method in class org.mule.impl.RequestContext
 
internalSetEvent(UMOEvent) - Static method in class org.mule.impl.RequestContext
 
internalWriteResponse(UMOMessage, boolean, boolean) - Static method in class org.mule.impl.RequestContext
 
interruptedQueuingEventFor(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
invoke(Object, UMOEventContext) - Method in class org.mule.impl.model.resolvers.CallableEntryPoint
 
invoke(Object, UMOEventContext) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
invoke(Object, Object) - Method in class org.mule.impl.model.resolvers.EntryPoint
Will invoke the entry point method on the given component
invoke(Object, UMOEventContext) - Method in class org.mule.impl.model.resolvers.StreamingEntryPoint
 
invoke(Object, Method, Object[]) - Method in class org.mule.routing.nested.NestedInvocationHandler
 
invoke(Object, UMOEventContext) - Method in interface org.mule.umo.model.UMOEntryPoint
 
invokeAction(AdminNotification, UMOEventContext) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
invokeMethod(Object, Method, Object) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
This method will actually invoke the given method on the given component.
invokeUmo(UMOEventContext) - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
isAbsolute() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
isAcceptNull() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
isAcceptNull() - Method in class org.mule.transformers.AbstractTransformer
 
isAcceptNull() - Method in class org.mule.transformers.NoActionTransformer
 
isAcceptNull() - Method in interface org.mule.umo.transformer.UMOTransformer
Does this transformer allow null input?
isAcceptUMOMessage() - Method in class org.mule.transformers.simple.SerializableToByteArray
 
isAuthenticate() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
isAuthenticated() - Method in class org.mule.impl.security.MuleAuthentication
 
isAuthenticated() - Method in interface org.mule.umo.security.UMOAuthentication
 
isBase64Encoding() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
isBegun() - Method in class org.mule.transaction.AbstractTransaction
 
isBegun() - Method in interface org.mule.umo.UMOTransaction
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Apple
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Banana
 
isBitten() - Method in interface org.mule.tck.testmodels.fruit.Fruit
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Kiwi
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.Orange
 
isBitten() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
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 class org.mule.config.MuleConfiguration
 
isCommitted() - Method in class org.mule.transaction.AbstractTransaction
 
isCommitted() - Method in interface org.mule.umo.UMOTransaction
 
isComponentPerRequest() - Method in class org.mule.impl.model.seda.SedaModel
 
isComponentRegistered(String) - Method in class org.mule.impl.model.AbstractModel
 
isComponentRegistered(String) - Static method in class org.mule.impl.model.ModelHelper
Deprecated.  
isComponentRegistered(String) - Method in interface org.mule.umo.model.UMOModel
Determines if a UMO component descriptor by the given name is regestered with the model
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.config.ConfigurationBuilder
 
isConfigured() - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
isConfigured() - Method in class org.mule.impl.MuleTransactionConfig
 
isConfigured() - Method in interface org.mule.umo.UMOTransactionConfig
There is a need to separate ACTION_NONE with TransactionFactory and not initialized transaction config (factory was not sed)
isConnected() - Method in class org.mule.providers.AbstractConnector
Determines if this object is connected or not
isConnected() - Method in class org.mule.providers.AbstractMessageDispatcher
 
isConnected() - Method in class org.mule.providers.AbstractMessageReceiver
 
isConnected() - Method in interface org.mule.umo.provider.UMOConnectable
Determines if this object is connected or not
isContainerManaged() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
isContainsTemplate(String) - Method in class org.mule.util.TemplateParser
 
isCreateDispatcherPerRequest() - Method in class org.mule.providers.AbstractMessageDispatcherFactory
This default implementation of UMOMessageDispatcherFactory.isCreateDispatcherPerRequest() returns false, which means that dispatchers are pooled according to their lifecycle as described in UMOMessageDispatcher.
isCreateDispatcherPerRequest() - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
isCreateDispatcherPerRequest() - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Controls whether dispatchers are cached or created per request.
isCreateMultipleTransactedReceivers() - Method in class org.mule.providers.AbstractConnector
For better throughput when using TransactedMessageReceivers this will enable a number of concurrent receivers, based on the value returned by AbstractConnector.getNumberOfConcurrentTransactedReceivers().
isDebugEnabled() - Method in class org.mule.util.MuleLogger
 
isDeleteUnacceptedMessages() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
isDeleteUnacceptedMessages() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
If a filter is configured on this endpoint, this property will determine if message that are not excepted by the filter are deleted
isDisabled() - Method in class org.mule.providers.AbstractMessageAdapter
 
isDisabledInThisEnvironment() - Method in class org.mule.tck.AbstractMuleTestCase
Subclasses can override this method to skip the execution of the entire test class.
isDisabledInThisEnvironment(String) - Method in class org.mule.tck.AbstractMuleTestCase
Should this test run?
isDisposeManagerPerSuite() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
isDisposeManagerPerSuite() - Method in class org.mule.tck.AbstractMuleTestCase
 
isDisposed() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
isDisposed() - Method in class org.mule.providers.AbstractConnector
isDisposed() - Method in interface org.mule.umo.lifecycle.UMOLifecycleAdapter
 
isDisposed() - Method in interface org.mule.umo.provider.UMOConnector
 
isDisposing() - Method in class org.mule.providers.AbstractConnector
isDisposing() - Method in interface org.mule.umo.provider.UMOConnector
 
isDoThreading() - Method in class org.mule.config.ThreadingProfile
 
isDoThreading() - Method in class org.mule.providers.AbstractConnectionStrategy
 
isDoThreading() - Method in class org.mule.providers.AbstractMessageDispatcher
 
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractRecipientList
 
isDynamicEndpoints() - Method in interface org.mule.umo.routing.UMOOutboundRouter
Determines whether this router supports dynamic endpoint.
isEmbedded() - Method in class org.mule.config.MuleConfiguration
 
isEmpty() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
isEnableMessageEvents() - Method in class org.mule.config.MuleConfiguration
 
isEnableMessageEvents() - Method in class org.mule.providers.AbstractConnector
Whether to fire message notifications for every message that is sent or received from this connector
isEnablePooling() - Method in class org.mule.impl.model.seda.SedaModel
 
isEnabled() - Method in class org.mule.management.stats.AllStatistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.ComponentStatistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.RouterStatistics
 
isEnabled() - Method in interface org.mule.management.stats.Statistics
Are statistics logged
isErrorEnabled() - Method in class org.mule.util.MuleLogger
 
isErrorPayload(UMOMessage) - Method in class org.mule.components.rest.RestServiceWrapper
 
isExcluded() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
isExcluded() - Method in class org.mule.tck.AbstractMuleTestCase
Indicates whether this test has been explicitly disabled through the configuration file loaded by TestInfo.
isExplicitTrustStoreOnly() - Method in interface org.mule.umo.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.
isExplicitTrustStoreOnly() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
isFailOnTimeout() - Method in class org.mule.routing.response.AbstractResponseRouter
 
isFailOnTimeout() - Method in class org.mule.routing.response.ResponseRouterCollection
 
isFailOnTimeout() - Method in interface org.mule.umo.routing.UMOResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
isFatalEnabled() - Method in class org.mule.util.MuleLogger
 
isHonorSynchronicity() - Method in class org.mule.routing.outbound.AbstractMessageSplitter
 
isIbmJDK() - Static method in class org.mule.util.SystemUtils
 
isIgnoreAdminNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreBadInput() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
isIgnoreBadInput() - Method in class org.mule.transformers.AbstractTransformer
 
isIgnoreComponentNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreConnectionNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreCustomNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreManagementNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreManagerNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreModelNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isIgnoreSecurityNotifications() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
isInbound() - Method in class org.mule.management.stats.RouterStatistics
 
isInfoEnabled() - Method in class org.mule.util.MuleLogger
 
isInitialised() - Method in class org.mule.MuleManager
Determines if the server has been initialised
isInitialised() - Method in class org.mule.impl.AbstractExceptionListener
 
isInitialised() - Method in interface org.mule.umo.manager.UMOManager
Determines if the server has been initialised
isInitialising() - Method in class org.mule.MuleManager
Determines if the server is currently initialising
isInstanciated() - Static method in class org.mule.MuleManager
A static method to determine if there is an instance of the MuleManager.
isMatch(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
isMatch(UMOEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
isMatch(UMOEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
isMatch(UMOEvent) - Method in class org.mule.routing.inbound.WireTap
 
isMatch(UMOMessage) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isMatch(UMOMessage) - Method in class org.mule.routing.outbound.TransformerRouter
 
isMatch(UMOEvent) - Method in interface org.mule.umo.routing.UMOInboundRouter
Determines if the event should be processed by this router.
isMatch(UMOMessage) - Method in interface org.mule.umo.routing.UMOOutboundRouter
Determines if the event should be processed by this router.
isMatchAll() - Method in class org.mule.routing.AbstractRouterCollection
 
isMatchAll() - Method in interface org.mule.umo.routing.UMORouterCollection
 
isMuleUri(String) - Static method in class org.mule.impl.endpoint.MuleEndpointURI
 
isOffline(String) - Method in class org.mule.tck.AbstractMuleTestCase
 
isOpaque() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
isOverwrite() - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
isPaused() - Method in class org.mule.impl.model.AbstractComponent
Determines if the component is in a paused state
isPaused() - Method in interface org.mule.umo.UMOComponent
True if the component is in a paused state, false otherwise
isPeeled() - Method in class org.mule.tck.testmodels.fruit.Banana
 
isPersistent() - Method in class org.mule.config.QueueProfile
 
isPersistent() - Method in class org.mule.util.queue.QueueConfiguration
 
isPrintHeaders() - Method in class org.mule.management.stats.printers.CSVPrinter
 
isReadOnly() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
isReadOnly() - Method in class org.mule.impl.endpoint.MuleEndpoint
 
isReadOnly() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
 
isReceiveMessagesInTransaction() - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
isRecoverableMode() - Method in class org.mule.config.MuleConfiguration
 
isRegistered(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
isRemoteSync() - Method in class org.mule.config.MuleConfiguration
 
isRemoteSync() - Method in class org.mule.impl.ImmutableMuleEndpoint
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 interface org.mule.umo.endpoint.UMOImmutableEndpoint
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.
isRemoteSyncEnabled() - Method in class org.mule.providers.AbstractConnector
isRemoteSyncEnabled() - Method in interface org.mule.umo.provider.UMOConnector
 
isRequireClientAuthentication() - Method in interface org.mule.umo.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
isRequireClientAuthentication() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
isRequired() - Method in class org.mule.impl.container.ContainerKeyPair
 
isResourceIdentifierAnUri() - Method in class org.mule.umo.manager.UMOServerNotification
 
isReuseObject() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
isRollbackOnly() - Method in class org.mule.transaction.AbstractTransaction
 
isRollbackOnly() - Method in interface org.mule.umo.UMOTransaction
 
isRolledBack() - Method in class org.mule.transaction.AbstractTransaction
 
isRolledBack() - Method in interface org.mule.umo.UMOTransaction
 
isRunning() - Method in class org.mule.providers.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
 
isShouldFail() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
isSingleton() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
isSingleton() - Method in interface org.mule.umo.UMOImmutableDescriptor
Determines if only a single instance of this component is created.
isSourceTypeSupported(Class) - Method in class org.mule.transformers.AbstractTransformer
 
isSourceTypeSupported(Class, boolean) - Method in class org.mule.transformers.AbstractTransformer
 
isSourceTypeSupported(Class) - Method in interface org.mule.umo.transformer.UMOTransformer
Determines if a particular source class can be handled by this transformer
isStarted() - Method in class org.mule.MuleManager
Determines if the server has been started
isStarted() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
isStarted() - Method in class org.mule.impl.model.AbstractComponent
 
isStarted() - Method in class org.mule.impl.model.DefaultMuleProxy
 
isStarted() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
isStarted() - Method in class org.mule.providers.AbstractConnector
isStarted() - Method in interface org.mule.umo.UMOComponent
Determines whether this component has been started
isStarted() - Method in interface org.mule.umo.lifecycle.UMOLifecycleAdapter
 
isStarted() - Method in interface org.mule.umo.manager.UMOManager
Determines if the server has been started
isStarted() - Method in interface org.mule.umo.provider.UMOConnector
 
isStarted() - Method in class org.mule.util.timer.EventTimerTask
 
isStopFurtherProcessing() - Method in class org.mule.impl.MuleEvent
Determines whether the default processing for this event will be executed
isStopFurtherProcessing() - Method in class org.mule.impl.MuleEventContext
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in interface org.mule.umo.UMOEvent
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in interface org.mule.umo.UMOEventContext
Determines whether the default processing for this event will be executed.
isStopped() - Method in class org.mule.impl.model.AbstractComponent
 
isStopping() - Method in class org.mule.MuleManager
Determines in the manager is in the process of stopping.
isStopping() - Method in class org.mule.impl.model.AbstractComponent
 
isStreaming() - Method in class org.mule.impl.ImmutableMuleEndpoint
Determines whether the endpoint should deal with requests as streams
isStreaming() - Method in class org.mule.impl.MuleEvent
Determines whether the event flow is being streamed
isStreaming() - Method in class org.mule.impl.MuleEventContext
Determines whether the event flow is being streamed
isStreaming() - Method in interface org.mule.umo.UMOEvent
Determines whether the event flow is being streamed
isStreaming() - Method in interface org.mule.umo.UMOEventContext
Determines whether the event flow is being streamed
isStreaming() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines whether the endpoint should deal with requests as streams
isSunJDK() - Static method in class org.mule.util.SystemUtils
 
isSuspended() - Method in class org.mule.impl.model.DefaultMuleProxy
Determines if the proxy is suspended
isSuspended() - Method in interface org.mule.impl.model.MuleProxy
Determines if the proxy is suspended
isSuspended() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Determines if the proxy is suspended
isSynchronous() - Method in class org.mule.config.MuleConfiguration
 
isSynchronous() - Method in class org.mule.impl.ImmutableMuleEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronous() - Method in class org.mule.impl.MuleEvent
 
isSynchronous() - Method in class org.mule.impl.MuleEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in interface org.mule.umo.UMOEvent
Determines whether the was sent synchrounously or not
isSynchronous() - Method in interface org.mule.umo.UMOEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronousSet() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
isSynchronousSet() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
Determines if the synchronous porperty has been set on the endpoint
isTimedOut() - Method in class org.mule.impl.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 class org.mule.impl.MuleTransactionConfig
 
isTransacted() - Method in class org.mule.tck.testmodels.mule.TestTransactionFactory
 
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.
isTransacted() - Method in interface org.mule.umo.UMOTransactionConfig
 
isTransacted() - Method in interface org.mule.umo.UMOTransactionFactory
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.providers.AbstractMessageDispatcher
Checks to see if the current transaction has been rolled back
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
 
isUrlFromMessage() - Method in class org.mule.components.rest.RestServiceWrapper
 
isUseMultipleTransactedReceivers() - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
isUseTemplates() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isValid() - Method in class org.mule.impl.MuleSession
 
isValid() - Method in interface org.mule.umo.UMOSession
Determines if this session is valid.
isVoid() - Method in class org.mule.impl.model.resolvers.EntryPoint
Determines if the EntryPoint is avoid method or not
isVoidOk() - Method in class org.mule.impl.model.resolvers.DynamicEntryPointResolver
Determinse if a void Entrypoint can be accepted.
isWarnEnabled() - Method in class org.mule.util.MuleLogger
 
isWashed() - Method in class org.mule.tck.testmodels.fruit.Apple
 
isXA() - Method in class org.mule.transaction.AbstractTransaction
 
isXA() - Method in class org.mule.transaction.XaTransaction
 
isXA() - Method in interface org.mule.umo.UMOTransaction
 
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

JBossTransactionManagerLookupFactory - class org.mule.transaction.lookup.JBossTransactionManagerLookupFactory.
 
JBossTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JBossTransactionManagerLookupFactory
 
JRunTransactionManagerLookupFactory - class org.mule.transaction.lookup.JRunTransactionManagerLookupFactory.
 
JRunTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JRunTransactionManagerLookupFactory
 
JSSE_NAMESPACE - Static variable in class org.mule.umo.security.tls.TlsConfiguration
 
JarUtils - class org.mule.util.JarUtils.
 
JndiContainerContext - class org.mule.impl.container.JndiContainerContext.
JndiContainerContext is a container implementaiton that exposes a jndi context.
JndiContainerContext() - Constructor for class org.mule.impl.container.JndiContainerContext
 
JndiContainerContext(String) - Constructor for class org.mule.impl.container.JndiContainerContext
 
JndiContextHelper - class org.mule.impl.container.JndiContextHelper.
Common code for initialising the JNDI context.
jndiContext - Variable in class org.mule.providers.AbstractJndiConnector
 
jndiInitialFactory - Variable in class org.mule.providers.AbstractJndiConnector
 
jndiProviderProperties - Variable in class org.mule.providers.AbstractJndiConnector
 
jndiProviderUrl - Variable in class org.mule.providers.AbstractJndiConnector
 
jndiUrlPkgPrefixes - Variable in class org.mule.providers.AbstractJndiConnector
 

K

KeyedPoolMessageDispatcherFactoryAdapter - class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter.
KeyedPoolMessageDispatcherFactoryAdapter adapts a UMOMessageDispatcherFactory with methods from commons-pool KeyedPoolableObjectFactory.
KeyedPoolMessageDispatcherFactoryAdapter(UMOMessageDispatcherFactory) - Constructor for class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
Kiwi - class org.mule.tck.testmodels.fruit.Kiwi.
A test object not implementing Callable, but having a matching method accepting UMOEventContext.
Kiwi() - Constructor for class org.mule.tck.testmodels.fruit.Kiwi
 
key - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
key - Variable in class org.mule.transformers.simple.MapLookup
 
keySpec - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 

L

Latch - class org.mule.util.concurrent.Latch.
 
Latch() - Constructor for class org.mule.util.concurrent.Latch
 
Lifecycle - interface org.mule.umo.lifecycle.Lifecycle.
Lifecycle adds lifecycle methods start, stop and dispose.
LifecycleException - exception org.mule.umo.lifecycle.LifecycleException.
LifecycleException TODO
LifecycleException(Message, Object) - Constructor for class org.mule.umo.lifecycle.LifecycleException
 
LifecycleException(Message, Throwable, Object) - Constructor for class org.mule.umo.lifecycle.LifecycleException
 
LifecycleException(Throwable, Object) - Constructor for class org.mule.umo.lifecycle.LifecycleException
 
LifecycleInterceptor - interface org.mule.interceptors.LifecycleInterceptor.
LifecycleInterceptor is a UMOInterceptor interface with two additional lifecycle methods provided by Initialisable and Disposable.
Log4jNotificationLoggerAgent - class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent.
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
Log4jNotificationLoggerAgent() - Constructor for class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
LogComponent - class org.mule.components.simple.LogComponent.
LogComponent simply logs the content (or content length if it is a large message)
LogComponent() - Constructor for class org.mule.components.simple.LogComponent
 
LogService - interface org.mule.components.simple.LogService.
 
LoggingCatchAllStrategy - class org.mule.routing.LoggingCatchAllStrategy.
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
 
LoggingInterceptor - class org.mule.interceptors.LoggingInterceptor.
LoggingInterceptor is a simple interceptor that logs a message before and after the event processing.
LoggingInterceptor() - Constructor for class org.mule.interceptors.LoggingInterceptor
 
list(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
list(Attributes.Name) - Method in class org.mule.impl.jndi.SimpleContext
 
list(String) - Method in class org.mule.impl.jndi.SimpleContext
 
list - Variable in class org.mule.util.queue.QueueInfo
 
listBindings(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
listBindings(String) - Method in class org.mule.impl.jndi.SimpleContext
 
listCryptoImplementations(String) - Static method in class org.mule.util.DebugUtils
 
listSecurityServiceTypes() - Static method in class org.mule.util.DebugUtils
 
listenerAlreadyRegistered(UMOEndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
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.
loadProperties(String, Class) - Static method in class org.mule.util.PropertiesUtils
Read in the properties from a properties file.
loadSystemProperties - Variable in class org.mule.impl.container.PropertiesContainerContext
 
localContext - Variable in class org.mule.util.xa.DefaultXASession
 
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 class org.mule.components.simple.LogComponent
 
log(String) - Method in interface org.mule.components.simple.LogService
 
log - Variable in class org.mule.tck.TestCaseWatchdog
 
logBoilerPlate(List) - Method in class org.mule.util.MuleLogger
 
logBoilerPlate(String[]) - Method in class org.mule.util.MuleLogger
 
logEvent(UMOServerNotification) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
logEvent(UMOServerNotification) - Method in class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
logEvent(UMOServerNotification) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
logException(Throwable) - Method in class org.mule.impl.AbstractExceptionListener
Used to log the error passed into this Exception Listener
logFatal(UMOMessage, Throwable) - Method in class org.mule.impl.AbstractExceptionListener
Logs a fatal error message to the logging system.
logFatal(UMOMessage, Throwable) - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
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
log in info level the main statistics
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 interface org.mule.management.stats.Statistics
 
logger - Variable in class org.mule.components.builder.AbstractMessageBuilder
logger used by this class
logger - Variable in class org.mule.components.rest.RestServiceWrapper
logger used by this class
logger - Static variable in class org.mule.config.ExceptionHelper
logger used by this class
logger - Variable in class org.mule.config.MuleConfiguration
logger used by this class
logger - Static variable in class org.mule.config.MuleDtdResolver
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.config.builders.ContainerReference
logger used by this class
logger - Static variable in class org.mule.config.builders.EndpointReference
logger used by this class
logger - Static variable in class org.mule.config.builders.TransformerReference
logger used by this class
logger - Static variable in class org.mule.config.pool.CommonsPoolProxyPool
logger used by this class
logger - Variable in class org.mule.impl.AbstractExceptionListener
logger used by this class
logger - Static variable in class org.mule.impl.DefaultLifecycleAdapter
logger used by this class
logger - Static variable in class org.mule.impl.ImmutableMuleEndpoint
logger used by this class
logger - Variable in class org.mule.impl.MuleEvent
logger used by this class
logger - Static variable in class org.mule.impl.MuleEventContext
logger used by this class
logger - Variable in class org.mule.impl.MuleSessionHandler
logger used by this class
logger - Static variable in class org.mule.impl.MuleTransactionConfig
logger used by this class
logger - Variable in class org.mule.impl.container.AbstractContainerContext
logger used by this class
logger - Static variable in class org.mule.impl.container.MultiContainerContext
logger used by this class
logger - Static variable in class org.mule.impl.endpoint.MuleEndpointURI
logger used by this class
logger - Variable in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
The logger used for this class
logger - Static variable in class org.mule.impl.internal.admin.MuleAdminAgent
logger used by this class
logger - Static variable in class org.mule.impl.internal.admin.MuleManagerComponent
logger used by this class
logger - Static variable in class org.mule.impl.internal.notifications.MessageNotification
logger used by this class
logger - Static variable in class org.mule.impl.internal.notifications.ServerNotificationManager
logger used by this class
logger - Variable in class org.mule.impl.model.AbstractComponent
logger used by this class
logger - Variable in class org.mule.impl.model.AbstractModel
logger used by this class
logger - Static variable in class org.mule.impl.model.resolvers.DynamicEntryPoint
logger used by this class
logger - Static variable in class org.mule.impl.model.resolvers.EntryPoint
logger used by this class
logger - Static variable in class org.mule.impl.model.resolvers.StreamingEntryPoint
 
logger - Variable in class org.mule.impl.model.streaming.CallbackOutputStream
 
logger - Variable in class org.mule.impl.model.streaming.DeferredOutputStream
 
logger - Variable in class org.mule.impl.security.AbstractEndpointSecurityFilter
logger used by this class
logger - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
logger used by this class
logger - Static variable in class org.mule.impl.security.MuleSecurityManager
logger used by this class
logger - Static variable in class org.mule.impl.work.MuleWorkManager
logger used by this class
logger - Static variable in class org.mule.impl.work.WorkerContext
logger used by this class
logger - Variable in class org.mule.providers.AbstractConnectionStrategy
logger used by this class
logger - Variable in class org.mule.providers.AbstractConnector
logger used by this class
logger - Variable in class org.mule.providers.AbstractMessageAdapter
logger used by this class
logger - Variable in class org.mule.providers.AbstractMessageDispatcher
logger used by this class
logger - Variable in class org.mule.providers.AbstractMessageReceiver
logger used by this class
logger - Static variable in class org.mule.providers.DefaultReplyToHandler
logger used by this class
logger - Static variable in class org.mule.providers.service.TransportFactory
logger used by this class
logger - Static variable in class org.mule.providers.service.TransportServiceDescriptor
logger used by this class
logger - Variable in class org.mule.providers.streaming.AbstractStreamingTransformer
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.RegExFilter
 
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.NestedInvocationHandler
 
logger - Static variable in class org.mule.routing.nested.NestedRouter
 
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.tck.AbstractMuleTestCase
 
logger - Variable in class org.mule.transaction.AbstractTransaction
 
logger - Static variable in class org.mule.transaction.TransactionCoordination
 
logger - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
logger - Variable in class org.mule.transformers.AbstractTransformer
logger used by this class
logger - Variable in class org.mule.transformers.wire.TransformerPairWireFormat
logger used by this class
logger - Variable in class org.mule.umo.manager.DefaultWorkListener
logger used by this class
logger - Variable in class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
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 - Static variable in class org.mule.util.monitor.ExpiryMonitor
logger used by this class
logger - Variable in class org.mule.util.properties.PayloadPropertyExtractor
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
lookup(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
lookup(String) - Method in class org.mule.impl.jndi.SimpleContext
 
lookupAgent(String) - Method in class org.mule.MuleManager
 
lookupAgent(String) - Method in interface org.mule.umo.manager.UMOManager
Will find a registered agent using its name, which is unique for all registered agents
lookupComponent() - Method in class org.mule.impl.model.AbstractComponent
Provides a consistent mechanism for custom models to create components.
lookupConnector(String) - Method in class org.mule.MuleManager
lookupConnector(String) - Method in interface org.mule.umo.manager.UMOManager
 
lookupEndpoint(String) - Method in class org.mule.MuleManager
Getter for a global endpoint. Any endpoints returned from this method can be modified, as they are clones of the registered endpoints.
lookupEndpoint(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
lookupEndpoint(String) - Method in interface org.mule.umo.manager.UMOManager
Getter for a global endpoint.
lookupEndpointByAddress(String) - Method in class org.mule.MuleManager
{@inheritDoc}
lookupEndpointIdentifier(String, String) - Method in class org.mule.MuleManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
lookupEndpointIdentifier(String, String) - Method in interface org.mule.umo.manager.UMOManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
lookupInterceptorStack(String) - Method in class org.mule.MuleManager
Retrieves a configured interceptor stack.
lookupInterceptorStack(String) - Method in interface org.mule.umo.manager.UMOManager
Retrieves a configured interceptor stack.
lookupLink(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
lookupLink(Attributes.Name) - Method in class org.mule.impl.jndi.SimpleContext
 
lookupLink(String) - Method in class org.mule.impl.jndi.SimpleContext
 
lookupModel(String) - Method in class org.mule.MuleManager
 
lookupModel(String) - Method in interface org.mule.umo.manager.UMOManager
The model used for managing components for this server
lookupReceiver(String) - Method in class org.mule.providers.AbstractConnector
 
lookupTransformer(String) - Method in class org.mule.MuleManager
Getter method for a Transformer.
lookupTransformer(String) - Method in interface org.mule.umo.manager.UMOManager
Getter method for a Transformer.

M

MANAGEMENT_COMPONENT_QUEUE_EXHAUSTED - Static variable in class org.mule.impl.internal.notifications.ManagementNotification
 
MANAGEMENT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
MANAGEMENT_NODE_PING - Static variable in class org.mule.impl.internal.notifications.ManagementNotification
 
MANAGER_COMPONENT_NAME - Static variable in class org.mule.impl.internal.admin.MuleManagerComponent
 
MANAGER_DISPOSED - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_DISPOSED_CONNECTORS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_DISPOSING - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_DISPOSING_CONNECTORS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_ENDPOINT_NAME - Static variable in class org.mule.impl.internal.admin.MuleManagerComponent
 
MANAGER_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
MANAGER_INITIALISED - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_INITIALISNG - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STARTED - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STARTED_MODELS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STARTING - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STARTING_MODELS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STOPPED - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STOPPED_MODELS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STOPPING - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MANAGER_STOPPING_MODELS - Static variable in class org.mule.impl.internal.notifications.ManagerNotification
 
MAX - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the maximum value of a counter
MAX_ELEMENTS - Static variable in class org.mule.util.StringMessageUtils
 
MESSAGE_DISPATCHED - Static variable in class org.mule.impl.internal.notifications.MessageNotification
 
MESSAGE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
MESSAGE_RECEIVED - Static variable in class org.mule.impl.internal.notifications.MessageNotification
 
MESSAGE_REQUESTED - Static variable in class org.mule.impl.internal.notifications.MessageNotification
 
MESSAGE_SENT - Static variable in class org.mule.impl.internal.notifications.MessageNotification
 
MIN - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the minimum value of a counter
MINUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the difference of two other counters
MISSING_NAME_DISPLAY_VALUE - Static variable in class org.mule.config.NamingExceptionReader
Displayed when no remaining or resolved name found.
MODEL_DISPOSED - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_DISPOSING - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
MODEL_INITIALISED - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_INITIALISED_LISTENERS - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_INITIALISING - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_INITIALISING_LISTENERS - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_SERVICE_PATH - Static variable in class org.mule.impl.model.ModelFactory
 
MODEL_STARTED - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_STARTING - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_STOPPED - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MODEL_STOPPING - Static variable in class org.mule.impl.internal.notifications.ModelNotification
 
MULE_CONTAINER_NAME - Static variable in class org.mule.impl.container.MuleContainerContext
 
MULE_CORRELATION_GROUP_SIZE_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_CORRELATION_ID_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_CORRELATION_SEQUENCE_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_ENCODING_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_ENCODING_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Default Ecoding used by the server
MULE_ENDPOINT_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_ERROR_CODE_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_EVENT_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Event Level properties
MULE_EVENT_TIMEOUT_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_HOME_DIRECTORY_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_IGNORE_METHOD_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_JMS_SESSION - Static variable in interface org.mule.config.MuleProperties
 
MULE_MESSAGE_ID_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_METHOD_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_ORIGINATING_ENDPOINT_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_OS_ENCODING_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
The operatirng system encoding
MULE_PROPERTY_DOT_PROPERTIES - Static variable in class org.mule.impl.ImmutableMuleDescriptor
Property that allows for a property file to be used to load properties instead of listing them directly in the mule-configuration file
MULE_REMOTE_CLIENT_ADDRESS - Static variable in interface org.mule.config.MuleProperties
 
MULE_REMOTE_SYNC_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_REPLY_TO_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_REPLY_TO_REQUESTOR_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_SESSION_ID_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_SESSION_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_SOAP_METHOD - Static variable in interface org.mule.config.MuleProperties
 
MULE_START_AFTER_CONFIG_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
whether a configuration builder should start the server after it has been configured, The default is true
MULE_THREAD_UNSAFE_MESSAGES_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_USER_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_WORKING_DIRECTORY_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULTIPLY - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the multiplication of two other counters
MalformedEndpointException - exception org.mule.umo.endpoint.MalformedEndpointException.
MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
MalformedEndpointException(String) - Constructor for class org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(Message, String) - Constructor for class org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(String, Throwable) - Constructor for class org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(Throwable) - Constructor for class org.mule.umo.endpoint.MalformedEndpointException
 
ManagementNotification - class org.mule.impl.internal.notifications.ManagementNotification.
ManagementNotification is fired when monitored resources such as internal queues reach capacity
ManagementNotification(Object, int) - Constructor for class org.mule.impl.internal.notifications.ManagementNotification
 
ManagementNotificationListener - interface org.mule.impl.internal.notifications.ManagementNotificationListener.
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
ManagerException - exception org.mule.umo.manager.ManagerException.
ManagerException is thrown when an exception occurs with Manager objects
ManagerException(Message) - Constructor for class org.mule.umo.manager.ManagerException
 
ManagerException(Message, Throwable) - Constructor for class org.mule.umo.manager.ManagerException
 
ManagerNotification - class org.mule.impl.internal.notifications.ManagerNotification.
ManagerNotification is fired when an event such as the manager starting occurs.
ManagerNotification(UMOManager, int) - Constructor for class org.mule.impl.internal.notifications.ManagerNotification
 
ManagerNotificationListener - interface org.mule.impl.internal.notifications.ManagerNotificationListener.
ManagerNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.
ManualConstraint - class org.mule.transaction.constraints.ManualConstraint.
ManualConstraint always returns false, meaning that the transaction should be committed manually.
ManualConstraint() - Constructor for class org.mule.transaction.constraints.ManualConstraint
 
MapLookup - class org.mule.transformers.simple.MapLookup.
MapLookup looks up and returns an object from a Map based on a key.
MapLookup() - Constructor for class org.mule.transformers.simple.MapLookup
 
MapPropertyExtractor - class org.mule.util.properties.MapPropertyExtractor.
If the message payload is a map this extractor will look up the property value in the map
MapPropertyExtractor() - Constructor for class org.mule.util.properties.MapPropertyExtractor
 
MapUtils - class org.mule.util.MapUtils.
 
MapUtils() - Constructor for class org.mule.util.MapUtils
 
MatchingMethodsComponent - class org.mule.tck.services.MatchingMethodsComponent.
A test component that has two service methods with matching signature
MatchingMethodsComponent() - Constructor for class org.mule.tck.services.MatchingMethodsComponent
 
Max - class org.mule.util.counters.impl.Max.
 
Max(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Max
 
MemoryPersistenceStrategy - class org.mule.util.queue.MemoryPersistenceStrategy.
 
MemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.MemoryPersistenceStrategy
 
Message - class org.mule.config.i18n.Message.
 
Message(String, int, Object[]) - Constructor for class org.mule.config.i18n.Message
 
MessageBuilder - interface org.mule.components.builder.MessageBuilder.
A Strategy Class for Building one message from the invocation results of a chain if endpoints.
MessageBuilderException - exception org.mule.components.builder.MessageBuilderException.
Thrown by a MessageBuilder implementation if it cannot build the current message or some other error occurs.
MessageBuilderException(Message, UMOMessage) - Constructor for class org.mule.components.builder.MessageBuilderException
 
MessageBuilderException(Message, UMOMessage, Throwable) - Constructor for class org.mule.components.builder.MessageBuilderException
 
MessageBuilderException(UMOMessage, Throwable) - Constructor for class org.mule.components.builder.MessageBuilderException
 
MessageChunkingAggregator - class org.mule.routing.inbound.MessageChunkingAggregator.
 
MessageChunkingAggregator() - Constructor for class org.mule.routing.inbound.MessageChunkingAggregator
 
MessageChunkingRouter - class org.mule.routing.outbound.MessageChunkingRouter.
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
 
MessageFactory - class org.mule.config.i18n.MessageFactory.
 
MessageFactory() - Constructor for class org.mule.config.i18n.MessageFactory
 
MessageNormalizerInterceptor - class org.mule.interceptors.MessageNormalizerInterceptor.
MessageNormalizerInterceptor can be used as a simple pre/post message normalizer for a given component.
MessageNormalizerInterceptor() - Constructor for class org.mule.interceptors.MessageNormalizerInterceptor
 
MessageNotification - class org.mule.impl.internal.notifications.MessageNotification.
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(UMOMessage, UMOImmutableEndpoint, String, int) - Constructor for class org.mule.impl.internal.notifications.MessageNotification
 
MessageNotificationListener - interface org.mule.impl.internal.notifications.MessageNotificationListener.
MessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from a Mule Server
MessagePropertiesTransformer - class org.mule.transformers.simple.MessagePropertiesTransformer.
A configurable message transformer that allows users to add, overwrite and delete properties on the current message.
MessagePropertiesTransformer() - Constructor for class org.mule.transformers.simple.MessagePropertiesTransformer
 
MessagePropertyExtractor - class org.mule.util.properties.MessagePropertyExtractor.
Looks up the property on the message using the name given.
MessagePropertyExtractor() - Constructor for class org.mule.util.properties.MessagePropertyExtractor
 
MessagePropertyFilter - class org.mule.routing.filters.MessagePropertyFilter.
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
 
MessageTypeNotSupportedException - exception org.mule.umo.provider.MessageTypeNotSupportedException.
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 class org.mule.umo.provider.MessageTypeNotSupportedException
 
MessageTypeNotSupportedException(Object, Class, Throwable) - Constructor for class org.mule.umo.provider.MessageTypeNotSupportedException
 
MessagingException - exception org.mule.umo.MessagingException.
MessagingException is a general message exception thrown when errors specific to Message processing occur..
MessagingException(Message, UMOMessage) - Constructor for class org.mule.umo.MessagingException
 
MessagingException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.MessagingException
 
MessagingException(Message, Object) - Constructor for class org.mule.umo.MessagingException
 
MessagingException(Message, Object, Throwable) - Constructor for class org.mule.umo.MessagingException
 
Min - class org.mule.util.counters.impl.Min.
 
Min(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Min
 
ModelException - exception org.mule.umo.model.ModelException.
 
ModelException(Message) - Constructor for class org.mule.umo.model.ModelException
 
ModelException(Message, Throwable) - Constructor for class org.mule.umo.model.ModelException
 
ModelFactory - class org.mule.impl.model.ModelFactory.
Will locate the model service in META-INF/service using the model type as the key and construct the model.
ModelHelper - class org.mule.impl.model.ModelHelper.
Deprecated. This functionality should be moved to the registry
ModelNotification - class org.mule.impl.internal.notifications.ModelNotification.
ModelNotification is fired when an event such as the model starting occurs.
ModelNotification(UMOModel, int) - Constructor for class org.mule.impl.internal.notifications.ModelNotification
 
ModelNotificationListener - interface org.mule.impl.internal.notifications.ModelNotificationListener.
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.
ModelServiceNotFoundException - exception org.mule.impl.model.ModelServiceNotFoundException.
Is thrown when a model service name is specified and cannot be found or loaded
ModelServiceNotFoundException(String) - Constructor for class org.mule.impl.model.ModelServiceNotFoundException
 
ModelServiceNotFoundException(String, Throwable) - Constructor for class org.mule.impl.model.ModelServiceNotFoundException
 
MuleAdminAgent - class org.mule.impl.internal.admin.MuleAdminAgent.
MuleAdminAgent manages the server endpoint that receives Admin and remote client requests
MuleAdminAgent() - Constructor for class org.mule.impl.internal.admin.MuleAdminAgent
 
MuleAuthentication - class org.mule.impl.security.MuleAuthentication.
 
MuleAuthentication(UMOCredentials) - Constructor for class org.mule.impl.security.MuleAuthentication
 
MuleConfiguration - class org.mule.config.MuleConfiguration.
MuleConfiguration holds the runtime configuration specific to the MuleManager.
MuleConfiguration() - Constructor for class org.mule.config.MuleConfiguration
 
MuleContainerContext - class org.mule.impl.container.MuleContainerContext.
MuleContainerContext is a default resolver that doesn't support external reference resolution.
MuleContainerContext() - Constructor for class org.mule.impl.container.MuleContainerContext
 
MuleCredentials - class org.mule.impl.security.MuleCredentials.
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.impl.security.MuleCredentials
 
MuleCredentials(String, char[], Object) - Constructor for class org.mule.impl.security.MuleCredentials
 
MuleCredentials(String) - Constructor for class org.mule.impl.security.MuleCredentials
 
MuleDescriptor - class org.mule.impl.MuleDescriptor.
MuleDescriptor describes all the properties for a Mule UMO.
MuleDescriptor(String) - Constructor for class org.mule.impl.MuleDescriptor
 
MuleDescriptor(MuleDescriptor) - Constructor for class org.mule.impl.MuleDescriptor
 
MuleDescriptor() - Constructor for class org.mule.impl.MuleDescriptor
Default constructor.
MuleDtdResolver - class org.mule.config.MuleDtdResolver.
MuleDtdResolver attempts to locate the mule-configuration.dtd on the classpath, regardless of the DOCTYPE declaration.
MuleDtdResolver() - Constructor for class org.mule.config.MuleDtdResolver
 
MuleDtdResolver(String) - Constructor for class org.mule.config.MuleDtdResolver
 
MuleDtdResolver(String, String) - Constructor for class org.mule.config.MuleDtdResolver
 
MuleDtdResolver(String, EntityResolver) - Constructor for class org.mule.config.MuleDtdResolver
 
MuleDtdResolver(String, String, EntityResolver) - Constructor for class org.mule.config.MuleDtdResolver
 
MuleEncryptionEndpointSecurityFilter - class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter.
MuleEncryptionEndpointSecurityFilter provides password-based encription
MuleEncryptionEndpointSecurityFilter() - Constructor for class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
MuleEndpoint - class org.mule.impl.endpoint.MuleEndpoint.
MuleEndpoint describes a Provider in the Mule Server.
MuleEndpoint() - Constructor for class org.mule.impl.endpoint.MuleEndpoint
Default constructor This is required right now for the Mule digester to set the properties through the classes mutators
MuleEndpoint(String, UMOEndpointURI, UMOConnector, UMOTransformer, String, int, String, Map) - Constructor for class org.mule.impl.endpoint.MuleEndpoint
 
MuleEndpoint(UMOImmutableEndpoint) - Constructor for class org.mule.impl.endpoint.MuleEndpoint
 
MuleEndpoint(String, boolean) - Constructor for class org.mule.impl.endpoint.MuleEndpoint
 
MuleEndpointURI - class org.mule.impl.endpoint.MuleEndpointURI.
MuleEndpointURI is used to determine how a message is sent of received.
MuleEndpointURI(String, String, String, String, String, int, Properties, URI) - Constructor for class org.mule.impl.endpoint.MuleEndpointURI
 
MuleEndpointURI(UMOEndpointURI) - Constructor for class org.mule.impl.endpoint.MuleEndpointURI
 
MuleEndpointURI(UMOEndpointURI, String) - Constructor for class org.mule.impl.endpoint.MuleEndpointURI
 
MuleEndpointURI(String) - Constructor for class org.mule.impl.endpoint.MuleEndpointURI
 
MuleEvent - class org.mule.impl.MuleEvent.
MuleEvent represents any data event occuring in the Mule environment.
MuleEvent(UMOMessage, UMOImmutableEndpoint, UMOComponent, UMOEvent) - Constructor for class org.mule.impl.MuleEvent
Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint.
MuleEvent(UMOMessage, UMOImmutableEndpoint, UMOSession, boolean) - Constructor for class org.mule.impl.MuleEvent
 
MuleEvent(UMOMessage, UMOImmutableEndpoint, UMOSession, boolean, ResponseOutputStream) - Constructor for class org.mule.impl.MuleEvent
Contructor.
MuleEvent(UMOMessage, UMOImmutableEndpoint, UMOSession, String, boolean) - Constructor for class org.mule.impl.MuleEvent
Contructor.
MuleEvent(UMOMessage, UMOEvent) - Constructor for class org.mule.impl.MuleEvent
A helper constructor used to rewrite an event payload
MuleEventContext - class org.mule.impl.MuleEventContext.
MuleEventContext is the context object for the current request.
MuleException - exception org.mule.MuleException.
MuleException Is the base exception type for the Mule application any other exceptions thrown by Mule code will be based on this exception.
MuleException(String) - Constructor for class org.mule.MuleException
 
MuleException(Message) - Constructor for class org.mule.MuleException
 
MuleException(String, Throwable) - Constructor for class org.mule.MuleException
 
MuleException(Message, Throwable) - Constructor for class org.mule.MuleException
 
MuleException(Throwable) - Constructor for class org.mule.MuleException
 
MuleHeaderCredentialsAccessor - class org.mule.impl.security.MuleHeaderCredentialsAccessor.
MuleHeaderCredentialsAccessor obtains and sets the user credentials as Mule property headers.
MuleHeaderCredentialsAccessor() - Constructor for class org.mule.impl.security.MuleHeaderCredentialsAccessor
 
MuleInitialContextFactory - class org.mule.impl.jndi.MuleInitialContextFactory.
 
MuleInitialContextFactory() - Constructor for class org.mule.impl.jndi.MuleInitialContextFactory
 
MuleLogger - class org.mule.util.MuleLogger.
A Log wrapper that supports boilerplate logging for high impact messages
MuleLogger(Log) - Constructor for class org.mule.util.MuleLogger
 
MuleManager - class org.mule.MuleManager.
MuleManager maintains and provides services for a Mule instance.
MuleManagerComponent - class org.mule.impl.internal.admin.MuleManagerComponent.
MuleManagerComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
MuleManagerComponent() - Constructor for class org.mule.impl.internal.admin.MuleManagerComponent
 
MuleManifest - class org.mule.config.MuleManifest.
This is a static class that provides access to the Mule core manifest file.
MuleManifest() - Constructor for class org.mule.config.MuleManifest
 
MuleMessage - class org.mule.impl.MuleMessage.
MuleMessage is a wrapper that contains a payload and properties associated with the payload.
MuleMessage(Object) - Constructor for class org.mule.impl.MuleMessage
 
MuleMessage(Object, Map) - Constructor for class org.mule.impl.MuleMessage
 
MuleMessage(Object, UMOMessageAdapter) - Constructor for class org.mule.impl.MuleMessage
 
MuleObjectHelper - class org.mule.util.MuleObjectHelper.
MuleObjectHelper is a helper class to assist in finding mule server objects, such as endpoint and transformers
MuleProperties - interface org.mule.config.MuleProperties.
MuleProperties is a set of constants pertaining to Mule system properties.
MuleProxy - interface org.mule.impl.model.MuleProxy.
MuleProxy is a proxy to a UMO.
MuleRuntimeException - exception org.mule.MuleRuntimeException.
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 class org.mule.MuleRuntimeException
 
MuleRuntimeException(Message, Throwable) - Constructor for class org.mule.MuleRuntimeException
 
MuleSecurityManager - class org.mule.impl.security.MuleSecurityManager.
MuleSecurityManager is a default implementation security manager for a Mule instance.
MuleSecurityManager() - Constructor for class org.mule.impl.security.MuleSecurityManager
 
MuleServer - class org.mule.MuleServer.
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
 
MuleSession - class org.mule.impl.MuleSession.
MuleSession manages the interaction and distribution of events for Mule UMOs.
MuleSession(UMOComponent) - Constructor for class org.mule.impl.MuleSession
 
MuleSession(UMOMessage, UMOSessionHandler, UMOComponent) - Constructor for class org.mule.impl.MuleSession
 
MuleSession(UMOMessage, UMOSessionHandler) - Constructor for class org.mule.impl.MuleSession
 
MuleSessionHandler - class org.mule.impl.MuleSessionHandler.
A default session handler used to store and retrieve session information on an event.
MuleSessionHandler() - Constructor for class org.mule.impl.MuleSessionHandler
 
MuleTestUtils - class org.mule.tck.MuleTestUtils.
Utilities for creating test and Mock Mule objects
MuleTransactionConfig - class org.mule.impl.MuleTransactionConfig.

MuleTransactionConfig defines transaction configuration for a transactional endpoint.

MuleTransactionConfig() - Constructor for class org.mule.impl.MuleTransactionConfig
 
MuleUrlStreamHandlerFactory - class org.mule.util.MuleUrlStreamHandlerFactory.
A factory for loading URL protocol handlers.
MuleUrlStreamHandlerFactory() - Constructor for class org.mule.util.MuleUrlStreamHandlerFactory
 
MuleWorkManager - class org.mule.impl.work.MuleWorkManager.
MuleWorkManager is a JCA Work manager implementation used to manage thread allocation for Mule components and connectors.
MuleWorkManager() - Constructor for class org.mule.impl.work.MuleWorkManager
 
MuleWorkManager(ThreadingProfile, String) - Constructor for class org.mule.impl.work.MuleWorkManager
 
MultiContainerContext - class org.mule.impl.container.MultiContainerContext.
MultiContainerContext is a container that hosts other containers from which components are queried.
MultiContainerContext() - Constructor for class org.mule.impl.container.MultiContainerContext
 
Multicaster - class org.mule.util.Multicaster.
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 org.mule.util.Multicaster.InvokeListener.
 
MulticastingRouter - class org.mule.routing.outbound.MulticastingRouter.
MulticastingRouter will broadcast the current message to every endpoint registed with the router.
MulticastingRouter() - Constructor for class org.mule.routing.outbound.MulticastingRouter
 
main(String[]) - Static method in class org.mule.MuleServer
Application entry point.
makeObject() - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
makeObject(Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
managerAlreadyStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
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.
markTransactionForRollback() - Method in class org.mule.impl.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
markTransactionForRollback() - Method in class org.mule.impl.MuleEventContext
 
markTransactionForRollback() - Method in interface org.mule.umo.UMOEventContext
Mark the current transaction (if any) for rollback
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
 
matches(UMOServerNotification) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
maxEntries - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
maxMessages - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
message - Variable in class org.mule.impl.message.BaseMessage
 
message - Variable in class org.mule.providers.DefaultMessageAdapter
The message object wrapped by this adapter
messageIsOfType(Class) - Static method in class org.mule.config.i18n.CoreMessages
 
messageNotSupportedByAdapter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
messageTTL - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
messages - Variable in class org.mule.providers.AbstractReceiverWorker
 
methodReturningNull() - Method in class org.mule.tck.testmodels.fruit.Apple
Used in NoArgsCallWrapper tests.
methodWithParamsNotFoundOnObject(String, Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
minutes() - Static method in class org.mule.config.i18n.CoreMessages
 
mkdir(File) - Method in interface org.mule.util.file.FileSession
 
mkdir(File) - Method in class org.mule.util.file.TransactedFileSession
 
model - Variable in class org.mule.config.pool.AbstractProxyFactory
 
model - Variable in class org.mule.impl.model.AbstractComponent
The model in which this component is registered
modelName - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
moreThanOneConnectorWithProtocol(String) - Static method in class org.mule.config.i18n.CoreMessages
 
multimatch - Variable in class org.mule.routing.outbound.AbstractMessageSplitter
 
mustSetMethodNamesOnBinding() - Static method in class org.mule.config.i18n.CoreMessages
 
myEventHandler(UMOEvent) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 

N

NEVER_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
NEVER_CREATE_STRING - Static variable in class org.mule.impl.endpoint.MuleEndpoint
 
NO_ARGS - 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.
NULL_ACTION - Static variable in class org.mule.umo.manager.UMOServerNotification
 
NULL_DESCRIPTION - Static variable in class org.mule.transformers.simple.ObjectToString
 
NULL_MESSAGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
NULL_SUBSCRIPTION - Static variable in class org.mule.impl.internal.notifications.ServerNotificationManager
 
NUMBER - Static variable in class org.mule.util.counters.CounterFactory.Type
A basic counter representing a double value
NamedThreadFactory - class org.mule.util.concurrent.NamedThreadFactory.
 
NamedThreadFactory(String) - Constructor for class org.mule.util.concurrent.NamedThreadFactory
 
NamingExceptionReader - class org.mule.config.NamingExceptionReader.
 
NamingExceptionReader() - Constructor for class org.mule.config.NamingExceptionReader
 
NestedInvocationHandler - class org.mule.routing.nested.NestedInvocationHandler.
 
NestedInvocationHandler(UMONestedRouter) - Constructor for class org.mule.routing.nested.NestedInvocationHandler
 
NestedRouter - class org.mule.routing.nested.NestedRouter.
 
NestedRouter() - Constructor for class org.mule.routing.nested.NestedRouter
 
NestedRouterCollection - class org.mule.routing.nested.NestedRouterCollection.
TODO
NestedRouterCollection() - Constructor for class org.mule.routing.nested.NestedRouterCollection
 
NetworkUtils - class org.mule.util.NetworkUtils.
 
NoActionTransformer - class org.mule.transformers.NoActionTransformer.
NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
NoActionTransformer() - Constructor for class org.mule.transformers.NoActionTransformer
 
NoArgsCallWrapper - class org.mule.components.simple.NoArgsCallWrapper.
 
NoArgsCallWrapper() - Constructor for class org.mule.components.simple.NoArgsCallWrapper
 
NoReceiverForEndpointException - exception org.mule.umo.provider.NoReceiverForEndpointException.
NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
NoReceiverForEndpointException(String) - Constructor for class org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message) - Constructor for class org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message, Throwable) - Constructor for class org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Throwable) - Constructor for class org.mule.umo.provider.NoReceiverForEndpointException
 
NoSatisfiableMethodsException - exception org.mule.impl.NoSatisfiableMethodsException.
NoSatisfiableMethodsException is thrown by EntryPointResolvers when the component passed has no methods that meet the criteria of the configured EntryPointResolver.
NoSatisfiableMethodsException(Object, List) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, List, Exception) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[]) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, String) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[], Exception) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class, Exception) - Constructor for class org.mule.impl.NoSatisfiableMethodsException
 
NotFilter - class org.mule.routing.filters.logic.NotFilter.
NotFilter accepts if the filter does not accept.
NotFilter() - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotFilter(UMOFilter) - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotificationException - exception org.mule.impl.internal.notifications.NotificationException.
Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
NotificationException(Message) - Constructor for class org.mule.impl.internal.notifications.NotificationException
 
NotificationException(Message, Throwable) - Constructor for class org.mule.impl.internal.notifications.NotificationException
 
NullComponent - class org.mule.components.simple.NullComponent.
Deprecated. This component used to be used together with the Forwarding consumer inbound router. You can now use the BridgeComponent that takes care of configuring the inbound router for you.
NullComponent() - Constructor for class org.mule.components.simple.NullComponent
Deprecated.  
NullPayload - class org.mule.providers.NullPayload.
NullPayload represents a null event payload
NullSessionHandler - class org.mule.impl.NullSessionHandler.
A session handler that ignores any session information
NullSessionHandler() - Constructor for class org.mule.impl.NullSessionHandler
 
Number - class org.mule.util.counters.impl.Number.
 
Number(String) - Constructor for class org.mule.util.counters.impl.Number
 
NumberUtils - class org.mule.util.NumberUtils.
NumberUtils contains useful methods for manipulating numbers.
NumberUtils() - Constructor for class org.mule.util.NumberUtils
 
name - Variable in class org.mule.impl.ImmutableMuleDescriptor
The descriptor name
name - Variable in class org.mule.impl.ImmutableMuleEndpoint
The name for the endpoint
name - Variable in class org.mule.providers.AbstractConnector
The name that identifies the endpoint
name - Variable in class org.mule.providers.streaming.AbstractStreamingTransformer
The name that identifies this transformer.
name - Variable in class org.mule.transformers.AbstractTransformer
The name that identifies this transformer.
name - Variable in class org.mule.util.queue.QueueInfo
 
nestedRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
newEvent(UMOEvent, boolean, boolean) - Static method in class org.mule.impl.RequestContext
 
newException(String) - Method in class org.mule.providers.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(UMOMessage, boolean, boolean) - Static method in class org.mule.impl.RequestContext
 
newThread(Runnable) - Method in class org.mule.util.concurrent.DaemonThreadFactory
 
newThread(Runnable) - Method in class org.mule.util.concurrent.NamedThreadFactory
 
newThreadCopy() - Method in class org.mule.impl.MuleEvent
 
newThreadCopy() - Method in class org.mule.impl.MuleMessage
 
newThreadCopy() - Method in interface org.mule.impl.ThreadSafeAccess
 
newThreadCopy() - Method in class org.mule.providers.AbstractMessageAdapter
By default we return "this".
newThreadCopy() - Method in class org.mule.providers.DefaultMessageAdapter
 
newThreadCopy() - Method in class org.mule.providers.WriterMessageAdapter
 
newThreadCopy() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
newThreadCopy() - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
newThreadCopy() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
nextTransform(Object) - Method in class org.mule.transformers.AbstractTransformer
Safely call the next transformer in chain, if any.
nextTransformer - Variable in class org.mule.providers.streaming.AbstractStreamingTransformer
This is the following transformer in the chain of transformers.
nextTransformer - Variable in class org.mule.transformers.AbstractTransformer
This is the following transformer in the chain of transformers.
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
 
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
 
noEntryPointFoundWithArgs(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
noJtaTransactionAvailable(Thread) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectReturning(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
noMuleTransactionAvailable() - Static method in class org.mule.config.i18n.CoreMessages
 
noOutboundRouterSetOn(String) - Static method in class org.mule.config.i18n.CoreMessages
 
none() - Static method in class org.mule.config.i18n.CoreMessages
 
normalShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
normalize() - Method in class org.mule.impl.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
normalizeString(String) - Method in class org.mule.tck.AbstractTransformerTestCase
 
notMuleXaTransaction(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
notSet() - Static method in class org.mule.config.i18n.CoreMessages
 
noteUse(String) - Static method in class org.mule.impl.RequestContext
 
notifyFinish() - Method in class org.mule.util.xa.AbstractTransactionContext
 
notifyListeners(UMOServerNotification) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
Exceptions should not be thrown from this method
numberOfConcurrentTransactedReceivers - Variable in class org.mule.providers.AbstractConnector
 

O

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
 
ObjectArrayToString - class org.mule.transformers.simple.ObjectArrayToString.
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.transformers.simple.ObjectArrayToString
 
ObjectFactory - interface org.mule.util.ObjectFactory.
ObjectFactory is a generic Factory interface.
ObjectFilter - interface org.mule.routing.filters.ObjectFilter.
Interface for filtering any kind of object.
ObjectNameHelper - class org.mule.util.ObjectNameHelper.
Generates consistent objects names for Mule components
ObjectNameHelper() - Constructor for class org.mule.util.ObjectNameHelper
Do not instanciate.
ObjectNotFoundException - exception org.mule.umo.manager.ObjectNotFoundException.
ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
ObjectNotFoundException(String) - Constructor for class org.mule.umo.manager.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for class org.mule.umo.manager.ObjectNotFoundException
 
ObjectPool - interface org.mule.util.ObjectPool.
ObjectPool is a simple pooling interface for objects
ObjectToByteArray - class org.mule.transformers.simple.ObjectToByteArray.
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.transformers.simple.ObjectToByteArray
 
ObjectToFruitLover - class org.mule.tck.testmodels.fruit.ObjectToFruitLover.
 
ObjectToFruitLover() - Constructor for class org.mule.tck.testmodels.fruit.ObjectToFruitLover
 
ObjectToString - class org.mule.transformers.simple.ObjectToString.
ObjectToString transformer is useful for debugging.
ObjectToString() - Constructor for class org.mule.transformers.simple.ObjectToString
 
ObjectUtils - class org.mule.util.ObjectUtils.
 
ObjectUtils() - Constructor for class org.mule.util.ObjectUtils
 
Operator - class org.mule.util.counters.impl.Operator.
 
Operator(String, AbstractCounter, AbstractCounter, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.Operator
 
OptimisedMuleProxy - class org.mule.impl.model.seda.optimised.OptimisedMuleProxy.
MuleProxy is a proxy to a UMO.
OptimisedMuleProxy(Callable, MuleDescriptor, ObjectPool) - Constructor for class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
OptimisedProxyFactory - class org.mule.impl.model.seda.optimised.OptimisedProxyFactory.
Creates an optimised Mule proxy for pooling which does away with the reflection and inteception on objects
OptimisedProxyFactory(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.seda.optimised.OptimisedProxyFactory
 
OptimisedSedaComponent - class org.mule.impl.model.seda.optimised.OptimisedSedaComponent.
Same as SedaComponent except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
OptimisedSedaComponent(MuleDescriptor, OptimisedSedaModel) - Constructor for class org.mule.impl.model.seda.optimised.OptimisedSedaComponent
Default constructor
OptimisedSedaModel - class org.mule.impl.model.seda.optimised.OptimisedSedaModel.
Same as SedaModel except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
OptimisedSedaModel() - Constructor for class org.mule.impl.model.seda.optimised.OptimisedSedaModel
 
OptimizedRequestContext - class org.mule.impl.OptimizedRequestContext.
NOT FOR POUBLIC USE - please use the interface provided by RequestContext.
OrFilter - class org.mule.routing.filters.logic.OrFilter.
OrFilter accepts if the leftFilter or rightFilter filter accept.
OrFilter(UMOFilter, UMOFilter) - Constructor for class org.mule.routing.filters.logic.OrFilter
 
OrFilter() - Constructor for class org.mule.routing.filters.logic.OrFilter
 
Orange - class org.mule.tck.testmodels.fruit.Orange.
 
Orange() - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
Orange(Integer, Double, String) - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
Orange(HashMap) - Constructor for class org.mule.tck.testmodels.fruit.Orange
 
OutStreamMessageAdapter - class org.mule.providers.streaming.OutStreamMessageAdapter.
StreamMessageAdapter wraps an java.io.OutputStream and allows meta information to be associated with the stream.
OutStreamMessageAdapter(Object) - Constructor for class org.mule.providers.streaming.OutStreamMessageAdapter
 
OutStreamMessageAdapter(OutStreamMessageAdapter) - Constructor for class org.mule.providers.streaming.OutStreamMessageAdapter
 
OutboundPassThroughRouter - class org.mule.routing.outbound.OutboundPassThroughRouter.
OutboundPassThroughRouter allows outbound routing over a single endpoint without any filtering.
OutboundPassThroughRouter() - Constructor for class org.mule.routing.outbound.OutboundPassThroughRouter
 
OutboundPassThroughRouter(UMOImmutableDescriptor) - Constructor for class org.mule.routing.outbound.OutboundPassThroughRouter
 
OutboundRouterCollection - class org.mule.routing.outbound.OutboundRouterCollection.
OutboundRouterCollection is a container of routers.
OutboundRouterCollection() - Constructor for class org.mule.routing.outbound.OutboundRouterCollection
 
OutputHandler - interface org.mule.umo.provider.OutputHandler.
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.
objectAlreadyInitialised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectFailedToInitialise(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectIsNull(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotOfCorrectType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotRegisteredWithManager(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotSetInService(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
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
 
onAdd(Object) - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
onAdd(Object) - Method in interface org.mule.util.ObjectPool
 
onCall(UMOEventContext) - Method in class org.mule.components.builder.AbstractMessageBuilder
 
onCall(UMOEventContext) - Method in class org.mule.components.rest.RestServiceWrapper
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.BridgeComponent
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.EchoComponent
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.LogComponent
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.NoArgsCallWrapper
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.NullComponent
Deprecated.  
onCall(UMOEventContext) - Method in class org.mule.components.simple.PassThroughComponent
 
onCall(UMOEventContext) - Method in class org.mule.components.simple.StaticComponent
 
onCall(UMOEventContext) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
onCall(UMOEvent) - Method in class org.mule.impl.model.DefaultMuleProxy
Makes a synchronous call on the UMO
onCall(UMOEvent) - Method in interface org.mule.impl.model.MuleProxy
Makes a synchronous call on the UMO
onCall(UMOEvent) - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Makes a synchronous call on the UMO
onCall(UMOEventContext) - Method in class org.mule.tck.testmodels.fruit.Apple
 
onCall(UMOEventContext) - Method in class org.mule.tck.testmodels.fruit.Orange
 
onCall(UMOEventContext) - Method in interface org.mule.umo.lifecycle.Callable
Passes the event to the listener
onClose() - Method in interface org.mule.impl.model.streaming.CallbackOutputStream.Callback
 
onEvent(QueueSession, UMOEvent) - Method in class org.mule.impl.model.DefaultMuleProxy
Sets the current event being processed
onEvent(QueueSession, UMOEvent) - Method in interface org.mule.impl.model.MuleProxy
Sets the current event being processed
onEvent(QueueSession, UMOEvent) - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Sets the current event being processed
onException(Object, Method, Object[], Throwable) - Method in interface org.mule.util.Multicaster.InvokeListener
 
onMessage(UMOMessage, UMOTransaction, boolean, OutputStream) - Method in interface org.mule.providers.InternalMessageListener
 
onNotification(UMOServerNotification) - Method in interface org.mule.umo.manager.UMOServerNotificationListener
 
onRemove(Object) - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
onRemove(Object) - Method in interface org.mule.util.ObjectPool
 
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
 
operationMode - Variable in class org.mule.util.xa.AbstractResourceManager
 
or(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
org.mule - package org.mule
Defines the main public API of the MuleManager and support classes such as the MuleServer.
org.mule.components.builder - package org.mule.components.builder
 
org.mule.components.rest - package org.mule.components.rest
 
org.mule.components.simple - package org.mule.components.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.builders - package org.mule.config.builders
Various configuration builders for configuring a Mule Instance.
org.mule.config.converters - package org.mule.config.converters
 
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.pool - package org.mule.config.pool
A Mule pooling implementation using Jakarta commons-pool.
org.mule.impl - package org.mule.impl
The Mule implementation of the Universal Message Objects(tm) API specification.
org.mule.impl.container - package org.mule.impl.container
Internal container context implementation and Jndi container implementation.
org.mule.impl.endpoint - package org.mule.impl.endpoint
Implemtation of Mule endpoint uris.
org.mule.impl.internal.admin - package org.mule.impl.internal.admin
Admin components and Agents used to control and Monitor Mule
org.mule.impl.internal.notifications - package org.mule.impl.internal.notifications
Internal server notification types fired via the MuleManager.
org.mule.impl.jndi - package org.mule.impl.jndi
 
org.mule.impl.message - package org.mule.impl.message
Wire message implementations.
org.mule.impl.model - package org.mule.impl.model
 
org.mule.impl.model.direct - package org.mule.impl.model.direct
 
org.mule.impl.model.pipeline - package org.mule.impl.model.pipeline
 
org.mule.impl.model.resolvers - package org.mule.impl.model.resolvers
 
org.mule.impl.model.seda - package org.mule.impl.model.seda
 
org.mule.impl.model.seda.optimised - package org.mule.impl.model.seda.optimised
 
org.mule.impl.model.streaming - package org.mule.impl.model.streaming
 
org.mule.impl.security - package org.mule.impl.security
Core security implementation including the mule security manager and encryption types
org.mule.impl.security.filters - package org.mule.impl.security.filters
Core sercurity filter types.
org.mule.impl.work - package org.mule.impl.work
A javax.resource.spi.WorkManager implementation.
org.mule.interceptors - package org.mule.interceptors
Contains default UMOInterceptor implementations that can be applied to Mule managed components.
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.providers - package org.mule.providers
Contains Abstract classes providing common functionality for all Mule providers.
org.mule.providers.service - package org.mule.providers.service
Provides SPI support for building mule connectors and providers using service descriptors.
org.mule.providers.streaming - package org.mule.providers.streaming
 
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.tck - package org.mule.tck
Provides a suite of abstract test cases that can be used to test you custom Mule extensions.
org.mule.tck.model - package org.mule.tck.model
Test suite for testing Model releated extensions.
org.mule.tck.providers - package org.mule.tck.providers
Test suite for testing custom provider implementations.
org.mule.tck.services - package org.mule.tck.services
 
org.mule.tck.testmodels.fruit - package org.mule.tck.testmodels.fruit
Contains the Fruit test model used by the tck and all other testcases in Mule.
org.mule.tck.testmodels.mule - package org.mule.tck.testmodels.mule
 
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.transformers - package org.mule.transformers
Provides the default transformer base implementations for Mule including compression and encryption support.
org.mule.transformers.codec - package org.mule.transformers.codec
Transformers for Base64, UC and UU encoding/decoding.
org.mule.transformers.compression - package org.mule.transformers.compression
Transformers for compressing and uncompressing message payloads.
org.mule.transformers.encryption - package org.mule.transformers.encryption
Transformers for encrypting and decrypting message payloads.
org.mule.transformers.simple - package org.mule.transformers.simple
Basic transformer implementations.
org.mule.transformers.wire - package org.mule.transformers.wire
 
org.mule.umo - package org.mule.umo
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.umo.endpoint - package org.mule.umo.endpoint
Endpoint interfaces.
org.mule.umo.lifecycle - package org.mule.umo.lifecycle
Lifecycle interfaces for all UMOcomponents.
org.mule.umo.manager - package org.mule.umo.manager
Manager APIs, including the UMOManager, agent and server event interfaces
org.mule.umo.model - package org.mule.umo.model
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
org.mule.umo.provider - package org.mule.umo.provider
Contains the interfaces that comprise a provider implementation.
org.mule.umo.routing - package org.mule.umo.routing
Interfaces that define inbound and outbound routing API.
org.mule.umo.security - package org.mule.umo.security
Security API for authentication and authorisation.
org.mule.umo.security.provider - package org.mule.umo.security.provider
This package contains classes related to JDK-specific security provider lookup and configuration.
org.mule.umo.security.tls - package org.mule.umo.security.tls
This package contains classes to support TLS/SSL configuration and socket creation.
org.mule.umo.transformer - package org.mule.umo.transformer
Contains the interfaces for transformers and exceptions for the UMO Transformer API.
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.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.properties - package org.mule.util.properties
 
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.
out - Variable in class org.mule.providers.AbstractReceiverWorker
 
out - Variable in class org.mule.providers.streaming.StreamMessageAdapter
 
outboundEndpoint - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use outboundRouter instead.
outboundRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
outboundRouter - Variable in class org.mule.routing.nested.NestedRouter
 
outboundTransformer - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use outboundRouter instead.
outboundTransformer - Variable in class org.mule.transformers.wire.TransformerPairWireFormat
 

P

PLUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the sum of two other counters
POOLING_PROFILE_PROPERTY - Static variable in class org.mule.impl.model.seda.SedaComponent
 
POOL_INITIALISE_ALL_COMPONENTS - Static variable in class org.mule.config.PoolingProfile
Deprecated. use INITIALISE_ALL instead
POOL_INITIALISE_NO_COMPONENTS - Static variable in class org.mule.config.PoolingProfile
Deprecated. use INITIALISE_NONE instead
POOL_INITIALISE_ONE_COMPONENT - Static variable in class org.mule.config.PoolingProfile
Deprecated. use INITIALISE_ONE instead
PREFERRED_ENCODING - Static variable in class org.mule.util.Base64
Preferred encoding.
PROPERTY_CONNECTOR_NAME - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_CREATE_CONNECTOR - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_ENDPOINT_NAME - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_ENDPOINT_URI - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_PREFIX - Static variable in interface org.mule.config.MuleProperties
The prefix for any Mule-specific properties set on an event
PROPERTY_RESPONSE_TRANSFORMERS - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_TRANSFORMERS - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROVIDER_SERVICES_PATH - Static variable in class org.mule.providers.service.TransportFactory
 
PassThroughComponent - class org.mule.components.simple.PassThroughComponent.
PassThroughComponent will simply return the payload back as the result.
PassThroughComponent() - Constructor for class org.mule.components.simple.PassThroughComponent
 
PasswordBasedEncryptionStrategy - class org.mule.impl.security.PasswordBasedEncryptionStrategy.
Provides password-based encryption using JCE.
PasswordBasedEncryptionStrategy() - Constructor for class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
PayloadPropertyExtractor - class org.mule.util.properties.PayloadPropertyExtractor.
Checks the payload object for a bean property matching the property name
PayloadPropertyExtractor() - Constructor for class org.mule.util.properties.PayloadPropertyExtractor
 
PayloadTypeFilter - class org.mule.routing.filters.PayloadTypeFilter.
PayloadTypeFilter filters based on the type of the object received.
PayloadTypeFilter() - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(Class) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PipelineComponent - class org.mule.impl.model.pipeline.PipelineComponent.
 
PipelineComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.pipeline.PipelineComponent
 
PipelineModel - class org.mule.impl.model.pipeline.PipelineModel.
 
PipelineModel() - Constructor for class org.mule.impl.model.pipeline.PipelineModel
 
PollingReceiverWorker - class org.mule.providers.PollingReceiverWorker.
 
PollingReceiverWorker(AbstractPollingMessageReceiver) - Constructor for class org.mule.providers.PollingReceiverWorker
 
PollingReceiverWorkerSchedule - class org.mule.providers.PollingReceiverWorkerSchedule.
 
PollingReceiverWorkerSchedule(PollingReceiverWorker) - Constructor for class org.mule.providers.PollingReceiverWorkerSchedule
 
PoolingProfile - class org.mule.config.PoolingProfile.
PoolingProfile is a configuration object used to define the object pooling parameters for the component 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
 
PropertiesContainerContext - class org.mule.impl.container.PropertiesContainerContext.
Provides a facade for accessing System properties and properties on the ManagementContext.
PropertiesContainerContext() - Constructor for class org.mule.impl.container.PropertiesContainerContext
 
PropertiesUtils - class org.mule.util.PropertiesUtils.
PropertiesHelper is a utility class for manipulating and filtering property Maps.
PropertiesUtils() - Constructor for class org.mule.util.PropertiesUtils
Do not instanciate.
PropertyExtractor - interface org.mule.util.properties.PropertyExtractor.
PropertyExtractor extracts a property from the message in a generic way.
PropertyFactory - interface org.mule.config.PropertyFactory.
PropertyFactory is used to create objects from the property file.
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.
parsePropertyDefinitions(String) - Static method in class org.mule.util.SystemUtils
Returns a Map of all valid property definitions in -Dkey=value format.
parseQName(String) - Method in class org.mule.config.converters.QNameConverter
 
parseResources(String, String) - Static method in class org.mule.config.ReaderResource
 
parseResources(String) - Static method in class org.mule.config.ReaderResource
 
parseServerAuthority() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
passivate() - Method in class org.mule.providers.AbstractMessageDispatcher
 
passivate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
passivate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
passivate() - Method in interface org.mule.umo.provider.UMOMessageDispatcher
After sending/receiving a message, the dispatcher can use this method e.g.
passivate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Invoked immediately before the given dispatcher is returned to its pool.
passivateObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
passivateObject(Object, Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
pattern - Variable in class org.mule.routing.filters.WildcardFilter
 
patterns - Variable in class org.mule.routing.filters.WildcardFilter
 
pause() - Method in class org.mule.impl.model.AbstractComponent
Pauses event processing for a single Mule Component.
pause() - Method in interface org.mule.umo.UMOComponent
Pauses event processing for a single Mule Component.
pauseComponent(String) - Method in class org.mule.impl.model.AbstractModel
Pauses event processing for a single Mule Component.
pauseComponent(String) - Method in interface org.mule.umo.model.UMOModel
Pauses event processing for a single Mule Component.
paused - Variable in class org.mule.impl.model.AbstractComponent
Determines if the component has been paused
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
 
peel() - Method in class org.mule.tck.testmodels.fruit.Banana
 
peelEvent(EventObject) - Method in class org.mule.tck.testmodels.fruit.Banana
 
persistent - Variable in class org.mule.util.queue.QueueConfiguration
 
polish() - Method in class org.mule.tck.testmodels.fruit.Apple
 
polish(Fruit) - Method in interface org.mule.tck.testmodels.fruit.FruitCleaner
 
polish() - Method in class org.mule.tck.testmodels.fruit.Orange
 
poll() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
poll() - Method in class org.mule.providers.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
 
pool - Variable in class org.mule.config.pool.AbstractProxyFactory
 
pool - Variable in class org.mule.config.pool.CommonsPoolProxyPool
The pool that holds the MuleProxy objects
poolInitialised - Variable in class org.mule.impl.model.AbstractComponent
determines if the proxy pool has been initialised
poolingProfile - Variable in class org.mule.impl.ImmutableMuleDescriptor
the pooling configuration used when initialising the component described by this descriptor.
poolingProfile - Variable in class org.mule.impl.model.seda.SedaComponent
The pooling configuration used when initialising the component described by this descriptor.
poolingProfile - Variable in class org.mule.impl.model.seda.SedaModel
the pooling configuration used when initialising the component described by this descriptor.
populateWithoutFail(Object, Map, boolean) - Static method in class org.mule.util.BeanUtils
Exception safe version of BeanUtils.populateWithoutFail
postProcessMessage(UMOMessage) - Method in class org.mule.providers.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))
preProcessMessage(Object) - Method in class org.mule.providers.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(MuleMessage) - Method in class org.mule.providers.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
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 class org.mule.umo.UMOException
 
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
 
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.
printProviderStatsXml(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
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
 
process(UMOEvent) - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
process(UMOEvent) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
process(UMOEvent) - Method in class org.mule.routing.inbound.ForwardingConsumer
 
process(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
process(UMOEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
process(UMOEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
process(UMOEvent) - Method in class org.mule.routing.inbound.WireTap
 
process(UMOEvent) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
process(UMOEvent) - Method in interface org.mule.umo.routing.UMOInboundRouter
A received UMOEvent is passed to this method for processing.
process(UMOEvent) - Method in interface org.mule.umo.routing.UMOResponseRouter
This method is invoked when an event is received via an endpoint on this Response Router.
processIntermediaryResult(UMOMessage, UMOMessage) - Method in class org.mule.routing.outbound.ChainingRouter
Process intermediary result of invocation.
processMessage(Object) - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
processReplyTo(UMOEvent, UMOMessage, Object) - Method in class org.mule.providers.DefaultReplyToHandler
 
processReplyTo(UMOEvent, UMOMessage, Object) - Method in interface org.mule.providers.ReplyToHandler
 
processResponse(UMOMessage) - Method in class org.mule.impl.MuleSession
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.impl.ImmutableMuleDescriptor
The properties for the Mule UMO.
properties - Variable in class org.mule.impl.ImmutableMuleEndpoint
Any additional properties for the endpoint
properties - Variable in class org.mule.impl.container.PropertiesContainerContext
 
properties - Variable in class org.mule.providers.AbstractMessageAdapter
 
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
propertyExtractor - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
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
 
provideEndLatch() - Method in class org.mule.impl.work.WorkerContext
Provides a latch, which can be used to wait the end of a work execution.
provideStartLatch() - Method in class org.mule.impl.work.WorkerContext
Provides a latch, which can be used to wait the start of a work execution.
proxy - Variable in class org.mule.impl.model.direct.DirectComponent
 
proxyPool - Variable in class org.mule.impl.model.seda.SedaComponent
A pool of available Mule proxies.
proxyPoolTimedOut() - Static method in class org.mule.config.i18n.CoreMessages
 
put(Object) - Method in interface org.mule.util.queue.Queue
Puts a new object in this queue and wait if necessary.
putNow(Object) - Method in class org.mule.util.queue.QueueInfo
 

Q

QNameConverter - class org.mule.config.converters.QNameConverter.
QNameConverter TODO document properly; see QNameConverterTestCase for now
QNameConverter() - Constructor for class org.mule.config.converters.QNameConverter
 
QNameConverter(boolean) - Constructor for class org.mule.config.converters.QNameConverter
 
QUEUE_PROFILE_PROPERTY - Static variable in class org.mule.impl.model.seda.SedaComponent
 
Queue - interface org.mule.util.queue.Queue.
Queue TODO
QueueConfiguration - class org.mule.util.queue.QueueConfiguration.
 
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 org.mule.util.queue.QueueInfo.
Stores information about a Queue
QueueInfo() - Constructor for class org.mule.util.queue.QueueInfo
 
QueueManager - interface org.mule.util.queue.QueueManager.
A Queue manager is responsible for manageing one or more Queue resources and providing common support fot transactions and persistence
QueuePersistenceStrategy - interface org.mule.util.queue.QueuePersistenceStrategy.
QueuePersistenceStrategy defines the The api to a persistent queue store.
QueuePersistenceStrategy.Holder - interface org.mule.util.queue.QueuePersistenceStrategy.Holder.
 
QueueProfile - class org.mule.config.QueueProfile.
QueueProfile determines how an internal queue for a component 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
 
QueueSession - interface org.mule.util.queue.QueueSession.
 
QuickConfigurationBuilder - class org.mule.config.builders.QuickConfigurationBuilder.
QuickConfigurationBuilder is a configuration helper that can be used by clients, configuration scripts or test cases to quickly configure a manager.
QuickConfigurationBuilder() - Constructor for class org.mule.config.builders.QuickConfigurationBuilder
Constructs a default builder
QuickConfigurationBuilder(boolean) - Constructor for class org.mule.config.builders.QuickConfigurationBuilder
Will construct a new Quick Config builder with the option of disposing of the current Manager if one exists
queueProfile - Variable in class org.mule.impl.ImmutableMuleDescriptor
The queuing profile for events received for this component
queueProfile - Variable in class org.mule.impl.model.seda.SedaComponent
The queuing profile for events received for this component.
queueProfile - Variable in class org.mule.impl.model.seda.SedaModel
The queuing profile for events received for this component
queueTimeout - Variable in class org.mule.impl.model.seda.SedaComponent
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
READ - Static variable in class org.mule.providers.AbstractMessageAdapter
 
RECEIVE_NO_WAIT - Static variable in interface org.mule.umo.provider.UMOMessageDispatching
 
RECEIVE_WAIT_INDEFINITELY - Static variable in interface org.mule.umo.provider.UMOMessageDispatching
 
RECIPIENTS_PROPERTY - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
RECIPIENT_DELIMITER - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
REGISTRY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
RESOURCE_INFO_PROPERTY - Static variable in class org.mule.impl.endpoint.ResourceNameEndpointBuilder
 
REST_SERVICE_URL - Static variable in class org.mule.components.rest.RestServiceWrapper
 
RETRY_COUNT_FOREVER - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
RatePerUnit - class org.mule.util.counters.impl.RatePerUnit.
 
RatePerUnit(String, String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.RatePerUnit
 
ReaderResource - class org.mule.config.ReaderResource.
ReaderResource is a reader with a description associated with it.
ReaderResource(String, Reader) - Constructor for class org.mule.config.ReaderResource
 
ReceiveException - exception org.mule.umo.provider.ReceiveException.
ReceiveException is specifically thrown by the Provider receive method if something fails in the underlying transport
ReceiveException(Message, UMOImmutableEndpoint, long) - Constructor for class org.mule.umo.provider.ReceiveException
 
ReceiveException(Message, UMOImmutableEndpoint, long, Throwable) - Constructor for class org.mule.umo.provider.ReceiveException
 
ReceiveException(UMOImmutableEndpoint, long, Throwable) - Constructor for class org.mule.umo.provider.ReceiveException
 
RecoverableException - exception org.mule.umo.lifecycle.RecoverableException.
RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
RecoverableException(Message, Object) - Constructor for class org.mule.umo.lifecycle.RecoverableException
 
RecoverableException(Message, Object, Throwable) - Constructor for class org.mule.umo.lifecycle.RecoverableException
 
RedApple - class org.mule.tck.testmodels.fruit.RedApple.
 
RedApple() - Constructor for class org.mule.tck.testmodels.fruit.RedApple
 
ReflectionMessageBuilder - class org.mule.components.builder.ReflectionMessageBuilder.
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.components.builder.ReflectionMessageBuilder
 
RegExFilter - class org.mule.routing.filters.RegExFilter.
RegExFilter is used to match a String argument against a regular expression.
RegExFilter() - Constructor for class org.mule.routing.filters.RegExFilter
 
RegExFilter(String) - Constructor for class org.mule.routing.filters.RegExFilter
 
ReplyToHandler - interface org.mule.providers.ReplyToHandler.
ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
RequestContext - class org.mule.impl.RequestContext.
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.impl.RequestContext
Do not instanciate.
Resin3TransactionManagerLookupFactory - class org.mule.transaction.lookup.Resin3TransactionManagerLookupFactory.
 
Resin3TransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.Resin3TransactionManagerLookupFactory
 
ResourceManagerException - exception org.mule.util.xa.ResourceManagerException.
 
ResourceManagerException() - Constructor for class org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message) - Constructor for class org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Throwable) - Constructor for class org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message, Throwable) - Constructor for class org.mule.util.xa.ResourceManagerException
 
ResourceManagerSystemException - exception org.mule.util.xa.ResourceManagerSystemException.
 
ResourceManagerSystemException() - Constructor for class org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message) - Constructor for class org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Throwable) - Constructor for class org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message, Throwable) - Constructor for class org.mule.util.xa.ResourceManagerSystemException
 
ResourceNameEndpointBuilder - class org.mule.impl.endpoint.ResourceNameEndpointBuilder.
ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
ResourceNameEndpointBuilder() - Constructor for class org.mule.impl.endpoint.ResourceNameEndpointBuilder
 
ResponseCorrelationAggregator - class org.mule.routing.response.ResponseCorrelationAggregator.
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
 
ResponseOutputStream - class org.mule.impl.ResponseOutputStream.
ResponseOutputStream is an output stream associated with the currently received event.
ResponseOutputStream(OutputStream) - Constructor for class org.mule.impl.ResponseOutputStream
 
ResponseOutputStream(Socket) - Constructor for class org.mule.impl.ResponseOutputStream
 
ResponseRouterCollection - class org.mule.routing.response.ResponseRouterCollection.
ResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
ResponseRouterCollection() - Constructor for class org.mule.routing.response.ResponseRouterCollection
 
ResponseTimeoutException - exception org.mule.umo.routing.ResponseTimeoutException.
ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
ResponseTimeoutException(Message, UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.ResponseTimeoutException
 
ResponseTimeoutException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.ResponseTimeoutException
 
RestServiceException - exception org.mule.components.rest.RestServiceException.
 
RestServiceException(Message, UMOMessage) - Constructor for class org.mule.components.rest.RestServiceException
 
RestServiceException(Message, UMOMessage, Throwable) - Constructor for class org.mule.components.rest.RestServiceException
 
RestServiceWrapper - class org.mule.components.rest.RestServiceWrapper.
This component can used to proxy REST style services as local Mule Components.
RestServiceWrapper() - Constructor for class org.mule.components.rest.RestServiceWrapper
 
RmiContainerContext - class org.mule.impl.container.RmiContainerContext.
RmiContainerContext is a container implementaiton that allows RMi objects to be referenced either as components or properties on components
RmiContainerContext(String) - Constructor for class org.mule.impl.container.RmiContainerContext
 
RmiContainerContext() - Constructor for class org.mule.impl.container.RmiContainerContext
 
RoutePathNotFoundException - exception org.mule.umo.routing.RoutePathNotFoundException.
RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
RoutePathNotFoundException(UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, UMOMessage, UMOEndpoint) - Constructor for class org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for class org.mule.umo.routing.RoutePathNotFoundException
 
RouterStatistics - class org.mule.management.stats.RouterStatistics.
RouterStatistics TODO
RouterStatistics(int) - Constructor for class org.mule.management.stats.RouterStatistics
The constructor
RoutingException - exception org.mule.umo.routing.RoutingException.
RoutingException is a base class for all routing exceptions.
RoutingException(UMOMessage, UMOImmutableEndpoint) - Constructor for class org.mule.umo.routing.RoutingException
 
RoutingException(UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.umo.routing.RoutingException
 
RoutingException(Message, UMOMessage, UMOImmutableEndpoint) - Constructor for class org.mule.umo.routing.RoutingException
 
RoutingException(Message, UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for class org.mule.umo.routing.RoutingException
 
read() - Method in class org.mule.impl.model.streaming.CloseCountDownInputStream
 
read(byte[]) - Method in class org.mule.impl.model.streaming.CloseCountDownInputStream
 
read(byte[], int, int) - Method in class org.mule.impl.model.streaming.CloseCountDownInputStream
 
read(InputStream) - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
read(InputStream) - Method in interface org.mule.transformers.wire.WireFormat
 
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
 
readFromProperties(TlsConfiguration, Properties) - Method in class org.mule.umo.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.impl.jndi.SimpleContext
 
rebind(String, Object) - Method in class org.mule.impl.jndi.SimpleContext
 
receive(long) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
receive(UMOEndpointURI, long) - Method in class org.mule.providers.AbstractConnector
Make a specific request to the underlying transport
receive(UMOImmutableEndpoint, long) - Method in class org.mule.providers.AbstractConnector
Make a specific request to the underlying transport
receive(long) - Method in class org.mule.providers.AbstractMessageDispatcher
Make a specific request to the underlying transport
receive(UMOEndpointURI, long) - Method in interface org.mule.umo.provider.UMOConnector
Deprecated. Use receive(UMOImmutableEndpoint endpoint, long timeout)
receive(UMOImmutableEndpoint, long) - Method in interface org.mule.umo.provider.UMOConnector
Make a specific request to the underlying transport
receive(long) - Method in interface org.mule.umo.provider.UMOMessageDispatching
Make a specific request to the underlying transport
receiveAction(AdminNotification, UMOEventContext) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
receiveEvent(UMOEndpoint, long) - Method in class org.mule.impl.MuleEventContext
Requests a synchronous receive of an event on the component
receiveEvent(String, long) - Method in class org.mule.impl.MuleEventContext
Requests a synchronous receive of an event on the component
receiveEvent(UMOEndpointURI, long) - Method in class org.mule.impl.MuleEventContext
Requests a synchronous receive of an event on the component
receiveEvent(String, long) - Method in class org.mule.impl.MuleSession
 
receiveEvent(UMOImmutableEndpoint, long) - Method in class org.mule.impl.MuleSession
 
receiveEvent(UMOEndpoint, long) - Method in interface org.mule.umo.UMOEventContext
Requests a synchronous receive of an event on the component.
receiveEvent(String, long) - Method in interface org.mule.umo.UMOEventContext
Requests a synchronous receive of an event on the component.
receiveEvent(UMOEndpointURI, long) - Method in interface org.mule.umo.UMOEventContext
Requests a synchronous receive of an event on the component.
receiveEvent(UMOImmutableEndpoint, long) - Method in interface org.mule.umo.UMOSession
Requests a synchronous receive of an event on the component
receiveEvent(String, long) - Method in interface org.mule.umo.UMOSession
Requests a synchronous receive of an event on the component
receiver - Variable in class org.mule.providers.AbstractReceiverWorker
 
receiver - Variable in class org.mule.providers.PollingReceiverWorker
 
receiver - Variable in class org.mule.providers.PollingReceiverWorkerSchedule
 
receiverKey - Variable in class org.mule.providers.AbstractMessageReceiver
Stores the key to this receiver, as used by the Connector to store the receiver.
receivers - Variable in class org.mule.providers.AbstractConnector
The collection of listeners on this connector.
reconnect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
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
 
registerAdminAgent() - Method in class org.mule.MuleManager
 
registerAgent(UMOAgent) - Method in class org.mule.MuleManager
Will register an agent object on this model. Agents can be server plugins such as Jms support
registerAgent(UMOAgent) - Method in interface org.mule.umo.manager.UMOManager
Will register an agent object on this model.
registerComponent(String, String, String, String, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerComponent(String, String, UMOEndpoint, UMOEndpoint, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerComponent(UMODescriptor) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a user configured MuleDescriptor of a components to the server.
registerComponent(String, String, UMOEndpointURI) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for events on the given url.
registerComponent(String, String, UMOEndpointURI, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for events on the given url.
registerComponent(String, String, UMOEndpointURI, UMOEndpointURI) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for and sends events on the given urls.
registerComponent(String, String, UMOEndpointURI, UMOEndpointURI, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for and sends events on the given urls.
registerComponent(UMODescriptor) - Method in class org.mule.impl.model.AbstractModel
 
registerComponent(UMODescriptor) - Method in interface org.mule.umo.model.UMOModel
Registers a UMODescriptor with the MuleManager.
registerComponentInstance(Object, String, UMOEndpointURI) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for events on the given url.
registerComponentInstance(Object, String, UMOEndpointURI, UMOEndpointURI) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Registers a java object as a Umo pcomponent that listens for and sends events on the given urls.
registerConnector(UMOConnector) - Method in class org.mule.MuleManager
Registers a UMOConnector with the MuleManager.
registerConnector(UMOConnector) - Method in interface org.mule.umo.manager.UMOManager
Registers a UMOConnector with the MuleManager.
registerEndpoint(UMOEndpoint) - Method in class org.mule.MuleManager
Registers a shared/global endpoint with the MuleManager.
registerEndpoint(String, String, boolean) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerEndpoint(String, String, boolean, Map) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerEndpoint(String, String, boolean, Map, UMOFilter) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerEndpoint(UMOEndpoint) - Method in interface org.mule.umo.manager.UMOManager
Registers a shared/global endpoint with the MuleManager.
registerEndpointIdentifier(String, String) - Method in class org.mule.MuleManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
registerEndpointIdentifier(String, String) - Method in interface org.mule.umo.manager.UMOManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
registerEventType(Class, Class) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
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
 
registerInterceptorStack(String, UMOInterceptorStack) - Method in class org.mule.MuleManager
registers a interceptor stack list that can be referenced by other components
registerInterceptorStack(String, UMOInterceptorStack) - Method in interface org.mule.umo.manager.UMOManager
registers a interceptor stack list that can be referenced by other components
registerListener(UMOServerNotificationListener) - Method in class org.mule.MuleManager
Registers an intenal server event listener. The listener will be notified when a particular event happens within the server. Typically this is not an event in the same sense as an UMOEvent (although there is nothing stopping the implementation of this class triggering listeners when a UMOEvent is received). The types of notifications fired is entirely defined by the implementation of this class
registerListener(UMOServerNotificationListener, String) - Method in class org.mule.MuleManager
 
registerListener(UMOServerNotificationListener) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
registerListener(UMOServerNotificationListener, String) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
registerListener(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
This creates a UMOMessageReceiver associated with this endpoint and registers it with the connector.
registerListener(UMOServerNotificationListener) - Method in interface org.mule.umo.manager.UMOManager
Registers an intenal server event listener.
registerListener(UMOServerNotificationListener, String) - Method in interface org.mule.umo.manager.UMOManager
Registers an intenal server event listener.
registerListener(UMOComponent, UMOEndpoint) - Method in interface org.mule.umo.provider.UMOConnector
This creates a UMOMessageReceiver associated with this endpoint and registers it with the connector.
registerListeners() - Method in class org.mule.impl.model.AbstractComponent
 
registerMaskedPropertyName(String) - Static method in class org.mule.util.PropertiesUtils
Register a property name for masking.
registerModel(UMOModel) - Method in class org.mule.MuleManager
 
registerModel(String, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerModel(UMOModel) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerModel(UMOModel) - Method in interface org.mule.umo.manager.UMOManager
 
registerSourceType(Class) - Method in class org.mule.transformers.AbstractTransformer
 
registerSupportedProtocol(String) - Method in class org.mule.providers.AbstractConnector
Registers other protocols 'understood' by this connector.
registerSupportedProtocolWithoutPrefix(String) - Method in class org.mule.providers.AbstractConnector
Registers other protocols 'understood' by this connector.
registerSystemComponent(UMODescriptor) - Static method in class org.mule.impl.model.ModelHelper
Deprecated.  
registerSystemModel(String) - Static method in class org.mule.MuleManager
 
registerTransformer(UMOTransformer) - Method in class org.mule.MuleManager
Registers a transformer with the MuleManager.
registerTransformer(UMOTransformer) - Method in interface org.mule.umo.manager.UMOManager
Registers a transformer with the MuleManager.
registered() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
registered() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
registered() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
registered() - Method in interface org.mule.umo.manager.UMOAgent
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.mule.util.concurrent.WaitPolicy
 
relativize(URI) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
release() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
release() - Method in class org.mule.impl.model.DefaultMuleProxy
 
release() - Method in class org.mule.impl.model.seda.SedaComponent
 
release() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
release() - Method in class org.mule.impl.work.WorkerContext
 
release() - Method in class org.mule.providers.AbstractReceiverWorker
This method is called once this worker is no longer required.
release() - Method in class org.mule.providers.PollingReceiverWorker
 
release() - Method in class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
release() - Method in class org.mule.providers.streaming.StreamMessageAdapter
The release method is called by Mule to notify this adapter that it is no longer needed.
release() - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
release() - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
The release method is called by Mule to notify this adapter that it is no longer needed.
remoteSync - Variable in class org.mule.impl.ImmutableMuleEndpoint
Determines whether a synchronous call should block to obtain a response from a remote server (if the transport supports it).
remoteSyncTimeout - Variable in class org.mule.impl.ImmutableMuleEndpoint
How long to block when performing a remote synchronisation to a remote host.
remove(ComponentStatistics) - Method in class org.mule.management.stats.AllStatistics
 
remove(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
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() - Method in class org.mule.util.timer.EventTimerTask
 
removeAttachment(String) - Method in class org.mule.impl.MuleMessage
 
removeAttachment(String) - Method in class org.mule.providers.AbstractMessageAdapter
 
removeAttachment(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
 
removeContainer(String) - Method in class org.mule.impl.container.MultiContainerContext
 
removeEncryptionStrategy(String) - Method in class org.mule.impl.security.MuleSecurityManager
 
removeEncryptionStrategy(String) - Method in interface org.mule.umo.security.UMOSecurityManager
 
removeEndpoint(UMOEndpoint) - Method in class org.mule.impl.AbstractExceptionListener
 
removeEndpoint(UMOEndpoint) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
removeEndpoint(UMOImmutableEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
removeEndpoint(UMOEndpoint) - Method in class org.mule.routing.response.ResponseRouterCollection
 
removeEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
removeEndpoint(UMOImmutableEndpoint) - Method in interface org.mule.umo.routing.UMOOutboundRouter
Removes a specific endpoint from the router
removeEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
removeEvent(UMOEvent) - 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.impl.jndi.SimpleContext
 
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
 
removeNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
removeNamespaces(Map) - Static method in class org.mule.util.PropertiesUtils
 
removeProperty(String) - Method in class org.mule.impl.MuleMessage
 
removeProperty(Object) - Method in class org.mule.impl.MuleSession
Will retrieve a session level property and remove it from the session
removeProperty(String) - Method in class org.mule.providers.AbstractMessageAdapter
Removes an associated property from the message
removeProperty(Object) - Method in interface org.mule.umo.UMOSession
Will retrieve a session level property and remove it from the session
removeProperty(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Removes a property on this message
removeProvider(String) - Method in class org.mule.impl.security.MuleSecurityManager
 
removeProvider(String) - Method in interface org.mule.umo.security.UMOSecurityManager
 
removeRouter(UMORouter) - Method in class org.mule.routing.AbstractRouterCollection
 
removeRouter(UMOInboundRouter) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
removeRouter(UMOResponseRouter) - Method in class org.mule.routing.response.ResponseRouterCollection
 
removeRouter(UMOInboundRouter) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
removeRouter(UMOResponseRouter) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
removeRouter(UMORouter) - Method in interface org.mule.umo.routing.UMORouterCollection
 
removeXmlNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
removed - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
rename(Name, Name) - Method in class org.mule.impl.jndi.SimpleContext
 
rename(Attributes.Name, Attributes.Name) - Method in class org.mule.impl.jndi.SimpleContext
 
rename(String, String) - Method in class org.mule.impl.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
 
requiresCurrentEvent() - Method in class org.mule.transformers.AbstractEventAwareTransformer
 
resequenceEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventResequencer
Reorder collected events according to the configured Comparator.
reset() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
resetAccessControl() - Method in class org.mule.impl.MuleEvent
 
resetAccessControl() - Method in class org.mule.impl.MuleMessage
 
resetAccessControl(Object) - Static method in class org.mule.impl.RequestContext
 
resetAccessControl() - Method in interface org.mule.impl.ThreadSafeAccess
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAccessControl() - Method in class org.mule.providers.AbstractMessageAdapter
 
resetExpirable(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
resetState() - Method in class org.mule.providers.AbstractConnectionStrategy
Resets any state stored in the retry strategy
resetState() - Method in class org.mule.providers.SimpleRetryConnectionStrategy
Resets any state stored in the retry strategy
resetState() - Method in class org.mule.providers.SingleAttemptConnectionStrategy
Resets any state stored in the retry strategy
resolve(URI) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
resolve(String) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
resolveEndpoint() - Method in class org.mule.config.builders.EndpointReference
 
resolveEntity(String, String) - Method in class org.mule.config.MuleDtdResolver
 
resolveEntryPoint(UMODescriptor) - Method in class org.mule.impl.model.resolvers.CallableEntryPointResolver
 
resolveEntryPoint(UMODescriptor) - Method in class org.mule.impl.model.resolvers.DynamicEntryPointResolver
 
resolveEntryPoint(UMODescriptor) - Method in class org.mule.impl.model.resolvers.StreamingEntryPointResolver
 
resolveEntryPoint(UMODescriptor) - Method in class org.mule.tck.testmodels.mule.TestEntryPointResolver
 
resolveEntryPoint(UMODescriptor) - Method in interface org.mule.umo.model.UMOEntryPointResolver
 
resolveReference(UMOContainerContext) - Method in class org.mule.config.builders.ContainerReference
 
resolveTransaction(UMOTransaction) - Method in class org.mule.transaction.TransactionTemplate
 
resolveTransformer() - Method in class org.mule.config.builders.TransformerReference
 
resource - Variable in class org.mule.providers.AbstractReceiverResourceWorker
 
resource - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
resourceIdentifier - Variable in class org.mule.umo.manager.UMOServerNotification
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
 
resourceManagerNotReady() - Static method in class org.mule.config.i18n.CoreMessages
 
resourceManagerNotStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
responseMessages - Variable in class org.mule.routing.response.AbstractResponseAggregator
The collection of messages that are ready to be returned to the callee.
responseRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
responseTimedOutWaitingForId(int, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
responseTransformer - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use responseRouter instead.
responseTransformer - Variable in class org.mule.impl.ImmutableMuleEndpoint
The transformer used to transform the incoming or outgoing data
responseTransformers - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
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 class org.mule.impl.model.AbstractComponent
Resumes a single Mule Component that has been paused.
resume() - Method in class org.mule.impl.model.DefaultMuleProxy
Triggers the UMO to resume processing of events if it is suspended
resume() - Method in interface org.mule.impl.model.MuleProxy
Triggers the UMO to resume processing of events if it is suspended
resume() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Triggers the UMO to resume processing of events if it is suspended
resume() - Method in class org.mule.transaction.AbstractTransaction
 
resume() - Method in class org.mule.transaction.XaTransaction
 
resume() - Method in interface org.mule.umo.UMOComponent
Resumes a single Mule Component that has been paused.
resume() - Method in interface org.mule.umo.UMOTransaction
Resume the XA transaction
resumeComponent(String) - Method in class org.mule.impl.model.AbstractModel
Resumes a single Mule Component that has been paused.
resumeComponent(String) - Method in interface org.mule.umo.model.UMOModel
Resumes a single Mule Component that has been paused.
resumeEncoding() - Method in class org.mule.util.Base64.OutputStream
Resumes encoding of the stream.
resumeXATransaction(UMOTransaction) - Method in class org.mule.transaction.TransactionTemplate
 
retainAll(Collection) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
retrieveSessionInfoFromMessage(UMOMessage, UMOSession) - Method in class org.mule.impl.MuleSessionHandler
 
retrieveSessionInfoFromMessage(UMOMessage, UMOSession) - Method in class org.mule.impl.NullSessionHandler
 
retrieveSessionInfoFromMessage(UMOMessage, UMOSession) - Method in interface org.mule.umo.provider.UMOSessionHandler
 
retryCounter - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
returnClass - Variable in class org.mule.transformers.AbstractTransformer
The return type that will be returned by the AbstractTransformer.transform(java.lang.Object) method is called
returnObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
returnObject(Object) - Method in interface org.mule.util.ObjectPool
 
reverseString(String) - Method in class org.mule.tck.services.MatchingMethodsComponent
 
rewriteEvent(UMOMessage) - Static method in class org.mule.impl.RequestContext
Sets a new message payload in the RequestContext but maintains all other properties (session, endpoint, synchronous, etc.) from the previous event.
rollback() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
rollback() - Method in class org.mule.transaction.AbstractTransaction
 
rollback() - Method in interface org.mule.umo.UMOTransaction
Rollback the transaction
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(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
rolledBack - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
rootStackTrace() - Static method in class org.mule.config.i18n.CoreMessages
 
route(UMOEvent) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
route(UMOEvent) - Method in class org.mule.routing.nested.NestedRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.ChainingRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.EndpointSelector
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.MulticastingRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.OutboundRouterCollection
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.TemplateEndpointRouter
 
route(UMOMessage, UMOSession, boolean) - Method in class org.mule.routing.outbound.TransformerRouter
 
route(UMOEvent) - Method in class org.mule.routing.response.ResponseRouterCollection
 
route(UMOEvent) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
route(UMOEvent) - Method in interface org.mule.umo.routing.UMONestedRouter
 
route(UMOMessage, UMOSession, boolean) - Method in interface org.mule.umo.routing.UMOOutboundRouter
This method is responsible for routing the Message via the Session.
route(UMOMessage, UMOSession, boolean) - Method in interface org.mule.umo.routing.UMOOutboundRouterCollection
Prepares one or more events to be dispached by a Message Dispatcher.
route(UMOEvent) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
routeException(UMOMessage, UMOImmutableEndpoint, Throwable) - Method in class org.mule.impl.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 UMOMessage available to dispatch.
routeException(UMOMessage, UMOImmutableEndpoint, Throwable) - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
routeMessage(UMOMessage) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage, boolean) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage, UMOTransaction, boolean) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage, OutputStream) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage, boolean, OutputStream) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage, UMOTransaction, boolean, OutputStream) - Method in class org.mule.providers.AbstractMessageReceiver
 
routeMessage(UMOMessage) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routeMessage(UMOMessage, boolean) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routeMessage(UMOMessage, UMOTransaction, boolean) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routeMessage(UMOMessage, OutputStream) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routeMessage(UMOMessage, boolean, OutputStream) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routeMessage(UMOMessage, UMOTransaction, boolean, OutputStream) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
routers - Variable in class org.mule.routing.AbstractRouterCollection
 
routers - Variable in class org.mule.routing.nested.NestedInvocationHandler
 
routingFailedOnEndpoint(UMOComponent, UMOImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
run() - Method in class org.mule.MuleServer
Overloaded the [main] thread run method.
run() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class org.mule.impl.model.DefaultMuleProxy
This is the entry point for the thread that runs an asynchronous component request.
run() - Method in class org.mule.impl.model.seda.SedaComponent
While the component isn't stopped this runs a continuous loop checking for new events in the queue.
run() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
run() - Method in class org.mule.impl.work.WorkerContext
 
run() - Method in class org.mule.providers.AbstractReceiverWorker
This will run the receiver logic and call AbstractReceiverWorker.release() once AbstractReceiverWorker.doRun() completes.
run() - Method in class org.mule.providers.PollingReceiverWorker
 
run() - Method in class org.mule.providers.PollingReceiverWorkerSchedule
 
run() - Method in class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
run() - Method in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore.Expirer
 
run(TestResult) - Method in class org.mule.tck.AbstractMuleTestCase
 
run() - Method in class org.mule.tck.TestCaseWatchdog
 
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.
runBare() - Method in class org.mule.tck.AbstractMuleTestCase
Shamelessly copy from Spring's ConditionalTestCase so in MULE-2.0 we can extend this class from ConditionalTestCase.
running - Variable in class org.mule.providers.PollingReceiverWorker
 

S

SECURITY_AUTHENTICATION_FAILED - Static variable in class org.mule.impl.internal.notifications.SecurityNotification
 
SECURITY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
SEPARATOR - Static variable in class org.mule.util.ObjectNameHelper
 
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_ROOT - Static variable in class org.mule.util.SpiUtils
 
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
 
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
SPACE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
SQUARE_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
STATUS_ACTIVE - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_COMMITTED - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_COMMITTING - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_MARKED_ROLLBACK - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_NO_TRANSACTION - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_PREPARED - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_PREPARING - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_ROLLEDBACK - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_ROLLING_BACK - Static variable in interface org.mule.umo.UMOTransaction
 
STATUS_UNKNOWN - Static variable in interface org.mule.umo.UMOTransaction
 
SUM - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the sum of two counters
SYNCHRONOUS_PROPERTY - Static variable in class org.mule.config.MuleConfiguration
Specifies whether mule should process messages sysnchonously, i.e.
SYSTEM_MODEL - Static variable in class org.mule.impl.model.ModelHelper
Deprecated.  
SYSTEM_PROPERTY_PREFIX - Static variable in interface org.mule.config.MuleProperties
The prefix for any Mule-specific properties set in the system properties
ScheduleWorkExecutor - class org.mule.impl.work.ScheduleWorkExecutor.
 
ScheduleWorkExecutor() - Constructor for class org.mule.impl.work.ScheduleWorkExecutor
 
SecretKeyEncryptionStrategy - class org.mule.impl.security.SecretKeyEncryptionStrategy.
SecretKey based encryption using JCE.
SecretKeyEncryptionStrategy() - Constructor for class org.mule.impl.security.SecretKeyEncryptionStrategy
 
SecurityException - exception org.mule.umo.security.SecurityException.
SecurityException is a generic security exception
SecurityException(Message, UMOMessage) - Constructor for class org.mule.umo.security.SecurityException
 
SecurityException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.security.SecurityException
 
SecurityNotification - class org.mule.impl.internal.notifications.SecurityNotification.
SecurityNotification is fired when a request for authorisation occurs.
SecurityNotification(SecurityException, int) - Constructor for class org.mule.impl.internal.notifications.SecurityNotification
 
SecurityNotificationListener - interface org.mule.impl.internal.notifications.SecurityNotificationListener.
ManagerNotificationListener is an observer interface that objects can implement to receive notifications about secure access requests.
SecurityProviderFactory - interface org.mule.umo.security.provider.SecurityProviderFactory.
Determines and initializes JDK-specific security provider.
SecurityProviderInfo - interface org.mule.umo.security.provider.SecurityProviderInfo.
A holder for some JDK-level SSL/TLS properties.
SecurityProviderNotFoundException - exception org.mule.umo.security.SecurityProviderNotFoundException.
SecurityProviderNotFoundException is thrown by the UMOSecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
SecurityProviderNotFoundException(String) - Constructor for class org.mule.umo.security.SecurityProviderNotFoundException
 
SecurityProviderNotFoundException(String, Throwable) - Constructor for class org.mule.umo.security.SecurityProviderNotFoundException
 
SedaComponent - class org.mule.impl.model.seda.SedaComponent.
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component.
SedaComponent(MuleDescriptor, SedaModel) - Constructor for class org.mule.impl.model.seda.SedaComponent
Creates a new SEDA component.
SedaComponentStatistics - class org.mule.management.stats.SedaComponentStatistics.
TODO
SedaComponentStatistics(String, int, int) - Constructor for class org.mule.management.stats.SedaComponentStatistics
 
SedaModel - class org.mule.impl.model.seda.SedaModel.
A Mule component service model that uses Seda principles to achieve high throughput by queueing events for components and processing them concurrently.
SedaModel() - Constructor for class org.mule.impl.model.seda.SedaModel
 
SelectiveConsumer - class org.mule.routing.inbound.SelectiveConsumer.
SelectiveConsumer is an inbound router used to filter out unwanted events.
SelectiveConsumer() - Constructor for class org.mule.routing.inbound.SelectiveConsumer
 
SerializableToByteArray - class org.mule.transformers.simple.SerializableToByteArray.
SerializableToByteArray converts a serializable object or a String to a byte array.
SerializableToByteArray() - Constructor for class org.mule.transformers.simple.SerializableToByteArray
 
SerializationWireFormat - class org.mule.transformers.wire.SerializationWireFormat.
Wire format using Java serialization
SerializationWireFormat() - Constructor for class org.mule.transformers.wire.SerializationWireFormat
 
ServerNotificationManager - class org.mule.impl.internal.notifications.ServerNotificationManager.
ServerNotificationManager manages all server listeners for a Mule instance.
ServerNotificationManager() - Constructor for class org.mule.impl.internal.notifications.ServerNotificationManager
 
ServerNotificationManager.Listener - class org.mule.impl.internal.notifications.ServerNotificationManager.Listener.
 
ServerNotificationManager.Listener(UMOServerNotificationListener, String) - Constructor for class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
SessionException - exception org.mule.umo.model.SessionException.
SessionException is thrown when errors occur in the MuleSession or Seession Manager
SessionException(Message) - Constructor for class org.mule.umo.model.SessionException
 
SessionException(Message, Throwable) - Constructor for class org.mule.umo.model.SessionException
 
SimpleContext - class org.mule.impl.jndi.SimpleContext.
 
SimpleContext() - Constructor for class org.mule.impl.jndi.SimpleContext
 
SimpleMathsComponent - class org.mule.tck.services.SimpleMathsComponent.
 
SimpleMathsComponent() - Constructor for class org.mule.tck.services.SimpleMathsComponent
 
SimplePrinter - class org.mule.management.stats.printers.SimplePrinter.
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
 
SimpleRetryConnectionStrategy - class org.mule.providers.SimpleRetryConnectionStrategy.
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.providers.SimpleRetryConnectionStrategy
 
SimpleRetryConnectionStrategy.RetryCounter - class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter.
 
SimpleRetryConnectionStrategy.RetryCounter() - Constructor for class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
SingleAttemptConnectionStrategy - class org.mule.providers.SingleAttemptConnectionStrategy.
Attempts to make a connection once and fails if there is an exception
SingleAttemptConnectionStrategy() - Constructor for class org.mule.providers.SingleAttemptConnectionStrategy
 
SingleResponseRouter - class org.mule.routing.response.SingleResponseRouter.
Handles single event responses from a replyTo address.
SingleResponseRouter() - Constructor for class org.mule.routing.response.SingleResponseRouter
 
SocketEndpointBuilder - class org.mule.impl.endpoint.SocketEndpointBuilder.
SocketEndpointBuilder builds an endpointUri based on host and port only
SocketEndpointBuilder() - Constructor for class org.mule.impl.endpoint.SocketEndpointBuilder
 
SpiUtils - class org.mule.util.SpiUtils.
 
StartWorkExecutor - class org.mule.impl.work.StartWorkExecutor.
 
StartWorkExecutor() - Constructor for class org.mule.impl.work.StartWorkExecutor
 
Startable - interface org.mule.umo.lifecycle.Startable.
Startable TODO (document class)
StaticComponent - class org.mule.components.simple.StaticComponent.
A component that will return a static data object as a result.
StaticComponent() - Constructor for class org.mule.components.simple.StaticComponent
 
StaticRecipientList - class org.mule.routing.outbound.StaticRecipientList.
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 org.mule.management.stats.Statistics.
Statistics TODO
Stoppable - interface org.mule.umo.lifecycle.Stoppable.
Stoppable TODO (document class)
StreamMessageAdapter - class org.mule.providers.streaming.StreamMessageAdapter.
Provides a generic base class for stream based message flows in Mule.
StreamMessageAdapter(InputStream) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamMessageAdapter(InputStream, OutputStream) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamMessageAdapter(OutputHandler) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamMessageAdapter(OutputStream, OutputHandler) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamMessageAdapter(InputStream, OutputStream, OutputHandler) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamMessageAdapter(StreamMessageAdapter) - Constructor for class org.mule.providers.streaming.StreamMessageAdapter
 
StreamingBridgeComponent - class org.mule.components.simple.StreamingBridgeComponent.
A simple Bridging component that can be used with the Streaming Model to bridge from one transport stream to another.
StreamingBridgeComponent() - Constructor for class org.mule.components.simple.StreamingBridgeComponent
 
StreamingComponent - class org.mule.impl.model.streaming.StreamingComponent.
TODO
StreamingComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.streaming.StreamingComponent
 
StreamingEntryPoint - class org.mule.impl.model.resolvers.StreamingEntryPoint.
Will discover the correct entrypoint to invoke when an event is received.
StreamingEntryPoint() - Constructor for class org.mule.impl.model.resolvers.StreamingEntryPoint
 
StreamingEntryPointResolver - class org.mule.impl.model.resolvers.StreamingEntryPointResolver.
Creates a StreamingEntryPoint.
StreamingEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.StreamingEntryPointResolver
 
StreamingException - exception org.mule.impl.model.streaming.StreamingException.
TODO
StreamingException(Message, UMOMessage) - Constructor for class org.mule.impl.model.streaming.StreamingException
 
StreamingException(Message, UMOMessage, Throwable) - Constructor for class org.mule.impl.model.streaming.StreamingException
 
StreamingModel - class org.mule.impl.model.streaming.StreamingModel.
TODO
StreamingModel() - Constructor for class org.mule.impl.model.streaming.StreamingModel
 
StreamingService - interface org.mule.impl.model.streaming.StreamingService.
TODO
StringMessageUtils - class org.mule.util.StringMessageUtils.
Useful methods for formatting message strings for logging or exceptions.
StringToByteArray - class org.mule.transformers.simple.StringToByteArray.
StringToByteArray converts a String into a byte array.
StringToByteArray() - Constructor for class org.mule.transformers.simple.StringToByteArray
 
StringToObjectArray - class org.mule.transformers.simple.StringToObjectArray.
StringToObjectArray converts a String into an object array.
StringToObjectArray() - Constructor for class org.mule.transformers.simple.StringToObjectArray
 
StringUtils - class org.mule.util.StringUtils.
StringUtils contains useful methods for manipulating Strings.
StringUtils() - Constructor for class org.mule.util.StringUtils
 
Sum - class org.mule.util.counters.impl.Sum.
 
Sum(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Sum
 
SunSecurityProviderInfo - class org.mule.umo.security.provider.SunSecurityProviderInfo.
Sun JDK-specific security provider information.
SunSecurityProviderInfo() - Constructor for class org.mule.umo.security.provider.SunSecurityProviderInfo
 
SyncWorkExecutor - class org.mule.impl.work.SyncWorkExecutor.
 
SyncWorkExecutor() - Constructor for class org.mule.impl.work.SyncWorkExecutor
 
SynchronizedVariable - class org.mule.util.concurrent.SynchronizedVariable.
 
SynchronizedVariable() - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
SynchronizedVariable(Object) - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
SystemUtils - class org.mule.util.SystemUtils.
 
SystemUtils() - Constructor for class org.mule.util.SystemUtils
 
schedule() - Method in class org.mule.providers.AbstractPollingMessageReceiver
This method registers this receiver for periodic polling ticks with the connectors scheduler.
scheduleWork(Work) - Method in class org.mule.impl.work.MuleWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 
scheduler - Variable in class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
schedules - Variable in class org.mule.providers.AbstractPollingMessageReceiver
 
schemeCannotChangeForRouter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
schemeNotCompatibleWithConnector(String, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
seconds() - Static method in class org.mule.config.i18n.CoreMessages
 
secretKey - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
securityFilter - Variable in class org.mule.impl.ImmutableMuleEndpoint
The security filter to apply to this endpoint
securityManager - Variable in class org.mule.impl.container.RmiContainerContext
 
securityPolicy - Variable in class org.mule.impl.container.RmiContainerContext
 
send(UMOEvent) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
send(UMOImmutableEndpoint, UMOEvent) - Method in class org.mule.providers.AbstractConnector
Sends an event from the endpoint to the external system
send(UMOEvent) - Method in class org.mule.providers.AbstractMessageDispatcher
 
send(UMOEvent) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
send(UMOSession, UMOMessage, UMOEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
send(UMOImmutableEndpoint, UMOEvent) - Method in interface org.mule.umo.provider.UMOConnector
Sends an event from the endpoint to the external system
send(UMOEvent) - Method in interface org.mule.umo.provider.UMOMessageDispatching
Sends an event from the endpoint to the external system
sendAction(AdminNotification, UMOEventContext) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
sendEvent(Object) - Method in class org.mule.impl.MuleEventContext
This will send an event via the configured outbound router on the component
sendEvent(UMOMessage, UMOEndpoint) - Method in class org.mule.impl.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(UMOMessage) - Method in class org.mule.impl.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(UMOMessage, UMOEndpointURI) - Method in class org.mule.impl.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 endpointUri configured for the event
sendEvent(UMOMessage, String) - Method in class org.mule.impl.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(UMOMessage, String) - Method in class org.mule.impl.MuleSession
 
sendEvent(UMOMessage) - Method in class org.mule.impl.MuleSession
 
sendEvent(UMOMessage, UMOImmutableEndpoint) - Method in class org.mule.impl.MuleSession
 
sendEvent(UMOEvent) - Method in class org.mule.impl.MuleSession
 
sendEvent(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
sendEvent(UMOEvent) - Method in interface org.mule.umo.UMOComponent
Makes a synhronous event call to the component.
sendEvent(Object) - Method in interface org.mule.umo.UMOEventContext
This will send an event via the configured outbound router on the component
sendEvent(UMOMessage) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage, UMOEndpointURI) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage, String) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage, UMOEndpoint) - Method in interface org.mule.umo.UMOEventContext
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(UMOMessage) - Method in interface org.mule.umo.UMOSession
This will send an event via the configured outbound endpoint on the component for this session
sendEvent(UMOEvent) - Method in interface org.mule.umo.UMOSession
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(UMOMessage, UMOImmutableEndpoint) - Method in interface org.mule.umo.UMOSession
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(UMOMessage, String) - Method in interface org.mule.umo.UMOSession
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
sendEventAsync(Object, int) - Method in class org.mule.impl.MuleEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, int) - Method in class org.mule.impl.MuleEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, UMOEndpointURI, int) - Method in class org.mule.impl.MuleEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, String, int) - Method in class org.mule.impl.MuleEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(Object, int) - Method in interface org.mule.umo.UMOEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, int) - Method in interface org.mule.umo.UMOEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, UMOEndpointURI, int) - Method in interface org.mule.umo.UMOEventContext
sends an event request via the configured outbound router for this component.
sendEventAsync(UMOMessage, String, int) - Method in interface org.mule.umo.UMOEventContext
sends an event request via the configured outbound router for this component.
serverEventManagerNotEnabled() - Static method in class org.mule.config.i18n.CoreMessages
 
serverId - Variable in class org.mule.umo.manager.UMOServerNotification
 
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
 
serviceDescriptor - Variable in class org.mule.providers.AbstractConnector
Holds the service configuration for this connector
serviceOverrides - Variable in class org.mule.providers.AbstractConnector
The map of service overrides that can e used to extend the capabilities of the connector
sessionHandler - Variable in class org.mule.providers.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
 
setAcceptUMOMessage(boolean) - Method in class org.mule.transformers.simple.SerializableToByteArray
 
setAction(byte) - Method in class org.mule.impl.MuleTransactionConfig
 
setAction(byte) - Method in interface org.mule.umo.UMOTransactionConfig
 
setActionAsString(String) - Method in class org.mule.impl.MuleTransactionConfig
 
setAddProperties(Map) - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
setAlgorithm(String) - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
setApple(Apple) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setAppleCleaner(FruitCleaner) - Method in class org.mule.tck.testmodels.fruit.Apple
 
setArrayProperties(List) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setAuthenticate(boolean) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
setAuthenticated(boolean) - Method in class org.mule.impl.security.MuleAuthentication
 
setAuthenticated(boolean) - Method in interface org.mule.umo.security.UMOAuthentication
 
setAuthentication(UMOAuthentication) - Method in interface org.mule.umo.security.UMOSecurityContext
 
setBanana(Banana) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setBase64Encoding(boolean) - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
setBatchSize(int) - Method in class org.mule.transaction.constraints.BatchConstraint
 
setBeanProperty1(String) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setBeanProperty2(int) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setBooleanProperty(String, boolean) - Method in class org.mule.impl.MuleMessage
 
setBooleanProperty(String, boolean) - Method in class org.mule.providers.AbstractMessageAdapter
 
setBooleanProperty(String, boolean) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a boolean property on the event
setBrand(String) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setBrand(String) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
setBuffer(int) - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
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(UMORouterCatchAllStrategy) - Method in class org.mule.routing.AbstractRouterCollection
 
setCatchAllStrategy(UMORouterCatchAllStrategy) - Method in interface org.mule.umo.routing.UMORouterCollection
 
setChainsawHost(String) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setChainsawPort(int) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setChunkSize(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setCleaner(FruitCleaner) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setClientKeyStore(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
setClientKeyStore(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setClientKeyStorePassword(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
setClientKeyStorePassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setClientKeyStoreType(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
setClientKeyStoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setClientMode(boolean) - Method in class org.mule.config.MuleConfiguration
 
setComparator(Comparator) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
setComponent(UMOComponent) - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
setComponent(UMOComponent) - Method in class org.mule.providers.AbstractMessageReceiver
 
setComponent(UMOComponent) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
setComponentPerRequest(boolean) - Method in class org.mule.impl.model.seda.SedaModel
 
setComponentPoolSize(int) - Method in class org.mule.management.stats.SedaComponentStatistics
 
setComponentThreadingProfile(ThreadingProfile) - Method in class org.mule.config.MuleConfiguration
 
setComponents(List) - Method in class org.mule.impl.model.AbstractModel
 
setComponents(List) - Method in interface org.mule.umo.model.UMOModel
A convenience method to set a list of components on the model.
setConfigBuilderClassName(String) - Static method in class org.mule.MuleServer
Sets the configuration builder to use for this server.
setConfigResources(String[]) - Method in class org.mule.config.MuleConfiguration
 
setConfiguration(MuleConfiguration) - Static method in class org.mule.MuleManager
Deprecated. this will go away soon.
setConfigurationResources(String) - Method in class org.mule.MuleServer
Setter for property messengerURL.
setConnectionStrategy(ConnectionStrategy) - Method in class org.mule.config.MuleConfiguration
Sets the connection strategy used by all connectors managed in this Mule instance if the connector has no connection strategy specifically set on it.
setConnectionStrategy(ConnectionStrategy) - Method in class org.mule.providers.AbstractConnector
Setter for property 'connectionStrategy'.
setConnector(UMOConnector) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setConnector(UMOConnector) - Method in class org.mule.providers.AbstractMessageReceiver
 
setConnector(UMOConnector) - Method in interface org.mule.umo.endpoint.UMOEndpoint
The endpoint that will be used to send the message on.
setConnector(UMOConnector) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
setConstraint(ConstraintFilter) - Method in class org.mule.impl.MuleTransactionConfig
 
setConstraint(ConstraintFilter) - Method in interface org.mule.umo.UMOTransactionConfig
 
setContainer(String) - Method in class org.mule.impl.MuleDescriptor
Sets the name of the contaier where the object for this descriptor resides.
setContainer(String) - Method in interface org.mule.umo.UMODescriptor
Sets the name of the contaier where the object for this descriptor resides.
setContainerContext(UMOContainerContext) - Method in class org.mule.MuleManager
associates a Dependency Injector container or Jndi container with Mule.
setContainerContext(UMOContainerContext) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Sets the component resolver on the model.
setContainerContext(UMOContainerContext) - Method in interface org.mule.umo.manager.UMOManager
associates a Dependency Injector container with Mule.
setContainerManaged(boolean) - Method in class org.mule.impl.MuleDescriptor
 
setContainerProperty(String) - Method in class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
setContext(InitialContext) - Method in class org.mule.impl.container.JndiContainerContext
 
setContext(Context) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setCorrelationExtractor(PropertyExtractor) - Method in class org.mule.routing.response.AbstractResponseRouter
 
setCorrelationGroupSize(int) - Method in class org.mule.impl.MuleMessage
Determines how many messages are in the correlation group
setCorrelationGroupSize(int) - Method in class org.mule.providers.AbstractMessageAdapter
Determines how many messages are in the correlation group
setCorrelationGroupSize(int) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Determines how many messages are in the correlation group
setCorrelationId(String) - Method in class org.mule.impl.MuleMessage
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.providers.AbstractMessageAdapter
 
setCorrelationId(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a correlationId for this message.
setCorrelationSequence(int) - Method in class org.mule.impl.MuleMessage
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.providers.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(int) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCreateConnector(String) - Method in class org.mule.config.builders.EndpointReference
 
setCreateConnector(int) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setCreateConnector(int) - Method in interface org.mule.umo.endpoint.UMOEndpoint
This attribute determines how a connector is obtained for the endpoint.
setCreateConnectorAsString(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setCreateMultipleTransactedReceivers(boolean) - Method in class org.mule.providers.AbstractConnector
 
setCredentials() - Method in class org.mule.impl.MuleEvent
 
setCredentials(UMOEvent, Object) - Method in class org.mule.impl.security.MuleHeaderCredentialsAccessor
 
setCredentials(UMOEvent, Object) - Method in interface org.mule.umo.security.UMOCredentialsAccessor
 
setCredentialsAccessor(UMOCredentialsAccessor) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
setCredentialsAccessor(UMOCredentialsAccessor) - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
setData(Object) - Method in class org.mule.components.simple.StaticComponent
 
setDataFile(String) - Method in class org.mule.components.simple.StaticComponent
 
setDefaultInboundTransformer(UMOTransformer) - Method in class org.mule.providers.AbstractConnector
Setter for property 'defaultInboundTransformer'.
setDefaultOutboundTransformer(UMOTransformer) - Method in class org.mule.providers.AbstractConnector
Setter for property 'defaultOutboundTransformer'.
setDefaultQueueConfiguration(QueueConfiguration) - Method in interface org.mule.util.queue.QueueManager
 
setDefaultQueueConfiguration(QueueConfiguration) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setDefaultResponseTransformer(UMOTransformer) - Method in class org.mule.providers.AbstractConnector
Setter for property 'defaultResponseTransformer'.
setDefaultThreadingProfile(ThreadingProfile) - Method in class org.mule.config.MuleConfiguration
 
setDefaultTransactionTimeout(long) - Method in class org.mule.util.xa.AbstractResourceManager
Sets the default transaction timeout.
setDelegateClass(String) - Method in class org.mule.components.simple.NoArgsCallWrapper
Setter for property 'delegateClass'.
setDelegateInstance(Object) - Method in class org.mule.components.simple.NoArgsCallWrapper
Setter for property 'delegateInstance'.
setDelegateMethod(String) - Method in class org.mule.components.simple.NoArgsCallWrapper
Setter for property 'delegateMethod'.
setDeleteProperties(List) - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
setDeleteUnacceptedMessages(boolean) - Method in class org.mule.impl.endpoint.MuleEndpoint
If a filter is configured on this endpoint, this property will determine if message that are not excepted by the filter are deleted
setDeleteUnacceptedMessages(boolean) - Method in interface org.mule.umo.endpoint.UMOEndpoint
If a filter is configured on this endpoint, this property will determine if message that are not excepted by the filter are deleted
setDelimiter(String) - Method in class org.mule.transformers.simple.ObjectArrayToString
 
setDelimiter(String) - Method in class org.mule.transformers.simple.StringToObjectArray
 
setDescriptor(UMODescriptor) - Method in class org.mule.components.builder.AbstractMessageBuilder
 
setDescriptor(UMODescriptor) - Method in class org.mule.components.simple.BridgeComponent
 
setDescriptor(UMODescriptor) - Method in interface org.mule.impl.UMODescriptorAware
 
setDirty(AbstractTransactionContext, Throwable) - Method in class org.mule.util.xa.AbstractResourceManager
Flag this resource manager as dirty.
setDispatcherFactory(UMOMessageDispatcherFactory) - Method in class org.mule.providers.AbstractConnector
 
setDispatcherFactory(UMOMessageDispatcherFactory) - Method in interface org.mule.umo.provider.UMOConnector
The dispatcher factory is used to create a message dispatcher of the current request
setDispatcherThreadingProfile(ThreadingProfile) - Method in class org.mule.providers.AbstractConnector
Setter for property 'dispatcherThreadingProfile'.
setDisposeManagerPerSuite(boolean) - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
setDisposeManagerPerSuite(boolean) - Method in class org.mule.tck.AbstractMuleTestCase
 
setDoThreading(boolean) - Method in class org.mule.config.ThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.providers.AbstractConnectionStrategy
 
setDoubleProperty(String, double) - Method in class org.mule.impl.MuleMessage
Sets a double property on the event
setDoubleProperty(String, double) - Method in class org.mule.providers.AbstractMessageAdapter
 
setDoubleProperty(String, double) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a double property on the event
setEmbedded(boolean) - Method in class org.mule.config.MuleConfiguration
 
setEnableCorrelation(int) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnableCorrelationAsString(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnableMessageEvents(boolean) - Method in class org.mule.config.MuleConfiguration
 
setEnableMessageEvents(boolean) - Method in class org.mule.providers.AbstractConnector
Whether to fire message notifications for every message that is sent or received from this connector
setEnablePooling(boolean) - Method in class org.mule.impl.model.seda.SedaModel
 
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
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.management.stats.RouterStatistics
 
setEnabled(boolean) - Method in interface org.mule.management.stats.Statistics
Enable statistics logs (this is a dynamic parameter)
setEncoding(String) - Method in class org.mule.config.MuleConfiguration
 
setEncoding(String) - Method in class org.mule.impl.MuleDescriptor
 
setEncoding(String) - Method in class org.mule.impl.MuleMessage
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setEncoding(String) - Method in class org.mule.providers.AbstractMessageAdapter
Sets the encoding for this message
setEncoding(String) - Method in interface org.mule.umo.UMODescriptor
 
setEncoding(String) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets the encoding to be used for events received by this endpoint
setEncoding(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets the encoding for this message
setEncryptionStrategies(Map) - Method in class org.mule.impl.security.MuleSecurityManager
 
setEndpoint(URI, Properties) - Method in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.impl.endpoint.ResourceNameEndpointBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.impl.endpoint.SocketEndpointBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.impl.endpoint.UrlEndpointBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.impl.endpoint.UserInfoEndpointBuilder
 
setEndpoint(UMOImmutableEndpoint) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
setEndpoint(UMOEndpoint) - Method in class org.mule.providers.AbstractMessageReceiver
 
setEndpoint(UMOImmutableEndpoint) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
setEndpoint(UMOEndpoint) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
setEndpoint(UMOEndpoint) - Method in class org.mule.routing.ComponentCatchAllStrategy
 
setEndpoint(UMOEndpoint) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
setEndpoint(String) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
setEndpoint(String) - Method in class org.mule.routing.inbound.WireTap
 
setEndpoint(UMOEndpoint) - Method in class org.mule.routing.nested.NestedRouter
 
setEndpoint(UMOEndpoint) - Method in class org.mule.tck.testmodels.mule.TestCatchAllStrategy
 
setEndpoint(UMOImmutableEndpoint) - Method in class org.mule.transformers.AbstractTransformer
 
setEndpoint(UMOEndpoint) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
setEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMONestedRouter
 
setEndpoint(UMOEndpoint) - Method in interface org.mule.umo.routing.UMORouterCatchAllStrategy
 
setEndpoint(UMOImmutableEndpoint) - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
setEndpoint(UMOImmutableEndpoint) - Method in interface org.mule.umo.transformer.UMOBaseTransformer
Sets the endpoint associated with with this connector
setEndpointAddress(String) - Method in class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
setEndpointName(String) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
setEndpointName(String) - Method in interface org.mule.umo.endpoint.UMOEndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName()
setEndpointURI(UMOEndpointURI) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setEndpointURI(UMOEndpointURI) - Method in interface org.mule.umo.endpoint.UMOEndpoint
This specifes the communication endpointUri.
setEndpoints(List) - Method in class org.mule.impl.AbstractExceptionListener
 
setEndpoints(List) - Method in class org.mule.routing.inbound.InboundRouterCollection
 
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.ResponseRouterCollection
 
setEndpoints(List) - Method in interface org.mule.umo.routing.UMOInboundRouterCollection
 
setEndpoints(List) - Method in interface org.mule.umo.routing.UMOOutboundRouter
Sets a list of UMOEndpoint instances associated with this router
setEndpoints(List) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
setEntryPointResolver(UMOEntryPointResolver) - Method in class org.mule.impl.model.AbstractModel
 
setEntryPointResolver(UMOEntryPointResolver) - Method in class org.mule.impl.model.streaming.StreamingModel
 
setEntryPointResolver(UMOEntryPointResolver) - Method in interface org.mule.umo.model.UMOModel
This will be used to build entry points on the components registered with the model.
setEnvironment(Map) - Method in class org.mule.impl.container.JndiContainerContext
 
setEnvironment(Map) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setErrorExpression(String) - Method in class org.mule.components.rest.RestServiceWrapper
 
setErrorFilter(UMOFilter) - Method in class org.mule.components.rest.RestServiceWrapper
 
setEvent(UMOEvent) - Static method in class org.mule.impl.RequestContext
Set an event for out-of-scope thread access.
setExceptionCode(int) - Method in class org.mule.umo.UMOException
 
setExceptionDetails(UMOMessage, Throwable) - Method in class org.mule.providers.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 class org.mule.impl.MuleDescriptor
 
setExceptionListener(ExceptionListener) - Method in class org.mule.impl.model.AbstractModel
 
setExceptionListener(ExceptionListener) - Method in class org.mule.providers.AbstractConnector
 
setExceptionListener(ExceptionListener) - Method in interface org.mule.umo.UMODescriptor
The exception strategy to use to handle exceptions in the Mule UMO.
setExceptionListener(ExceptionListener) - Method in interface org.mule.umo.model.UMOModel
The exception strategy to use by components managed by the model.
setExceptionListener(ExceptionListener) - Method in interface org.mule.umo.provider.UMOConnector
 
setExceptionPayload(UMOExceptionPayload) - Method in class org.mule.impl.MuleMessage
 
setExceptionPayload(UMOExceptionPayload) - Static method in class org.mule.impl.RequestContext
 
setExceptionPayload(UMOExceptionPayload) - Method in class org.mule.providers.AbstractMessageAdapter
 
setExceptionPayload(UMOExceptionPayload) - Method in interface org.mule.umo.provider.UMOMessageAdapter
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
setExecutor(Executor) - Method in class org.mule.umo.FutureMessageResult
Set an ExecutorService to run this invocation.
setExhaustedAction(int) - Method in class org.mule.config.PoolingProfile
 
setExhaustedActionString(String) - 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 interface org.mule.umo.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.
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setExpression(String) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
setFactory(ObjectFactory) - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
setFactory(UMOTransactionFactory) - Method in class org.mule.impl.MuleTransactionConfig
 
setFactory(UMOTransactionFactory) - Method in interface org.mule.umo.UMOTransactionConfig
 
setFactory(ObjectFactory) - Method in interface org.mule.util.ObjectPool
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.AbstractResponseRouter
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.ResponseRouterCollection
 
setFailOnTimeout(boolean) - Method in interface org.mule.umo.routing.UMOResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
setFilter(UMOFilter) - Method in class org.mule.config.builders.EndpointReference
 
setFilter(UMOFilter) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setFilter(UMOFilter) - Method in class org.mule.routing.filters.logic.NotFilter
 
setFilter(UMOFilter) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setFilter(UMOFilter) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setFilter(UMOFilter) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
setFilter(UMOFilter) - Method in interface org.mule.umo.endpoint.UMOEndpoint
The filter to apply to incoming messages
setFrequency(long) - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
setFrequency(long) - Method in class org.mule.providers.SimpleRetryConnectionStrategy
 
setFruit(Fruit[]) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setFruit(List) - Method in class org.mule.tck.testmodels.fruit.FruitBowl
 
setHonorSynchronicity(boolean) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
Sets the flag indicating whether the splitter honurs endpoint settings
setHttpMethod(String) - Method in class org.mule.components.rest.RestServiceWrapper
 
setId(String) - Method in class org.mule.MuleManager
 
setId(String) - Method in interface org.mule.umo.manager.UMOManager
Sets the unique Id for this Manager instance.
setIgnoreAdminNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreBadInput(boolean) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
setIgnoreBadInput(boolean) - Method in class org.mule.transformers.AbstractTransformer
 
setIgnoreComponentNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreConnectionNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreCustomNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreManagementNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreManagerNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreModelNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setIgnoreSecurityNotifications(boolean) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
setImplementation(Object) - Method in class org.mule.impl.MuleDescriptor
 
setImplementation(Object) - Method in interface org.mule.umo.UMODescriptor
The String used to instanciate create the object, this can be a FQ class name or a reference to an object in a configured container
setImplementationInstance(Object) - Method in class org.mule.impl.MuleDescriptor
 
setInboundEndpoint(UMOEndpoint) - Method in class org.mule.impl.MuleDescriptor
 
setInboundEndpoint(UMOEndpoint) - Method in interface org.mule.umo.UMODescriptor
Deprecated. use setInboundRouter() instead (see MULE-506)
setInboundRouter(UMOInboundRouterCollection) - Method in class org.mule.impl.MuleDescriptor
 
setInboundRouter(UMOInboundRouterCollection) - Method in interface org.mule.umo.UMODescriptor
Inbound Routers control how events are received by a component.
setInboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ComponentStatistics
 
setInboundTransformer(UMOTransformer) - Method in class org.mule.impl.MuleDescriptor
 
setInboundTransformer(UMOTransformer) - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
setInboundTransformer(UMOTransformer) - Method in interface org.mule.umo.UMODescriptor
Deprecated. use setInboundRouter() instead (see MULE-506)
setInitialState(String) - Method in class org.mule.impl.MuleDescriptor
Sets the initial state of this component
setInitialState(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
Sets the state the endpoint will be loaded in.
setInitialState(String) - Method in interface org.mule.umo.UMODescriptor
Sets the initial state of this component
setInitialState(String) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets the state the endpoint will be loaded in.
setInitialisationPolicy(int) - Method in class org.mule.config.PoolingProfile
 
setInitialisationPolicyString(String) - Method in class org.mule.config.PoolingProfile
 
setInstance(UMOManager) - Static method in class org.mule.MuleManager
Deprecated. this will go away soon.
setIntProperty(String, int) - Method in class org.mule.impl.MuleMessage
 
setIntProperty(String, int) - Method in class org.mule.providers.AbstractMessageAdapter
 
setIntProperty(String, int) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a integerproperty on the event
setInterceptors(List) - Method in class org.mule.impl.MuleDescriptor
 
setInterceptors(List) - Method in class org.mule.interceptors.InterceptorStack
 
setInterceptors(List) - Method in interface org.mule.umo.UMODescriptor
Interceptors are executable objects that can be chained together.
setInterface(Class) - Method in class org.mule.routing.nested.NestedRouter
 
setInterface(Class) - Method in interface org.mule.umo.routing.UMONestedRouter
 
setIterationCount(int) - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
setJndiContext(Context) - Method in class org.mule.providers.AbstractJndiConnector
 
setJndiInitialFactory(String) - Method in class org.mule.providers.AbstractJndiConnector
 
setJndiName(String) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setJndiProviderProperties(Map) - Method in class org.mule.providers.AbstractJndiConnector
 
setJndiProviderUrl(String) - Method in class org.mule.providers.AbstractJndiConnector
 
setJndiUrlPkgPrefixes(String) - Method in class org.mule.providers.AbstractJndiConnector
 
setKey(byte[]) - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
setKey(String) - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
setKey(Object) - Method in class org.mule.transformers.simple.MapLookup
 
setKeyFactory(ObjectFactory) - Method in class org.mule.impl.security.SecretKeyEncryptionStrategy
 
setKeyManagerAlgorithm(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeyManagerAlgorithm(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeyPassword(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeyPassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeyStore(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeyStore(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeystoreType(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeystoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setLeftFilter(UMOFilter) - Method in class org.mule.routing.filters.logic.AndFilter
 
setLeftFilter(UMOFilter) - Method in class org.mule.routing.filters.logic.OrFilter
 
setLevelMappings(Map) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setLifecycleAdapterFactory(UMOLifecycleAdapterFactory) - Method in class org.mule.impl.model.AbstractModel
 
setLifecycleAdapterFactory(UMOLifecycleAdapterFactory) - Method in interface org.mule.umo.model.UMOModel
Sets the lifecycleAdapterFactory on the model.
setListProperties(List) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setListener(InternalMessageListener) - Method in class org.mule.providers.AbstractMessageReceiver
 
setLogConfigFile(String) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setLogFile(String) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setLogName(String) - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
setLongProperty(String, long) - Method in class org.mule.impl.MuleMessage
 
setLongProperty(String, long) - Method in class org.mule.providers.AbstractMessageAdapter
 
setLongProperty(String, long) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a long property on the event
setMapProperties(Map) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setMatchAll(boolean) - Method in class org.mule.routing.AbstractRouterCollection
 
setMatchAll(boolean) - Method in interface org.mule.umo.routing.UMORouterCollection
 
setMaxActive(int) - Method in class org.mule.config.PoolingProfile
 
setMaxBufferSize(int) - Method in class org.mule.config.ThreadingProfile
 
setMaxDispatchersActive(int) - Method in class org.mule.providers.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.
setMaxThreadsActive(int) - Method in class org.mule.config.ThreadingProfile
 
setMaxThreadsIdle(int) - Method in class org.mule.config.ThreadingProfile
 
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(UMOMessage) - Method in class org.mule.umo.Invocation
 
setMessage(Message) - Method in class org.mule.umo.UMOException
 
setMessage(String) - Method in class org.mule.umo.UMOException
 
setMessageDispatcherThreadingProfile(ThreadingProfile) - Method in class org.mule.config.MuleConfiguration
 
setMessageProperties(UMOSession, UMOMessage, UMOEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setMessageReceiverThreadingProfile(ThreadingProfile) - Method in class org.mule.config.MuleConfiguration
 
setMessageTTL(int) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setMethod(Method) - Method in class org.mule.impl.model.resolvers.EntryPoint
 
setMethod(String) - Method in class org.mule.routing.nested.NestedRouter
 
setMethod(String) - Method in interface org.mule.umo.routing.UMONestedRouter
 
setModel(String) - Method in class org.mule.config.MuleConfiguration
 
setModelName(String) - Method in class org.mule.impl.MuleDescriptor
 
setModelName(String) - Method in interface org.mule.umo.UMODescriptor
Sets the Model name that this descriptor is registered within.
setModelType(String) - Method in class org.mule.config.MuleConfiguration
 
setName(String) - Method in class org.mule.impl.MuleDescriptor
 
setName(String) - Method in class org.mule.impl.container.AbstractContainerContext
 
setName(String) - Method in class org.mule.impl.container.DescriptorContainerContext
 
setName(String) - Method in class org.mule.impl.container.MultiContainerContext
 
setName(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setName(String) - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
Sets the name of this agent
setName(String) - Method in class org.mule.impl.internal.admin.MuleAdminAgent
Sets the name of this agent
setName(String) - Method in class org.mule.impl.model.AbstractModel
 
setName(String) - Method in class org.mule.management.stats.ComponentStatistics
 
setName(String) - Method in class org.mule.providers.AbstractConnector
setName(String) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
setName(String) - Method in class org.mule.tck.testmodels.mule.TestAgent
 
setName(String) - Method in class org.mule.transformers.AbstractTransformer
 
setName(String) - Method in interface org.mule.umo.UMODescriptor
sets the identifier for the Mule UMO created from the descriptor
setName(String) - Method in interface org.mule.umo.endpoint.UMOEndpoint
 
setName(String) - Method in interface org.mule.umo.manager.UMOAgent
Sets the name of this agent
setName(String) - Method in interface org.mule.umo.manager.UMOContainerContext
The identifying name of the container.
setName(String) - Method in interface org.mule.umo.model.UMOModel
Sets the model's name.
setName(String) - Method in interface org.mule.umo.provider.UMOConnector
 
setName(String) - Method in interface org.mule.umo.security.UMOSecurityProvider
 
setName(String) - Method in interface org.mule.umo.transformer.UMOBaseTransformer
 
setNestedRouter(UMONestedRouterCollection) - Method in class org.mule.impl.MuleDescriptor
 
setNestedRouter(UMONestedRouterCollection) - Method in interface org.mule.umo.UMODescriptor
 
setNextMessage(Message) - Method in class org.mule.config.i18n.Message
 
setNextTransformer(UMOStreamingTransformer) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
setNextTransformer(UMOTransformer) - Method in class org.mule.transformers.AbstractTransformer
 
setNextTransformer(UMOStreamingTransformer) - Method in interface org.mule.umo.transformer.UMOStreamingTransformer
Transformers can be chained together and invoked in a series
setNextTransformer(UMOTransformer) - Method in interface org.mule.umo.transformer.UMOTransformer
Transformers can be chained together and invoked in a series
setNumberOfConcurrentTransactedReceivers(int) - Method in class org.mule.providers.AbstractConnector
 
setNumberOfMessages(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setOSEncoding(String) - Method in class org.mule.config.MuleConfiguration
 
setOptionalParams(Map) - Method in class org.mule.components.rest.RestServiceWrapper
 
setOriginalPayload(Object) - Method in class org.mule.interceptors.MessageNormalizerInterceptor
 
setOutboundEndpoint(UMOEndpoint) - Method in class org.mule.impl.MuleDescriptor
 
setOutboundEndpoint(UMOEndpoint) - Method in interface org.mule.umo.UMODescriptor
Deprecated. use setOutboundRouter() instead (see MULE-506)
setOutboundRouter(UMOOutboundRouterCollection) - Method in class org.mule.impl.MuleDescriptor
 
setOutboundRouter(UMOOutboundRouterCollection) - Method in interface org.mule.umo.UMODescriptor
Outbound Routers control how events are published by a component once.
setOutboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ComponentStatistics
 
setOutboundTransformer(UMOTransformer) - Method in class org.mule.impl.MuleDescriptor
 
setOutboundTransformer(UMOTransformer) - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
setOutboundTransformer(UMOTransformer) - Method in interface org.mule.umo.UMODescriptor
Deprecated. use setOutboundRouter() instead (see MULE-506)
setOutputHandler(OutputHandler) - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
setOutputHandler(OutputHandler) - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
setOutputHandler(OutputHandler) - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
The Output handler is a callback that will handle the writing to an output Stream when the Stream is available
setOverrides(Properties) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
setOverwrite(boolean) - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
setPassword(String) - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
setPattern(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
setPattern(String) - Method in class org.mule.routing.filters.RegExFilter
 
setPattern(String) - Method in class org.mule.routing.filters.WildcardFilter
 
setPayloadParameterNames(List) - Method in class org.mule.components.rest.RestServiceWrapper
 
setPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.config.MuleConfiguration
 
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
 
setPool(ObjectPool) - Method in class org.mule.config.pool.AbstractProxyFactory
 
setPoolExhaustedAction(int) - Method in class org.mule.config.ThreadingProfile
 
setPoolExhaustedActionString(String) - Method in class org.mule.config.ThreadingProfile
 
setPoolFactory(UMOPoolFactory) - Method in class org.mule.config.PoolingProfile
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.config.MuleConfiguration
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.impl.MuleDescriptor
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.impl.model.seda.SedaComponent
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.impl.model.seda.SedaModel
 
setPostfix(String) - Method in class org.mule.components.simple.StaticComponent
 
setPrefix(String) - Method in class org.mule.components.simple.StaticComponent
 
setPrintHeaders(boolean) - Method in class org.mule.management.stats.printers.CSVPrinter
 
setProperties(Map) - Method in class org.mule.config.builders.EndpointReference
 
setProperties(Map) - Method in class org.mule.impl.MuleDescriptor
 
setProperties(Map) - Method in class org.mule.impl.container.PropertiesContainerContext
 
setProperties(Map) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setProperties(Map) - Method in class org.mule.impl.security.MuleAuthentication
 
setProperties(Map) - Method in interface org.mule.umo.UMODescriptor
 
setProperties(Map) - Method in interface org.mule.umo.endpoint.UMOEndpoint
 
setProperties(Map) - Method in interface org.mule.umo.security.UMOAuthentication
 
setProperty(Object, Object) - Method in class org.mule.MuleManager
Sets an Mule environment parameter in the MuleManager.
setProperty(String, Object) - Method in class org.mule.impl.MuleMessage
Gets a property of the payload implementation
setProperty(Object, Object) - Method in class org.mule.impl.MuleSession
Will set a session level property.
setProperty(String, Object) - Method in class org.mule.impl.endpoint.MuleEndpoint
Sets a property on the endpoint
setProperty(Object, Object) - Method in class org.mule.impl.internal.notifications.AdminNotification
 
setProperty(Object, Object) - Method in class org.mule.impl.message.BaseMessage
 
setProperty(String, Object) - Method in class org.mule.providers.AbstractMessageAdapter
 
setProperty(Object, Object) - Method in interface org.mule.umo.UMOSession
Will set a session level property.
setProperty(String, Object) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets a property on the endpoint
setProperty(Object, Object) - Method in interface org.mule.umo.manager.UMOManager
Sets an Mule environment parameter in the MuleManager.
setProperty(String, Object) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Set a property on the message
setPropertyExtractor(PropertyExtractor) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setPropertyExtractorAsString(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setPropertyExtractorAsString(String) - Method in class org.mule.routing.response.AbstractResponseRouter
A digester callback to configure a custom correlation extractor.
setPropertyName(String) - Method in class org.mule.transformers.simple.GetBeanProperty
 
setProtocolHandler(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setProvider(Provider) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setProviders(List) - Method in class org.mule.impl.security.MuleSecurityManager
 
setProviders(List) - Method in interface org.mule.umo.security.UMOSecurityManager
 
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 class org.mule.MuleManager
 
setQueueManager(QueueManager) - Method in interface org.mule.umo.manager.UMOManager
Sets the queue manager used by mule for queuing events.
setQueueProfile(QueueProfile) - Method in class org.mule.config.MuleConfiguration
 
setQueueProfile(QueueProfile) - Method in class org.mule.impl.MuleDescriptor
 
setQueueProfile(QueueProfile) - Method in class org.mule.impl.model.seda.SedaComponent
 
setQueueProfile(QueueProfile) - Method in class org.mule.impl.model.seda.SedaModel
 
setQueueTimeout(int) - Method in class org.mule.impl.model.seda.SedaModel
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
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.providers.TransactedPollingMessageReceiver
 
setReceiverKey(String) - Method in class org.mule.providers.AbstractMessageReceiver
 
setReceiverKey(String) - Method in interface org.mule.umo.provider.UMOMessageReceiver
 
setReceiverThreadingProfile(ThreadingProfile) - Method in class org.mule.providers.AbstractConnector
Setter for property 'receiverThreadingProfile'.
setRecipients(List) - Method in class org.mule.routing.outbound.StaticRecipientList
 
setRecoverableMode(boolean) - Method in class org.mule.config.MuleConfiguration
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.mule.config.ThreadingProfile
 
setRemoteSync(boolean) - Method in class org.mule.config.MuleConfiguration
 
setRemoteSync(boolean) - Method in class org.mule.impl.endpoint.MuleEndpoint
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.
setRemoteSync(boolean) - Method in interface org.mule.umo.endpoint.UMOEndpoint
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.
setRemoteSyncTimeout(int) - Method in class org.mule.impl.endpoint.MuleEndpoint
The timeout value for remoteSync invocations
setRemoteSyncTimeout(int) - Method in interface org.mule.umo.endpoint.UMOEndpoint
The timeout value for remoteSync invocations
setReplyTo(Object) - Method in class org.mule.impl.MuleMessage
Sets a replyTo address for this message.
setReplyTo(Object) - Method in class org.mule.providers.AbstractMessageAdapter
 
setReplyTo(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setReplyTo(Object) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a replyTo address for this message.
setReplyTo(String) - Method in interface org.mule.umo.routing.UMOOutboundRouter
Sets the replyTo endpoint for any outgoing messages.
setRequireClientAuthentication(boolean) - Method in interface org.mule.umo.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
setRequireClientAuthentication(boolean) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setRequiredParams(Map) - Method in class org.mule.components.rest.RestServiceWrapper
 
setResponseRouter(UMOResponseRouterCollection) - Method in class org.mule.impl.MuleDescriptor
Response Routers control how events are returned in a request/response call.
setResponseRouter(UMOResponseRouterCollection) - Method in interface org.mule.umo.UMODescriptor
Response Routers control how events are returned in a request/response call.
setResponseTransformer(UMOTransformer) - Method in class org.mule.impl.MuleDescriptor
 
setResponseTransformer(UMOTransformer) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setResponseTransformer(UMOTransformer) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets tyhe transformer used when a response is sent back from the endpoint invocation
setRetryCount(int) - Method in class org.mule.providers.SimpleRetryConnectionStrategy
How many times to retry.
setReturnClass(Class) - Method in class org.mule.transformers.AbstractTransformer
 
setReturnClass(Class) - Method in interface org.mule.umo.transformer.UMOTransformer
Sets the expected return type for the transformed data.
setReuseObject(boolean) - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
setRightFilter(UMOFilter) - Method in class org.mule.routing.filters.logic.AndFilter
 
setRightFilter(UMOFilter) - Method in class org.mule.routing.filters.logic.OrFilter
 
setRollbackOnly() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
setRollbackOnly() - Method in class org.mule.transaction.XaTransaction
 
setRollbackOnly() - Method in interface org.mule.umo.UMOTransaction
 
setRouterStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouter
 
setRouterStatistics(RouterStatistics) - Method in interface org.mule.umo.routing.UMORouter
 
setRouters(List) - Method in class org.mule.routing.AbstractRouterCollection
 
setRouters(List) - Method in interface org.mule.umo.routing.UMORouterCollection
 
setSalt(byte[]) - Method in class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
setSecurityContext(UMOSecurityContext) - Method in class org.mule.impl.MuleSession
The security context for this session.
setSecurityContext(UMOSecurityContext) - Method in interface org.mule.umo.UMOSession
The security context for this session.
setSecurityFilter(UMOEndpointSecurityFilter) - Method in class org.mule.impl.endpoint.MuleEndpoint
Sets an UMOEndpointSecurityFilter for this endpoint.
setSecurityFilter(UMOEndpointSecurityFilter) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets an UMOEndpointSecurityFilter for this endpoint.
setSecurityManager(UMOSecurityManager) - Method in class org.mule.MuleManager
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(String) - Method in class org.mule.impl.container.RmiContainerContext
 
setSecurityManager(UMOSecurityManager) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
setSecurityManager(UMOSecurityManager) - Method in interface org.mule.umo.manager.UMOManager
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(UMOSecurityManager) - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
setSecurityPolicy(String) - Method in class org.mule.impl.container.RmiContainerContext
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setSecurityProviders(String) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
setSecurityProviders(String) - Method in interface org.mule.umo.security.UMOEndpointSecurityFilter
 
setSeeds(Integer) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
setSegments(Integer) - Method in class org.mule.tck.testmodels.fruit.Orange
 
setSelectorProperty(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setSendTransformed(boolean) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
setServerUrl(String) - Method in class org.mule.config.MuleConfiguration
 
setServiceOverrides(Map) - Method in class org.mule.providers.AbstractConnector
Set the Service overrides on this connector.
setServiceUrl(String) - Method in class org.mule.components.rest.RestServiceWrapper
 
setSessionHandler(UMOSessionHandler) - Method in class org.mule.providers.AbstractConnector
Setter for property 'sessionHandler'.
setSingleton(boolean) - Method in class org.mule.impl.MuleDescriptor
Determines if only a single instance of this component is created.
setSingleton(boolean) - Method in interface org.mule.umo.UMODescriptor
Determines if only a single instance of this component is created.
setSslType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setStartTime(long) - Method in class org.mule.management.stats.AllStatistics
 
setStartupPropertiesFile(String) - Static method in class org.mule.MuleServer
 
setStatistics(AllStatistics) - Method in class org.mule.MuleManager
Sets statistics on this instance
setStatistics(ComponentStatistics) - Method in class org.mule.impl.model.DefaultMuleProxy
 
setStatistics(ComponentStatistics) - Method in interface org.mule.impl.model.MuleProxy
 
setStatistics(ComponentStatistics) - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouterCollection
 
setStatistics(RouterStatistics) - Method in interface org.mule.umo.routing.UMORouterCollection
 
setStopFurtherProcessing(boolean) - Method in class org.mule.impl.MuleEvent
Setting this parameter will stop the Mule framework from processing this event in the standard way.
setStopFurtherProcessing(boolean) - Method in class org.mule.impl.MuleEventContext
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in interface org.mule.umo.UMOEvent
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in interface org.mule.umo.UMOEventContext
Determines whether the default processing for this event will be executed.
setStorePassword(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setStorePassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setStrategy(UMOEncryptionStrategy) - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
setStrategy(CompressionStrategy) - Method in class org.mule.transformers.compression.AbstractCompressionTransformer
 
setStrategy(UMOEncryptionStrategy) - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
setStrategyName(String) - Method in class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
setStrategyName(String) - Method in class org.mule.transformers.encryption.AbstractEncryptionTransformer
 
setStreaming(boolean) - Method in class org.mule.impl.endpoint.MuleEndpoint
Determines whether the endpoint should deal with requests as streams
setStreaming(boolean) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Determines whether the endpoint should deal with requests as streams
setStringProperty(String, String) - Method in class org.mule.impl.MuleMessage
Sets a String property on the event
setStringProperty(String, String) - Method in class org.mule.providers.AbstractMessageAdapter
 
setStringProperty(String, String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Sets a String property on the event
setSupportedProtocols(List) - Method in class org.mule.providers.AbstractConnector
Sets A list of protocols that the connector can accept
setSynchronous(boolean) - Method in class org.mule.config.MuleConfiguration
 
setSynchronous(boolean) - Method in class org.mule.impl.MuleEvent
 
setSynchronous(boolean) - Method in class org.mule.impl.endpoint.MuleEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
setSynchronous(boolean) - Method in interface org.mule.umo.UMOEvent
Determines whether the was sent synchrounously or not
setSynchronous(boolean) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
setSynchronousEventTimeout(int) - Method in class org.mule.config.MuleConfiguration
 
setSystemModelType(String) - Method in class org.mule.config.MuleConfiguration
 
setSystemProperties(Map) - Method in class org.mule.impl.container.PropertiesContainerContext
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ThreadingProfile
 
setThreadPriority(int) - Method in class org.mule.impl.work.WorkerContext
Defines the thread priority level of the thread, which will be dispatched to process this work.
setThreadTTL(long) - Method in class org.mule.config.ThreadingProfile
 
setThreadWaitTimeout(long) - Method in class org.mule.config.ThreadingProfile
 
setThreadingProfile(ThreadingProfile) - Method in class org.mule.impl.MuleDescriptor
 
setTimeUnit(TimeUnit) - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
setTimeout(int) - Method in class org.mule.impl.MuleEvent
 
setTimeout(int) - Method in class org.mule.impl.MuleTransactionConfig
 
setTimeout(int) - Method in class org.mule.routing.response.AbstractResponseRouter
 
setTimeout(int) - Method in class org.mule.routing.response.ResponseRouterCollection
 
setTimeout(int) - Method in interface org.mule.umo.UMOEvent
The number of milliseconds to wait for a return event when running synchronously.
setTimeout(int) - Method in interface org.mule.umo.UMOTransactionConfig
 
setTimeout(int) - Method in interface org.mule.umo.routing.UMOResponseRouter
Sets the timeout delay that the response router should wait for a response for a given event.
setTimeout(int) - Method in interface org.mule.umo.routing.UMOResponseRouterCollection
 
setTransactionConfig(UMOTransactionConfig) - Method in class org.mule.config.builders.EndpointReference
 
setTransactionConfig(UMOTransactionConfig) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setTransactionConfig(UMOTransactionConfig) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setTransactionConfig(UMOTransactionConfig) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Sets the Transaction configuration for the endpoint
setTransactionConfig(UMOTransactionConfig) - Method in interface org.mule.umo.routing.UMOOutboundRouter
 
setTransactionManager(TransactionManager) - Method in class org.mule.MuleManager
Sets the Jta Transaction Manager to use with this Mule server instance
setTransactionManager(TransactionManager) - Method in interface org.mule.umo.manager.UMOManager
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.config.MuleConfiguration
 
setTransactionTimeout(int) - Method in class org.mule.util.xa.DefaultXASession
 
setTransformFirst(boolean) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setTransformer(UMOTransformer) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setTransformer(UMOTransformer) - Method in class org.mule.providers.DefaultReplyToHandler
 
setTransformer(UMOTransformer) - Method in interface org.mule.providers.ReplyToHandler
 
setTransformer(UMOTransformer) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setTransformer(UMOTransformer) - Method in class org.mule.routing.outbound.TransformerRouter
 
setTransformer(UMOTransformer) - Method in class org.mule.umo.FutureMessageResult
Set a post-invocation transformer.
setTransformer(UMOTransformer) - Method in interface org.mule.umo.endpoint.UMOEndpoint
The transformer is responsible for transforming data when it is received or sent by the UMO (depending on whether this endpoint is a receiver or not).
setTrustManagerAlgorithm(String) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
setTrustManagerAlgorithm(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustManagerFactory(TrustManagerFactory) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStore(String) - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
setTrustStore(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStorePassword(String) - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
setTrustStorePassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStoreType(String) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
setTrustStoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTxManager(TransactionManager) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setType(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setType(String) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Determines whether the message endpoint is a sender or receiver or both.
setUp() - Method in class org.mule.tck.AbstractMuleTestCase
 
setUpperCase(boolean) - Method in class org.mule.transformers.simple.ByteArrayToHexString
 
setUrlFromMessage(boolean) - Method in class org.mule.components.rest.RestServiceWrapper
 
setUseMultipleTransactedReceivers(boolean) - Method in class org.mule.providers.TransactedPollingMessageReceiver
 
setUseTemplates(boolean) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setValid(boolean) - Method in class org.mule.impl.MuleSession
 
setValid(boolean) - Method in interface org.mule.umo.UMOSession
Determines if this session is valid.
setVersion(String) - Method in class org.mule.impl.MuleDescriptor
 
setVersion(String) - Method in interface org.mule.umo.UMODescriptor
The version on the Mule UMO.
setWireFormat(WireFormat) - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
setWireFormat(WireFormat) - Method in class org.mule.impl.internal.admin.MuleManagerComponent
 
setWorkListener(WorkListener) - Method in class org.mule.config.MuleConfiguration
 
setWorkListener(WorkListener) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
setWorkManager(UMOWorkManager) - Method in class org.mule.MuleManager
Obtains a workManager instance that can be used to schedule work in a thread pool.
setWorkManager(UMOWorkManager) - Method in class org.mule.providers.AbstractMessageReceiver
 
setWorkManager(UMOWorkManager) - Method in interface org.mule.umo.manager.UMOManager
Sets a workManager instance that can be used to schedule work in a thread pool.
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in class org.mule.config.ThreadingProfile
 
setWorkingDirectory(String) - Method in class org.mule.config.MuleConfiguration
 
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(int, long) - Method in class org.mule.util.queue.TransactionalQueueManager
 
shutdown(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
shutdownNormally(Date) - Static method in class org.mule.config.i18n.CoreMessages
 
singleton - Variable in class org.mule.impl.ImmutableMuleDescriptor
Determines if this component is a singleton
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 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
 
sourceTypes - Variable in class org.mule.transformers.AbstractTransformer
A list of supported Class types that the source payload passed into this transformer
speak() - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
splitAndTrim(String, String) - Static method in class org.mule.util.StringUtils
Like StringUtils.split(String, String), but additionally trims whitespace from the result tokens.
start() - Method in class org.mule.MuleManager
Start the MuleManager.
start(String) - Method in class org.mule.MuleManager
Start the MuleManager.
start(boolean) - Method in class org.mule.MuleServer
Start the mule server
start() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
start() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
start() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
start() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
start(UMOWorkManager) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
start() - Method in class org.mule.impl.model.AbstractComponent
 
start(boolean) - Method in class org.mule.impl.model.AbstractComponent
Starts a Mule Component.
start() - Method in class org.mule.impl.model.AbstractModel
Starts all registered components
start() - Method in class org.mule.impl.model.DefaultMuleProxy
 
start() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
start() - Method in class org.mule.impl.work.MuleWorkManager
 
start() - Method in class org.mule.providers.AbstractMessageReceiver
 
start() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
start() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
start() - Method in interface org.mule.umo.lifecycle.Startable
 
start() - Method in interface org.mule.util.ObjectPool
 
start() - Method in class org.mule.util.monitor.FileMonitor
 
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
 
startAgents() - Method in class org.mule.MuleManager
{@inheritDoc}
startComponent(String) - Method in class org.mule.impl.model.AbstractModel
Starts a single Mule Component.
startComponent(String) - Method in interface org.mule.umo.model.UMOModel
Starts a single Mule Component.
startConnector() - Method in class org.mule.providers.AbstractConnector
startConnector() - Method in interface org.mule.umo.provider.UMOConnector
 
startListeners() - Method in class org.mule.impl.model.AbstractComponent
 
startOnConnect - Variable in class org.mule.providers.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.impl.work.MuleWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 
started - Variable in class org.mule.providers.AbstractConnector
Specifies if the endpoint started
started - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
statistics - Variable in class org.mule.impl.DefaultComponentExceptionStrategy
 
statistics - Variable in class org.mule.routing.AbstractCatchAllStrategy
 
stats - Variable in class org.mule.impl.model.AbstractComponent
 
status - Variable in class org.mule.util.xa.AbstractTransactionContext
 
stop() - Method in class org.mule.MuleManager
Stops the MuleManager which stops all sessions and connectors
stop() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
stop() - Method in class org.mule.impl.DefaultLifecycleAdapter
 
stop() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
stop() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
stop() - Method in class org.mule.impl.model.AbstractComponent
 
stop() - Method in class org.mule.impl.model.AbstractModel
Stops any registered components
stop() - Method in class org.mule.impl.model.DefaultMuleProxy
 
stop() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
stop() - Method in class org.mule.impl.work.MuleWorkManager
 
stop() - Method in class org.mule.providers.AbstractMessageReceiver
 
stop() - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 
stop() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
stop() - Method in interface org.mule.umo.lifecycle.Stoppable
 
stop() - Method in interface org.mule.util.ObjectPool
 
stop() - Method in class org.mule.util.monitor.FileMonitor
Stop the file monitor polling.
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
 
stopAgents() - Method in class org.mule.MuleManager
{@inheritDoc}
stopComponent(String) - Method in class org.mule.impl.model.AbstractModel
Stops a single Mule Component.
stopComponent(String) - Method in interface org.mule.umo.model.UMOModel
Stops a single Mule Component.
stopConnector() - Method in class org.mule.providers.AbstractConnector
stopConnector() - Method in interface org.mule.umo.provider.UMOConnector
 
stopListeners() - Method in class org.mule.impl.model.AbstractComponent
 
stopped - Variable in class org.mule.impl.model.AbstractComponent
Determines if the component has been stopped
stopped - Variable in class org.mule.providers.AbstractMessageReceiver
 
stopping - Variable in class org.mule.impl.model.AbstractComponent
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 class org.mule.routing.inbound.IdempotentInMemoryMessageIdStore
 
storeId(Object) - Method in interface org.mule.routing.inbound.IdempotentMessageIdStore
Store the given ID.
storeSessionInfoToMessage(UMOSession, UMOMessage) - Method in class org.mule.impl.MuleSessionHandler
 
storeSessionInfoToMessage(UMOSession, UMOMessage) - Method in class org.mule.impl.NullSessionHandler
 
storeSessionInfoToMessage(UMOSession, UMOMessage) - Method in interface org.mule.umo.provider.UMOSessionHandler
 
streaming - Variable in class org.mule.impl.ImmutableMuleEndpoint
Determines whether the endpoint should deal with requests as streams
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
 
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
 
subscriptionMatches(UMOServerNotification) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
suitePostSetUp() - Method in class org.mule.tck.AbstractMuleTestCase
 
suitePostTearDown() - Method in class org.mule.tck.AbstractMuleTestCase
 
suitePreSetUp() - Method in class org.mule.tck.AbstractMuleTestCase
 
suitePreTearDown() - Method in class org.mule.tck.AbstractMuleTestCase
 
supports(Class) - Method in interface org.mule.umo.security.UMOSecurityProvider
 
supportsProtocol(String) - Method in class org.mule.providers.AbstractConnector
 
supportsProtocol(String) - Method in interface org.mule.umo.provider.UMOConnector
 
suspend() - Method in class org.mule.impl.model.DefaultMuleProxy
Controls the suspension of the UMO event processing
suspend() - Method in interface org.mule.impl.model.MuleProxy
Controls the suspension of the UMO event processing
suspend() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
Controls the suspension of the UMO event processing
suspend() - Method in class org.mule.transaction.AbstractTransaction
 
suspend() - Method in class org.mule.transaction.XaTransaction
 
suspend() - Method in interface org.mule.umo.UMOTransaction
Suspend the XA transaction
suspendEncoding() - Method in class org.mule.util.Base64.OutputStream
Suspends encoding of the stream.
suspendXATransaction(UMOTransaction) - Method in class org.mule.transaction.TransactionTemplate
 
suspended - Variable in class org.mule.util.xa.AbstractTransactionContext
 
suspendedContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
synchronous - Variable in class org.mule.impl.ImmutableMuleEndpoint
whether events received by this endpoint should execute in a single thread
systemProperties - Variable in class org.mule.impl.container.PropertiesContainerContext
 

T

TIMEOUT_DO_NOT_WAIT - Static variable in interface org.mule.umo.UMOEvent
 
TIMEOUT_NOT_SET_VALUE - Static variable in interface org.mule.umo.UMOEvent
 
TIMEOUT_WAIT_FOREVER - Static variable in interface org.mule.umo.UMOEvent
 
TIME_AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the time average value of a counter
TOKEN_DELIM - Static variable in class org.mule.impl.security.MuleCredentials
 
TRANSACTION_BEGAN - Static variable in class org.mule.impl.internal.notifications.TransactionNotification
 
TRANSACTION_COMMITTED - Static variable in class org.mule.impl.internal.notifications.TransactionNotification
 
TRANSACTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
TRANSACTION_ROLLEDBACK - Static variable in class org.mule.impl.internal.notifications.TransactionNotification
 
TRANSACTION_TIMEOUT_SECONDS - Static variable in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
TYPE_ERROR - Static variable in class org.mule.umo.manager.UMOServerNotification
 
TYPE_FATAL - Static variable in class org.mule.umo.manager.UMOServerNotification
 
TYPE_INBOUND - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_INFO - Static variable in class org.mule.umo.manager.UMOServerNotification
 
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.umo.manager.UMOServerNotification
 
TemplateEndpointRouter - class org.mule.routing.outbound.TemplateEndpointRouter.
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 org.mule.util.TemplateParser.
TemplateParser is a simple string parser that will substitute tokens in a string with values supplied in a Map.
TemplateParser.TemplateCallback - interface org.mule.util.TemplateParser.TemplateCallback.
 
TestAgent - class org.mule.tck.testmodels.mule.TestAgent.
Mock agent
TestAgent() - Constructor for class org.mule.tck.testmodels.mule.TestAgent
 
TestCaseWatchdog - class org.mule.tck.TestCaseWatchdog.
 
TestCaseWatchdog(long, TimeUnit, TestCaseWatchdogTimeoutHandler) - Constructor for class org.mule.tck.TestCaseWatchdog
 
TestCaseWatchdogTimeoutHandler - interface org.mule.tck.TestCaseWatchdogTimeoutHandler.
 
TestCatchAllStrategy - class org.mule.tck.testmodels.mule.TestCatchAllStrategy.
 
TestCatchAllStrategy() - Constructor for class org.mule.tck.testmodels.mule.TestCatchAllStrategy
 
TestCompressionTransformer - class org.mule.tck.testmodels.mule.TestCompressionTransformer.
 
TestCompressionTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
TestConnector - class org.mule.tck.testmodels.mule.TestConnector.
TestConnector use a mock connector
TestConnector() - Constructor for class org.mule.tck.testmodels.mule.TestConnector
 
TestConnector.DummyMessageAdapter - class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter.
 
TestConnector.DummyMessageAdapter(Object) - Constructor for class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
TestDefaultLifecycleAdapter - class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapter.
TestDefaultLifecycleAdapter TODO document
TestDefaultLifecycleAdapter(Object, UMODescriptor) - Constructor for class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapter
 
TestDefaultLifecycleAdapter(Object, UMODescriptor, UMOEntryPointResolver) - Constructor for class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapter
 
TestDefaultLifecycleAdapterFactory - class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapterFactory.
TestDefaultLifecycleAdapterFactory TODO document
TestDefaultLifecycleAdapterFactory() - Constructor for class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapterFactory
 
TestDependentObject - class org.mule.tck.testmodels.mule.TestDependentObject.
TestDependentObject is used as a mock dependency for an object
TestDependentObject() - Constructor for class org.mule.tck.testmodels.mule.TestDependentObject
 
TestEntryPointResolver - class org.mule.tck.testmodels.mule.TestEntryPointResolver.
TestEntryPointResolver TODO document
TestEntryPointResolver() - Constructor for class org.mule.tck.testmodels.mule.TestEntryPointResolver
 
TestExceptionStrategy - class org.mule.tck.testmodels.mule.TestExceptionStrategy.
TestExceptionStrategy TODO
TestExceptionStrategy() - Constructor for class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
TestMessageDispatcher - class org.mule.tck.testmodels.mule.TestMessageDispatcher.
 
TestMessageDispatcher(UMOImmutableEndpoint) - Constructor for class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
TestResponseAggregator - class org.mule.tck.testmodels.mule.TestResponseAggregator.
TestResponseAggregator is a mock response Agrregator object used for testing configuration
TestResponseAggregator() - Constructor for class org.mule.tck.testmodels.mule.TestResponseAggregator
 
TestTransactionFactory - class org.mule.tck.testmodels.mule.TestTransactionFactory.
TestTransactionFactory TODO
TestTransactionFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionFactory
 
TestTransactionManagerFactory - class org.mule.tck.testmodels.mule.TestTransactionManagerFactory.
TestTransactionManagerFactory TODO
TestTransactionManagerFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
ThreadSafeAccess - interface org.mule.impl.ThreadSafeAccess.
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
ThreadingProfile - class org.mule.config.ThreadingProfile.
ThreadingProfile is used to configure a thread pool.
ThreadingProfile() - Constructor for class org.mule.config.ThreadingProfile
 
ThreadingProfile(int, int, long, int, RejectedExecutionHandler, ThreadFactory) - Constructor for class org.mule.config.ThreadingProfile
 
ThreadingProfile(ThreadingProfile) - Constructor for class org.mule.config.ThreadingProfile
 
ThreadingProfile.WorkManagerFactory - interface org.mule.config.ThreadingProfile.WorkManagerFactory.
 
TimeAverage - class org.mule.util.counters.impl.TimeAverage.
 
TimeAverage(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.TimeAverage
 
TimeEvent - class org.mule.util.timer.TimeEvent.
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 org.mule.util.timer.TimeEventListener.
TimeEventListener provides a method to pass timer events to implementing objects.
TimedSocket - class org.mule.util.TimedSocket.
This class implements a timeout feature on socket connections.
TimerInterceptor - class org.mule.interceptors.TimerInterceptor.
TimerInterceptor simply times and displays the time taken to process an event.
TimerInterceptor() - Constructor for class org.mule.interceptors.TimerInterceptor
 
TlsConfiguration - class org.mule.umo.security.tls.TlsConfiguration.
Support for configuring TLS/SSL connections.
TlsConfiguration(String) - Constructor for class org.mule.umo.security.tls.TlsConfiguration
Support for TLS connections with a given initial value for the key store
TlsDirectKeyStore - interface org.mule.umo.security.TlsDirectKeyStore.
Configure direct key stores.
TlsDirectTrustStore - interface org.mule.umo.security.TlsDirectTrustStore.
Configure direct trust stores.
TlsIndirectKeyStore - interface org.mule.umo.security.TlsIndirectKeyStore.
Configure indirect key stores.
TlsIndirectTrustStore - interface org.mule.umo.security.TlsIndirectTrustStore.
Configure indirect trust stores.
TlsPropertiesMapper - class org.mule.umo.security.tls.TlsPropertiesMapper.
Move a TlsConfiguration to and from Properties (typically System Properties).
TlsPropertiesMapper(String) - Constructor for class org.mule.umo.security.tls.TlsPropertiesMapper
 
TlsPropertiesSocketFactory - class org.mule.umo.security.tls.TlsPropertiesSocketFactory.
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.umo.security.tls.TlsPropertiesSocketFactory
 
TooManySatisfiableMethodsException - exception org.mule.impl.TooManySatisfiableMethodsException.
TooManySatisfiableMethodsException is thrown by EntryPointResolvers when the component passed has more than one method that meets the criteria of the configured EntryPointResolver.
TooManySatisfiableMethodsException(Object, List) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, List, Exception) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Object[]) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Object[], Exception) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class, Exception) - Constructor for class org.mule.impl.TooManySatisfiableMethodsException
 
TransactedFileSession - class org.mule.util.file.TransactedFileSession.
TODO document
TransactedFileSession(AbstractXAResourceManager) - Constructor for class org.mule.util.file.TransactedFileSession
 
TransactedPollingMessageReceiver - class org.mule.providers.TransactedPollingMessageReceiver.
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint) - Constructor for class org.mule.providers.TransactedPollingMessageReceiver
 
TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long) - Constructor for class org.mule.providers.TransactedPollingMessageReceiver
Deprecated. please use #TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long, TimeUnit) instead
TransactedPollingMessageReceiver.MessageProcessorWorker - class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker.
 
TransactedPollingMessageReceiver.MessageProcessorWorker(TransactionTemplate, CountDownLatch, Object) - Constructor for class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
TransactionCallback - interface org.mule.transaction.TransactionCallback.
 
TransactionCoordination - class org.mule.transaction.TransactionCoordination.
 
TransactionException - exception org.mule.umo.TransactionException.
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionException(Message) - Constructor for class org.mule.umo.TransactionException
 
TransactionException(Message, Throwable) - Constructor for class org.mule.umo.TransactionException
 
TransactionException(Throwable) - Constructor for class org.mule.umo.TransactionException
 
TransactionInProgressException - exception org.mule.transaction.TransactionInProgressException.
TransactionInProgressException is thrown if a new transaction is started when there is one already in progress.
TransactionInProgressException(Message) - Constructor for class org.mule.transaction.TransactionInProgressException
 
TransactionInProgressException(Message, Throwable) - Constructor for class org.mule.transaction.TransactionInProgressException
 
TransactionNotInProgressException - exception org.mule.transaction.TransactionNotInProgressException.
TransactionNotInProgressException TODO (document class)
TransactionNotInProgressException(Message) - Constructor for class org.mule.transaction.TransactionNotInProgressException
 
TransactionNotInProgressException(Message, Throwable) - Constructor for class org.mule.transaction.TransactionNotInProgressException
 
TransactionNotification - class org.mule.impl.internal.notifications.TransactionNotification.
 
TransactionNotification(UMOTransaction, int) - Constructor for class org.mule.impl.internal.notifications.TransactionNotification
 
TransactionNotificationListener - interface org.mule.impl.internal.notifications.TransactionNotificationListener.
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.
TransactionRollbackException - exception org.mule.transaction.TransactionRollbackException.
 
TransactionRollbackException(Message) - Constructor for class org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Message, Throwable) - Constructor for class org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Throwable) - Constructor for class org.mule.transaction.TransactionRollbackException
 
TransactionStatusException - exception org.mule.transaction.TransactionStatusException.
 
TransactionStatusException(Message) - Constructor for class org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Message, Throwable) - Constructor for class org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Throwable) - Constructor for class org.mule.transaction.TransactionStatusException
 
TransactionTemplate - class org.mule.transaction.TransactionTemplate.
 
TransactionTemplate(UMOTransactionConfig, ExceptionListener) - Constructor for class org.mule.transaction.TransactionTemplate
 
TransactionalQueueManager - class org.mule.util.queue.TransactionalQueueManager.
The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
TransactionalQueueManager() - Constructor for class org.mule.util.queue.TransactionalQueueManager
 
TransactionalQueueManager.QueueTransactionContext - class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext.
 
TransactionalQueueManager.QueueTransactionContext() - Constructor for class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
TransformerException - exception org.mule.umo.transformer.TransformerException.
TransformerException is a simple exception that is thrown by transformers.
TransformerException(Message, UMOTransformer) - Constructor for class org.mule.umo.transformer.TransformerException
 
TransformerException(Message, UMOTransformer, Throwable) - Constructor for class org.mule.umo.transformer.TransformerException
 
TransformerException(UMOTransformer, Throwable) - Constructor for class org.mule.umo.transformer.TransformerException
 
TransformerException(Message, Throwable) - Constructor for class org.mule.umo.transformer.TransformerException
 
TransformerException(Message) - Constructor for class org.mule.umo.transformer.TransformerException
 
TransformerPairWireFormat - class org.mule.transformers.wire.TransformerPairWireFormat.
TODO
TransformerPairWireFormat() - Constructor for class org.mule.transformers.wire.TransformerPairWireFormat
 
TransformerReference - class org.mule.config.builders.TransformerReference.
TransformerReference maintains a transformer reference.
TransformerReference(String, String, Object) - Constructor for class org.mule.config.builders.TransformerReference
 
TransformerRouter - class org.mule.routing.outbound.TransformerRouter.
Simply applies a transformer before continuing on to the next router.
TransformerRouter() - Constructor for class org.mule.routing.outbound.TransformerRouter
 
TransportFactory - class org.mule.providers.service.TransportFactory.
TransportFactory can be used for generically creating endpoints from an url.
TransportFactoryException - exception org.mule.providers.service.TransportFactoryException.
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 class org.mule.providers.service.TransportFactoryException
 
TransportFactoryException(Message, Throwable) - Constructor for class org.mule.providers.service.TransportFactoryException
 
TransportFactoryException(Throwable) - Constructor for class org.mule.providers.service.TransportFactoryException
 
TransportServiceDescriptor - class org.mule.providers.service.TransportServiceDescriptor.
TransportServiceDescriptor describes the necessary information for creating a connector from a service descriptor.
TransportServiceDescriptor(String, String, Properties) - Constructor for class org.mule.providers.service.TransportServiceDescriptor
 
TransportServiceException - exception org.mule.providers.service.TransportServiceException.
TransportServiceException is thrown if a ProviderServicedescriptor has a service error set.
TransportServiceException(Message) - Constructor for class org.mule.providers.service.TransportServiceException
 
TransportServiceException(Message, Throwable) - Constructor for class org.mule.providers.service.TransportServiceException
 
TransportServiceFinder - interface org.mule.providers.service.TransportServiceFinder.
TransportServiceFinder can be used as a hook into the connector service creation process to return the correct Service Descriptor for a given service name.
TransportServiceNotFoundException - exception org.mule.providers.service.TransportServiceNotFoundException.
TransportServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.
TransportServiceNotFoundException(String) - Constructor for class org.mule.providers.service.TransportServiceNotFoundException
 
TransportServiceNotFoundException(String, Throwable) - Constructor for class org.mule.providers.service.TransportServiceNotFoundException
 
take() - Method in interface org.mule.util.queue.Queue
Blocks and retrieves an object from this queue.
tearDown() - Method in class org.mule.tck.AbstractMuleTestCase
 
templateCausedMalformedEndpoint(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
templateParser - Variable in class org.mule.impl.container.PropertiesContainerContext
 
testAlwaysBeginXaTransactionSuspendResume() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
AlwaysBegin action suspends current transaction and begins a new one.
testBadReturnType() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testBlockExpiryOnExhaust() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testBlockOnExhaust() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testClearPool() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testClone() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testConnectorBeanProps() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorExceptionHandling() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorInitialise() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorLifecycle() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorListenerSupport() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorLookup() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testConnectorMessageAdapter() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testConnectorMessageDispatcherFactory() - Method in class org.mule.tck.providers.AbstractConnectorTestCase
 
testContainerContext() - Method in class org.mule.tck.model.AbstractContainerContextTestCase
 
testCreate() - Method in class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
testCreateFromFactory() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testCreatePool() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testCreateProxyFromFactory() - Method in class org.mule.tck.model.AbstractProxyPoolFactoryTestCase
 
testEndpointIdentifierLookup() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testEndpointLookup() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testEntryPointDiscovery() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
Tests entrypoint discovery on object that has it's own event handler without implementing any of the Mule event interfaces
testExternalUMOReference() - Method in class org.mule.tck.model.AbstractContainerContextTestCase
Usage 2: the implementation reference on the descriptor is to a component in the container
testFailEntryPointDiscovery() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
Tests entrypoint discovery when there is no discoverable method
testFailOnExhaust() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testGrowOnExhaust() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testInterceptorStacks() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testManagerProperties() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testMessageProps() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
testMessageRetrieval() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
testNoNestedTxStarted() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
This is a former TransactionTemplateTestCase.
testPoolLifecycle() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testRoundTrip() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testRoundtripBadReturnType() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testRoundtripTransform() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testTransform() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testTransformerLookup() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testTrasactionSetting() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testTxHandleCommitKeepsThreadAssociation() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testTxManagerCommitDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testTxManagerRollbackDissassociatesThread() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
 
testXaTransactionTermination() - Method in class org.mule.tck.AbstractTxThreadAssociationTestCase
This is a former XaTransactionTestCase.
threadNumber - Static variable in class org.mule.tck.TestCaseWatchdog
 
threadingProfile - Variable in class org.mule.impl.ImmutableMuleDescriptor
The threading profile to use for this component.
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
 
timestamp - Variable in class org.mule.umo.manager.UMOServerNotification
 
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.
toFullString() - Method in class org.mule.impl.container.ContainerKeyPair
 
toFullString() - Method in class org.mule.impl.container.DescriptorContainerKeyPair
 
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
 
toLong(Object) - Static method in class org.mule.util.NumberUtils
 
toString() - Method in class org.mule.config.ThreadingProfile
 
toString() - Method in class org.mule.config.builders.EndpointReference
 
toString() - Method in class org.mule.config.i18n.Message
 
toString() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
toString() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
toString() - Method in class org.mule.impl.MuleEvent
 
toString() - Method in class org.mule.impl.MuleEventContext
 
toString() - Method in class org.mule.impl.MuleMessage
 
toString() - Method in class org.mule.impl.MuleTransactionConfig
 
toString() - Method in class org.mule.impl.VoidResult
 
toString() - Method in class org.mule.impl.container.ContainerKeyPair
 
toString() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
toString() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
toString() - Method in class org.mule.impl.internal.notifications.ManagerNotification
 
toString() - Method in class org.mule.impl.internal.notifications.MessageNotification
 
toString() - Method in class org.mule.impl.internal.notifications.TransactionNotification
 
toString() - Method in class org.mule.impl.message.BaseMessage
 
toString() - Method in class org.mule.impl.message.ExceptionMessage
 
toString() - Method in class org.mule.impl.model.AbstractComponent
 
toString() - Method in class org.mule.impl.model.DefaultMuleProxy
 
toString() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
toString() - Method in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
toString() - Method in class org.mule.impl.work.WorkerContext
 
toString() - Method in class org.mule.providers.AbstractConnector
 
toString() - Method in class org.mule.providers.AbstractMessageAdapter
 
toString() - Method in class org.mule.providers.AbstractMessageDispatcher
 
toString() - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
toString() - Method in class org.mule.providers.AbstractMessageReceiver
 
toString() - Method in class org.mule.providers.NullPayload
 
toString() - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
 
toString() - Method in class org.mule.routing.inbound.EventGroup
 
toString() - Method in class org.mule.routing.nested.NestedRouter
 
toString() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
toString() - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping
 
toString() - Method in class org.mule.tck.testmodels.fruit.Apple
 
toString() - Method in class org.mule.transaction.XaTransaction
 
toString() - Method in class org.mule.transformers.AbstractTransformer
 
toString() - Method in class org.mule.umo.manager.UMOServerNotification
 
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(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.concurrent.WaitableBoolean
 
toString() - Method in class org.mule.util.xa.AbstractTransactionContext
 
tooManyAcceptableMethodsOnObjectForTypes(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyMatchingMethodsOnObjectWhichReturn(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
trace(Object) - Method in class org.mule.util.MuleLogger
 
trace(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
transactionAlreadyBound() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCanOnlyBindToResources(String) - Static method in class org.mule.config.i18n.CoreMessages
 
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
 
transactionCommitFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionConfig - Variable in class org.mule.impl.ImmutableMuleEndpoint
The transaction configuration for this endpoint
transactionConfig - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
transactionManagerAlreadySet() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionMarkedForRollback() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionNotAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
transactionResourceAlreadyListedForKey(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
transactionRollbackFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionSingleResourceOnly() - Static method in class org.mule.config.i18n.CoreMessages
 
transform(InputStream, OutputStream, String) - Method in class org.mule.providers.streaming.AbstractStreamingTransformer
Transforms the object.
transform(Object, String, UMOEventContext) - Method in class org.mule.transformers.AbstractEventAwareTransformer
 
transform(Object) - Method in class org.mule.transformers.AbstractTransformer
Transforms the object.
transform(Object, String, UMOEventContext) - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
transform(Object, String, UMOEventContext) - Method in class org.mule.transformers.simple.ObjectToByteArray
 
transform(Object, String, UMOEventContext) - Method in class org.mule.transformers.simple.SerializableToByteArray
 
transform(InputStream, OutputStream, String) - Method in interface org.mule.umo.transformer.UMOStreamingTransformer
Thransforms the supllied data and returns the result
transform(Object) - Method in interface org.mule.umo.transformer.UMOTransformer
Thransforms the supplied data and returns the result
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
 
transformOnObjectNotOfSpecifiedType(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
transformOnObjectUnsupportedTypeOfEndpoint(String, Class, UMOImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
transformUnexpectedType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
transformer - Variable in class org.mule.impl.ImmutableMuleEndpoint
The transformer used to transform the incoming or outgoing data
transformers - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
truncate(String, int, boolean) - Static method in class org.mule.util.StringMessageUtils
 
type - Variable in class org.mule.impl.ImmutableMuleEndpoint
Determines whether the endpoint is a receiver or sender or both

U

UMOAgent - interface org.mule.umo.manager.UMOAgent.
UMOAgent is a server plugin that can be initialised, started and destroyed along with the UMOManager itself.
UMOAuthentication - interface org.mule.umo.security.UMOAuthentication.
UMOAuthentication represents an authentication request and contains authentication information if the request was successful
UMOBaseTransformer - interface org.mule.umo.transformer.UMOBaseTransformer.
UMOTransformer can be chained together to covert message payloads from one object type to another.
UMOComponent - interface org.mule.umo.UMOComponent.
UMOComponent is the interal repesentation of a Mule Managed component.
UMOComponentFactory - interface org.mule.umo.model.UMOComponentFactory.
UMOComponentFactory is used to create UMOComponent instances
UMOConnectable - interface org.mule.umo.provider.UMOConnectable.
Interface for objects that should connect to a resource.
UMOConnector - interface org.mule.umo.provider.UMOConnector.
UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOContainerContext - interface org.mule.umo.manager.UMOContainerContext.
UMOContainerContext defines the contract between Mule and an underlying container such as Spring or Pico.
UMOCredentials - interface org.mule.umo.security.UMOCredentials.
UMOCredentials holds credentials information for a user.
UMOCredentialsAccessor - interface org.mule.umo.security.UMOCredentialsAccessor.
UMOCredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
UMODescriptor - interface org.mule.umo.UMODescriptor.
UMODescriptor describes all the properties for a Mule UMO.
UMODescriptorAware - interface org.mule.impl.UMODescriptorAware.
UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
UMOEncryptionStrategy - interface org.mule.umo.UMOEncryptionStrategy.
UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
UMOEndpoint - interface org.mule.umo.endpoint.UMOEndpoint.
UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointSecurityFilter - interface org.mule.umo.security.UMOEndpointSecurityFilter.
UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UMOEndpointURI - interface org.mule.umo.endpoint.UMOEndpointURI.
UMOEndpointURI is used to determine how a message is sent or received.
UMOEntryPoint - interface org.mule.umo.model.UMOEntryPoint.
UMOEntryPoint defines the current entry method on a component.
UMOEntryPointResolver - interface org.mule.umo.model.UMOEntryPointResolver.
UMOEntryPointResolver resolves a method to call on the given UMODescriptor when an event is received for the component
UMOEvent - interface org.mule.umo.UMOEvent.
UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext - interface org.mule.umo.UMOEventContext.
UMOEventContext is the context object for the current request.
UMOEventListener - interface org.mule.umo.lifecycle.UMOEventListener.
UMOEventListener is a marker interface that is implemented by objects wishing to receive UMO events in managed environments, succh as an EJB container.
UMOException - exception org.mule.umo.UMOException.
UMOException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
UMOException(Message) - Constructor for class org.mule.umo.UMOException
 
UMOException(Message, Throwable) - Constructor for class org.mule.umo.UMOException
 
UMOException(Throwable) - Constructor for class org.mule.umo.UMOException
 
UMOException() - Constructor for class org.mule.umo.UMOException
 
UMOExceptionPayload - interface org.mule.umo.UMOExceptionPayload.
UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
UMOExceptionReader - class org.mule.config.UMOExceptionReader.
Grabs all information from the UMOException type
UMOExceptionReader() - Constructor for class org.mule.config.UMOExceptionReader
 
UMOFilter - interface org.mule.umo.UMOFilter.
The UMOFilter interface allows UMOMessage filtering.
UMOImmutableDescriptor - interface org.mule.umo.UMOImmutableDescriptor.
UMODescriptor describes all the properties for a Mule UMO.
UMOImmutableEndpoint - interface org.mule.umo.endpoint.UMOImmutableEndpoint.
UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
UMOInboundRouter - interface org.mule.umo.routing.UMOInboundRouter.
UMOInboundRouter defines an interface for an inbound Message router.
UMOInboundRouterCollection - interface org.mule.umo.routing.UMOInboundRouterCollection.
InboundRouterCollection manages a collection of inbound routers.
UMOInterceptor - interface org.mule.umo.UMOInterceptor.
UMOInterceptor is based on a similar concept of servlet filters and works much the same way.
UMOInterceptorStack - interface org.mule.umo.UMOInterceptorStack.
Maintains a list of interceptors.
UMOLifecycleAdapter - interface org.mule.umo.lifecycle.UMOLifecycleAdapter.
UMOLifecycleAdapter TODO (document class)
UMOLifecycleAdapterFactory - interface org.mule.umo.lifecycle.UMOLifecycleAdapterFactory.
UMOLifecycleAdapterFactory TODO (document class)
UMOManager - interface org.mule.umo.manager.UMOManager.
UMOManager maintains and provides services for a UMO server instance.
UMOMessage - interface org.mule.umo.UMOMessage.
UMOMessage represents a message payload.
UMOMessageAdapter - interface org.mule.umo.provider.UMOMessageAdapter.
UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher - interface org.mule.umo.provider.UMOMessageDispatcher.
UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory - interface org.mule.umo.provider.UMOMessageDispatcherFactory.
UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching - interface org.mule.umo.provider.UMOMessageDispatching.
UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver - interface org.mule.umo.provider.UMOMessageReceiver.
UMOMessageReceiver is used to receive data from an external system.
UMOModel - interface org.mule.umo.model.UMOModel.
The UMOModel encapsulates and manages the runtime behaviour of a Mule Server instance.
UMONestedRouter - interface org.mule.umo.routing.UMONestedRouter.
 
UMONestedRouterCollection - interface org.mule.umo.routing.UMONestedRouterCollection.
UMONestedRouterCollection manages a collection of nested routers.
UMOOutboundRouter - interface org.mule.umo.routing.UMOOutboundRouter.
UMOOutboundRouter is used to control outbound routing behaviour for an event.
UMOOutboundRouterCollection - interface org.mule.umo.routing.UMOOutboundRouterCollection.
UMOOutboundRouterCollection is responsible for holding all outbound routers for a service component.
UMOPoolFactory - interface org.mule.umo.model.UMOPoolFactory.
UMOPoolFactory is a factory interface for created a component pool instance
UMOResponseRouter - interface org.mule.umo.routing.UMOResponseRouter.
UMOResponseRouter is a router that handles response flow.
UMOResponseRouterCollection - interface org.mule.umo.routing.UMOResponseRouterCollection.
UMOResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
UMORouter - interface org.mule.umo.routing.UMORouter.
UMORouter is a base interface for all routers.
UMORouterCatchAllStrategy - interface org.mule.umo.routing.UMORouterCatchAllStrategy.
UMORouterCatchAllStrategy TODO
UMORouterCollection - interface org.mule.umo.routing.UMORouterCollection.
UMORouterCollection defines the interface for a MessageRouter that manages more than one router.
UMOSecurityContext - interface org.mule.umo.security.UMOSecurityContext.
UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityContextFactory - interface org.mule.umo.security.UMOSecurityContextFactory.
UMOSecurityContextFactory is responsible for creating a UMOSecurityContext instance.
UMOSecurityManager - interface org.mule.umo.security.UMOSecurityManager.
UMOSecurityManager is responsible for managing a one or more security providers.
UMOSecurityProvider - interface org.mule.umo.security.UMOSecurityProvider.
UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UMOServerNotification - class org.mule.umo.manager.UMOServerNotification.
UMOServerNotification is an event triggered by something happening in the Server itself such as the server starting or a component being registered
UMOServerNotification(Object, int) - Constructor for class org.mule.umo.manager.UMOServerNotification
 
UMOServerNotification(Object, int, String) - Constructor for class org.mule.umo.manager.UMOServerNotification
 
UMOServerNotificationListener - interface org.mule.umo.manager.UMOServerNotificationListener.
UMOServerNotificationListener 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.
UMOSession - interface org.mule.umo.UMOSession.
UMOSession is the context in which a request is executed.
UMOSessionHandler - interface org.mule.umo.provider.UMOSessionHandler.
An interface used for reading and writing session information to and from the current message.
UMOStreamMessageAdapter - interface org.mule.umo.provider.UMOStreamMessageAdapter.
A stream message adapter rovides a generic base class for stream based message flows in Mule.
UMOStreamingTransformer - interface org.mule.umo.transformer.UMOStreamingTransformer.
TODO
UMOTransaction - interface org.mule.umo.UMOTransaction.
 
UMOTransactionConfig - interface org.mule.umo.UMOTransactionConfig.
UMOTransactionConfig defines transaction configuration for a transactional endpoint.
UMOTransactionFactory - interface org.mule.umo.UMOTransactionFactory.
UMOTransactionFactory creates a transaction.
UMOTransactionManagerFactory - interface org.mule.umo.manager.UMOTransactionManagerFactory.
TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
UMOTransformer - interface org.mule.umo.transformer.UMOTransformer.
UMOTransformer can be chained together to covert message payloads from one object type to another.
UMOWorkManager - interface org.mule.umo.manager.UMOWorkManager.
UMOWorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
USE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
USE_MANAGER_PROPERTIES - Static variable in class org.mule.config.MuleConfiguration
Specifies that the transformer properties should be obtained from the Mule Manager properties
UUID - class org.mule.util.UUID.
UUID Generates a UUID using the JUG library
UnauthorisedException - exception org.mule.umo.security.UnauthorisedException.
UnauthorisedException is thrown if authentication fails
UnauthorisedException(Message) - Constructor for class org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, Throwable) - Constructor for class org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, UMOMessage) - Constructor for class org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(UMOMessage, UMOSecurityContext, UMOImmutableEndpoint, UMOEndpointSecurityFilter) - Constructor for class org.mule.umo.security.UnauthorisedException
 
UniqueIdNotSupportedException - exception org.mule.umo.provider.UniqueIdNotSupportedException.
UniqueIdNotSupportedException is thrown by UMOMessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
UniqueIdNotSupportedException(UMOMessageAdapter) - Constructor for class org.mule.umo.provider.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(UMOMessageAdapter, Message) - Constructor for class org.mule.umo.provider.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(UMOMessageAdapter, Throwable) - Constructor for class org.mule.umo.provider.UniqueIdNotSupportedException
 
UnknownAuthenticationTypeException - exception org.mule.umo.security.UnknownAuthenticationTypeException.
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
UnknownAuthenticationTypeException(UMOAuthentication) - Constructor for class org.mule.umo.security.UnknownAuthenticationTypeException
 
UnsupportedAuthenticationSchemeException - exception org.mule.umo.security.UnsupportedAuthenticationSchemeException.
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the Security filter does not understand
UnsupportedAuthenticationSchemeException(Message, UMOMessage) - Constructor for class org.mule.umo.security.UnsupportedAuthenticationSchemeException
 
UnsupportedAuthenticationSchemeException(Message, UMOMessage, Throwable) - Constructor for class org.mule.umo.security.UnsupportedAuthenticationSchemeException
 
UrlEndpointBuilder - class org.mule.impl.endpoint.UrlEndpointBuilder.
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
UrlEndpointBuilder() - Constructor for class org.mule.impl.endpoint.UrlEndpointBuilder
 
UserInfoEndpointBuilder - class org.mule.impl.endpoint.UserInfoEndpointBuilder.
UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
UserInfoEndpointBuilder() - Constructor for class org.mule.impl.endpoint.UserInfoEndpointBuilder
 
umoMessage - Variable in class org.mule.umo.MessagingException
The UMOMessage being processed when the error occurred
unbind(Name) - Method in class org.mule.impl.jndi.SimpleContext
 
unbind(String) - Method in class org.mule.impl.jndi.SimpleContext
 
unbindTransaction(UMOTransaction) - 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
 
unit - Variable in class org.mule.tck.TestCaseWatchdog
 
unregisterAgent(String) - Method in class org.mule.MuleManager
Removes and destroys a registered agent
unregisterAgent(String) - Method in interface org.mule.umo.manager.UMOManager
Removes and destroys a registered agent
unregisterComponent(String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
Unregisters a previously register components.
unregisterComponent(UMODescriptor) - Method in class org.mule.impl.model.AbstractModel
 
unregisterComponent(UMODescriptor) - Method in interface org.mule.umo.model.UMOModel
Unregisters a component From the model
unregisterConnector(String) - Method in class org.mule.MuleManager
UnRegisters a UMOConnector with the MuleManager.
unregisterConnector(String) - Method in interface org.mule.umo.manager.UMOManager
UnRegisters a UMOConnector with the MuleManager.
unregisterEndpoint(String) - Method in class org.mule.MuleManager
unregisters a shared/global endpoint with the MuleManager.
unregisterEndpoint(String) - Method in interface org.mule.umo.manager.UMOManager
unregisters a shared/global endpoint with the MuleManager.
unregisterEndpointIdentifier(String) - Method in class org.mule.MuleManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
unregisterEndpointIdentifier(String) - Method in interface org.mule.umo.manager.UMOManager
Deprecated. endpoint-identifiers have been deprecated in favor of global-endpoints
unregisterListener(UMOServerNotificationListener) - Method in class org.mule.MuleManager
Unregisters a previously registered listener. If the listener has not already been registered, this method should return without exception
unregisterListener(UMOServerNotificationListener) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
unregisterListener(UMOComponent, UMOEndpoint) - Method in class org.mule.providers.AbstractConnector
unregisterListener(UMOServerNotificationListener) - Method in interface org.mule.umo.manager.UMOManager
Unregisters a previously registered listener.
unregisterListener(UMOComponent, UMOEndpoint) - Method in interface org.mule.umo.provider.UMOConnector
 
unregisterListeners() - Method in class org.mule.impl.model.AbstractComponent
 
unregisterModel(String) - Method in class org.mule.MuleManager
 
unregisterModel(String) - Method in interface org.mule.umo.manager.UMOManager
 
unregisterSourceType(Class) - Method in class org.mule.transformers.AbstractTransformer
 
unregisterSupportedProtocol(String) - Method in class org.mule.providers.AbstractConnector
 
unregisterTransformer(String) - Method in class org.mule.MuleManager
UnRegisters a transformer with the MuleManager.
unregisterTransformer(String) - Method in interface org.mule.umo.manager.UMOManager
UnRegisters a transformer with the MuleManager.
unregistered() - Method in class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
 
unregistered() - Method in class org.mule.impl.internal.admin.MuleAdminAgent
 
unregistered() - Method in class org.mule.tck.testmodels.mule.TestAgent
 
unregistered() - Method in interface org.mule.umo.manager.UMOAgent
 
unsafeRewriteEvent(UMOMessage) - Static method in class org.mule.impl.OptimizedRequestContext
Sets a new message payload in the RequestContext but maintains all other properties (session, endpoint, synchronous, etc.) from the previous event.
unsafeSetEvent(UMOEvent) - Static method in class org.mule.impl.OptimizedRequestContext
Set an event for out-of-scope thread access.
unsafeWriteResponse(UMOMessage) - Static method in class org.mule.impl.OptimizedRequestContext
 
unschedule() - Method in class org.mule.providers.AbstractPollingMessageReceiver
This method cancels the schedules which were created in AbstractPollingMessageReceiver.schedule().
unzip(File, File) - Static method in class org.mule.util.FileUtils
Unzip the specified archive to the given directory
upperCaseString(String) - Method in class org.mule.tck.services.MatchingMethodsComponent
 
useRemoteSync(UMOEvent) - Method in class org.mule.providers.AbstractMessageDispatcher
RemoteSync causes the message dispatch to wait for a response to an event on a response channel after it sends the event.
userInfo - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 

V

VoidResult - class org.mule.impl.VoidResult.
 
validate() - Method in class org.mule.providers.AbstractMessageDispatcher
 
validate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.AbstractMessageDispatcherFactory
 
validate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
validate() - Method in interface org.mule.umo.provider.UMOMessageDispatcher
Determines whether this dispatcher can be reused after message sending/receiving.
validate(UMOImmutableEndpoint, UMOMessageDispatcher) - Method in interface org.mule.umo.provider.UMOMessageDispatcherFactory
Invoked after the dispatcher is returned from a client but before it is prepared for return to its pool via UMOMessageDispatcherFactory.passivate(UMOImmutableEndpoint, UMOMessageDispatcher).
validateEncoding() - Method in class org.mule.MuleManager
 
validateMethod(Object, Method, String) - Method in class org.mule.impl.model.resolvers.DynamicEntryPoint
This method can be used to validate that the method exists and is allowed to be executed.
validateOSEncoding() - Method in class org.mule.MuleManager
 
validateObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
validateObject(Object, Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
validateUrl(String) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
validateXML() - Method in class org.mule.MuleManager
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
 
version() - Static method in class org.mule.config.i18n.CoreMessages
 
version - Variable in class org.mule.impl.ImmutableMuleDescriptor
The descriptors version
versionNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 

W

WHEN_EXHAUSTED_ABORT - Static variable in class org.mule.config.ThreadingProfile
 
WHEN_EXHAUSTED_BLOCK - Static variable in interface org.mule.util.ObjectPool
Deprecated. use WHEN_EXHAUSTED_WAIT instead
WHEN_EXHAUSTED_DISCARD - Static variable in class org.mule.config.ThreadingProfile
 
WHEN_EXHAUSTED_DISCARD_OLDEST - Static variable in class org.mule.config.ThreadingProfile
 
WHEN_EXHAUSTED_FAIL - Static variable in interface org.mule.util.ObjectPool
Constants used to determine the exhausted action of the pool
WHEN_EXHAUSTED_GROW - Static variable in interface org.mule.util.ObjectPool
 
WHEN_EXHAUSTED_RUN - Static variable in class org.mule.config.ThreadingProfile
 
WHEN_EXHAUSTED_WAIT - Static variable in class org.mule.config.ThreadingProfile
Actions to perform on pool exhaustion
WHEN_EXHAUSTED_WAIT - Static variable in interface org.mule.util.ObjectPool
 
WRITE - Static variable in class org.mule.providers.AbstractMessageAdapter
 
WaitPolicy - class org.mule.util.concurrent.WaitPolicy.
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.
WaitableBoolean - class org.mule.util.concurrent.WaitableBoolean.
 
WaitableBoolean(boolean) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
WaitableBoolean(boolean, Object) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
WaterMelon - class org.mule.tck.testmodels.fruit.WaterMelon.
 
WaterMelon() - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
WaterMelon(HashMap) - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
WeblogicTransactionManagerLookupFactory - class org.mule.transaction.lookup.WeblogicTransactionManagerLookupFactory.
 
WeblogicTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WeblogicTransactionManagerLookupFactory
 
WebsphereTransactionManagerLookupFactory - class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory.
The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
WebsphereTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
 
WildcardFilter - class org.mule.routing.filters.WildcardFilter.
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 org.mule.transformers.wire.WireFormat.
TODO
WireTap - class org.mule.routing.inbound.WireTap.
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
 
WorkExecutor - interface org.mule.impl.work.WorkExecutor.
WorkExecutor TODO
WorkerContext - class org.mule.impl.work.WorkerContext.
WorkerContext TODO
WorkerContext(Work) - Constructor for class org.mule.impl.work.WorkerContext
Create a WorkWrapper.
WorkerContext(Work, long, ExecutionContext, WorkListener) - Constructor for class org.mule.impl.work.WorkerContext
Create a WorkWrapper with the specified execution context.
WriterMessageAdapter - class org.mule.providers.WriterMessageAdapter.
WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the Writer.
WriterMessageAdapter(Object) - Constructor for class org.mule.providers.WriterMessageAdapter
 
WriterMessageAdapter(WriterMessageAdapter) - Constructor for class org.mule.providers.WriterMessageAdapter
 
waitForAllTxToStop(long) - Method in class org.mule.util.xa.AbstractResourceManager
 
waitIfPaused(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
Called before an event is sent or dispatched to a component, it will block until resume() is called.
warn(Object) - Method in class org.mule.util.MuleLogger
 
warn(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
wash() - Method in class org.mule.tck.testmodels.fruit.Apple
 
wash(Fruit) - Method in interface org.mule.tck.testmodels.fruit.FruitCleaner
 
wash() - Method in class org.mule.tck.testmodels.fruit.Orange
 
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
 
wireFormat - Variable in class org.mule.impl.internal.admin.MuleManagerComponent
Use Serialization by default
workAccepted(WorkEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
workAccepted(Object) - Method in class org.mule.impl.work.WorkerContext
Call-back method used by a Work executor in order to notify this instance that the wrapped Work instance has been accepted.
workAccepted(WorkEvent) - Method in class org.mule.providers.AbstractConnector
workAccepted(WorkEvent) - Method in class org.mule.umo.manager.DefaultWorkListener
 
workCompleted(WorkEvent) - Method in class org.mule.impl.model.seda.SedaComponent
There are two units of work that call this method when they complete (regardless of whether or not they incurred an exception): 1) This component's queue listener that processes asynchronous events by scheduling a component proxy 2) Each scheduled component proxy
workCompleted(WorkEvent) - Method in class org.mule.providers.AbstractConnector
workCompleted(WorkEvent) - Method in class org.mule.umo.manager.DefaultWorkListener
 
workManager - Variable in class org.mule.impl.model.seda.SedaComponent
 
workManager - Variable in class org.mule.providers.AbstractMessageDispatcher
Thread pool of Connector sessions
workManager - Variable in class org.mule.providers.PollingReceiverWorkerSchedule
 
workRejected(WorkEvent) - Method in class org.mule.impl.model.seda.SedaComponent
This method ensures that any component proxy associated with this rejected work is released.
workRejected(WorkEvent) - Method in class org.mule.providers.AbstractConnector
workRejected(WorkEvent) - Method in class org.mule.umo.manager.DefaultWorkListener
 
workStarted(WorkEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
workStarted(WorkEvent) - Method in class org.mule.providers.AbstractConnector
workStarted(WorkEvent) - Method in class org.mule.umo.manager.DefaultWorkListener
 
worker - Variable in class org.mule.providers.PollingReceiverWorkerSchedule
 
wrapperToPrimitive(Class) - Static method in class org.mule.util.ClassUtils
 
wrappersToPrimitives(Class[]) - Static method in class org.mule.util.ClassUtils
 
write(int) - Method in class org.mule.impl.model.streaming.CallbackOutputStream
 
write(byte[]) - Method in class org.mule.impl.model.streaming.CallbackOutputStream
 
write(byte[], int, int) - Method in class org.mule.impl.model.streaming.CallbackOutputStream
 
write(int) - Method in class org.mule.impl.model.streaming.CloseCountDownOutputStream
 
write(byte[]) - Method in class org.mule.impl.model.streaming.CloseCountDownOutputStream
 
write(byte[], int, int) - Method in class org.mule.impl.model.streaming.CloseCountDownOutputStream
 
write(int) - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
write(byte[]) - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
write(byte[], int, int) - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
write(String) - Method in class org.mule.providers.WriterMessageAdapter
 
write(String, int, int) - Method in class org.mule.providers.WriterMessageAdapter
 
write(String) - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
write(String, int, int) - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
write(byte[]) - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
write(byte[], int, int) - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
write(UMOEvent) - Method in class org.mule.providers.streaming.StreamMessageAdapter
 
write(UMOEvent) - Method in class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
write(OutputStream, Object) - Method in class org.mule.transformers.wire.TransformerPairWireFormat
 
write(OutputStream, Object) - Method in interface org.mule.transformers.wire.WireFormat
 
write(UMOEvent, OutputStream) - Method in interface org.mule.umo.provider.OutputHandler
Write the event payload to the stream.
write(UMOEvent) - Method in interface org.mule.umo.provider.UMOStreamMessageAdapter
Writes the event to the current outputStream using the OutputHandler set on the StreamAdapter.
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
 
writeResponse(UMOMessage) - Static method in class org.mule.impl.RequestContext
 
writeToProperties(Properties, TlsConfiguration) - Method in class org.mule.umo.security.tls.TlsPropertiesMapper
 

X

XMLEntityCodec - class org.mule.util.XMLEntityCodec.
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
 
XMLPrinter - class org.mule.management.stats.printers.XMLPrinter.
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
 
XML_DTD_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Path to a Mule Dtd to use
XML_INDENT_SIZE - Static variable in class org.mule.management.stats.printers.XMLPrinter
Indentation step for XML pretty-printing.
XML_VALIDATE_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Configuration parsing properties
XaTransaction - class org.mule.transaction.XaTransaction.
XaTransaction represents an XA transaction in Mule.
XaTransaction() - Constructor for class org.mule.transaction.XaTransaction
Default constructor
XaTransaction.MuleXaObject - interface org.mule.transaction.XaTransaction.MuleXaObject.
 
XaTransactionFactory - class org.mule.transaction.XaTransactionFactory.
XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the MuleManager.
XaTransactionFactory() - Constructor for class org.mule.transaction.XaTransactionFactory
 
XmlEntityDecoder - class org.mule.transformers.codec.XmlEntityDecoder.
Decodes a String or byte[] containing XML entities
XmlEntityDecoder() - Constructor for class org.mule.transformers.codec.XmlEntityDecoder
 
XmlEntityEncoder - class org.mule.transformers.codec.XmlEntityEncoder.
Encodes a string with XML entities
XmlEntityEncoder() - Constructor for class org.mule.transformers.codec.XmlEntityEncoder
 
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.