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

AbstractCatchAllStrategy - Class in org.mule.routing
ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
AbstractCatchAllStrategy() - Constructor for class org.mule.routing.AbstractCatchAllStrategy
 
AbstractComponent - Class in org.mule.impl.model
A base implementation for all UMOComponents in Mule
AbstractComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.AbstractComponent
Default constructor
AbstractCompressionTransformer - Class in org.mule.transformers.compression
AbstractCompressionTransformer is a base class for all transformers that can compress or uncompress data when they performa message transformation.
AbstractCompressionTransformer() - Constructor for class org.mule.transformers.compression.AbstractCompressionTransformer
default constructor required for discovery
AbstractConnectionStrategy - Class in org.mule.providers
TODO document
AbstractConnectionStrategy() - Constructor for class org.mule.providers.AbstractConnectionStrategy
 
AbstractConnector - Class in org.mule.providers
AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractConnector() - Constructor for class org.mule.providers.AbstractConnector
Constructs a new AbstractConnector.
AbstractConnectorTestCase - Class in org.mule.tck.providers
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 in org.mule.impl.container
AbstractContainerContext provides base container configuration functions for handling embedded configuration.
AbstractContainerContext(String) - Constructor for class org.mule.impl.container.AbstractContainerContext
 
AbstractContainerContextTestCase - Class in org.mule.tck.model
 
AbstractContainerContextTestCase() - Constructor for class org.mule.tck.model.AbstractContainerContextTestCase
 
AbstractCounter - Class in org.mule.util.counters.impl
 
AbstractCounter(String, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.AbstractCounter
 
AbstractEncryptionTransformer - Class in org.mule.transformers.encryption
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 in org.mule.impl.endpoint
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
AbstractEndpointBuilder() - Constructor for class org.mule.impl.endpoint.AbstractEndpointBuilder
 
AbstractEndpointSecurityFilter - Class in org.mule.impl.security
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 in org.mule.tck.model
 
AbstractEntryPointDiscoveryTestCase() - Constructor for class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
AbstractEntryPointDiscoveryTestCase.ComponentMethodMapping - Class in org.mule.tck.model
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 in org.mule.routing.inbound
AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractEventAggregator() - Constructor for class org.mule.routing.inbound.AbstractEventAggregator
 
AbstractEventAwareTransformer - Class in org.mule.transformers
AbstractEventAwareTransformer is a transformer that has a reference to the current message.
AbstractEventAwareTransformer() - Constructor for class org.mule.transformers.AbstractEventAwareTransformer
 
AbstractEventResequencer - Class in org.mule.routing.inbound
AbstractEventResequencer is used to receive a set of events, resequence them and forward them on to their destination
AbstractEventResequencer() - Constructor for class org.mule.routing.inbound.AbstractEventResequencer
 
AbstractExceptionListener - Class in org.mule.impl
AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
AbstractExceptionListener() - Constructor for class org.mule.impl.AbstractExceptionListener
 
AbstractFruit - Class in org.mule.tck.testmodels.fruit
AbstractFruit is a base class for fruity test objects. yum!
AbstractFruit() - Constructor for class org.mule.tck.testmodels.fruit.AbstractFruit
 
AbstractJCEEncryptionStrategy - Class in org.mule.impl.security
A JCE based encryption strategy.
AbstractJCEEncryptionStrategy() - Constructor for class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
AbstractJndiConnector - Class in org.mule.providers
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 in org.mule.providers
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
 
AbstractMessageAdapterTestCase - Class in org.mule.tck.providers
 
AbstractMessageAdapterTestCase() - Constructor for class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
AbstractMessageBuilder - Class in org.mule.components.builder
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 in org.mule.providers

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

AbstractMessageDispatcher(UMOImmutableEndpoint) - Constructor for class org.mule.providers.AbstractMessageDispatcher
 
AbstractMessageDispatcherFactory - Class in org.mule.providers
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 in org.mule.providers
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 in org.mule.tck.providers
 
AbstractMessageReceiverTestCase() - Constructor for class org.mule.tck.providers.AbstractMessageReceiverTestCase
 
AbstractMessageSplitter - Class in org.mule.routing.outbound
AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sup parts that can be processed by other components.
AbstractMessageSplitter() - Constructor for class org.mule.routing.outbound.AbstractMessageSplitter
 
AbstractModel - Class in org.mule.impl.model
MuleModel is the default implementation of the UMOModel.
AbstractModel() - Constructor for class org.mule.impl.model.AbstractModel
Default constructor
AbstractMuleTestCase - Class in org.mule.tck
AbstractMuleTestCase is a base class for Mule testcases.
AbstractMuleTestCase() - Constructor for class org.mule.tck.AbstractMuleTestCase
 
AbstractMuleTestCase.TestInfo - Class in org.mule.tck
 
AbstractMuleTestCase.TestInfo(String) - Constructor for class org.mule.tck.AbstractMuleTestCase.TestInfo
 
AbstractNotificationLoggerAgent - Class in org.mule.impl.internal.admin
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 in org.mule.routing.outbound
AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
AbstractOutboundRouter() - Constructor for class org.mule.routing.outbound.AbstractOutboundRouter
 
AbstractPollingMessageReceiver - Class in org.mule.providers
AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long) - Constructor for class org.mule.providers.AbstractPollingMessageReceiver
 
AbstractPoolTestCase - Class in org.mule.tck.model
 
AbstractPoolTestCase() - Constructor for class org.mule.tck.model.AbstractPoolTestCase
 
AbstractProxyFactory - Class in org.mule.config.pool
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 in org.mule.tck.model
 
AbstractProxyPoolFactoryTestCase() - Constructor for class org.mule.tck.model.AbstractProxyPoolFactoryTestCase
 
AbstractRecipientList - Class in org.mule.routing.outbound
AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
AbstractRecipientList() - Constructor for class org.mule.routing.outbound.AbstractRecipientList
 
AbstractResourceManager - Class in org.mule.util.xa
This code is based on code coming from the commons-transaction project.
AbstractResourceManager() - Constructor for class org.mule.util.xa.AbstractResourceManager
 
AbstractResponseAggregator - Class in org.mule.routing.response
AbstractResponseAggregator provides a base class for implementing response aggregator routers.
AbstractResponseAggregator() - Constructor for class org.mule.routing.response.AbstractResponseAggregator
 
AbstractResponseRouter - Class in org.mule.routing.response
AbstractResponseRouter is a base class for all Response Routers
AbstractResponseRouter() - Constructor for class org.mule.routing.response.AbstractResponseRouter
 
AbstractRouter - Class in org.mule.routing
Implements the shared methods that all routers have.
AbstractRouter() - Constructor for class org.mule.routing.AbstractRouter
 
AbstractRouterCollection - Class in org.mule.routing
AbstractRouterCollection provides common method implementations of router collections for in and outbound routers.
AbstractRouterCollection(int) - Constructor for class org.mule.routing.AbstractRouterCollection
 
AbstractSingleResourceTransaction - Class in org.mule.transaction
This abstract class can be used as a base class for transactions that can enlist only one resource (such as a JMS session or JDBC connection).
AbstractSingleResourceTransaction() - Constructor for class org.mule.transaction.AbstractSingleResourceTransaction
 
AbstractStreamingTransformer - Class in org.mule.providers.streaming
TODO
AbstractStreamingTransformer() - Constructor for class org.mule.providers.streaming.AbstractStreamingTransformer
default constructor required for discovery
AbstractTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
AbstractTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTransaction - Class in org.mule.transaction
This base class provides low level features for transactions.
AbstractTransaction() - Constructor for class org.mule.transaction.AbstractTransaction
 
AbstractTransactionContext - Class in org.mule.util.xa
 
AbstractTransactionContext() - Constructor for class org.mule.util.xa.AbstractTransactionContext
 
AbstractTransformer - Class in org.mule.transformers
AbstractTransformer is a base class for all transformers.
AbstractTransformer() - Constructor for class org.mule.transformers.AbstractTransformer
default constructor required for discovery
AbstractTransformerTestCase - Class in org.mule.tck
 
AbstractTransformerTestCase() - Constructor for class org.mule.tck.AbstractTransformerTestCase
 
AbstractUMOManagerTestCase - Class in org.mule.tck
 
AbstractUMOManagerTestCase() - Constructor for class org.mule.tck.AbstractUMOManagerTestCase
 
AbstractXAResourceManager - Class in org.mule.util.xa
 
AbstractXAResourceManager() - Constructor for class org.mule.util.xa.AbstractXAResourceManager
 
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.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(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(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
 
ACTION_ALWAYS_BEGIN - Static variable in interface org.mule.umo.UMOTransactionConfig
 
ACTION_ALWAYS_BEGIN_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_ALWAYS_JOIN - Static variable in interface org.mule.umo.UMOTransactionConfig
 
ACTION_ALWAYS_JOIN_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_BEGIN_OR_JOIN - Static variable in interface org.mule.umo.UMOTransactionConfig
 
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
 
ACTION_JOIN_IF_POSSIBLE_STRING - Static variable in class org.mule.impl.MuleTransactionConfig
 
ACTION_NONE - Static variable in interface org.mule.umo.UMOTransactionConfig
 
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
 
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
 
added - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
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 exception 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.impl.message.BaseMessage
Adds a map of properties to associated with this message
addProperties(Map) - Method in class org.mule.impl.MuleMessage
 
addProperties(Map) - Method in class org.mule.MuleManager
 
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
 
address - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
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
 
addTest() - Method in class org.mule.tck.AbstractMuleTestCase
 
addToEnvironment(String, Object) - Method in class org.mule.impl.jndi.SimpleContext
 
ADMIN_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
AdminNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
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
 
AGENT_NAME - Static variable in class org.mule.impl.internal.admin.MuleAdminAgent
 
AGENTS_RUNNING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AggregateCounter - Class in org.mule.util.counters.impl
 
AggregateCounter(String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.AggregateCounter
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.MessageChunkingAggregator
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.response.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.
AggregationException - Exception in org.mule.routing
todo document
AggregationException(EventGroup, UMOImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(EventGroup, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, UMOImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
algorithm - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
AllStatistics - Class in org.mule.management.stats
AllStatistics todo
AllStatistics() - Constructor for class org.mule.management.stats.AllStatistics
 
AlreadyInitialisedException - Exception in org.mule.impl
AlreadyInitialisedException is thrown when a component or connector has already been initialised.
AlreadyInitialisedException(String, Object) - Constructor for exception org.mule.impl.AlreadyInitialisedException
 
ALWAYS_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
ALWAYS_CREATE_STRING - Static variable in class org.mule.impl.endpoint.MuleEndpoint
 
and(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
AndFilter - Class in org.mule.routing.filters.logic
AndFilter accepts only if the leftFilter and rightFilter filter accept.
AndFilter() - Constructor for class org.mule.routing.filters.logic.AndFilter
 
AndFilter(UMOFilter, UMOFilter) - Constructor for class org.mule.routing.filters.logic.AndFilter
 
ANT_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
appendMessage(String) - Method in exception org.mule.umo.UMOException
 
Apple - Class in org.mule.tck.testmodels.fruit
 
Apple() - Constructor for class org.mule.tck.testmodels.fruit.Apple
 
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
applyResponseTransformer(UMOMessage) - Method in class org.mule.providers.AbstractMessageReceiver
 
ArrayUtils - Class in org.mule.util
 
ArrayUtils() - Constructor for class org.mule.util.ArrayUtils
 
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
 
AUTH_DENIED_ON_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_ENDPOINT_TYPE_FOR_FILTER_MUST_BE_X_BUT_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_FAILED_FOR_USER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_NO_CREDENTIALS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_NO_ENCRYPTION_STRATEGY_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_NO_PROVIDER_REGISTERED_FOR - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_NO_SECURITY_PROVIDER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_REALM_MUST_SET_ON_FILTER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_SECURITY_MANAGER_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_SET_TO_X_BUT_NO_CONTEXT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
AUTH_TYPE_NOT_RECOGNISED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
AutoDiscoverySecurityProviderFactory - Class in org.mule.umo.security.provider
Automatically discovers the JDK we are running on and returns a corresponding SecurityProviderInfo.
AutoDiscoverySecurityProviderFactory() - Constructor for class org.mule.umo.security.provider.AutoDiscoverySecurityProviderFactory
 
AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the average value of a counter
Average - Class in org.mule.util.counters.impl
 
Average(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Average
 

B

Banana - Class in org.mule.tck.testmodels.fruit
 
Banana() - Constructor for class org.mule.tck.testmodels.fruit.Banana
 
BananaFactory - Class in org.mule.tck.testmodels.fruit
BananaFactory is a test factory that creates Bananas
BananaFactory() - Constructor for class org.mule.tck.testmodels.fruit.BananaFactory
 
Base64 - Class in org.mule.util
 
Base64.InputStream - Class in org.mule.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.mule.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64Decoder - Class in org.mule.transformers.codec
Base64Encoder transforms Base64 encoded data into strings or byte arrays.
Base64Decoder() - Constructor for class org.mule.transformers.codec.Base64Decoder
 
Base64Encoder - Class in org.mule.transformers.codec
Base64Encoder transforms strings or byte arrays into Base64 encoded string.
Base64Encoder() - Constructor for class org.mule.transformers.codec.Base64Encoder
 
base64Encoding - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
BaseMessage - Class in org.mule.impl.message
BaseMessage A default message implementation used for messages sent over the wire. client messages should NOT implement UMOMessage.
BaseMessage(Object) - Constructor for class org.mule.impl.message.BaseMessage
 
BatchConstraint - Class in org.mule.transaction.constraints
BatchConstraint is a filter that counts on every execution and returns true when the batch size value equals the execution count.
BatchConstraint() - Constructor for class org.mule.transaction.constraints.BatchConstraint
 
BeanPropertyExtractor - Class in org.mule.util.properties
Recognises the property 'PAYLOAD' to mean the whole message payload
BeanPropertyExtractor() - Constructor for class org.mule.util.properties.BeanPropertyExtractor
 
BeanUtils - Class in org.mule.util
BeanUtils provides functions for altering the way commons BeanUtils works
BeanUtils() - Constructor for class org.mule.util.BeanUtils
 
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
 
bindings - Variable in class org.mule.impl.jndi.SimpleContext
What holds the bindings.
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.transaction.TransactionCoordination
 
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
 
BLOCK_WHEN_EXHAUSTED - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
BlockingServerEvent - Interface in org.mule.impl.internal.notifications
BlockingServerEvent is a marker interface that tells the server event manager to publish this event in the current thread, thus blocking the current thread of execution until all listeners have been processed
boilerPlate(String) - Method in class org.mule.util.MuleLogger
 
boilerPlate(String, char, int) - Method in class org.mule.util.MuleLogger
 
boilerPlate(List, char, int) - Method in class org.mule.util.MuleLogger
 
boilerPlate(String[], char, int) - Method in class org.mule.util.MuleLogger
 
borrowObject() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
borrowObject() - Method in interface org.mule.util.ObjectPool
 
BridgeComponent - Class in org.mule.components.simple
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
 
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
 
ByteArrayToHexString - Class in org.mule.transformers.simple
Converts a Byte array to a Hex String.
ByteArrayToHexString() - Constructor for class org.mule.transformers.simple.ByteArrayToHexString
 
ByteArrayToObject - Class in org.mule.transformers.simple
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 in org.mule.transformers.simple
ByteArrayToSerializable converts a serialized object to its object representation
ByteArrayToSerializable() - Constructor for class org.mule.transformers.simple.ByteArrayToSerializable
 
ByteArrayToString - Class in org.mule.transformers.simple
ByteArrayToString converts a byte array into a String.
ByteArrayToString() - Constructor for class org.mule.transformers.simple.ByteArrayToString
 

C

CachingPersistenceStrategy - Class in org.mule.util.queue
 
CachingPersistenceStrategy(QueuePersistenceStrategy) - Constructor for class org.mule.util.queue.CachingPersistenceStrategy
 
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.
Callable - Interface in org.mule.umo.lifecycle
Callable is used to provide UMOs with an interface that supports event calls.
CallableEntryPoint - Class in org.mule.impl.model.resolvers
A simple Entrypoint for the Callable interface.
CallableEntryPoint() - Constructor for class org.mule.impl.model.resolvers.CallableEntryPoint
 
CallableEntryPointResolver - Class in org.mule.impl.model.resolvers
An entrypoint resolver that only allows Service objects that implmement the Callable interface
CallableEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.CallableEntryPointResolver
 
called - Static variable in class org.mule.providers.SimpleRetryConnectionStrategy
 
CANNOT_BIND_TO_ADDRESS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANNOT_FINDE_BINDING_FOR_METHOD_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANNOT_USE_TX_AND_REMOTE_SYNC - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
CANT_INSTANCIATE_FINDER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_INSTANCIATE_NON_CONTAINER_REF_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_LOAD_X_FROM_CLASSPATH_FILE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_READ_PAYLOAD_AS_BYTES_TYPE_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_READ_PAYLOAD_AS_STRING_TYPE_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_SET_PROP_X_ON_X_OF_TYPE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_SET_PROPERTY_X_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_SET_X_ONCE_IT_HAS_BEEN_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CANT_USE_DISPOSED_CONNECTOR - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
ChainedReader - Class in org.mule.util
ChainedReader allows Reader objects to be chained together.
ChainedReader(Reader, Reader) - Constructor for class org.mule.util.ChainedReader
 
ChainingRouter - Class in org.mule.routing.outbound
ChainingRouter is used to pass a Mule event through multiple endpoints using the result of the first and the input for the second.
ChainingRouter() - Constructor for class org.mule.routing.outbound.ChainingRouter
 
chainMessage(Message, Message) - Static method in exception org.mule.umo.provider.UniqueIdNotSupportedException
 
checkDisposed() - Method in class org.mule.providers.AbstractConnector
 
checkPreReqs() - Method in class org.mule.tck.AbstractMuleTestCase
Use this method to do any validation such as check for an installation of a required server If the current environment does not have the preReqs of the test return false and the test will be skipped.
checkReturnClass(Object) - Method in class org.mule.transformers.AbstractTransformer
 
CLASS_X_NOT_FOUND - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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.
ClassUtils - Class in org.mule.util
This class is useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassUtils() - Constructor for class org.mule.util.ClassUtils
 
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
 
clearCounts() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
clearPool() - Method in class org.mule.config.pool.CommonsPoolProxyPool
 
clearPool() - Method in interface org.mule.util.ObjectPool
 
clearProperties() - Method in class org.mule.impl.message.BaseMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.impl.MuleMessage
 
clearProperties() - Method in class org.mule.providers.AbstractMessageAdapter
 
clearProperties() - Method in interface org.mule.umo.provider.UMOMessageAdapter
Removes all properties on this message
CLI_OPTIONS - Static variable in class org.mule.MuleServer
 
clone() - Method in class org.mule.impl.endpoint.MuleEndpoint
 
clone() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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.DeferredOutputStream
 
close() - Method in class org.mule.providers.streaming.OutStreamMessageAdapter
 
close() - Method in class org.mule.providers.WriterMessageAdapter
 
close() - Method in class org.mule.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.mule.util.ChainedReader
 
close() - Method in class org.mule.util.queue.CachingPersistenceStrategy
 
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
 
CollectionUtils - Class in org.mule.util
 
CollectionUtils() - Constructor for class org.mule.util.CollectionUtils
 
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
 
committed - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
commitTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
CommonsPoolFactory - Class in org.mule.config.pool
CommonsPoolFactory is a commons-pool pool implementation for mule.
CommonsPoolFactory() - Constructor for class org.mule.config.pool.CommonsPoolFactory
 
CommonsPoolProxyFactory - Class in org.mule.config.pool
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 in org.mule.config.pool
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
 
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
 
COMPONENT_CAUSED_ERROR_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
COMPONENT_X_IS_STOPPED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
COMPONENT_X_NOT_REGISTERED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
COMPONENT_X_ROUTING_FAILED_ON_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ComponentCatchAllStrategy - Class in org.mule.routing
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 in org.mule.umo
ComponentException should be thrown when some action on a component fails, such as starting or stopping
ComponentException(Message, UMOMessage, UMOComponent) - Constructor for exception org.mule.umo.ComponentException
 
ComponentException(Message, UMOMessage, UMOComponent, Throwable) - Constructor for exception org.mule.umo.ComponentException
 
ComponentException(UMOMessage, UMOComponent, Throwable) - Constructor for exception org.mule.umo.ComponentException
 
ComponentFactory - Class in org.mule.impl.model
Reusable methods for working with UMOComponents.
ComponentNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
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.
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.
ComponentRoutingException - Exception in org.mule.umo.routing
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 exception org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(Message, UMOMessage, UMOImmutableEndpoint, UMOComponent, Throwable) - Constructor for exception org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(UMOMessage, UMOImmutableEndpoint, UMOComponent) - Constructor for exception org.mule.umo.routing.ComponentRoutingException
 
ComponentRoutingException(UMOMessage, UMOImmutableEndpoint, UMOComponent, Throwable) - Constructor for exception org.mule.umo.routing.ComponentRoutingException
 
ComponentStatistics - Class in org.mule.management.stats
 
ComponentStatistics(String, int) - Constructor for class org.mule.management.stats.ComponentStatistics
The constructor
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
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. the default is org.mule.util.compression.GZipCompression
CompressionException - Exception in org.mule.util.compression
CompressionException TODO -document class
CompressionException(String) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionHelper - Class in org.mule.util.compression
CompressionHelper a static class that provides facilities for compressing and uncompressing byte arrays
CompressionStrategy - Interface in org.mule.util.compression
CompressionStrategy is a base interface for Different compression strategies
compute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
ConcurrentHashSet - Class in org.mule.util.concurrent
 
ConcurrentHashSet() - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int, float, int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
config - Variable in class org.mule.util.queue.QueueInfo
 
CONFIG_NOT_FOUND_USAGE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ConfigurationBuilder - Interface in org.mule.config
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 in org.mule.config
 
ConfigurationException(Message) - Constructor for exception org.mule.config.ConfigurationException
 
ConfigurationException(Message, Throwable) - Constructor for exception org.mule.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.mule.config.ConfigurationException
 
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(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(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.
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.
connected - Variable in class org.mule.providers.AbstractConnector
 
connected - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connected - Variable in class org.mule.providers.AbstractMessageReceiver
 
ConnectException - Exception in org.mule.providers
todo document
ConnectException(Message, Object) - Constructor for exception org.mule.providers.ConnectException
 
ConnectException(Message, Throwable, Object) - Constructor for exception org.mule.providers.ConnectException
 
ConnectException(Throwable, Object) - Constructor for exception org.mule.providers.ConnectException
 
connecting - Variable in class org.mule.providers.AbstractConnector
 
connecting - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connecting - Variable in class org.mule.providers.AbstractMessageReceiver
 
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
 
ConnectionNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
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 - Variable in class org.mule.providers.AbstractConnector
 
connectionStrategy - Variable in class org.mule.providers.AbstractMessageDispatcher
 
connectionStrategy - Variable in class org.mule.providers.AbstractMessageReceiver
 
ConnectionStrategy - Interface in org.mule.providers
Allows developers to plug in customised reconnection behaviour
connectListeners() - Method in class org.mule.impl.model.AbstractComponent
 
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
connector - Variable in class org.mule.tck.providers.AbstractConnectorTestCase
 
CONNECTOR_CAUSED_ERROR - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_NOT_STARTED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_SCHEME_X_INCOMPATIBLE_WITH_ENDPOINT_SCHEME_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_WITH_PROTOCOL_X_NOT_REGISTERED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CONNECTOR_XA_MESSAGE_RECEIVER_CLASS - Static variable in interface org.mule.config.MuleProperties
 
ConnectorException - Exception in org.mule.umo.provider
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 exception org.mule.umo.provider.ConnectorException
 
ConnectorException(Message, UMOConnector, Throwable) - Constructor for exception org.mule.umo.provider.ConnectorException
 
connectorName - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
ConstraintFilter - Class in org.mule.transaction.constraints
 
ConstraintFilter() - Constructor for class org.mule.transaction.constraints.ConstraintFilter
 
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.
CONTAINER_X_ALREADY_REGISTERED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ContainerException - Exception in org.mule.umo.manager
ContainerException is an Exception thrown by the component resolver when it fials to find a component
ContainerException(Message) - Constructor for exception org.mule.umo.manager.ContainerException
 
ContainerException(Message, Throwable) - Constructor for exception org.mule.umo.manager.ContainerException
 
ContainerKeyPair - Class in org.mule.impl.container
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
 
containerManaged - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Use container instead.
ContainerReference - Class in org.mule.config.builders
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
 
contains(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
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
 
CoreMessageConstants - Interface in org.mule.config.i18n
CoreMessageConstants contains contants for all Mule core exception messages and other strings.
CorrelationAggregator - Class in org.mule.routing.inbound
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 in org.mule.routing.inbound
CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
CorrelationEventResequencer() - Constructor for class org.mule.routing.inbound.CorrelationEventResequencer
 
correlationExtractor - Variable in class org.mule.routing.response.AbstractResponseRouter
 
CorrelationPropertiesExtractor - Class in org.mule.routing
CorrelationPropertiesExtractor is a default implementation used for getting the Correlation information from a message.
CorrelationPropertiesExtractor() - Constructor for class org.mule.routing.CorrelationPropertiesExtractor
 
CorrelationSequenceComparator - Class in org.mule.routing.inbound
CorrelationSequenceComparator is a Comparator for UMOEvents using their respective correlation sequences.
CorrelationSequenceComparator() - Constructor for class org.mule.routing.inbound.CorrelationSequenceComparator
 
COULD_NOT_DETERMINE_DESTINATION_COMPONENT_FROM_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
COULD_NOT_FIND_SOAP_PROVIDER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
COULD_NOT_RECOVER_CONTIANER_CONFIG - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CouldNotRouteInboundEventException - Exception in org.mule.umo.routing
CouldNotRouteInboundEventException thrown if the current component cannot accept the inbound event.
CouldNotRouteInboundEventException(UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.CouldNotRouteInboundEventException
 
CouldNotRouteOutboundMessageException - Exception in org.mule.umo.routing
CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
CouldNotRouteOutboundMessageException(UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.CouldNotRouteOutboundMessageException
 
Counter - Interface in org.mule.util.counters
This interface is the interface implemented for all counter types.
CounterFactory - Class in org.mule.util.counters
This class is the Counter's factory.
CounterFactory.Type - Class in org.mule.util.counters
Enum class for all different types of counters.
CounterFactory.Type(String) - Constructor for class org.mule.util.counters.CounterFactory.Type
Constructor of the type
CounterFactoryImpl - Class in org.mule.util.counters.impl
 
countRetry() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
create(Map) - Method in class org.mule.config.factories.HostNameFactory
 
create() - Method in class org.mule.config.pool.AbstractProxyFactory
 
create(Map) - Method in interface org.mule.config.PropertyFactory
Creates a property using code execution.
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.optimised.OptimisedSedaModel
 
createComponent(UMODescriptor) - Method in class org.mule.impl.model.seda.SedaModel
 
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.endpoint.AbstractEndpointBuilder
 
createConnector - Variable in class org.mule.impl.ImmutableMuleEndpoint
determines if a new connector should be created for this endpoint
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
 
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
 
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
 
createMessageAdapter(Object) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
createMessageAdapter(Object, String) - Method in class org.mule.providers.service.TransportServiceDescriptor
 
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(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.config.ThreadingProfile
 
createPool(String) - Method in class org.mule.config.ThreadingProfile
 
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
 
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.Message
 
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
 
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
 
createWorkManager(String) - Method in class org.mule.config.ThreadingProfile
 
createWorkManager(ThreadingProfile, String) - Method in interface org.mule.config.ThreadingProfile.WorkManagerFactory
 
CredentialsNotSetException - Exception in org.mule.umo.security
CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
CredentialsNotSetException(Message, UMOMessage) - Constructor for exception org.mule.umo.security.CredentialsNotSetException
 
CredentialsNotSetException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.security.CredentialsNotSetException
 
CredentialsNotSetException(UMOMessage, UMOSecurityContext, UMOImmutableEndpoint, UMOEndpointSecurityFilter) - Constructor for exception org.mule.umo.security.CredentialsNotSetException
 
CRYPTO_FAILURE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CRYPTO_STRATEGY_IS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
CryptoFailureException - Exception in org.mule.umo.security
CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
CryptoFailureException(Message, UMOEncryptionStrategy) - Constructor for exception org.mule.umo.security.CryptoFailureException
 
CryptoFailureException(Message, UMOEncryptionStrategy, Throwable) - Constructor for exception org.mule.umo.security.CryptoFailureException
 
CryptoFailureException(UMOEncryptionStrategy, Throwable) - Constructor for exception org.mule.umo.security.CryptoFailureException
 
CSVPrinter - Class in org.mule.management.stats.printers
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
 
current() - Method in class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
CUSTOM_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
CustomNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using UMOManager.fireCustomEvent(..)

D

DaemonThreadFactory - Class in org.mule.util.concurrent
 
DaemonThreadFactory(String) - Constructor for class org.mule.util.concurrent.DaemonThreadFactory
 
DateUtils - Class in org.mule.util
DateUtils contains some useful methods dealing date/time conversion, formatting etc.
DateUtils() - Constructor for class org.mule.util.DateUtils
 
DAYS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
debug(Object) - Method in class org.mule.util.MuleLogger
 
debug(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
DebugUtils - Class in org.mule.util
Useful for enumerating debug information about the current Java environment
DECODE - Static variable in class org.mule.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.mule.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.mule.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
decodeToFile(String, String) - Static method in class org.mule.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.mule.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decQueuedEvent() - Method in class org.mule.management.stats.ComponentStatistics
 
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
 
DecryptionTransformer - Class in org.mule.transformers.encryption
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
 
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_BUNDLE - Static variable in class org.mule.config.i18n.Messages
 
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_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 setto 2 (WHEN_EXHAUSTED_BLOCK) 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_THREAD_TTL - Static variable in class org.mule.config.ThreadingProfile
Default value for MAX_THREAD_TTL
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_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_POOL_EXHAUST_ACTION - Static variable in class org.mule.config.ThreadingProfile
Default action to perform on pool exhaustion
DEFAULT_POOL_EXHAUSTED_ACTION - Static variable in class org.mule.config.PoolingProfile
Specifies the behaviour of the Mule UMO pool when the pool is exhausted:

0 (WHEN_EXHAUSTED_FAIL) : will throw a NoSuchElementException 1 (WHEN_EXHAUSTED_BLOCK): will block (invoke Object.wait(long) until a new or idle object is available. 2 (WHEN_EXHAUSTED_GROW) : will create a new Mule and return it(essentially making maxActive meaningless.)

DEFAULT_POOL_INITIALISATION_POLICY - Static variable in class org.mule.config.PoolingProfile
Determines how components in a pool should be initialised. the possible values are - 0 (POOL_INIT_NO_COMPONENTs) : Will not load any components in the pool on startup 1 (POOL_INIT_ONE_COMPONENT) : Will load only the first component in the pool on startup 2 (POOL_INIT_ALL_COMPONENTS) : Will load all components in the pool on startup
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_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
DefaultComponentExceptionStrategy - Class in org.mule.impl
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 in org.mule.config
This is the default exception reader used if there is no specific one registered for the current exception.
DefaultExceptionReader() - Constructor for class org.mule.config.DefaultExceptionReader
 
DefaultExceptionStrategy - Class in org.mule.impl
DefaultExceptionStrategy provides a default exception handling strategy.
DefaultExceptionStrategy() - Constructor for class org.mule.impl.DefaultExceptionStrategy
 
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
DefaultLifecycleAdapter - Class in org.mule.impl
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 in org.mule.impl
DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
DefaultLifecycleAdapterFactory() - Constructor for class org.mule.impl.DefaultLifecycleAdapterFactory
 
DefaultMessageAdapter - Class in org.mule.providers
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 in org.mule.impl.model
MuleProxy is a proxy to a UMO.
DefaultMuleProxy(Object, MuleDescriptor, UMOModel, ObjectPool) - Constructor for class org.mule.impl.model.DefaultMuleProxy
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
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
DefaultReplyToHandler - Class in org.mule.providers
DefaultReplyToHandler is responsible for processing a message replyTo header.
DefaultReplyToHandler(UMOTransformer) - Constructor for class org.mule.providers.DefaultReplyToHandler
 
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
 
DefaultWorkListener - Class in org.mule.umo.manager
Default exception Handler used when executing work in the work manager
DefaultWorkListener() - Constructor for class org.mule.umo.manager.DefaultWorkListener
 
DefaultXASession - Class in org.mule.util.xa
todo document
DefaultXASession(AbstractXAResourceManager) - Constructor for class org.mule.util.xa.DefaultXASession
 
DeferredOutputStream - Class in org.mule.impl.model.streaming
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
 
delete(File) - Method in interface org.mule.util.file.FileSession
Delete the given file.
delete(File) - Method in class org.mule.util.file.TransactedFileSession
 
DeleteException - Exception in org.mule.util.file
 
DeleteException() - Constructor for exception org.mule.util.file.DeleteException
 
DeleteException(File) - Constructor for exception org.mule.util.file.DeleteException
 
deleteTree(File) - Static method in class org.mule.util.FileUtils
 
deleteUnacceptedMessages - Variable in class org.mule.impl.ImmutableMuleEndpoint
determines whether unaccepted filtered events should be removed from the source.
DELTA - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the variation of a counter
Delta - Class in org.mule.util.counters.impl
 
Delta(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Delta
 
dequeue() - Method in class org.mule.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
descriptor - Variable in class org.mule.tck.providers.AbstractConnectorTestCase
 
DESCRIPTOR_CONTAINER_NAME - Static variable in class org.mule.impl.container.DescriptorContainerContext
 
DESCRIPTOR_X_ALREADY_EXISTS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
DescriptorContainerContext - Class in org.mule.impl.container
Will load the component from the descriptors' own properties.
DescriptorContainerContext() - Constructor for class org.mule.impl.container.DescriptorContainerContext
 
DescriptorContainerKeyPair - Class in org.mule.impl.container
 
DescriptorContainerKeyPair(String, Object) - Constructor for class org.mule.impl.container.DescriptorContainerKeyPair
 
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
 
DirectComponent - Class in org.mule.impl.model.direct
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 in org.mule.impl.model.direct
 
DirectModel() - Constructor for class org.mule.impl.model.direct.DirectModel
 
dirty - Variable in class org.mule.util.xa.AbstractResourceManager
 
DISABLE_SERVER_CONNECTIONS_SYSTEM_PROPERTY - Static variable in interface org.mule.config.MuleProperties
Disable the Admin agent
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
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
dispatchEvent(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
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 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
DispatchException - Exception in org.mule.umo.provider
DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
DispatchException(UMOMessage, UMOImmutableEndpoint) - Constructor for exception org.mule.umo.provider.DispatchException
 
DispatchException(UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.umo.provider.DispatchException
 
DispatchException(Message, UMOMessage, UMOImmutableEndpoint) - Constructor for exception org.mule.umo.provider.DispatchException
 
DispatchException(Message, UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.umo.provider.DispatchException
 
Disposable - Interface in org.mule.umo.lifecycle
Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing component as the component is being destroyed.
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.DefaultLifecycleAdapter
 
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.MuleManager
Destroys the MuleManager and all resources it maintains
dispose() - Method in class org.mule.providers.AbstractConnector
A lifecycle method where implementor should free up any resources.
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
disposeCurrent() - Method in class org.mule.config.builders.QuickConfigurationBuilder
Disposes the current MuleManager if there is one.
disposed - Variable in class org.mule.providers.AbstractConnector
Determines in the connector is alive and well
disposed - Variable in class org.mule.providers.AbstractMessageDispatcher
 
disposeDispatchers() - Method in class org.mule.providers.AbstractConnector
 
DisposeException - Exception in org.mule.umo.lifecycle
DisposeException TODO (document class)
DisposeException(Message, Object) - Constructor for exception org.mule.umo.lifecycle.DisposeException
 
DisposeException(Message, Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.DisposeException
 
DisposeException(Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.DisposeException
 
disposeManager() - Method in class org.mule.tck.AbstractMuleTestCase
 
disposeReceivers() - Method in class org.mule.providers.AbstractConnector
 
disposing - Variable in class org.mule.providers.AbstractConnector
Determines in connector has been told to dispose
disposing - Variable in class org.mule.providers.AbstractMessageReceiver
 
DIVIDE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the division of two other counters
doBegin() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
Really begin the transaction.
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
 
DOC_REF - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
doCommit() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
Commit the transaction on the underlying resource
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
 
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
 
doInTransaction() - Method in class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
doInTransaction() - Method in interface org.mule.transaction.TransactionCallback
 
doLoad(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
DONT_BREAK_LINES - Static variable in class org.mule.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
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
 
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.AbstractSingleResourceTransaction
Rollback the transaction on the underlying resource
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
 
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.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.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.NoActionTransformer
 
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.ObjectToString
 
doTransform(Object, String) - Method in class org.mule.transformers.simple.StringToByteArray
 
doWork(Work) - Method in class org.mule.impl.work.MuleWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 
DynamicEntryPoint - Class in org.mule.impl.model.resolvers
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 in org.mule.impl.model.resolvers
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

E

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
 
EchoComponent - Class in org.mule.components.simple
EchoComponent will log the message and return the payload back as the result.
EchoComponent() - Constructor for class org.mule.components.simple.EchoComponent
 
EchoService - Interface in org.mule.components.simple
 
EJB_KEY_REF_X_NOT_VALID - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EJB_OBJECT_X_MISSING_CREATE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EMPTY_EVENTS_ARRAY - Static variable in class org.mule.routing.inbound.EventGroup
 
ENABLE_CORRELATION_ALWAYS - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_IF_NOT_SET - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_NEVER - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
enableCorrelation - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
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
 
ENCODE - Static variable in class org.mule.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
encodeToFile(byte[], String) - Static method in class org.mule.util.Base64
Convenience method for encoding data to a file.
encoding - Variable in class org.mule.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
 
ENCRYPT_STRATEGY_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
encryptCipher - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
EncryptionNotSupportedException - Exception in org.mule.umo.security
EncryptionNotSupportedException is thrown if an algorithm is set in the MULE_USER header but it doesn't match the algorithm set on the security filter
EncryptionNotSupportedException(Message, UMOMessage) - Constructor for exception org.mule.umo.security.EncryptionNotSupportedException
 
EncryptionNotSupportedException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.security.EncryptionNotSupportedException
 
EncryptionStrategyNotFoundException - Exception in org.mule.umo.security
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 exception org.mule.umo.security.EncryptionStrategyNotFoundException
 
EncryptionStrategyNotFoundException(String, Throwable) - Constructor for exception org.mule.umo.security.EncryptionStrategyNotFoundException
 
EncryptionTransformer - Class in org.mule.transformers.encryption
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
EncryptionTransformer() - Constructor for class org.mule.transformers.encryption.EncryptionTransformer
 
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.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 exception org.mule.umo.routing.RoutingException
 
ENDPOINT_NULL_FOR_LISTENER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
ENDPOINT_X_DOES_NOT_SUPPORT_STREAMING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ENDPOINT_X_IS_NOT_STREAMING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ENDPOINT_X_NOT_FOUND - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EndpointBuilder - Interface in org.mule.impl.endpoint
EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
endpointEncoding - Variable in class org.mule.impl.ImmutableMuleEndpoint
 
EndpointException - Exception in org.mule.umo.endpoint
EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointException(Message) - Constructor for exception org.mule.umo.endpoint.EndpointException
 
EndpointException(Message, Throwable) - Constructor for exception org.mule.umo.endpoint.EndpointException
 
EndpointException(Throwable) - Constructor for exception org.mule.umo.endpoint.EndpointException
 
endpointName - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
EndpointNotFoundException - Exception in org.mule.umo.endpoint
EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
EndpointNotFoundException(String) - Constructor for exception org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message) - Constructor for exception org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message, Throwable) - Constructor for exception org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Throwable) - Constructor for exception org.mule.umo.endpoint.EndpointNotFoundException
 
EndpointNotificationLoggerAgent - Class in org.mule.impl.internal.admin
EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.
EndpointNotificationLoggerAgent() - Constructor for class org.mule.impl.internal.admin.EndpointNotificationLoggerAgent
 
EndpointReference - Class in org.mule.config.builders
EndpointReference maintains a endpoint reference.
EndpointReference(String, String, String, String, String, String, Object) - Constructor for class org.mule.config.builders.EndpointReference
 
endpoints - Variable in class org.mule.impl.AbstractExceptionListener
 
endpoints - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
EndpointSelector - Class in org.mule.routing.outbound
EndpointSelector selects the outgoing endpoint based on a message property ("endpoint" by default).
EndpointSelector() - Constructor for class org.mule.routing.outbound.EndpointSelector
 
endpointUri - Variable in class org.mule.impl.ImmutableMuleEndpoint
The endpointUri on which to send or receive information
ENPOINT_X_IS_MALFORMED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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 - Class in org.mule.impl.model.resolvers
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
entryPoint - Variable in class org.mule.impl.model.streaming.StreamingComponent
 
EnvelopeInterceptor - Class in org.mule.interceptors
EnvelopeInterceptor is an intercepter that will fire before and after an event is received.
EnvelopeInterceptor() - Constructor for class org.mule.interceptors.EnvelopeInterceptor
 
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.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.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 exception 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
 
EqualsFilter - Class in org.mule.routing.filters
EqualsFilter is a filter for comparing two objects using the equals() method.
EqualsFilter() - Constructor for class org.mule.routing.filters.EqualsFilter
 
EqualsFilter(Object) - Constructor for class org.mule.routing.filters.EqualsFilter
 
error(Object) - Method in class org.mule.util.MuleLogger
 
error(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
ERROR_CODE_PROPERTY - Static variable in class org.mule.config.ExceptionHelper
This is the property to set the error code to no the message it is the property name the Transport provider uses set the set the error code on the underlying message
EVENT_NAME - Variable in class org.mule.umo.manager.UMOServerNotification
 
EVENT_PROCESSING_FAILED_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EVENT_PROPERTY_X_NOT_SET_CANT_PROCESS_REQUEST - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EVENT_TYPE_X_NOT_RECOGNISED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
eventComparator - Variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
EventFilePersistenceStrategy - Class in org.mule.util.queue
 
EventFilePersistenceStrategy() - Constructor for class org.mule.util.queue.EventFilePersistenceStrategy
 
EventGroup - Class in org.mule.routing.inbound
EventGroup is a holder over events grouped by a common group Id.
EventGroup(Object) - Constructor for class org.mule.routing.inbound.EventGroup
 
EventGroup(Object, int) - Constructor for class org.mule.routing.inbound.EventGroup
 
eventGroups - Variable in class org.mule.routing.response.AbstractResponseAggregator
A map of EventGroup objects.
eventLogger - Variable in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
EventMemoryPersistenceStrategy - Class in org.mule.util.queue
 
EventMemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.EventMemoryPersistenceStrategy
 
EventTimerTask - Class in org.mule.util.timer
EventTimerTask is a task that causes TimeEvent to be fired to listening objects when a specific number of milliseconds have passed.
EventTimerTask(TimeEventListener) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
EventTimerTask(TimeEventListener, String) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
EXCEPTION_ON_CONNECTOR_X_NO_EXCEPTION_LISTENER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
EXCEPTION_STACK_IS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ExceptionBasedRouter - Class in org.mule.routing.outbound
ExceptionBasedRouter Will send the current event to the first endpoint that doesn't throw an exception.
ExceptionBasedRouter() - Constructor for class org.mule.routing.outbound.ExceptionBasedRouter
 
ExceptionHelper - Class in org.mule.config
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions.
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
ExceptionMessage - Class in org.mule.impl.message
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
 
ExceptionPayload - Class in org.mule.impl.message
ExceptionPayload TODO
ExceptionPayload(Throwable) - Constructor for class org.mule.impl.message.ExceptionPayload
 
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
 
ExceptionReader - Interface in org.mule.config
Provides a strategy interface for reading information from an exception in a consistent way.
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
 
ExceptionTypeFilter - Class in org.mule.routing.filters
A filter that accepts messages that have an exception payload.
ExceptionTypeFilter() - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(Class) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
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.
Expirable - Interface in org.mule.util.monitor
Expirable implementing classes can be notified when they expire
expired() - Method in interface org.mule.util.monitor.Expirable
 
ExpiryMonitor - Class in org.mule.util.monitor
ExpiryMonitor can monitor objects beased on an expiry time and can invoke a callback method once the object time has expired.
ExpiryMonitor() - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExpiryMonitor(long) - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
EXTENSION - Static variable in class org.mule.util.queue.FilePersistenceStrategy
 

F

factory - Variable in class org.mule.config.pool.CommonsPoolProxyPool
the factory used to create objects for the pool
FAIL_WHEN_EXHAUSTED - Static variable in class org.mule.tck.model.AbstractPoolTestCase
 
FAILED_LOAD_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_LOAD_X_TRANSFORMER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_BUILD_MESSAGE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CLONE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CONFIGURE_CONTAINER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CONVERT_STRING_USING_X_ENCODING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CREATE_CONNECTOR_FROM_URI_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CREATE_MANAGER_INSTANCE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CREATE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_CREATE_X_WITH_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_DISPATCH_TO_REPLYTO_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_DISPOSE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_ENDPOINT_FROM_LOCATION_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_GET_OUTPUT_STREAM - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_GET_POOLED_OBJECT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_INITIALISE_INTERCEPTORS_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_INITIALIZE_SECURITY_PROVIDER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_INVOKE_REST_SERVICE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_INVOKE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_PARSE_CONFIG_RESOURCE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_PAUSE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_PERSIST_EVENT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_READ_ATTACHMENT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_READ_FROM_STORE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_READ_PAYLOAD - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_RECEIVE_OVER_X_TIMEOUT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_REGISTER_X_ON_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_RESUME_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_ROUTER_VIA_ENDPOINT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_SCHEDULE_WORK - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_SET_PROPERTIES_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_SET_PROXY_X_ON_SERVICE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_START_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_STOP_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_UNREGISTER_X_ON_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FAILED_TO_WRITE_X_TO_STORE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FailedToQueueEventException - Exception in org.mule.impl
FailedToQueueEventException is thrown when an event cannot be put on an internal component queue.
FailedToQueueEventException(Message, UMOMessage, UMOComponent) - Constructor for exception org.mule.impl.FailedToQueueEventException
 
FailedToQueueEventException(Message, UMOMessage, UMOComponent, Throwable) - Constructor for exception org.mule.impl.FailedToQueueEventException
 
FailedToQueueEventException(UMOMessage, UMOComponent, Throwable) - Constructor for exception org.mule.impl.FailedToQueueEventException
 
fatal(Object) - Method in class org.mule.util.MuleLogger
 
fatal(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
FATAL_ERROR_SHUTDOWN - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FATAL_ERROR_WHILE_RUNNING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FatalConnectException - Exception in org.mule.providers
todo document
FatalConnectException(Message, Object) - Constructor for exception org.mule.providers.FatalConnectException
 
FatalConnectException(Message, Throwable, Object) - Constructor for exception org.mule.providers.FatalConnectException
 
FatalConnectException(Throwable, Object) - Constructor for exception org.mule.providers.FatalConnectException
 
FatalException - Exception in org.mule.umo.lifecycle
FatalException can be thrown during initialisation or during execution to indicate that something fatal has occurred and the MuleManager must shutdown.
FatalException(Message, Object) - Constructor for exception org.mule.umo.lifecycle.FatalException
 
FatalException(Message, Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.FatalException
 
FatalException(Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.FatalException
 
FILE_X_DOES_NOT_EXIST - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
fileChanged(File) - Method in interface org.mule.util.monitor.FileListener
Called when one of the monitored files are created, deleted or modified.
FileListener - Interface in org.mule.util.monitor
Interface for listening to disk file changes.
FileManager - Class in org.mule.util.file
 
FileManager() - Constructor for class org.mule.util.file.FileManager
 
FileManager.FileTransactionContext - Class in org.mule.util.file
 
FileManager.FileTransactionContext() - Constructor for class org.mule.util.file.FileManager.FileTransactionContext
 
FileMonitor - Class in org.mule.util.monitor
Class for monitoring changes in disk files.
FileMonitor(long) - Constructor for class org.mule.util.monitor.FileMonitor
Create a file monitor instance with specified polling interval.
FileMonitor.FileMonitorNotifier - Class in org.mule.util.monitor
This is the timer thread which is executed every n milliseconds according to the setting of the file monitor.
FileMonitor.FileMonitorNotifier() - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
FileMonitor.FileMonitorNotifier(ExceptionListener) - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
FilePersistenceStrategy - Class in org.mule.util.queue
 
FilePersistenceStrategy() - Constructor for class org.mule.util.queue.FilePersistenceStrategy
 
FilePersistenceStrategy.HolderImpl - Class in org.mule.util.queue
 
FilePersistenceStrategy.HolderImpl(String, Object) - Constructor for class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
FileSession - Interface in org.mule.util.file
 
FileUtils - Class in org.mule.util
FileUtils contains useful methods for dealing with files & directories.
FileUtils() - Constructor for class org.mule.util.FileUtils
 
fillProperties(UMOEvent) - Method in class org.mule.impl.MuleEvent
 
filter - Variable in class org.mule.impl.ImmutableMuleEndpoint
event filter for this endpoint
FilteringListMessageSplitter - Class in org.mule.routing.outbound
FilteringListMessageSplitter accepts a List as a message payload then routes list elements as messages over an endpoint where the endpoint's filter accepts the payload.
FilteringListMessageSplitter() - Constructor for class org.mule.routing.outbound.FilteringListMessageSplitter
 
FilteringOutboundRouter - Class in org.mule.routing.outbound
FilteringRouter is a router that accepts events based on a filter set.
FilteringOutboundRouter() - Constructor for class org.mule.routing.outbound.FilteringOutboundRouter
 
finalCleanUp() - Method in class org.mule.util.xa.AbstractTransactionContext
 
finalize() - Method in class org.mule.tck.AbstractMuleTestCase
 
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(UMOServerNotification) - Method in class org.mule.providers.AbstractConnector
Fires a server notification to all registered CustomNotificationListener eventManager.
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.streaming.OutStreamMessageAdapter
 
flush() - Method in class org.mule.providers.WriterMessageAdapter
 
flushBase64() - Method in class org.mule.util.Base64.OutputStream
Method added by PHIL.
FOR_MORE_INFO - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
FOR_MORE_INFO_EXCEPTION - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
ForwardingCatchAllStrategy - Class in org.mule.routing
ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
ForwardingCatchAllStrategy() - Constructor for class org.mule.routing.ForwardingCatchAllStrategy
 
ForwardingConsumer - Class in org.mule.routing.inbound
ForwardingConsumer is used to forward an incoming event over another transport without invoking a component.
ForwardingConsumer() - Constructor for class org.mule.routing.inbound.ForwardingConsumer
 
frequency - Variable in class org.mule.providers.AbstractPollingMessageReceiver
 
Fruit - Interface in org.mule.tck.testmodels.fruit
 
FruitBowl - Class in org.mule.tck.testmodels.fruit
 
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 in org.mule.tck.testmodels.fruit
 
FruitLover - Class in org.mule.tck.testmodels.fruit
 
FruitLover(String) - Constructor for class org.mule.tck.testmodels.fruit.FruitLover
 
FutureMessageResult - Class in org.mule.umo
FutureMessageResult is an UMOMessage result of a remote invocation on a Mule Server.
FutureMessageResult(Callable) - Constructor for class org.mule.umo.FutureMessageResult
 

G

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
 
GenericTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
A factory performing a JNDI lookup for TransactionManager.
GenericTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
get(int) - Static method in class org.mule.config.i18n.Messages
 
get(int, Object[]) - Static method in class org.mule.config.i18n.Messages
 
get(int, Object) - Static method in class org.mule.config.i18n.Messages
 
get(int, Object, Object) - Static method in class org.mule.config.i18n.Messages
 
get(int, Object, Object, Object) - Static method in class org.mule.config.i18n.Messages
 
get(String, int) - Static method in class org.mule.config.i18n.Messages
 
get(String, int, Object[]) - Static method in class org.mule.config.i18n.Messages
 
get(String, int, Object) - Static method in class org.mule.config.i18n.Messages
 
get(String, int, Object, Object) - Static method in class org.mule.config.i18n.Messages
 
get(String, int, Object, Object, Object) - Static method in class org.mule.config.i18n.Messages
 
get() - Method in class org.mule.util.concurrent.WaitableBoolean
 
GET_OR_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
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 class org.mule.umo.manager.UMOServerNotification
 
getAction() - Method in interface org.mule.umo.UMOTransactionConfig
 
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.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() - 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
 
GetBeanProperty - Class in org.mule.transformers.simple
Looks up a property from a JavaBean using PropertyUtils.getProperty().
GetBeanProperty() - Constructor for class org.mule.transformers.simple.GetBeanProperty
 
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
 
getBundle() - Method in class org.mule.config.i18n.Message
 
getBundle(String) - Static method in class org.mule.config.i18n.Messages
 
getBytes() - Method in class org.mule.impl.ResponseOutputStream
 
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
 
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 class org.mule.umo.security.tls.TlsConfiguration
 
getClientKeyStore() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
getClientKeyStorePassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getClientKeyStorePassword() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
getClientKeyStoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getClientKeyStoreType() - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
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(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() - Method in class org.mule.impl.DefaultComponentExceptionStrategy
 
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.impl.MuleEvent
Gets the recipient component of this event
getComponent() - Method in class org.mule.impl.MuleSession
 
getComponent() - Method in class org.mule.providers.AbstractMessageReceiver
 
getComponent() - Method in exception org.mule.umo.ComponentException
 
getComponent() - Method in exception 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 exception org.mule.umo.routing.ComponentRoutingException
 
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
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 exception 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
 
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
getConnectorServiceFinder() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
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.endpoint.MuleEndpointURI
 
getCreateConnector() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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.security.UMOAuthentication
 
getCredentials(UMOEvent) - Method in interface org.mule.umo.security.UMOCredentialsAccessor
 
getCredentials() - Method in interface org.mule.umo.UMOEvent
 
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
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.
getDeleteProperties() - Method in class org.mule.transformers.simple.MessagePropertiesTransformer
 
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.umo.Invocation
Returns the descriptor for the component associated with this invocation
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
getDescriptor() - Method in interface org.mule.umo.UMOComponent
 
getDescriptorName() - Method in class org.mule.impl.container.DescriptorContainerKeyPair
 
getDescriptorToResolve(String) - Method in class org.mule.tck.model.AbstractEntryPointDiscoveryTestCase
 
getDetailedMessage() - Method in exception org.mule.umo.UMOException
 
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.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.
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
 
getEncryptionStrategy(String) - Method in class org.mule.impl.security.MuleSecurityManager
 
getEncryptionStrategy() - Method in exception 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.internal.notifications.MessageNotification
 
getEndpoint() - Method in class org.mule.impl.message.ExceptionMessage
 
getEndpoint() - Method in class org.mule.impl.MuleEvent
 
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(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.LoggingCatchAllStrategy
 
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.provider.UMOMessageReceiver
 
getEndpoint() - Method in exception 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
getEndpoint() - Method in interface org.mule.umo.UMOEvent
Gets the endpoint associated with this event
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
 
getEndpoints() - Method in class org.mule.impl.AbstractExceptionListener
 
getEndpoints() - Method in class org.mule.MuleManager
Gets an unmodifiable collection of endpoints registered with the UMOManager
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.
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.endpoint.UMOImmutableEndpoint
This specifes the communication endpointUri.
getEndpointURI() - Method in interface org.mule.umo.provider.UMOMessageReceiver
The endpointUri that this receiver listens on
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
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.
getenv() - Static method in class org.mule.util.SystemUtils
Get the operating system environment variables.
getenv(String) - Static method in class org.mule.util.SystemUtils
 
getEnvironment() - Method in class org.mule.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 exception org.mule.routing.AggregationException
 
getEventGroup(Object) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Look up the existing EventGroup with the given id.
getEventGroup(Object) - Method in class org.mule.routing.inbound.AbstractEventResequencer
 
getEventGroup(Object) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getEventGroupIdForEvent(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.message.ExceptionMessage
 
getException() - Method in class org.mule.impl.message.ExceptionPayload
 
getException() - Method in interface org.mule.umo.UMOExceptionPayload
 
getExceptionCode() - Method in exception 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.model.UMOModel
The exception strategy to use by components managed by the model.
getExceptionListener() - Method in interface org.mule.umo.provider.UMOConnector
 
getExceptionListener() - Method in interface org.mule.umo.UMOImmutableDescriptor
The exception strategy to use to handle exceptions in the Mule UMO.
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
getExceptionsAsList(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
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
 
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
 
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
 
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 exception org.mule.umo.UMOException
 
getId() - Method in class org.mule.impl.MuleEvent
 
getId() - Method in class org.mule.impl.MuleSession
 
getId() - Method in class org.mule.MuleManager
 
getId() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getId() - Method in interface org.mule.umo.manager.UMOManager
Gets the unique Id for this Manager instance. this id can be used to assign an identy to the manager so it can be identified in a network of Mule nodes
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(Object) - Method in class org.mule.util.queue.EventFilePersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.EventMemoryPersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
getId() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getId(Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
getId() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getIdForEvent(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 exception org.mule.umo.UMOException
 
getInfo() - Method in interface org.mule.umo.UMOExceptionPayload
 
getInitialContext(Hashtable) - Method in class org.mule.impl.jndi.MuleInitialContextFactory
 
getInitialisationPolicy() - Method in class org.mule.config.PoolingProfile
 
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.endpoint.UMOImmutableEndpoint
Sets the state the endpoint will be loaded in.
getInitialState() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns the initial state of this component
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() - Method in class org.mule.impl.model.AbstractComponent
 
getInstance() - Static method in class org.mule.impl.VoidResult
 
getInstance() - Static method in class org.mule.MuleManager
Getter method for the current singleton MuleManager
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.
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
 
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
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 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
 
getKeyManagerAlgorithm() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyManagerFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyManagerFactory() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyPassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyPassword() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeyStore() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeyStore() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getKeystoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getKeystoreType() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
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.
getListener() - Method in class org.mule.providers.AbstractMessageReceiver
 
getListenerObject() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
getListProperties() - Method in class org.mule.tck.testmodels.fruit.Orange
 
getLock() - Method in class org.mule.util.concurrent.SynchronizedVariable
 
getLogConfigFile() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
getLogFile() - 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
 
getLogName() - Method in class org.mule.impl.internal.admin.Log4jNotificationLoggerAgent
 
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
 
getManifestProperty(String) - Method in class org.mule.config.MuleConfiguration
 
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
 
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() - Method in class org.mule.config.i18n.Message
 
getMessage(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getMessage(Throwable) - Method in class org.mule.config.UMOExceptionReader
 
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.impl.MuleEvent
 
getMessage() - Method in class org.mule.impl.MuleEventContext
Returns the message payload for this event
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 exception 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 exception 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. the message will then be routed via the provider.
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
 
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.builders.QuickConfigurationBuilder
 
getModel() - Method in class org.mule.config.MuleConfiguration
 
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.
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
getModelType() - Method in class org.mule.config.MuleConfiguration
 
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.ImmutableMuleDescriptor
 
getName() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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
 
getName() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
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.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.umo.UMOImmutableDescriptor
Gets the identifier for the Mule UMO created from the descriptor
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
 
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
getNotificationClasses() - Method in class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
getNotRouted() - Method in class org.mule.management.stats.RouterStatistics
 
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
 
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
 
getOSEncoding() - Method in class org.mule.config.MuleConfiguration
 
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. the event has been processed.
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.model.streaming.DeferredOutputStream
 
getOutputStream() - Method in class org.mule.impl.MuleEvent
An outputstream the can optionally be used 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(UMOImmutableEndpoint, UMOMessage) - Method in class org.mule.providers.AbstractConnector
Well get the output stream (if any) 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(UMOImmutableEndpoint, UMOMessage) - Method in interface org.mule.umo.provider.UMOConnector
Well 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
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.
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.message.BaseMessage
 
getPayload() - Method in class org.mule.impl.MuleMessage
 
getPayload() - Method in class org.mule.providers.DefaultMessageAdapter
 
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.providers.WriterMessageAdapter
 
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.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.impl.MuleMessage
Converts the payload 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.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.providers.WriterMessageAdapter
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(String) - Method in class org.mule.impl.message.BaseMessage
Converts the message implementation into a String 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() - 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.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.providers.WriterMessageAdapter
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.
getPayloadParameterName() - 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
 
getProductLicenseInfo() - Method in class org.mule.config.MuleConfiguration
 
getProductMoreInfo() - Method in class org.mule.config.MuleConfiguration
 
getProductName() - Method in class org.mule.config.MuleConfiguration
 
getProductSupport() - Method in class org.mule.config.MuleConfiguration
 
getProductUrl() - Method in class org.mule.config.MuleConfiguration
 
getProductVersion() - Method in class org.mule.config.MuleConfiguration
 
getProperties() - Method in class org.mule.config.builders.EndpointReference
 
getProperties() - Method in class org.mule.impl.container.PropertiesContainerContext
 
getProperties() - Method in class org.mule.impl.ImmutableMuleDescriptor
 
getProperties() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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.MuleManager
Gets all properties associated with the UMOManager
getProperties() - Method in class org.mule.providers.service.TransportServiceDescriptor
 
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
 
getProperties() - Method in interface org.mule.umo.UMOImmutableDescriptor
Returns any properties configured on this descriptor.
getPropertiesForURI(URI) - Method in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
getPropertiesFromQueryString(String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesWithoutPrefix(Map, String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesWithPrefix(Map, String, Map) - Static method in class org.mule.util.PropertiesUtils
Will create a map of properties where the names have a prefix Allows the callee to supply the target map so a comarator can be set
getProperty(Object) - Method in class org.mule.impl.ImmutableMuleEndpoint
 
getProperty(Object) - Method in class org.mule.impl.internal.notifications.AdminNotification
 
getProperty(Object) - Method in class org.mule.impl.message.BaseMessage
 
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.MuleManager
Getter for the envionment parameters declared in the mule-config.xml
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(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, 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(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.provider.UMOMessageAdapter
 
getPropertyNames() - Method in interface org.mule.umo.UMOSession
Returns an iterater of property keys for the session properties on this session
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. i.e.
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() - 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
 
getProvider(String) - Method in interface org.mule.umo.security.UMOSecurityManager
 
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
 
getProviders() - Method in class org.mule.impl.security.MuleSecurityManager
 
getProviders() - Method in interface org.mule.umo.security.UMOSecurityManager
 
getProviderStatsHtml(String) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
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
 
getQueuedEvents() - Method in class org.mule.management.stats.ComponentStatistics
 
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
 
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
 
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
 
getReceivers() - Method in class org.mule.providers.AbstractConnector
Getter for property 'receivers'.
getReceivers(String) - Method in class org.mule.providers.AbstractConnector
 
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.
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.endpoint.UMOImmutableEndpoint
The transformer used when a response is returned from invoking this endpoint
getResponseTransformer() - Method in interface org.mule.umo.UMOImmutableDescriptor
The transformer to use when sending events or data back as a response.
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
 
getRouters() - Method in class org.mule.routing.AbstractRouterCollection
 
getRouters() - Method in interface org.mule.umo.routing.UMORouterCollection
 
getRouterStatistics() - Method in class org.mule.routing.AbstractRouter
 
getRouterStatistics() - Method in interface org.mule.umo.routing.UMORouter
 
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.impl.container.RmiContainerContext
 
getSecurityManager() - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
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 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. by default the property name "ID" will be used.
getSessionIDKey() - Method in interface org.mule.umo.provider.UMOSessionHandler
The property name of the session id to use when creating the Mule session. by default the property name "ID" will be used.
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
getStartSplash() - Method in class org.mule.MuleManager
Returns a formatted string that is a summary of the configuration of the server.
getStartTime() - Method in class org.mule.management.stats.AllStatistics
 
getStartTimeout() - Method in class org.mule.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.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.MuleManager
Gets all statisitcs for this instance
getStatistics() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getStatistics() - Method in class org.mule.routing.AbstractRouterCollection
 
getStatistics() - Method in 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 class org.mule.umo.security.tls.TlsConfiguration
 
getStorePassword() - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
getStorePath() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
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, Object[]) - Static method in class org.mule.config.i18n.Messages
 
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
 
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
 
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
 
getThreadingProfile() - Method in class org.mule.impl.ImmutableMuleDescriptor
The threading profile used by the UMO when managing a component.
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
 
getTime() - Method in class org.mule.util.counters.impl.RatePerUnit
 
getTimeExpired() - Method in class org.mule.util.timer.TimeEvent
 
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.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
 
getTimeout() - Method in interface org.mule.umo.UMOEvent
The number of milliseconds to wait for a return event when running synchronously. 0 wait forever -1 try and receive, but do not wait or a positive millisecond value
getTimeout() - Method in interface org.mule.umo.UMOEventContext
Get the timeout value associated with the event
getTimeout() - Method in interface org.mule.umo.UMOTransactionConfig
 
getTimeStamp() - Method in class org.mule.impl.message.ExceptionMessage
 
getTimestamp() - Method in class org.mule.umo.manager.UMOServerNotification
 
getTimeStamp(String) - Static method in class org.mule.util.DateUtils
 
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 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 interface org.mule.umo.manager.UMOManager
Returns the Jta transaction manager used by this Mule server instance. or null if a transaction manager has not been set
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.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 exception 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.impl.endpoint.MuleEndpointURI
 
getTransformers() - Method in class org.mule.MuleManager
Gets an unmodifiable collection of transformers registered with the UMOManager
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 class org.mule.umo.security.tls.TlsConfiguration
 
getTrustManagerAlgorithm() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
getTrustManagerFactory() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustManagerFactory() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
getTrustStore() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStore() - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
getTrustStorePassword() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStorePassword() - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
getTrustStoreType() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
getTrustStoreType() - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
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.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.optimised.OptimisedSedaModel
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.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
 
getUmoMessage() - Method in exception 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
 
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
 
getUserParams() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
getUserParams() - Method in interface org.mule.umo.endpoint.UMOEndpointURI
 
getUUID() - Static method in class org.mule.util.UUID
 
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
 
getVendorUrl() - Method in class org.mule.config.MuleConfiguration
 
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.
getWorkingDirectory() - Method in class org.mule.config.MuleConfiguration
 
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
 
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
 
getXmlDeclaration(String) - Method in class org.mule.impl.container.AbstractContainerContext
 
getXslForDtd() - Method in class org.mule.config.MuleDtdResolver
 
globalTransactions - Variable in class org.mule.util.xa.AbstractResourceManager
 
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.
GZipCompression - Class in org.mule.util.compression
GZipCompression is a CompressionStrategy implementation using the GZip library included in the JDK java.util.zip.
GZipCompression() - Constructor for class org.mule.util.compression.GZipCompression
 
GZipCompressTransformer - Class in org.mule.transformers.compression
GZipCompressTransformer is a transformer compressing objects into byte arrays.
GZipCompressTransformer() - Constructor for class org.mule.transformers.compression.GZipCompressTransformer
 
GZipUncompressTransformer - Class in org.mule.transformers.compression
GZipCompressTransformer TODO
GZipUncompressTransformer() - Constructor for class org.mule.transformers.compression.GZipUncompressTransformer
 

H

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 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
 
handler - Variable in class org.mule.providers.streaming.StreamMessageAdapter
 
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
 
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
 
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.
HASH - Static variable in class org.mule.util.ObjectNameHelper
 
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.impl.ImmutableMuleEndpoint
 
hashCode() - Method in class org.mule.impl.MuleEvent
 
hashCode() - Method in class org.mule.impl.VoidResult
 
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 exception 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
 
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
 
HEADER_X_MALFORMED_VALUE_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
HexStringToByteArray - Class in org.mule.transformers.simple
Converts a Hex String to a Byte array
HexStringToByteArray() - Constructor for class org.mule.transformers.simple.HexStringToByteArray
 
hexStringToByteArray(String) - Static method in class org.mule.util.StringUtils
Convert a hexadecimal string into its byte representation.
honorSynchronicity - Variable in class org.mule.routing.outbound.AbstractMessageSplitter
 
HostNameFactory - Class in org.mule.config.factories
Extracts the local hostname from the local system
HostNameFactory() - Constructor for class org.mule.config.factories.HostNameFactory
 
HOURS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
HtmlTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
HtmlTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 
HtmlTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 

I

IBMSecurityProvider2Info - Class in org.mule.umo.security.provider
IBM JDK 1.4.2-specific security provider information.
IBMSecurityProvider2Info() - Constructor for class org.mule.umo.security.provider.IBMSecurityProvider2Info
 
IBMSecurityProviderInfo - Class in org.mule.umo.security.provider
IBM JDK-specific security provider information.
IBMSecurityProviderInfo() - Constructor for class org.mule.umo.security.provider.IBMSecurityProviderInfo
 
id - Variable in class org.mule.providers.AbstractMessageAdapter
 
id - Variable in class org.mule.util.xa.AbstractTransactionContext
 
IdempotentReceiver - Class in org.mule.routing.inbound
IdempotentReceiver ensures that only unique messages are received by a component.
IdempotentReceiver() - Constructor for class org.mule.routing.inbound.IdempotentReceiver
 
IdempotentSecureHashReceiver - Class in org.mule.routing.inbound
IdempotentSecureHashReceiver ensures that only unique messages are received by a component.
IdempotentSecureHashReceiver() - Constructor for class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
identityToShortString(Object) - Static method in class org.mule.util.ObjectUtils
Like ObjectUtils.identityToString(Object) but without the object's full package name.
IgnoredMethodNames - Static variable in class org.mule.impl.model.resolvers.DynamicEntryPoint
 
ignoredPropertyOverrides - Variable in class org.mule.impl.MuleEvent
 
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.
IllegalTransactionStateException - Exception in org.mule.transaction
IllegalTransactionStateException TODO (document class)
IllegalTransactionStateException(Message) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
IllegalTransactionStateException(Message, Throwable) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
ImmutableMuleDescriptor - Class in org.mule.impl
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 in org.mule.impl
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
 
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.
InboundPassThroughRouter - Class in org.mule.routing.inbound
InboundPassThroughRouter allows intbound routing over all registered endpoints without any filtering.
InboundPassThroughRouter() - Constructor for class org.mule.routing.inbound.InboundPassThroughRouter
 
inboundRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
InboundRouterCollection - Class in org.mule.routing.inbound
InboundRouterCollection is a collection of routers that will be invoked when an event is received.
InboundRouterCollection() - Constructor for class org.mule.routing.inbound.InboundRouterCollection
 
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
 
includeBranchInXid() - Method in class org.mule.util.xa.AbstractXAResourceManager
 
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
 
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
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
 
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.
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
 
Initialisable - Interface in org.mule.umo.lifecycle
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing component.
INITIALISATION_FAILURE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
InitialisationCallback - Interface in org.mule.impl
InitialisationCallback is used to provide customised initialiation for more complex components.
initialisationCallbacks - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
InitialisationException - Exception in org.mule.umo.lifecycle
InitialisationException is thrown by the initialise method defined in the org.mule.umo.lifecycle.Initialisable interface.
InitialisationException(Message, Object) - Constructor for exception org.mule.umo.lifecycle.InitialisationException
 
InitialisationException(Message, Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.InitialisationException
 
InitialisationException(Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.InitialisationException
 
initialise() - Method in class org.mule.components.rest.RestServiceWrapper
 
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() - 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(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.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.MuleManager
initialise() - Method in class org.mule.providers.AbstractConnector
Method used to perform any initialisation work.
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
Template method that can be used to split the message up before the getMessagePart 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 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
 
initialise() - Method in exception org.mule.umo.UMOException
 
initialiseAgents() - Method in class org.mule.MuleManager
Initialises all registered agents
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
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.optimised.OptimisedSedaComponent
 
initialisePool() - Method in class org.mule.impl.model.seda.SedaComponent
 
initialize() - Method in class org.mule.MuleServer
Initializes this daemon.
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
 
initJndiContext() - Method in class org.mule.providers.AbstractJndiConnector
 
instanciateClass(Class, Object[]) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[]) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[], Class) - Static method in class org.mule.util.ClassUtils
 
INSTANT_RATE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the instant rate of a counter
InstantRate - Class in org.mule.util.counters.impl
 
InstantRate(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.InstantRate
 
INT_VALUE_NOT_SET - Static variable in interface org.mule.umo.provider.UMOConnector
 
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
 
InterceptorsInvoker - Class in org.mule.impl
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
 
InterceptorStack - Class in org.mule.interceptors
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
 
internalCreateCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
InternalMessageListener - Interface in org.mule.providers
A listener used to receive Muleevents from a transport receiver.
INTERRUPTED_QUEUING_EVENT_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
INVALID_RESOURCE_TYPE_X_EXPECTED_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
InvalidSatsuma - Class in org.mule.tck.testmodels.fruit
InvalidSatsuma has no discoverable methods
InvalidSatsuma() - Constructor for class org.mule.tck.testmodels.fruit.InvalidSatsuma
 
Invocation - Class in org.mule.umo
Invocation represents a link in an interceptor chain.
Invocation(UMOImmutableDescriptor, UMOMessage, Invocation) - Constructor for class org.mule.umo.Invocation
Constructs an initialised invocation
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
 
IOUtils - Class in org.mule.util
Mule input/output utilities.
IOUtils() - Constructor for class org.mule.util.IOUtils
 
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 class org.mule.config.builders.QuickConfigurationBuilder
 
isConfigured() - Method in interface org.mule.config.ConfigurationBuilder
 
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
isDisablePersistence() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
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
 
isDisposeManagerPerSuite() - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
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. i.e. endpoints that are not configured at design time.
isEmbedded() - Method in class org.mule.config.MuleConfiguration
 
isEmpty() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
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
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
 
isErrorEnabled() - Method in class org.mule.util.MuleLogger
 
isErrorPayload(UMOMessage) - Method in class org.mule.components.rest.RestServiceWrapper
 
isExplicitTrustStoreOnly() - Method in class org.mule.umo.security.tls.TlsConfiguration
 
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.
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.impl.AbstractExceptionListener
 
isInitialised() - Method in class org.mule.MuleManager
Determines if the server has been initialised
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(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
 
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
 
isPrereqsMet(String) - Method in class org.mule.tck.AbstractMuleTestCase
 
isPrintHeaders() - Method in class org.mule.management.stats.printers.CSVPrinter
 
isReadOnly() - Method in class org.mule.impl.endpoint.MuleEndpoint
 
isReadOnly() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
isReadOnly() - Method in interface org.mule.umo.endpoint.UMOImmutableEndpoint
 
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 class org.mule.umo.security.tls.TlsConfiguration
 
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.
isRequired() - Method in class org.mule.impl.container.ContainerKeyPair
 
isResourceIdentifierAnUri() - Method in class org.mule.umo.manager.UMOServerNotification
 
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
 
isSameRM(XAResource) - Method in class org.mule.util.xa.DefaultXASession
 
isSendTransformed() - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
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.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.MuleManager
Determines if the server has been started
isStarted() - Method in class org.mule.providers.AbstractConnector
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 interface org.mule.umo.UMOComponent
Determines whether this component has been started
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.impl.model.AbstractComponent
 
isStopping() - Method in class org.mule.MuleManager
Determines in the manager is in the process of stopping.
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.endpoint.UMOImmutableEndpoint
Determines whether the endpoint should deal with requests as streams
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
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. execute in a single thread and possibly return an result.
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.endpoint.UMOImmutableEndpoint
Determines if requests originating from this endpoint should be synchronous i.e. execute in a single thread and possibly return an result.
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
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.CachingPersistenceStrategy
 
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
 
isUsed() - Method in class org.mule.impl.ResponseOutputStream
 
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
 
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

JAVADOC_REF - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
JBossTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JBossTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JBossTransactionManagerLookupFactory
 
JMX_CANT_LOCATE_CREATE_SERVER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
JMX_CREATE_OR_LOCATE_SHOULD_BE_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
JNDI_RESOURCE_X_NOT_FOUND - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
JndiContainerContext - Class in org.mule.impl.container
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
 
jndiContext - Variable in class org.mule.providers.AbstractJndiConnector
 
JndiContextHelper - Class in org.mule.impl.container
Common code for initialising the JNDI context.
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
 
JRunTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JRunTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JRunTransactionManagerLookupFactory
 
JSSE_NAMESPACE - Static variable in class org.mule.umo.security.tls.TlsConfiguration
 

K

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

L

Latch - Class in org.mule.util.concurrent
 
Latch() - Constructor for class org.mule.util.concurrent.Latch
 
Lifecycle - Interface in org.mule.umo.lifecycle
Lifecycle adds lifecycle methods start, stop and dispose.
LifecycleException - Exception in org.mule.umo.lifecycle
LifecycleException TODO
LifecycleException(Message, Object) - Constructor for exception org.mule.umo.lifecycle.LifecycleException
 
LifecycleException(Message, Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.LifecycleException
 
LifecycleException(Throwable, Object) - Constructor for exception org.mule.umo.lifecycle.LifecycleException
 
LifecycleInterceptor - Interface in org.mule.interceptors
LifecycleInterceptor is a UMOInterceptor interface with two additional lifecycle methods provided by Initialisable and Disposable
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
 
LISTENER_ALREADY_REGISTERED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
listSecurityServiceTypes() - Static method in class org.mule.util.DebugUtils
 
load(UMOEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
load(String, Object) - Method in class org.mule.util.queue.CachingPersistenceStrategy
 
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
 
Log4jNotificationLoggerAgent - Class in org.mule.impl.internal.admin
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
 
logBoilerPlate(List) - Method in class org.mule.util.MuleLogger
 
logBoilerPlate(String[]) - Method in class org.mule.util.MuleLogger
 
LogComponent - Class in org.mule.components.simple
LogComponent simply logs the content (or content length if it is a large message)
LogComponent() - Constructor for class org.mule.components.simple.LogComponent
 
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
 
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.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.ExceptionHelper
logger used by this class
logger - Static variable in class org.mule.config.i18n.Messages
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.pool.CommonsPoolProxyPool
logger used by this class
logger - Variable in class org.mule.impl.AbstractExceptionListener
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.DefaultLifecycleAdapter
logger used by this class
logger - Static variable in class org.mule.impl.endpoint.MuleEndpointURI
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.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 - Variable in class org.mule.impl.model.streaming.DeferredOutputStream
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.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.WildcardFilter
 
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 - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
logger - Static variable in class org.mule.transaction.TransactionCoordination
 
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.monitor.ExpiryMonitor
logger used by this class
logger - Variable in class org.mule.util.properties.PayloadPropertyExtractor
logger used by this class
logger - Static variable in class org.mule.util.SystemUtils
 
logger - Static variable in class org.mule.util.TemplateParser
logger used by this class
logger - Variable in class org.mule.util.xa.AbstractResourceManager
 
logger - Variable in class org.mule.util.xa.DefaultXASession
logger used by this class
LoggingCatchAllStrategy - Class in org.mule.routing
LoggingCatchAllStrategy is a simple strategy that only logs any events not caught by the router associated with this strategy.
LoggingCatchAllStrategy() - Constructor for class org.mule.routing.LoggingCatchAllStrategy
 
LoggingInterceptor - Class in org.mule.interceptors
LoggingInterceptor is a simple interceptor that logs a message before and after the event processing.
LoggingInterceptor() - Constructor for class org.mule.interceptors.LoggingInterceptor
 
LogService - Interface in org.mule.components.simple
 
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
 
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.
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
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

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
 
MalformedEndpointException - Exception in org.mule.umo.endpoint
MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
MalformedEndpointException(String) - Constructor for exception org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(Message, String) - Constructor for exception org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(String, Throwable) - Constructor for exception org.mule.umo.endpoint.MalformedEndpointException
 
MalformedEndpointException(Throwable) - Constructor for exception org.mule.umo.endpoint.MalformedEndpointException
 
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
 
ManagementNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
MANAGER_ALREADY_STARTED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_IS_ALREADY_CONFIGURED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
ManagerException - Exception in org.mule.umo.manager
ManagerException is thrown when an exception occurs with Manager objects
ManagerException(Message) - Constructor for exception org.mule.umo.manager.ManagerException
 
ManagerException(Message, Throwable) - Constructor for exception org.mule.umo.manager.ManagerException
 
ManagerNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
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 in org.mule.transaction.constraints
ManualConstraint always returns false, meaning that the transaction should be committed manually.
ManualConstraint() - Constructor for class org.mule.transaction.constraints.ManualConstraint
 
MapLookup - Class in org.mule.transformers.simple
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 in org.mule.util.properties
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 in org.mule.util
 
MapUtils() - Constructor for class org.mule.util.MapUtils
 
mapWithKeysAndValues(Class, Object[], Object[]) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Collection, Collection) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Iterator, Iterator) - Static method in class org.mule.util.MapUtils
Create & populate a Map of arbitrary class.
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
 
MatchingMethodsComponent - Class in org.mule.tck.services
A test component that has two service methods with matching signature
MatchingMethodsComponent() - Constructor for class org.mule.tck.services.MatchingMethodsComponent
 
MAX - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the maximum value of a counter
Max - Class in org.mule.util.counters.impl
 
Max(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Max
 
MAX_ELEMENTS - Static variable in class org.mule.util.StringMessageUtils
 
MemoryPersistenceStrategy - Class in org.mule.util.queue
 
MemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.MemoryPersistenceStrategy
 
Message - Class in org.mule.config.i18n
 
Message(int) - Constructor for class org.mule.config.i18n.Message
 
Message(int, Object[]) - Constructor for class org.mule.config.i18n.Message
 
Message(int, Object) - Constructor for class org.mule.config.i18n.Message
 
Message(int, Object, Object) - Constructor for class org.mule.config.i18n.Message
 
Message(int, Object, Object, Object) - Constructor for class org.mule.config.i18n.Message
 
Message(String, int) - Constructor for class org.mule.config.i18n.Message
 
Message(String, int, Object[]) - Constructor for class org.mule.config.i18n.Message
 
Message(String, int, Object) - Constructor for class org.mule.config.i18n.Message
 
Message(String, int, Object, Object) - Constructor for class org.mule.config.i18n.Message
 
Message(String, int, Object, Object, Object) - Constructor for class org.mule.config.i18n.Message
 
message - Variable in class org.mule.impl.message.BaseMessage
 
message - Variable in class org.mule.providers.DefaultMessageAdapter
The message object wrapped by this adapter
MESSAGE_DETAILS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_IS_OF_TYPE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
MESSAGE_NOT_X_IT_IS_TYPE_X_CHECK_TRANSFORMER_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
MESSAGE_X_NOT_SUPPORTED_BY_ADAPTER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
MessageBuilder - Interface in org.mule.components.builder
A Strategy Class for Building one message from the invocation results of a chain if endpoints.
MessageBuilderException - Exception in org.mule.components.builder
Thrown by a MessageBuilder implementation if it cannot build the current message or some other error occurs.
MessageBuilderException(Message, UMOMessage) - Constructor for exception org.mule.components.builder.MessageBuilderException
 
MessageBuilderException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.components.builder.MessageBuilderException
 
MessageBuilderException(UMOMessage, Throwable) - Constructor for exception org.mule.components.builder.MessageBuilderException
 
MessageChunkingAggregator - Class in org.mule.routing.inbound
 
MessageChunkingAggregator() - Constructor for class org.mule.routing.inbound.MessageChunkingAggregator
 
MessageChunkingRouter - Class in org.mule.routing.outbound
A router that breaks up the current message onto smaller parts and sends them to the same destination.
MessageChunkingRouter() - Constructor for class org.mule.routing.outbound.MessageChunkingRouter
 
MessageNormalizerInterceptor - Class in org.mule.interceptors
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 in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
MessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from a Mule Server
MessagePropertiesTransformer - Class in org.mule.transformers.simple
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 in org.mule.util.properties
Looks up the property on the message using the name given.
MessagePropertyExtractor() - Constructor for class org.mule.util.properties.MessagePropertyExtractor
 
MessagePropertyFilter - Class in org.mule.routing.filters
MessagePropertyFilter can be used to filter against properties on an event.
MessagePropertyFilter() - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
MessagePropertyFilter(String) - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
Messages - Class in org.mule.config.i18n
Messages provides facilities for constructing Message objects and access to core message constants.
MessageTypeNotSupportedException - Exception in org.mule.umo.provider
MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
MessageTypeNotSupportedException(Object, Class) - Constructor for exception org.mule.umo.provider.MessageTypeNotSupportedException
 
MessageTypeNotSupportedException(Object, Class, Throwable) - Constructor for exception org.mule.umo.provider.MessageTypeNotSupportedException
 
MessagingException - Exception in org.mule.umo
MessagingException is a general message exception thrown when errors specific to Message processing occur..
MessagingException(Message, UMOMessage) - Constructor for exception org.mule.umo.MessagingException
 
MessagingException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.MessagingException
 
MessagingException(Message, Object) - Constructor for exception org.mule.umo.MessagingException
 
MessagingException(Message, Object, Throwable) - Constructor for exception org.mule.umo.MessagingException
 
METHOD_X_WITH_PARAMS_X_NOT_FOUND_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
MIN - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the minimum value of a counter
Min - Class in org.mule.util.counters.impl
 
Min(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Min
 
MINS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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.
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
model - Variable in class org.mule.tck.providers.AbstractConnectorTestCase
 
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
 
ModelException - Exception in org.mule.umo.model
 
ModelException(Message) - Constructor for exception org.mule.umo.model.ModelException
 
ModelException(Message, Throwable) - Constructor for exception org.mule.umo.model.ModelException
 
ModelFactory - Class in org.mule.impl.model
Will locate the model service in META-INF/service using the model type as the key and construct the model.
ModelHelper - Class in org.mule.impl.model
Deprecated. This functionality should be moved to the registry
modelName - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
ModelNotification - Class in org.mule.impl.internal.notifications
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 in org.mule.impl.internal.notifications
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 in org.mule.impl.model
Is thrown when a model service name is specified and cannot be found or loaded
ModelServiceNotFoundException(String) - Constructor for exception org.mule.impl.model.ModelServiceNotFoundException
 
ModelServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.impl.model.ModelServiceNotFoundException
 
MORE_THAN_ONE_CONNECTOR_WITH_PROTOCOL_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_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_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_USER_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MULE_WORKING_DIRECTORY_PROPERTY - Static variable in interface org.mule.config.MuleProperties
 
MuleAdminAgent - Class in org.mule.impl.internal.admin
MuleAdminAgent manages the server endpoint that receives Admin and remote client requests
MuleAdminAgent() - Constructor for class org.mule.impl.internal.admin.MuleAdminAgent
 
MuleAuthentication - Class in org.mule.impl.security
 
MuleAuthentication(UMOCredentials) - Constructor for class org.mule.impl.security.MuleAuthentication
 
MuleConfiguration - Class in org.mule.config
MuleConfiguration holds the runtime configuration specific to the MuleManager.
MuleConfiguration() - Constructor for class org.mule.config.MuleConfiguration
 
MuleContainerContext - Class in org.mule.impl.container
MuleContainerContext is a default resolver that doesn't support external reference resolution.
MuleContainerContext() - Constructor for class org.mule.impl.container.MuleContainerContext
 
MuleCredentials - Class in org.mule.impl.security
MuleCredentials can be used to read and set Mule user information that can be stored in a message header.
MuleCredentials(String, char[]) - Constructor for class org.mule.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 in org.mule.impl
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 in org.mule.config
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 in org.mule.impl.security.filters
MuleEncryptionEndpointSecurityFilter provides password-based encription
MuleEncryptionEndpointSecurityFilter() - Constructor for class org.mule.impl.security.filters.MuleEncryptionEndpointSecurityFilter
 
MuleEndpoint - Class in org.mule.impl.endpoint
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 in org.mule.impl.endpoint
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 in org.mule.impl
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 in org.mule.impl
MuleEventContext is the context object for the current request.
MuleException - Exception in org.mule
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 exception org.mule.MuleException
 
MuleException(Message) - Constructor for exception org.mule.MuleException
 
MuleException(String, Throwable) - Constructor for exception org.mule.MuleException
 
MuleException(Message, Throwable) - Constructor for exception org.mule.MuleException
 
MuleException(Throwable) - Constructor for exception org.mule.MuleException
 
MuleHeaderCredentialsAccessor - Class in org.mule.impl.security
MuleHeaderCredentialsAccessor obtains and sets the user credentials as Mule property headers.
MuleHeaderCredentialsAccessor() - Constructor for class org.mule.impl.security.MuleHeaderCredentialsAccessor
 
MuleInitialContextFactory - Class in org.mule.impl.jndi
 
MuleInitialContextFactory() - Constructor for class org.mule.impl.jndi.MuleInitialContextFactory
 
MuleLogger - Class in org.mule.util
A Log wrapper that supports boilerplate logging for high impact messages
MuleLogger(Log) - Constructor for class org.mule.util.MuleLogger
 
MuleManager - Class in org.mule
MuleManager maintains and provides services for a Mule instance.
MuleManagerComponent - Class in org.mule.impl.internal.admin
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
 
MuleMessage - Class in org.mule.impl
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 in org.mule.util
MuleObjectHelper is a helper class to assist in finding mule server objects, such as endpoint and transformers
MuleProperties - Interface in org.mule.config
MuleProperties is a set of constants pertaining to Mule system properties.
MuleProxy - Interface in org.mule.impl.model
MuleProxy is a proxy to a UMO.
MuleRuntimeException - Exception in org.mule
MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by Mule code will use or be based on this exception.
MuleRuntimeException(Message) - Constructor for exception org.mule.MuleRuntimeException
 
MuleRuntimeException(Message, Throwable) - Constructor for exception org.mule.MuleRuntimeException
 
MuleSecurityManager - Class in org.mule.impl.security
MuleSecurityManager is a default implementation security manager for a Mule instance.
MuleSecurityManager() - Constructor for class org.mule.impl.security.MuleSecurityManager
 
MuleServer - Class in org.mule
MuleServer is a simple application that represents a local Mule Server daemon.
MuleServer() - Constructor for class org.mule.MuleServer
 
MuleServer(String) - Constructor for class org.mule.MuleServer
 
MuleSession - Class in org.mule.impl
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 in org.mule.impl
A default session handler used to store and retrieve session information on an event.
MuleSessionHandler() - Constructor for class org.mule.impl.MuleSessionHandler
 
MuleTestUtils - Class in org.mule.tck
Utilities for creating test and Mock Mule objects
MuleTransactionConfig - Class in org.mule.impl

MuleTransactionConfig defines transaction configuration for a transactional endpoint.

MuleTransactionConfig() - Constructor for class org.mule.impl.MuleTransactionConfig
 
MuleWorkManager - Class in org.mule.impl.work
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
 
Multicaster - Class in org.mule.util
Multicaster is a utility that can call a given method on a collection of objects that implement one or more common interfaces.
Multicaster.InvokeListener - Interface in org.mule.util
 
MulticastingRouter - Class in org.mule.routing.outbound
MulticastingRouter will broadcast the current message to every endpoint registed with the router.
MulticastingRouter() - Constructor for class org.mule.routing.outbound.MulticastingRouter
 
MultiContainerContext - Class in org.mule.impl.container
MultiContainerContext is a container that hosts other containers from which components are queried.
MultiContainerContext() - Constructor for class org.mule.impl.container.MultiContainerContext
 
multimatch - Variable in class org.mule.routing.outbound.AbstractMessageSplitter
 
MULTIPLY - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the multiplication of two other counters
MUST_SET_METHOD_NAMES_ON_BINDING - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
MUST_SPECIFY_REF_ATTRIB_X_OR_CLASS_ATTRIB_X_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
myEventHandler(UMOEvent) - Method in class org.mule.tck.testmodels.fruit.WaterMelon
 

N

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
 
NamedThreadFactory - Class in org.mule.util.concurrent
 
NamedThreadFactory(String) - Constructor for class org.mule.util.concurrent.NamedThreadFactory
 
NamingExceptionReader - Class in org.mule.config
 
NamingExceptionReader() - Constructor for class org.mule.config.NamingExceptionReader
 
NestedInvocationHandler - Class in org.mule.routing.nested
 
NestedInvocationHandler(UMONestedRouter) - Constructor for class org.mule.routing.nested.NestedInvocationHandler
 
nestedRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
NestedRouter - Class in org.mule.routing.nested
 
NestedRouter() - Constructor for class org.mule.routing.nested.NestedRouter
 
NestedRouterCollection - Class in org.mule.routing.nested
TODO
NestedRouterCollection() - Constructor for class org.mule.routing.nested.NestedRouterCollection
 
NEVER_CREATE_CONNECTOR - Static variable in class org.mule.providers.service.TransportFactory
 
NEVER_CREATE_STRING - Static variable in class org.mule.impl.endpoint.MuleEndpoint
 
newFile(String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug newFile(URI) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug newFile(File, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug newFile(String, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug newThread(Runnable) - Method in class org.mule.util.concurrent.DaemonThreadFactory
 
newThread(Runnable) - Method in class org.mule.util.concurrent.NamedThreadFactory
 
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
 
NO_ARGS - Static variable in class org.mule.util.ClassUtils
 
NO_CATCH_ALL_ENDPOINT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_COMPONENT_FOR_ENDPOINT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_COMPONENT_FOR_LOCAL_REFERENCE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_CORRELATION_ID - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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_CURRENT_EVENT_FOR_TRANSFORMER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_ENDPOINT_X_FOR_COMPONENT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_ENDPOINTS_FOR_ROUTER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_ENTRY_POINT_FOUND_ON_X_WITH_ARGS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_LOCAL_IMPL_X_SET_ON_DESCRIPTOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_MATCHING_METHODS_FOR_X_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_MATCHING_METHODS_WHICH_RETURN_X_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_OPTIONS - Static variable in class org.mule.util.Base64
No options specified.
NO_OUTBOUND_ROUTER_SET_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_RECEIVER_X_FOR_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NO_SESSION_FOR_COMPONENT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NoActionTransformer - Class in org.mule.transformers
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
 
NONE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NoReceiverForEndpointException - Exception in org.mule.umo.provider
NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
NoReceiverForEndpointException(String) - Constructor for exception org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message) - Constructor for exception org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message, Throwable) - Constructor for exception org.mule.umo.provider.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Throwable) - Constructor for exception org.mule.umo.provider.NoReceiverForEndpointException
 
NORMAL_SHUTDOWN - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
normalize() - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
normalizeString(String) - Method in class org.mule.tck.AbstractTransformerTestCase
 
NoSatisfiableMethodsException - Exception in org.mule.impl
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 exception org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, List, Exception) - Constructor for exception org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[]) - Constructor for exception org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[], Exception) - Constructor for exception org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.impl.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class, Exception) - Constructor for exception org.mule.impl.NoSatisfiableMethodsException
 
NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
NotFilter - Class in org.mule.routing.filters.logic
NotFilter accepts if the filter does not accept.
NotFilter() - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotFilter(UMOFilter) - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotificationException - Exception in org.mule.impl.internal.notifications
Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
NotificationException(Message) - Constructor for exception org.mule.impl.internal.notifications.NotificationException
 
NotificationException(Message, Throwable) - Constructor for exception org.mule.impl.internal.notifications.NotificationException
 
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
NULL_ACTION - Static variable in class org.mule.umo.manager.UMOServerNotification
 
NULL_MESSAGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
NULL_SUBSCRIPTION - Static variable in class org.mule.impl.internal.notifications.ServerNotificationManager
 
NullComponent - Class in org.mule.components.simple
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 in org.mule.providers
NullPayload represents a null event payload
NullSessionHandler - Class in org.mule.impl
A session handler that ignores any session information
NullSessionHandler() - Constructor for class org.mule.impl.NullSessionHandler
 
NUMBER - Static variable in class org.mule.util.counters.CounterFactory.Type
A basic counter representing a double value
Number - Class in org.mule.util.counters.impl
 
Number(String) - Constructor for class org.mule.util.counters.impl.Number
 
numberOfConcurrentTransactedReceivers - Variable in class org.mule.providers.AbstractConnector
 
NumberUtils - Class in org.mule.util
NumberUtils contains useful methods for manipulating numbers.
NumberUtils() - Constructor for class org.mule.util.NumberUtils
 

O

OBJECT_CAUSED_ERROR_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
OBJECT_NOT_FOUND_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
OBJECT_X_ALREADY_INITIALISED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
OBJECT_X_MARKED_INVALID - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
OBJECT_X_NOT_OF_CORRECT_TYPE_SHOULD_BE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ObjectFactory - Interface in org.mule.util
ObjectFactory is a generic Factory interface.
ObjectFilter - Interface in org.mule.routing.filters
Interface for filtering any kind of object.
ObjectNameHelper - Class in org.mule.util
Generates consistent objects names for Mule components
ObjectNameHelper() - Constructor for class org.mule.util.ObjectNameHelper
Do not instanciate.
ObjectNotFoundException - Exception in org.mule.umo.manager
ObjectNotFoundException is thrown when a reference to a component in a configured container is not found
ObjectNotFoundException(String) - Constructor for exception org.mule.umo.manager.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception org.mule.umo.manager.ObjectNotFoundException
 
ObjectPool - Interface in org.mule.util
ObjectPool is a simple pooling interface for objects
ObjectToByteArray - Class in org.mule.transformers.simple
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
ObjectToByteArray() - Constructor for class org.mule.transformers.simple.ObjectToByteArray
 
ObjectToFruitLover - Class in org.mule.tck.testmodels.fruit
 
ObjectToFruitLover() - Constructor for class org.mule.tck.testmodels.fruit.ObjectToFruitLover
 
ObjectToString - Class in org.mule.transformers.simple
ObjectToString transformer is useful for debugging.
ObjectToString() - Constructor for class org.mule.transformers.simple.ObjectToString
 
ObjectUtils - Class in org.mule.util
 
ObjectUtils() - Constructor for class org.mule.util.ObjectUtils
 
offer(Object, long) - Method in interface org.mule.util.queue.Queue
 
offer(Object, int, long) - Method in class org.mule.util.queue.QueueInfo
 
offer(QueueInfo, Object, long) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
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.NullComponent
Deprecated.  
onCall(UMOEventContext) - Method in class org.mule.components.simple.PassThroughComponent
Deprecated.  
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
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
 
ONLY_CUSTOM_EVENTS_CAN_BE_FIRED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ONLY_SINGLE_RESOURCE_CAN_BE_SPECIFIED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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.CachingPersistenceStrategy
 
open() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
open() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
open() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Open the store.
openDirectory(String) - Static method in class org.mule.util.FileUtils
 
openInputStream(File) - Method in interface org.mule.util.file.FileSession
 
openInputStream(File) - Method in class org.mule.util.file.TransactedFileSession
 
openOutputStream(File, boolean) - Method in interface org.mule.util.file.FileSession
 
openOutputStream(File) - Method in interface org.mule.util.file.FileSession
 
openOutputStream(File, boolean) - Method in class org.mule.util.file.TransactedFileSession
 
openOutputStream(File) - Method in class org.mule.util.file.TransactedFileSession
 
openRandomAccess(File, String) - Method in interface org.mule.util.file.FileSession
 
openRandomAccess(File, String) - Method in class org.mule.util.file.TransactedFileSession
 
OPERATION_MODE_RECOVERING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
operationMode - Variable in class org.mule.util.xa.AbstractResourceManager
 
Operator - Class in org.mule.util.counters.impl
 
Operator(String, AbstractCounter, AbstractCounter, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.Operator
 
OptimisedMuleProxy - Class in org.mule.impl.model.seda.optimised
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 in org.mule.impl.model.seda.optimised
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 in org.mule.impl.model.seda.optimised
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component.
OptimisedSedaComponent(MuleDescriptor, OptimisedSedaModel) - Constructor for class org.mule.impl.model.seda.optimised.OptimisedSedaComponent
Default constructor
OptimisedSedaModel - Class in org.mule.impl.model.seda.optimised
A Mule component service model that uses Seda principles to achieve high throughput by queueing events for components and processing them concurrently.
OptimisedSedaModel() - Constructor for class org.mule.impl.model.seda.optimised.OptimisedSedaModel
 
or(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
Orange - Class in org.mule.tck.testmodels.fruit
 
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
 
OrFilter - Class in org.mule.routing.filters.logic
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
 
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.streaming.StreamMessageAdapter
 
outboundEndpoint - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use outboundRouter instead.
OutboundPassThroughRouter - Class in org.mule.routing.outbound
InboundPassThroughRouter 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
 
outboundRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
outboundRouter - Variable in class org.mule.routing.nested.NestedRouter
 
OutboundRouterCollection - Class in org.mule.routing.outbound
OutboundRouterCollection is a container of routers.
OutboundRouterCollection() - Constructor for class org.mule.routing.outbound.OutboundRouterCollection
 
outboundTransformer - Variable in class org.mule.impl.ImmutableMuleDescriptor
Deprecated. Please use outboundRouter instead.
outboundTransformer - Variable in class org.mule.transformers.wire.TransformerPairWireFormat
 
OutputHandler - Interface in org.mule.umo.provider
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.
OutStreamMessageAdapter - Class in org.mule.providers.streaming
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
 

P

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.
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. to clean up its internal state (if it has any) or return pooled resources to whereever it got them during UMOMessageDispatcher.activate().
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
 
PassThroughComponent - Class in org.mule.components.simple
Deprecated. The BridgeComponent should be used since it removes the slight overhead of invoking the service object by never actually causing an invocation.
PassThroughComponent() - Constructor for class org.mule.components.simple.PassThroughComponent
Deprecated.  
PasswordBasedEncryptionStrategy - Class in org.mule.impl.security
Provides password-based encryption using JCE.
PasswordBasedEncryptionStrategy() - Constructor for class org.mule.impl.security.PasswordBasedEncryptionStrategy
 
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
PayloadPropertyExtractor - Class in org.mule.util.properties
Checks the payload object for a bean property matching the property name
PayloadPropertyExtractor() - Constructor for class org.mule.util.properties.PayloadPropertyExtractor
 
PayloadTypeFilter - Class in org.mule.routing.filters
PayloadTypeFilter filters based on the type of the object received.
PayloadTypeFilter() - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(Class) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
peek() - Method in interface org.mule.util.queue.Queue
 
peek() - Method in class org.mule.util.queue.QueueInfo
 
peek(QueueInfo) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
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
 
PipelineComponent - Class in org.mule.impl.model.pipeline
 
PipelineComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.pipeline.PipelineComponent
 
PipelineModel - Class in org.mule.impl.model.pipeline
 
PipelineModel() - Constructor for class org.mule.impl.model.pipeline.PipelineModel
 
PLUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the sum of two other counters
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
POOL_INITIALISE_ALL_COMPONENTS - Static variable in class org.mule.config.PoolingProfile
Tells the object pool not to initialise any components on startup
POOL_INITIALISE_NO_COMPONENTS - Static variable in class org.mule.config.PoolingProfile
Tells the object pool not to initialise any components on startup
POOL_INITIALISE_ONE_COMPONENT - Static variable in class org.mule.config.PoolingProfile
Tells the object pool only to initialise one component on startup
POOLING_PROFILE_PROPERTY - Static variable in class org.mule.impl.model.seda.SedaComponent
 
PoolingProfile - Class in org.mule.config
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
 
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.
poolInitialised - Variable in class org.mule.impl.model.AbstractComponent
determines if the proxy pool has been initialised
populateWithoutFail(Object, Map, boolean) - Static method in class org.mule.util.BeanUtils
Exception safe version of BeanUtils.populateWithoutFail
PREFERRED_ENCODING - Static variable in class org.mule.util.Base64
Preferred encoding.
prepare(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
prepareTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
prepareWinFilename(String) - Static method in class org.mule.util.FileUtils
 
prependMessage(String) - Method in exception org.mule.umo.UMOException
 
prereqs - Variable in class org.mule.tck.AbstractMuleTestCase
 
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.
println(Object) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
printProviderStatsXml(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
process(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
propagate() - Method in class org.mule.util.counters.impl.AbstractCounter
 
properties - Variable in class org.mule.impl.container.PropertiesContainerContext
 
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.providers.AbstractMessageAdapter
 
PROPERTIES_X_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
PropertiesContainerContext - Class in org.mule.impl.container
Provides a facade for accessing System properties and properties on the ManagementContext.
PropertiesContainerContext() - Constructor for class org.mule.impl.container.PropertiesContainerContext
 
propertiesToString(Map, boolean) - Static method in class org.mule.util.PropertiesUtils
Deprecated. Use MapUtils.toString(Map, boolean) instead
PropertiesUtils - Class in org.mule.util
PropertiesHelper is a utility class for manipulating and filtering property Maps.
PropertiesUtils() - Constructor for class org.mule.util.PropertiesUtils
Do not instanciate.
PROPERTY_CONNECTOR_NAME - Static variable in interface org.mule.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_TEMPLATE_MALFORMED_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
PROPERTY_TRANSFORMERS - Static variable in interface org.mule.umo.endpoint.UMOEndpointURI
 
PROPERTY_X_HAS_INVALID_VALUE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
PROPERTY_X_IS_NOT_SUPPORTED_TYPE_X_IT_IS_TYPE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
propertyExtractor - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
PropertyExtractor - Interface in org.mule.util.properties
PropertyExtractor extracts a property from the message in a generic way. i.e. composite properties can be pulled and aggregated depending on this strategy.
PropertyFactory - Interface in org.mule.config
PropertyFactory is used to create objects from the property file.
provideEndLatch() - Method in class org.mule.impl.work.WorkerContext
Provides a latch, which can be used to wait the end of a work execution.
PROVIDER_SERVICES_PATH - Static variable in class org.mule.providers.service.TransportFactory
 
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
 
PROXY_POOL_TIMED_OUT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
proxyPool - Variable in class org.mule.impl.model.seda.SedaComponent
A pool of available Mule Proxies.
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 in org.mule.config.converters
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 - Interface in org.mule.util.queue
Queue TODO
QUEUE_PROFILE_PROPERTY - Static variable in class org.mule.impl.model.seda.SedaComponent
 
QueueConfiguration - Class in org.mule.util.queue
 
QueueConfiguration(int, boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(int) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration() - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueInfo - Class in org.mule.util.queue
Stores information about a Queue
QueueInfo() - Constructor for class org.mule.util.queue.QueueInfo
 
QueueManager - Interface in org.mule.util.queue
A Queue manager is responsible for manageing one or more Queue resources and providing common support fot transactions and persistence
QueuePersistenceStrategy - Interface in org.mule.util.queue
QueuePersistenceStrategy defines the The api to a persistent queue store.
QueuePersistenceStrategy.Holder - Interface in org.mule.util.queue
 
QueueProfile - Class in org.mule.config
QueueProfile determines how an internal queue for a 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
 
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
QueueSession - Interface in org.mule.util.queue
 
queueTimeout - Variable in class org.mule.impl.model.seda.SedaComponent
The time out used for taking from the Seda Queue.
QuickConfigurationBuilder - Class in org.mule.config.builders
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

R

RATE_PER_HOUR - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per hour of a counter
RATE_PER_MINUTE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per minute of a counter
RATE_PER_SECOND - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per second of a counter
RatePerUnit - Class in org.mule.util.counters.impl
 
RatePerUnit(String, String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.RatePerUnit
 
read(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
 
ReaderResource - Class in org.mule.config
ReaderResource is a reader with a description associated with it.
ReaderResource(String, Reader) - Constructor for class org.mule.config.ReaderResource
 
readFromProperties(TlsConfiguration, Properties) - Method in class org.mule.umo.security.tls.TlsPropertiesMapper
 
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
RECEIVE_NO_WAIT - Static variable in interface org.mule.umo.provider.UMOMessageDispatching
 
RECEIVE_WAIT_INDEFINITELY - Static variable in interface org.mule.umo.provider.UMOMessageDispatching
 
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
ReceiveException - Exception in org.mule.umo.provider
ReceiveException is specifically thrown by the Provider receive method if something fails in the underlying transport
ReceiveException(Message, UMOImmutableEndpoint, long) - Constructor for exception org.mule.umo.provider.ReceiveException
 
ReceiveException(Message, UMOImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.umo.provider.ReceiveException
 
ReceiveException(UMOImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.umo.provider.ReceiveException
 
receiveMessagesInTransaction - Variable in class org.mule.providers.TransactedPollingMessageReceiver
determines whether messages will be received in a transaction template
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.
RECIPIENT_DELIMITER - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
RECIPIENTS_PROPERTY - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
reconnect() - Method in class org.mule.providers.AbstractMessageDispatcher
 
RECONNECT_STRATEGY_X_FAILED_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
recover() - Method in class org.mule.util.queue.TransactionalQueueManager
 
recover() - Method in class org.mule.util.xa.AbstractResourceManager
 
recover(int) - Method in class org.mule.util.xa.DefaultXASession
 
RecoverableException - Exception in org.mule.umo.lifecycle
RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
RecoverableException(Message, Object) - Constructor for exception org.mule.umo.lifecycle.RecoverableException
 
RecoverableException(Message, Object, Throwable) - Constructor for exception org.mule.umo.lifecycle.RecoverableException
 
RedApple - Class in org.mule.tck.testmodels.fruit
 
RedApple() - Constructor for class org.mule.tck.testmodels.fruit.RedApple
 
ReflectionMessageBuilder - Class in org.mule.components.builder
Will try and set the result of an invocation as a bean property on the request message using reflection.
ReflectionMessageBuilder() - Constructor for class org.mule.components.builder.ReflectionMessageBuilder
 
RegExFilter - Class in org.mule.routing.filters
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
 
registerAdminAgent() - Method in class org.mule.MuleManager
 
registerAgent(UMOAgent) - Method in class org.mule.MuleManager
Will register an agent object on this model.
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.
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
 
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 class org.mule.MuleManager
Registers a shared/global endpoint with the MuleManager.
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
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.impl.internal.notifications.ServerNotificationManager
 
registerListener(UMOServerNotificationListener, String) - Method in class org.mule.impl.internal.notifications.ServerNotificationManager
 
registerListener(UMOServerNotificationListener) - Method in class org.mule.MuleManager
Registers an intenal server event listener.
registerListener(UMOServerNotificationListener, String) - Method in class org.mule.MuleManager
 
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(String, String) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerModel(UMOModel) - Method in class org.mule.config.builders.QuickConfigurationBuilder
 
registerModel(UMOModel) - Method in class org.mule.MuleManager
 
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.
REGISTRY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
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.optimised.OptimisedMuleProxy
 
release() - Method in class org.mule.impl.model.seda.SedaComponent
 
release() - Method in class org.mule.impl.work.WorkerContext
 
release() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
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.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
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.CachingPersistenceStrategy
 
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
 
removed - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
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(String) - Method in interface org.mule.umo.provider.UMOMessageAdapter
Removes a property on this message
removeProperty(Object) - Method in interface org.mule.umo.UMOSession
Will retrieve a session level property and remove it from the session
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
 
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
 
repeat(char, int) - Static method in class org.mule.util.StringUtils
Like StringUtils.repeat(String, int) but with a single character as argument.
replaceObjectNameChars(String) - Static method in class org.mule.util.ObjectNameHelper
 
replyTo - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ReplyToHandler - Interface in org.mule.providers
ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
RequestContext - Class in org.mule.impl
RequestContext is a thread context where components can get the current event or set response properties that will be sent on the outgoing message.
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
 
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
Resin3TransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
Resin3TransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.Resin3TransactionManagerLookupFactory
 
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
 
resolveTransformer() - Method in class org.mule.config.builders.TransformerReference
 
resource - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
RESOURCE_INFO_PROPERTY - Static variable in class org.mule.impl.endpoint.ResourceNameEndpointBuilder
 
RESOURCE_MANAGER_DIRTY - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
RESOURCE_MANAGER_NOT_READY - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
RESOURCE_MANAGER_NOT_STARTED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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
 
ResourceManagerException - Exception in org.mule.util.xa
 
ResourceManagerException() - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerSystemException - Exception in org.mule.util.xa
 
ResourceManagerSystemException() - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceNameEndpointBuilder - Class in org.mule.impl.endpoint
ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
ResourceNameEndpointBuilder() - Constructor for class org.mule.impl.endpoint.ResourceNameEndpointBuilder
 
RESPONSE_TIMED_OUT_X_WAITING_FOR_ID_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
ResponseCorrelationAggregator - Class in org.mule.routing.response
ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
ResponseCorrelationAggregator() - Constructor for class org.mule.routing.response.ResponseCorrelationAggregator
 
responseMessages - Variable in class org.mule.routing.response.AbstractResponseAggregator
The collection of messages that are ready to be returned to the callee.
ResponseOutputStream - Class in org.mule.impl
ResponseOutputStream is an output stream associated with the currently received event.
ResponseOutputStream() - Constructor for class org.mule.impl.ResponseOutputStream
 
ResponseOutputStream(OutputStream) - Constructor for class org.mule.impl.ResponseOutputStream
 
ResponseOutputStream(OutputStream, Socket) - Constructor for class org.mule.impl.ResponseOutputStream
 
responseRouter - Variable in class org.mule.impl.ImmutableMuleDescriptor
 
ResponseRouterCollection - Class in org.mule.routing.response
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 in org.mule.umo.routing
ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
ResponseTimeoutException(Message, UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.ResponseTimeoutException
 
ResponseTimeoutException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.ResponseTimeoutException
 
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
 
REST_SERVICE_URL - Static variable in class org.mule.components.rest.RestServiceWrapper
 
restore() - Method in class org.mule.util.queue.CachingPersistenceStrategy
 
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
 
RestServiceException - Exception in org.mule.components.rest
 
RestServiceException(Message, UMOMessage) - Constructor for exception org.mule.components.rest.RestServiceException
 
RestServiceException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.components.rest.RestServiceException
 
RestServiceWrapper - Class in org.mule.components.rest
This component can used to proxy REST style services as local Mule Components.
RestServiceWrapper() - Constructor for class org.mule.components.rest.RestServiceWrapper
 
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 interface org.mule.umo.UMOComponent
Resumes a single Mule Component that has been paused.
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.
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.
RmiContainerContext - Class in org.mule.impl.container
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
 
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
 
ROOT_STACK_TRACE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
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(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
 
RoutePathNotFoundException - Exception in org.mule.umo.routing
RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
RoutePathNotFoundException(UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, UMOMessage, UMOEndpoint) - Constructor for exception org.mule.umo.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, UMOMessage, UMOEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.RoutePathNotFoundException
 
ROUTER_CAN_ONLY_HAVE_ONE_ENDPOINT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
routers - Variable in class org.mule.routing.AbstractRouterCollection
 
routers - Variable in class org.mule.routing.nested.NestedInvocationHandler
 
RouterStatistics - Class in org.mule.management.stats
RouterStatistics todo
RouterStatistics(int) - Constructor for class org.mule.management.stats.RouterStatistics
The constructor
ROUTING_ERROR - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
RoutingException - Exception in org.mule.umo.routing
RoutingException is a base class for all routing exceptions.
RoutingException(UMOMessage, UMOImmutableEndpoint) - Constructor for exception org.mule.umo.routing.RoutingException
 
RoutingException(UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.RoutingException
 
RoutingException(Message, UMOMessage, UMOImmutableEndpoint) - Constructor for exception org.mule.umo.routing.RoutingException
 
RoutingException(Message, UMOMessage, UMOImmutableEndpoint, Throwable) - Constructor for exception org.mule.umo.routing.RoutingException
 
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
 
run() - Method in class org.mule.impl.model.seda.optimised.OptimisedMuleProxy
 
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.work.WorkerContext
 
run() - Method in class org.mule.MuleServer
Overloaded the [main] thread run method.
run() - Method in class org.mule.providers.AbstractPollingMessageReceiver
 
run() - Method in class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
run() - Method in class org.mule.util.monitor.ExpiryMonitor
The action to be performed by this timer task.
run() - Method in class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
run() - Method in class org.mule.util.timer.EventTimerTask
The action to be performed by this timer task.

S

schedules - Variable in class org.mule.providers.AbstractPollingMessageReceiver
 
scheduleWork(Work) - Method in class org.mule.impl.work.MuleWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 
ScheduleWorkExecutor - Class in org.mule.impl.work
 
ScheduleWorkExecutor() - Constructor for class org.mule.impl.work.ScheduleWorkExecutor
 
SCHEME_CANT_CHANGE_FOR_ROUTER_X_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SCHEME_X_NOT_COMPATIBLE_WITH_CONNECTOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SCRIPT_ENGINE_MUST_BE_COMPILABLE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SEC - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
secretKey - Variable in class org.mule.impl.security.AbstractJCEEncryptionStrategy
 
SecretKeyEncryptionStrategy - Class in org.mule.impl.security
SecretKey based encryption using JCE.
SecretKeyEncryptionStrategy() - Constructor for class org.mule.impl.security.SecretKeyEncryptionStrategy
 
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
 
SecurityException - Exception in org.mule.umo.security
SecurityException is a generic security exception
SecurityException(Message, UMOMessage) - Constructor for exception org.mule.umo.security.SecurityException
 
SecurityException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.security.SecurityException
 
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
 
SecurityNotification - Class in org.mule.impl.internal.notifications
SecurityNotification is fired when a request for authorisation occurs.
SecurityNotification(SecurityException, int) - Constructor for class org.mule.impl.internal.notifications.SecurityNotification
 
SecurityNotificationListener - Interface in org.mule.impl.internal.notifications
ManagerNotificationListener is an observer interface that objects can implement to receive notifications about secure access requests.
securityPolicy - Variable in class org.mule.impl.container.RmiContainerContext
 
SecurityProviderFactory - Interface in org.mule.umo.security.provider
Determines and initializes JDK-specific security provider.
SecurityProviderInfo - Interface in org.mule.umo.security.provider
A holder for some JDK-level SSL/TLS properties.
SecurityProviderNotFoundException - Exception in org.mule.umo.security
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 exception org.mule.umo.security.SecurityProviderNotFoundException
 
SecurityProviderNotFoundException(String, Throwable) - Constructor for exception org.mule.umo.security.SecurityProviderNotFoundException
 
SedaComponent - Class in org.mule.impl.model.seda
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 in org.mule.management.stats
TODO
SedaComponentStatistics(String, int, int) - Constructor for class org.mule.management.stats.SedaComponentStatistics
 
SedaModel - Class in org.mule.impl.model.seda
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
 
SEE_EXCEPTION_BELOW - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SelectiveConsumer - Class in org.mule.routing.inbound
SelectiveConsumer is an inbound router used to filter out unwanted events.
SelectiveConsumer() - Constructor for class org.mule.routing.inbound.SelectiveConsumer
 
send(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(UMOEvent) - Method in class org.mule.impl.model.AbstractComponent
 
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 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.
SEPARATOR - Static variable in class org.mule.util.ObjectNameHelper
 
SerializableToByteArray - Class in org.mule.transformers.simple
SerializableToByteArray converts a serializable object or a String to a byte array.
SerializableToByteArray() - Constructor for class org.mule.transformers.simple.SerializableToByteArray
 
SerializationWireFormat - Class in org.mule.transformers.wire
Wire format using Java serialization
SerializationWireFormat() - Constructor for class org.mule.transformers.wire.SerializationWireFormat
 
SERVER_EVENT_MANAGER_NOT_ENABLED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SERVER_SHUTDOWN_AT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SERVER_STARTED_AT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SERVER_WAS_UP_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
serverId - Variable in class org.mule.umo.manager.UMOServerNotification
 
ServerNotificationManager - Class in org.mule.impl.internal.notifications
ServerNotificationManager manages all server listeners for a Mule instance.
ServerNotificationManager() - Constructor for class org.mule.impl.internal.notifications.ServerNotificationManager
 
ServerNotificationManager.Listener - Class in org.mule.impl.internal.notifications
 
ServerNotificationManager.Listener(UMOServerNotificationListener, String) - Constructor for class org.mule.impl.internal.notifications.ServerNotificationManager.Listener
 
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
 
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
SESSION_VALUE_X_IS_MALFORMED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SessionException - Exception in org.mule.umo.model
SessionException is thrown when errors occur in the MuleSession or Seession Manager
SessionException(Message) - Constructor for exception org.mule.umo.model.SessionException
 
SessionException(Message, Throwable) - Constructor for exception org.mule.umo.model.SessionException
 
sessionHandler - Variable in class org.mule.providers.AbstractConnector
The strategy used for reading and writing session information to and fromt he transport
set(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
SET_PROPERTIES_METHOD - Static variable in class org.mule.util.BeanUtils
 
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 class org.mule.umo.security.tls.TlsConfiguration
 
setClientKeyStore(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
setClientKeyStorePassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setClientKeyStorePassword(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
setClientKeyStoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setClientKeyStoreType(String) - Method in interface org.mule.umo.security.TlsIndirectKeyStore
 
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
 
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.
setComponentThreadingProfile(ThreadingProfile) - Method in class org.mule.config.MuleConfiguration
 
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.config.builders.QuickConfigurationBuilder
Sets the component resolver on the model.
setContainerContext(UMOContainerContext) - Method in class org.mule.MuleManager
associates a Dependency Injector container or Jndi container with Mule.
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.
setDeleteProperties(Set) - 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
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.
setDisablePersistence(boolean) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
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
 
setDisposeManagerPerSuite(boolean) - Method in class org.mule.tck.AbstractMuleTestCase.TestInfo
 
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
 
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)
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
 
setEncoding(String) - Method in class org.mule.config.MuleConfiguration
 
setEncoding(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
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.providers.AbstractMessageAdapter
Sets the encoding for this message
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
setEncoding(String) - Method in interface org.mule.umo.UMODescriptor
 
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(String) - Method in class org.mule.routing.inbound.WireTap
 
setEndpoint(UMOEndpoint) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
setEndpoint(String) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
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()
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
 
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.
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
 
setExceptionCode(int) - Method in exception 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.model.AbstractModel
 
setExceptionListener(ExceptionListener) - Method in class org.mule.impl.MuleDescriptor
 
setExceptionListener(ExceptionListener) - Method in class org.mule.providers.AbstractConnector
 
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
 
setExceptionListener(ExceptionListener) - Method in interface org.mule.umo.UMODescriptor
The exception strategy to use to handle exceptions in the Mule UMO.
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
 
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
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.
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. this id can be used to assign an identy to the manager so it can be identified in a network of Mule nodes
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)
setInitialisationPolicy(int) - Method in class org.mule.config.PoolingProfile
 
setInitialisationPolicyString(String) - Method in class org.mule.config.PoolingProfile
 
setInitialState(String) - Method in class org.mule.impl.endpoint.MuleEndpoint
Sets the state the endpoint will be loaded in.
setInitialState(String) - Method in class org.mule.impl.MuleDescriptor
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.
setInitialState(String) - Method in interface org.mule.umo.UMODescriptor
Sets the initial state of this component
setInstance(UMOManager) - Static method in class org.mule.MuleManager
Deprecated. this will go away soon.
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
 
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
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 class org.mule.umo.security.tls.TlsConfiguration
 
setKeyManagerAlgorithm(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeyPassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeyPassword(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeyStore(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeyStore(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setKeystoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setKeystoreType(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
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.
setListener(InternalMessageListener) - Method in class org.mule.providers.AbstractMessageReceiver
 
setListProperties(List) - Method in class org.mule.tck.testmodels.fruit.Orange
 
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
 
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 exception org.mule.umo.UMOException
 
setMessage(String) - Method in exception 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
 
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.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.impl.MuleDescriptor
 
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.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
 
setName(String) - Method in interface org.mule.umo.UMODescriptor
sets the identifier for the Mule UMO created from the descriptor
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
 
setOptionalParams(Map) - Method in class org.mule.components.rest.RestServiceWrapper
 
setOriginalPayload(Object) - Method in class org.mule.interceptors.MessageNormalizerInterceptor
 
setOSEncoding(String) - Method in class org.mule.config.MuleConfiguration
 
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. the event has been processed.
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
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
 
setPayloadParameterName(String) - 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.model.seda.SedaComponent
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.impl.model.seda.SedaModel
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.impl.MuleDescriptor
 
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.container.PropertiesContainerContext
 
setProperties(Map) - Method in class org.mule.impl.endpoint.MuleEndpoint
 
setProperties(Map) - Method in class org.mule.impl.MuleDescriptor
 
setProperties(Map) - Method in class org.mule.impl.security.MuleAuthentication
 
setProperties(Map) - Method in interface org.mule.umo.endpoint.UMOEndpoint
 
setProperties(Map) - Method in interface org.mule.umo.security.UMOAuthentication
 
setProperties(Map) - Method in interface org.mule.umo.UMODescriptor
 
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.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(Object, Object) - Method in class org.mule.MuleManager
Sets an Mule environment parameter in the MuleManager.
setProperty(String, Object) - Method in class org.mule.providers.AbstractMessageAdapter
 
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
setProperty(Object, Object) - Method in interface org.mule.umo.UMOSession
Will set a session level property.
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.model.seda.SedaComponent
 
setQueueProfile(QueueProfile) - Method in class org.mule.impl.model.seda.SedaModel
 
setQueueProfile(QueueProfile) - Method in class org.mule.impl.MuleDescriptor
 
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
 
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 class org.mule.umo.security.tls.TlsConfiguration
 
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.
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.endpoint.MuleEndpoint
 
setResponseTransformer(UMOTransformer) - Method in class org.mule.impl.MuleDescriptor
 
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
 
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.
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
 
setRouters(List) - Method in class org.mule.routing.AbstractRouterCollection
 
setRouters(List) - Method in interface org.mule.umo.routing.UMORouterCollection
 
setRouterStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouter
 
setRouterStatistics(RouterStatistics) - Method in interface org.mule.umo.routing.UMORouter
 
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(String) - Method in class org.mule.impl.container.RmiContainerContext
 
setSecurityManager(UMOSecurityManager) - Method in class org.mule.impl.security.AbstractEndpointSecurityFilter
 
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(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(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(AllStatistics) - Method in class org.mule.MuleManager
Sets statistics on this instance
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 class org.mule.umo.security.tls.TlsConfiguration
 
setStorePassword(String) - Method in interface org.mule.umo.security.TlsDirectKeyStore
 
setStorePath(String) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
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.endpoint.MuleEndpoint
Determines if requests originating from this endpoint should be synchronous i.e. execute in a single thread and possibly return an result.
setSynchronous(boolean) - Method in class org.mule.impl.MuleEvent
 
setSynchronous(boolean) - Method in interface org.mule.umo.endpoint.UMOEndpoint
Determines if requests originating from this endpoint should be synchronous i.e. execute in a single thread and possibly return an result.
setSynchronous(boolean) - Method in interface org.mule.umo.UMOEvent
Determines whether the was sent synchrounously or not
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
 
SETTER_METHOD_FOR_BINDING_X_NOT_FOUND_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ThreadingProfile
 
setThreadingProfile(ThreadingProfile) - Method in class org.mule.impl.MuleDescriptor
 
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
 
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.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
 
setTimeout(int) - Method in interface org.mule.umo.UMOEvent
The number of milliseconds to wait for a return event when running synchronously. 0 wait forever -1 try and receive, but do not wait or a positive millisecod value
setTimeout(int) - Method in interface org.mule.umo.UMOTransactionConfig
 
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
 
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 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).
setTransformer(UMOTransformer) - Method in class org.mule.umo.FutureMessageResult
Set a post-invocation transformer.
setTransformFirst(boolean) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setTrustManagerAlgorithm(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustManagerAlgorithm(String) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustManagerFactory(TrustManagerFactory) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
setTrustStore(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStore(String) - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
setTrustStorePassword(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStorePassword(String) - Method in interface org.mule.umo.security.TlsIndirectTrustStore
 
setTrustStoreType(String) - Method in class org.mule.umo.security.tls.TlsConfiguration
 
setTrustStoreType(String) - Method in interface org.mule.umo.security.TlsDirectTrustStore
 
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
 
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
 
setWorkingDirectory(String) - Method in class org.mule.config.MuleConfiguration
 
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
 
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractEventAggregator
Determines if the event group is ready to be aggregated. if the group is ready to be aggregated (this is entirely up to the application. it could be determined by volume, last modified time or some oher criteria based on the last event received).
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. if the group is ready to be aggregated (this is entirely up to the application. it could be determined by volume, last modified time or some oher criteria based on the last event received)
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, boolean) - Method in class org.mule.MuleManager
Shuts down the whole server tring to shut down all resources cleanly on the way
shutdown(int, long) - Method in class org.mule.util.queue.TransactionalQueueManager
 
shutdown(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
SHUTDOWN_MODE_KILL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to stop active transaction NOW, do no rollbacks
SHUTDOWN_MODE_NORMAL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Wait for all transactions to complete
SHUTDOWN_MODE_ROLLBACK - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to roll back all active transactions
SHUTDOWN_NORMALLY_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SimpleContext - Class in org.mule.impl.jndi
 
SimpleContext() - Constructor for class org.mule.impl.jndi.SimpleContext
 
SimpleMathsComponent - Class in org.mule.tck.services
 
SimpleMathsComponent() - Constructor for class org.mule.tck.services.SimpleMathsComponent
 
SimplePrinter - Class in org.mule.management.stats.printers
SimplePrinter Default stats printer
SimplePrinter(Writer) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimplePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimpleRetryConnectionStrategy - Class in org.mule.providers
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 in org.mule.providers
 
SimpleRetryConnectionStrategy.RetryCounter() - Constructor for class org.mule.providers.SimpleRetryConnectionStrategy.RetryCounter
 
SingleAttemptConnectionStrategy - Class in org.mule.providers
Attempts to make a connection once and fails if there is an exception
SingleAttemptConnectionStrategy() - Constructor for class org.mule.providers.SingleAttemptConnectionStrategy
 
SingleResponseRouter - Class in org.mule.routing.response
Handles single event responses from a replyTo address.
SingleResponseRouter() - Constructor for class org.mule.routing.response.SingleResponseRouter
 
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
 
SocketEndpointBuilder - Class in org.mule.impl.endpoint
SocketEndpointBuilder builds an endpointUri based on host and port only
SocketEndpointBuilder() - Constructor for class org.mule.impl.endpoint.SocketEndpointBuilder
 
sourceTypes - Variable in class org.mule.transformers.AbstractTransformer
A list of supported Class types that the source payload passed into this transformer
SPACE_ACTION_X_INTERRUPTED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
SPACE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.umo.manager.UMOServerNotification
 
SPACE_FAILED_TO_CREATE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
speak() - Method in class org.mule.tck.testmodels.fruit.FruitLover
 
SpiUtils - Class in org.mule.util
 
splitAndTrim(String, String) - Static method in class org.mule.util.StringUtils
Like StringUtils.split(String, String), but additionally trims whitespace from the result tokens.
SQUARE_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
start() - Method in class org.mule.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.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.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 class org.mule.util.monitor.FileMonitor
 
start() - Method in interface org.mule.util.ObjectPool
 
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
 
Startable - Interface in org.mule.umo.lifecycle
Startable TODO (document class)
startAgents() - Method in class org.mule.MuleManager
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
 
started - Variable in class org.mule.providers.AbstractConnector
Specifies if the endpoint started
started - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
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.
STARTUP_DELAY - Static variable in class org.mule.providers.AbstractPollingMessageReceiver
 
startWork(Work) - Method in class org.mule.impl.work.MuleWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.impl.work.MuleWorkManager
 
StartWorkExecutor - Class in org.mule.impl.work
 
StartWorkExecutor() - Constructor for class org.mule.impl.work.StartWorkExecutor
 
STATIC_ERROR_CODE - Static variable in class org.mule.config.i18n.Message
 
StaticComponent - Class in org.mule.components.simple
A component that will return a static data object as a result.
StaticComponent() - Constructor for class org.mule.components.simple.StaticComponent
 
StaticRecipientList - Class in org.mule.routing.outbound
StaticRecipientList is used to dispatch a single event to multiple recipients over the same transport.
StaticRecipientList() - Constructor for class org.mule.routing.outbound.StaticRecipientList
 
statistics - Variable in class org.mule.impl.DefaultComponentExceptionStrategy
 
Statistics - Interface in org.mule.management.stats
Statistics todo
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
 
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
 
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.MuleManager
Stops the MuleManager which stops all sessions and connectors
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 class org.mule.util.monitor.FileMonitor
Stop the file monitor polling.
stop() - Method in interface org.mule.util.ObjectPool
 
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
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
 
Stoppable - Interface in org.mule.umo.lifecycle
Stoppable TODO (document class)
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(String, Object) - Method in class org.mule.util.queue.CachingPersistenceStrategy
 
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.IdempotentReceiver
 
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
STREAMING_COMPONENT_X_MUST_HAVE_ONE_ENDPOINT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_ENDPOINT_X_HAS_NO_RESPONSE_STREAM - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_ENDPOINTS_DONT_SUPPORT_TRANSFORMERS - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_ENDPOINTS_MUST_BE_USED_WITH_STREAMING_MODEL - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_FAILED_FOR_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_FAILED_NO_STREAM - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
STREAMING_NOT_SUPPORTED_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
StreamingBridgeComponent - Class in org.mule.components.simple
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 in org.mule.impl.model.streaming
TODO
StreamingComponent(MuleDescriptor, UMOModel) - Constructor for class org.mule.impl.model.streaming.StreamingComponent
 
StreamingEntryPoint - Class in org.mule.impl.model.resolvers
Will discover the correct entrypoint to invoke when an event is received.
StreamingEntryPoint() - Constructor for class org.mule.impl.model.resolvers.StreamingEntryPoint
 
StreamingEntryPointResolver - Class in org.mule.impl.model.resolvers
Creates a StreamingEntryPoint.
StreamingEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.StreamingEntryPointResolver
 
StreamingException - Exception in org.mule.impl.model.streaming
TODO
StreamingException(Message, UMOMessage) - Constructor for exception org.mule.impl.model.streaming.StreamingException
 
StreamingException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.impl.model.streaming.StreamingException
 
StreamingModel - Class in org.mule.impl.model.streaming
TODO
StreamingModel() - Constructor for class org.mule.impl.model.streaming.StreamingModel
 
StreamingService - Interface in org.mule.impl.model.streaming
TODO
StreamMessageAdapter - Class in org.mule.providers.streaming
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
 
StringMessageUtils - Class in org.mule.util
StringMessageHelper contains some useful methods for formatting message strings for logging or exceptions.
StringToByteArray - Class in org.mule.transformers.simple
StringToByteArray converts a String into a byte array.
StringToByteArray() - Constructor for class org.mule.transformers.simple.StringToByteArray
 
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
 
StringUtils - Class in org.mule.util
StringUtils contains useful methods for manipulating Strings.
StringUtils() - Constructor for class org.mule.util.StringUtils
 
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
 
SUM - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the sum of two counters
Sum - Class in org.mule.util.counters.impl
 
Sum(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Sum
 
SunSecurityProviderInfo - Class in org.mule.umo.security.provider
Sun JDK-specific security provider information.
SunSecurityProviderInfo() - Constructor for class org.mule.umo.security.provider.SunSecurityProviderInfo
 
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
suspended - Variable in class org.mule.util.xa.AbstractTransactionContext
 
suspendedContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
suspendEncoding() - Method in class org.mule.util.Base64.OutputStream
Suspends encoding of the stream.
SynchronizedVariable - Class in org.mule.util.concurrent
 
SynchronizedVariable() - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
SynchronizedVariable(Object) - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
synchronous - Variable in class org.mule.impl.ImmutableMuleEndpoint
whether events received by this endpoint should execute in a single thread
SYNCHRONOUS_PROPERTY - Static variable in class org.mule.config.MuleConfiguration
Specifies whether mule should process messages sysnchonously, i.e. that a mule-model can only processone message at a time, or asynchonously.
SyncWorkExecutor - Class in org.mule.impl.work
 
SyncWorkExecutor() - Constructor for class org.mule.impl.work.SyncWorkExecutor
 
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
SYSTEM_PROPERTY_X_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
systemProperties - Variable in class org.mule.impl.container.PropertiesContainerContext
 
SystemUtils - Class in org.mule.util
 
SystemUtils() - Constructor for class org.mule.util.SystemUtils
 

T

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
 
TEMPLATE_X_CAUSED_MALFORMED_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TemplateEndpointRouter - Class in org.mule.routing.outbound
The template endpoint router allows endpoints to be alered at runtime based on properties set on the current event of fallback values set on the endpoint properties.
TemplateEndpointRouter() - Constructor for class org.mule.routing.outbound.TemplateEndpointRouter
 
templateParser - Variable in class org.mule.impl.container.PropertiesContainerContext
 
TemplateParser - Class in org.mule.util
TemplateParser is a simple string parser that will substitute tokens in a string with values supplied in a Map.
TemplateParser.TemplateCallback - Interface in org.mule.util
 
TestAgent - Class in org.mule.tck.testmodels.mule
Mock agent
TestAgent() - Constructor for class org.mule.tck.testmodels.mule.TestAgent
 
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
 
TestCatchAllStrategy - Class in org.mule.tck.testmodels.mule
 
TestCatchAllStrategy() - Constructor for class org.mule.tck.testmodels.mule.TestCatchAllStrategy
 
testClearPool() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
testClone() - Method in class org.mule.tck.AbstractTransformerTestCase
 
TestCompressionTransformer - Class in org.mule.tck.testmodels.mule
 
TestCompressionTransformer() - Constructor for class org.mule.tck.testmodels.mule.TestCompressionTransformer
 
TestConnector - Class in org.mule.tck.testmodels.mule
TestConnector use a mock connector
TestConnector() - Constructor for class org.mule.tck.testmodels.mule.TestConnector
 
TestConnector.DummyMessageAdapter - Class in org.mule.tck.testmodels.mule
 
TestConnector.DummyMessageAdapter(Object) - Constructor for class org.mule.tck.testmodels.mule.TestConnector.DummyMessageAdapter
 
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
 
TestDefaultLifecycleAdapter - Class in org.mule.tck.testmodels.mule
TestDefaultLifecycleAdapter TODO (document class)
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 in org.mule.tck.testmodels.mule
TestDefaultLifecycleAdapterFactory TODO (document class)
TestDefaultLifecycleAdapterFactory() - Constructor for class org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapterFactory
 
TestDependentObject - Class in org.mule.tck.testmodels.mule
TestDependentObject is used as a mock dependency for an object
TestDependentObject() - Constructor for class org.mule.tck.testmodels.mule.TestDependentObject
 
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
TestEntryPointResolver - Class in org.mule.tck.testmodels.mule
TestEntryPointResolver TODO (document class)
TestEntryPointResolver() - Constructor for class org.mule.tck.testmodels.mule.TestEntryPointResolver
 
TestExceptionStrategy - Class in org.mule.tck.testmodels.mule
TestExceptionStrategy TODO
TestExceptionStrategy() - Constructor for class org.mule.tck.testmodels.mule.TestExceptionStrategy
 
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
 
TestMessageDispatcher - Class in org.mule.tck.testmodels.mule
 
TestMessageDispatcher(UMOImmutableEndpoint) - Constructor for class org.mule.tck.testmodels.mule.TestMessageDispatcher
 
testMessageProps() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
testMessageRetrieval() - Method in class org.mule.tck.providers.AbstractMessageAdapterTestCase
 
testPoolLifecycle() - Method in class org.mule.tck.model.AbstractPoolTestCase
 
TestResponseAggregator - Class in org.mule.tck.testmodels.mule
TestResponseAggregator is a mock response Agrregator object used for testing configuration
TestResponseAggregator() - Constructor for class org.mule.tck.testmodels.mule.TestResponseAggregator
 
testRoundTrip() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testRoundtripBadReturnType() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testRoundtripTransform() - Method in class org.mule.tck.AbstractTransformerTestCase
 
TestTransactionFactory - Class in org.mule.tck.testmodels.mule
TestTransactionFactory TODO
TestTransactionFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionFactory
 
TestTransactionManagerFactory - Class in org.mule.tck.testmodels.mule
TestTransactionManagerFactory TODO
TestTransactionManagerFactory() - Constructor for class org.mule.tck.testmodels.mule.TestTransactionManagerFactory
 
testTransform() - Method in class org.mule.tck.AbstractTransformerTestCase
 
testTransformerLookup() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
testTrasactionSetting() - Method in class org.mule.tck.AbstractUMOManagerTestCase
 
ThreadingProfile - Class in org.mule.config
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 - Variable in class org.mule.impl.ImmutableMuleDescriptor
The threading profile to use for this component.
ThreadingProfile.WorkManagerFactory - Interface in org.mule.config
 
TIME_AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the time average value of a counter
TimeAverage - Class in org.mule.util.counters.impl
 
TimeAverage(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.TimeAverage
 
TimeEvent - Class in org.mule.util.timer
TimeEvent TODO is an event that occurs at a specified number of milliseconds.
TimeEvent(Object, String, long) - Constructor for class org.mule.util.timer.TimeEvent
 
TimeEventListener - Interface in org.mule.util.timer
TimeEventListener provides a method to pass timer events to implementing objects.
timeExpired(TimeEvent) - Method in interface org.mule.util.timer.TimeEventListener
Passes the TimeEvent to an object
timeout - Variable in class org.mule.util.xa.AbstractTransactionContext
 
TIMEOUT_DO_NOT_WAIT - Static variable in interface org.mule.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
 
TimerInterceptor - Class in org.mule.interceptors
TimerInterceptor simply times and displays the time taken to process an event.
TimerInterceptor() - Constructor for class org.mule.interceptors.TimerInterceptor
 
timestamp - Variable in class org.mule.umo.manager.UMOServerNotification
 
TlsConfiguration - Class in org.mule.umo.security.tls
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 in org.mule.umo.security
Configure direct key stores.
TlsDirectTrustStore - Interface in org.mule.umo.security
Configure direct trust stores.
TlsIndirectKeyStore - Interface in org.mule.umo.security
Configure indirect key stores.
TlsIndirectTrustStore - Interface in org.mule.umo.security
Configure indirect trust stores.
TlsPropertiesMapper - Class in org.mule.umo.security.tls
Move a TlsConfiguration to and from Properties (typically System Properties).
TlsPropertiesMapper(String) - Constructor for class org.mule.umo.security.tls.TlsPropertiesMapper
 
TlsPropertiesSocketFactory - Class in org.mule.umo.security.tls
A socket factory that is configured via Properties, using a TlsConfiguration that has been stored via TlsPropertiesMapper.
TlsPropertiesSocketFactory(boolean, String) - Constructor for class org.mule.umo.security.tls.TlsPropertiesSocketFactory
 
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.
TOKEN_DELIM - Static variable in class org.mule.impl.security.MuleCredentials
 
toLong(Object) - Static method in class org.mule.util.NumberUtils
 
TOO_MANY_ACCEPTIBLE_METHODS_ON_X_FOR_TYPES_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TOO_MANY_MATCHING_METHODS_WHICH_RETURN_X_ON_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TooManySatisfiableMethodsException - Exception in org.mule.impl
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 exception org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, List, Exception) - Constructor for exception org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Object[]) - Constructor for exception org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Object[], Exception) - Constructor for exception org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.impl.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class, Exception) - Constructor for exception org.mule.impl.TooManySatisfiableMethodsException
 
toString() - Method in class org.mule.config.builders.EndpointReference
 
toString() - Method in class org.mule.config.i18n.Message
 
toString() - Method in class org.mule.config.ThreadingProfile
 
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.ImmutableMuleDescriptor
 
toString() - Method in class org.mule.impl.ImmutableMuleEndpoint
 
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.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.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.security.AbstractJCEEncryptionStrategy
 
toString() - Method in class org.mule.impl.VoidResult
 
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.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() - Method in class org.mule.util.concurrent.WaitableBoolean
 
toString(Map, boolean) - Static method in class org.mule.util.MapUtils
Creates a String representation of the given Map, with optional newlines between elements.
toString(Object) - Static method in class org.mule.util.StringMessageUtils
 
toString() - Method in class org.mule.util.xa.AbstractTransactionContext
 
trace(Object) - Method in class org.mule.util.MuleLogger
 
trace(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
TransactedFileSession - Class in org.mule.util.file
todo document
TransactedFileSession(AbstractXAResourceManager) - Constructor for class org.mule.util.file.TransactedFileSession
 
TransactedPollingMessageReceiver - Class in org.mule.providers
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long) - Constructor for class org.mule.providers.TransactedPollingMessageReceiver
 
TransactedPollingMessageReceiver.MessageProcessorWorker - Class in org.mule.providers
 
TransactedPollingMessageReceiver.MessageProcessorWorker(TransactionTemplate, CountDownLatch, Object) - Constructor for class org.mule.providers.TransactedPollingMessageReceiver.MessageProcessorWorker
 
TransactionalQueueManager - Class in org.mule.util.queue
The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
TransactionalQueueManager() - Constructor for class org.mule.util.queue.TransactionalQueueManager
 
TransactionalQueueManager.QueueTransactionContext - Class in org.mule.util.queue
 
TransactionalQueueManager.QueueTransactionContext() - Constructor for class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
TransactionCallback - Interface in org.mule.transaction
 
transactionConfig - Variable in class org.mule.impl.ImmutableMuleEndpoint
The transaction configuration for this endpoint
transactionConfig - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
TransactionCoordination - Class in org.mule.transaction
 
TransactionException - Exception in org.mule.umo
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionException(Message) - Constructor for exception org.mule.umo.TransactionException
 
TransactionException(Message, Throwable) - Constructor for exception org.mule.umo.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.mule.umo.TransactionException
 
TransactionInProgressException - Exception in org.mule.transaction
TransactionInProgressException is thrown if a new transaction is started when there is one already in progress.
TransactionInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
TransactionInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
TransactionNotInProgressException - Exception in org.mule.transaction
TransactionNotInProgressException TODO (document class)
TransactionNotInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
TransactionNotInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
TransactionRollbackException - Exception in org.mule.transaction
 
TransactionRollbackException(Message) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionStatusException - Exception in org.mule.transaction
 
TransactionStatusException(Message) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionTemplate - Class in org.mule.transaction
 
TransactionTemplate(UMOTransactionConfig, ExceptionListener) - Constructor for class org.mule.transaction.TransactionTemplate
 
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
TRANSFORM_FAILED_BEFORE_FILTER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TRANSFORM_FAILED_FROM_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TRANSFORM_FAILED_FROM_X_TO_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TRANSFORM_ON_X_NOT_OF_SPECIFIED_TYPE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TRANSFORM_X_UNEXPECTED_TYPE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TRANSFORM_X_UNSUPORTED_TYPE_X_ENDPOINT_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
transformer - Variable in class org.mule.impl.ImmutableMuleEndpoint
The transformer used to transform the incoming or outgoing data
TransformerException - Exception in org.mule.umo.transformer
TransformerException is a simple exception that is thrown by transformers.
TransformerException(Message, UMOTransformer) - Constructor for exception org.mule.umo.transformer.TransformerException
 
TransformerException(Message, UMOTransformer, Throwable) - Constructor for exception org.mule.umo.transformer.TransformerException
 
TransformerException(UMOTransformer, Throwable) - Constructor for exception org.mule.umo.transformer.TransformerException
 
TransformerException(Message, Throwable) - Constructor for exception org.mule.umo.transformer.TransformerException
 
TransformerException(Message) - Constructor for exception org.mule.umo.transformer.TransformerException
 
TransformerPairWireFormat - Class in org.mule.transformers.wire
TODO
TransformerPairWireFormat() - Constructor for class org.mule.transformers.wire.TransformerPairWireFormat
 
TransformerReference - Class in org.mule.config.builders
TransformerReference maintains a transformer reference.
TransformerReference(String, String, Object) - Constructor for class org.mule.config.builders.TransformerReference
 
transformers - Variable in class org.mule.impl.endpoint.AbstractEndpointBuilder
 
TransportFactory - Class in org.mule.providers.service
TransportFactory can be used for generically creating endpoints from an url.
TransportFactoryException - Exception in org.mule.providers.service
TransportFactoryException is thrown by the endpoint factory if the endpoint service cannot be found in the META-INF/services directory or if any part of the endpoint cannot be instanciated.
TransportFactoryException(Message) - Constructor for exception org.mule.providers.service.TransportFactoryException
 
TransportFactoryException(Message, Throwable) - Constructor for exception org.mule.providers.service.TransportFactoryException
 
TransportFactoryException(Throwable) - Constructor for exception org.mule.providers.service.TransportFactoryException
 
TransportServiceDescriptor - Class in org.mule.providers.service
TransportServiceDescriptor describes the necessery information for creating a connector from a service descriptor.
TransportServiceDescriptor(String, String, Properties) - Constructor for class org.mule.providers.service.TransportServiceDescriptor
 
TransportServiceException - Exception in org.mule.providers.service
TransportServiceException is thrown if a ProviderServicedescriptor has a service error set.
TransportServiceException(Message) - Constructor for exception org.mule.providers.service.TransportServiceException
 
TransportServiceException(Message, Throwable) - Constructor for exception org.mule.providers.service.TransportServiceException
 
TransportServiceFinder - Interface in org.mule.providers.service
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 in org.mule.providers.service
TransportServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.
TransportServiceNotFoundException(String) - Constructor for exception org.mule.providers.service.TransportServiceNotFoundException
 
TransportServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.providers.service.TransportServiceNotFoundException
 
truncate(String, int, boolean) - Static method in class org.mule.util.StringMessageUtils
 
TX_AVAILABLE_BUT_ACTION_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CAN_ONLY_BIND_TO_X_TYPE_RESOURCES - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_BIND_ALREADY_BOUND - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_BIND_NULL_RESOURCE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_BIND_TO_NULL_KEY - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_READ_STATE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_START_X_TRANSACTION - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_CANT_UNBIND - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_COMMIT_FAILED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_MANAGER_ALREADY_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_MANAGER_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_MARKED_FOR_ROLLBACK - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_NO_CURRENT_TRANSACTION - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_NOT_AVAILABLE_BUT_ACTION_IS_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_RESOURCE_ALREADY_LISTED_FOR_KEY_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_ROLLBACK_FAILED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_SET_AUTO_COMMIT_FAILED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
TX_SINGLE_RESOURCE_ONLY - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
type - Variable in class org.mule.impl.ImmutableMuleEndpoint
Determines whether the endpoint is a receiver or sender or both
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
 

U

UMOAgent - Interface in org.mule.umo.manager
UMOAgent is a server plugin that can be initialised, started and destroyed along with the UMOManager itself.
UMOAuthentication - Interface in org.mule.umo.security
UMOAuthentication represents an authentication request and contains authentication information if the request was successful
UMOBaseTransformer - Interface in org.mule.umo.transformer
UMOTransformer can be chained together to covert message payloads from one object type to another.
UMOComponent - Interface in org.mule.umo
UMOComponent is the interal repesentation of a Mule Managed component.
UMOComponentFactory - Interface in org.mule.umo.model
UMOComponentFactory is used to create UMOComponent instances
UMOConnectable - Interface in org.mule.umo.provider
Interface for objects that should connect to a resource.
UMOConnector - Interface in org.mule.umo.provider
UMOConnector is the mechanism used to connect to external systems and protocols in order to send and receive data.
UMOContainerContext - Interface in org.mule.umo.manager
UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
UMOCredentials - Interface in org.mule.umo.security
UMOCredentials holds credentials information for a user.
UMOCredentialsAccessor - Interface in org.mule.umo.security
UMOCredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
UMODescriptor - Interface in org.mule.umo
UMODescriptor describes all the properties for a Mule UMO.
UMODescriptorAware - Interface in org.mule.impl
UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
UMOEncryptionStrategy - Interface in org.mule.umo
UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
UMOEndpoint - Interface in org.mule.umo.endpoint
UMOEndpoint describes a Provider in the Mule Server.
UMOEndpointSecurityFilter - Interface in org.mule.umo.security
UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
UMOEndpointURI - Interface in org.mule.umo.endpoint
UMOEndpointURI is used to determine how a message is sent or received.
UMOEntryPoint - Interface in org.mule.umo.model
UMOEntryPoint defines the current entry method on a component.
UMOEntryPointResolver - Interface in org.mule.umo.model
UMOEntryPointResolver resolves a method to call on the given UMODescriptor when an event is received for the component
UMOEvent - Interface in org.mule.umo
UMOEvent represents any data event occuring in the Mule environment.
UMOEventContext - Interface in org.mule.umo
UMOEventContext is the context object for the current request.
UMOEventListener - Interface in org.mule.umo.lifecycle
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 in org.mule.umo
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 exception org.mule.umo.UMOException
 
UMOException(Message, Throwable) - Constructor for exception org.mule.umo.UMOException
 
UMOException(Throwable) - Constructor for exception org.mule.umo.UMOException
 
UMOException() - Constructor for exception org.mule.umo.UMOException
 
UMOExceptionPayload - Interface in org.mule.umo
UMOExceptionPayload is a message payload that contains exception information that occurred during message processing.
UMOExceptionReader - Class in org.mule.config
Grabs all information from the UMOException type
UMOExceptionReader() - Constructor for class org.mule.config.UMOExceptionReader
 
UMOFilter - Interface in org.mule.umo
The UMOFilter interface allows UMOMessage filtering.
UMOImmutableDescriptor - Interface in org.mule.umo
UMODescriptor describes all the properties for a Mule UMO.
UMOImmutableEndpoint - Interface in org.mule.umo.endpoint
UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
UMOInboundRouter - Interface in org.mule.umo.routing
UMOInboundRouter defines an interface for an inbound Message router.
UMOInboundRouterCollection - Interface in org.mule.umo.routing
InboundRouterCollection manages a collection of inbound routers.
UMOInterceptor - Interface in org.mule.umo
UMOInterceptor is based on a similar concept of servlet filters and works much the same way.
UMOInterceptorStack - Interface in org.mule.umo
Maintains a list of interceptors.
UMOLifecycleAdapter - Interface in org.mule.umo.lifecycle
UMOLifecycleAdapter TODO (document class)
UMOLifecycleAdapterFactory - Interface in org.mule.umo.lifecycle
UMOLifecycleAdapterFactory TODO (document class)
UMOManager - Interface in org.mule.umo.manager
UMOManager maintains and provides services for a UMO server instance.
umoMessage - Variable in exception org.mule.umo.MessagingException
The UMOMessage being processed when the error occurred
UMOMessage - Interface in org.mule.umo
UMOMessage represents a message payload.
UMOMessageAdapter - Interface in org.mule.umo.provider
UMOMessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
UMOMessageDispatcher - Interface in org.mule.umo.provider
UMOMessageDispatcher combines UMOMessageDispatching with various lifecycle methods for the actual instances doing message sending/receiving.
UMOMessageDispatcherFactory - Interface in org.mule.umo.provider
UMOMessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
UMOMessageDispatching - Interface in org.mule.umo.provider
UMOMessageDispatching defines generic methods for dispatching and receiving events.
UMOMessageReceiver - Interface in org.mule.umo.provider
UMOMessageReceiver is used to receive data from an external system.
UMOModel - Interface in org.mule.umo.model
The UMOModel encapsulates and manages the runtime behaviour of a Mule Server instance.
UMONestedRouter - Interface in org.mule.umo.routing
 
UMONestedRouterCollection - Interface in org.mule.umo.routing
UMONestedRouterCollection manages a collection of nested routers.
UMOOutboundRouter - Interface in org.mule.umo.routing
UMOOutboundRouter is used to control outbound routing behaviour for an event.
UMOOutboundRouterCollection - Interface in org.mule.umo.routing
UMOOutboundRouterCollection is responsible for holding all outbound routers for a service component.
UMOPoolFactory - Interface in org.mule.umo.model
UMOPoolFactory is a factory interface for created a component pool instance
UMOResponseRouter - Interface in org.mule.umo.routing
UMOResponseRouter is a router that handles response flow.
UMOResponseRouterCollection - Interface in org.mule.umo.routing
UMOResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
UMORouter - Interface in org.mule.umo.routing
UMORouter is a base interface for all routers.
UMORouterCatchAllStrategy - Interface in org.mule.umo.routing
UMORouterCatchAllStrategy TODO
UMORouterCollection - Interface in org.mule.umo.routing
UMORouterCollection defines the interface for a MessageRouter that manages more than one router.
UMOSecurityContext - Interface in org.mule.umo.security
UMOSecurityContext holds security information and is associated with the UMOSession.
UMOSecurityContextFactory - Interface in org.mule.umo.security
UMOSecurityContextFactory is responsible for creating a UMOSecurityContext instance.
UMOSecurityManager - Interface in org.mule.umo.security
UMOSecurityManager is responsible for managing a one or more security providers.
UMOSecurityProvider - Interface in org.mule.umo.security
UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
UMOServerNotification - Class in org.mule.umo.manager
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 in org.mule.umo.manager
UMOServerNotificationListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the sevrver, model and components stop, start, initilise, etc.
UMOSession - Interface in org.mule.umo
UMOSession is the context in which a request is executed.
UMOSessionHandler - Interface in org.mule.umo.provider
An interface used for reading and writing session information to and from the current message.
UMOStreamingTransformer - Interface in org.mule.umo.transformer
TODO
UMOStreamMessageAdapter - Interface in org.mule.umo.provider
A stream message adapter rovides a generic base class for stream based message flows in Mule.
UMOTransaction - Interface in org.mule.umo
 
UMOTransactionConfig - Interface in org.mule.umo
UMOTransactionConfig defines transaction configuration for a transactional endpoint.
UMOTransactionFactory - Interface in org.mule.umo
UMOTransactionFactory creates a transaction.
UMOTransactionManagerFactory - Interface in org.mule.umo.manager
TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
UMOTransformer - Interface in org.mule.umo.transformer
UMOTransformer can be chained together to covert message payloads from one object type to another.
UMOWorkManager - Interface in org.mule.umo.manager
UMOWorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
UnauthorisedException - Exception in org.mule.umo.security
UnauthorisedException is thrown if authentication fails
UnauthorisedException(Message) - Constructor for exception org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, Throwable) - Constructor for exception org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, UMOMessage) - Constructor for exception org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.security.UnauthorisedException
 
UnauthorisedException(UMOMessage, UMOSecurityContext, UMOImmutableEndpoint, UMOEndpointSecurityFilter) - Constructor for exception org.mule.umo.security.UnauthorisedException
 
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
UNIQUE_ID_NOT_SUPPORTED_BY_ADAPTER_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
UniqueIdNotSupportedException - Exception in org.mule.umo.provider
UniqueIdNotSupportedException is thrown by UMOMessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
UniqueIdNotSupportedException(UMOMessageAdapter) - Constructor for exception org.mule.umo.provider.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(UMOMessageAdapter, Message) - Constructor for exception org.mule.umo.provider.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(UMOMessageAdapter, Throwable) - Constructor for exception org.mule.umo.provider.UniqueIdNotSupportedException
 
UnknownAuthenticationTypeException - Exception in org.mule.umo.security
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised UMOAuthentication type.
UnknownAuthenticationTypeException(UMOAuthentication) - Constructor for exception org.mule.umo.security.UnknownAuthenticationTypeException
 
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.
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
 
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.impl.internal.notifications.ServerNotificationManager
 
unregisterListener(UMOServerNotificationListener) - Method in class org.mule.MuleManager
Unregisters a previously registered listener.
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.
UnsupportedAuthenticationSchemeException - Exception in org.mule.umo.security
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 exception org.mule.umo.security.UnsupportedAuthenticationSchemeException
 
UnsupportedAuthenticationSchemeException(Message, UMOMessage, Throwable) - Constructor for exception org.mule.umo.security.UnsupportedAuthenticationSchemeException
 
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
 
UrlEndpointBuilder - Class in org.mule.impl.endpoint
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
UrlEndpointBuilder() - Constructor for class org.mule.impl.endpoint.UrlEndpointBuilder
 
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
useMultipleReceivers - Variable in class org.mule.providers.TransactedPollingMessageReceiver
determines whether Multiple receivers are created to improve throughput
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
 
UserInfoEndpointBuilder - Class in org.mule.impl.endpoint
UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
UserInfoEndpointBuilder() - Constructor for class org.mule.impl.endpoint.UserInfoEndpointBuilder
 
UUID - Class in org.mule.util
UUID Generates a UUID using the JUG library

V

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.
validateObject(Object) - Method in class org.mule.config.pool.CommonsPoolProxyFactory
 
validateObject(Object, Object) - Method in class org.mule.providers.KeyedPoolMessageDispatcherFactoryAdapter
 
validateOSEncoding() - Method in class org.mule.MuleManager
 
validateUrl(String) - Method in class org.mule.impl.endpoint.MuleEndpointURI
 
VALUE_X_IS_INVALID_FOR_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
VERSION - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
version - Variable in class org.mule.impl.ImmutableMuleDescriptor
The descriptors version
VERSION_INFO_NOT_SET - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
VoidResult - Class in org.mule.impl
 

W

WaitableBoolean - Class in org.mule.util.concurrent
 
WaitableBoolean(boolean) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
WaitableBoolean(boolean, Object) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
waitForAllTxToStop(long) - Method in class org.mule.util.xa.AbstractResourceManager
 
waitIfPaused(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.
WaitPolicy - Class in org.mule.util.concurrent
A handler for unexecutable tasks that waits until the task can be submitted for execution or times out.
WaitPolicy() - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy which waits (almost) forever.
WaitPolicy(long, TimeUnit) - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy with timeout.
warn(Object) - Method in class org.mule.util.MuleLogger
 
warn(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
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
 
WaterMelon - Class in org.mule.tck.testmodels.fruit
 
WaterMelon() - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
WaterMelon(HashMap) - Constructor for class org.mule.tck.testmodels.fruit.WaterMelon
 
WeblogicTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
WeblogicTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WeblogicTransactionManagerLookupFactory
 
WebsphereTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
WebsphereTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
 
WHEN_EXHAUSTED_ABORT - Static variable in class org.mule.config.ThreadingProfile
 
WHEN_EXHAUSTED_BLOCK - Static variable in interface org.mule.util.ObjectPool
 
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 exhaused 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
whenEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenFalse(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenNotEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenTrue(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
WildcardFilter - Class in org.mule.routing.filters
WildcardFilter is used to match Strings against wildcards.
WildcardFilter() - Constructor for class org.mule.routing.filters.WildcardFilter
 
WildcardFilter(String) - Constructor for class org.mule.routing.filters.WildcardFilter
 
wireFormat - Variable in class org.mule.impl.internal.admin.MuleManagerComponent
Use Serialization by default
WireFormat - Interface in org.mule.transformers.wire
TODO
WireTap - Class in org.mule.routing.inbound
An inbound router that can forward every message to another destination as defined in the "endpoint" property.
WireTap() - Constructor for class org.mule.routing.inbound.WireTap
 
workAccepted(WorkEvent) - Method in class org.mule.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
 
workCompleted(WorkEvent) - Method in class org.mule.providers.AbstractConnector
workCompleted(WorkEvent) - Method in class org.mule.umo.manager.DefaultWorkListener
 
WorkerContext - Class in org.mule.impl.work
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.
WorkExecutor - Interface in org.mule.impl.work
WorkExecutor TODO
workManager - Variable in class org.mule.impl.model.seda.SedaComponent
 
workManager - Variable in class org.mule.providers.AbstractMessageDispatcher
Thread pool of Connector sessions
workRejected(WorkEvent) - Method in class org.mule.impl.model.seda.SedaComponent
 
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
 
wrappersToPrimitives(Class[]) - Static method in class org.mule.util.ClassUtils
 
wrapperToPrimitive(Class) - Static method in class org.mule.util.ClassUtils
 
write(int) - Method in class org.mule.impl.model.streaming.DeferredOutputStream
 
write(int) - Method in class org.mule.impl.ResponseOutputStream
 
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(String) - Method in class org.mule.providers.WriterMessageAdapter
 
write(String, int, int) - Method in class org.mule.providers.WriterMessageAdapter
 
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
 
WriterMessageAdapter - Class in org.mule.providers
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
 
writeToProperties(Properties, TlsConfiguration) - Method in class org.mule.umo.security.tls.TlsPropertiesMapper
 

X

X_FAILED_TO_INITIALISE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_IS_DISPOSED - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_IS_NULL - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_MUST_IMPLEMENT_AN_INTERFACE - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_NOT_REGISTERED_WITH_MANAGER - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_NOT_SET_IN_SERVICE_X - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
X_PROPERTY_IS_NOT_SET_ON_EVENT - Static variable in interface org.mule.config.i18n.CoreMessageConstants
 
XaTransaction - Class in org.mule.transaction
XaTransaction represents an XA transaction in Mule.
XaTransaction() - Constructor for class org.mule.transaction.XaTransaction
Default constructor
XaTransactionFactory - Class in org.mule.transaction
XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the MuleManager.
XaTransactionFactory() - Constructor for class org.mule.transaction.XaTransactionFactory
 
XML_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
XMLEntityCodec - Class in org.mule.util
This encoder contains methods that convert characters to Character entities as defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
XMLEntityCodec() - Constructor for class org.mule.util.XMLEntityCodec
 
XmlEntityDecoder - Class in org.mule.transformers.codec
Decodes a String or byte[] containing XML entities
XmlEntityDecoder() - Constructor for class org.mule.transformers.codec.XmlEntityDecoder
 
XmlEntityEncoder - Class in org.mule.transformers.codec
Encodes a string with XML entities
XmlEntityEncoder() - Constructor for class org.mule.transformers.codec.XmlEntityEncoder
 
XMLPrinter - Class in org.mule.management.stats.printers
XMLPrinter prints event processing stats as a XML document
XMLPrinter(Writer) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
XMLPrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
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-2007 MuleSource, Inc.. All Rights Reserved.