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

A

abort() - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
Abort if authentication fails
abortProcess(Object) - Method in interface org.mule.transport.bpm.BPMS
Abort a running process (end abnormally).
abortProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Delete a process instance.
AbstractAgent - Class in org.mule
Implements common methods for all Agents.
AbstractAgent(String) - Constructor for class org.mule.AbstractAgent
 
AbstractArgumentEntryPointResolver - Class in org.mule.model.resolvers
A base class that allows implementing resolvers to define what parameters it is expecting.
AbstractArgumentEntryPointResolver() - Constructor for class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
AbstractAsynchronousLoanBrokerTestCase - Class in org.mule.example.loanbroker.tests
Tests the Loan Broker application asynchronously.
AbstractAsynchronousLoanBrokerTestCase() - Constructor for class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
 
AbstractByteProtocol - Class in org.mule.transport.tcp.protocols
This Abstract class has been introduced so as to have the byte protocols (i.e.
AbstractByteProtocol(boolean) - Constructor for class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
AbstractCatchAllStrategy - Class in org.mule.routing
RouterCatchAllStrategy is a strategy interface that allows developers to hook in custom code when an event is being routed on the inbound or outbound but does not match any of the criteria defined for the routing.
AbstractCatchAllStrategy() - Constructor for class org.mule.routing.AbstractCatchAllStrategy
 
AbstractChildDefinitionParser - Class in org.mule.config.spring.parsers
This definition parser supports the definition of beans that are then set on the parent bean - it extends AbstractHierarchicalDefinitionParser with methods that assume the data are associated with a single property.
AbstractChildDefinitionParser() - Constructor for class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
AbstractChildElementIterator - Class in org.mule.config.spring.parsers.processors
This iterates over child elements, parsing them and calling AbstractChildElementIterator.insertBean(org.mule.config.spring.parsers.assembly.BeanAssembler, org.springframework.beans.factory.config.BeanDefinition, org.w3c.dom.Element, org.w3c.dom.Element).
AbstractChildElementIterator(BeanAssemblerFactory, PropertyConfiguration) - Constructor for class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
 
AbstractComponent - Class in org.mule.component
Abstract Component to be used by all Component implementations.
AbstractComponent() - Constructor for class org.mule.component.AbstractComponent
 
AbstractCompressionTransformer - Class in org.mule.transformer.compression
AbstractCompressionTransformer is a base class for all transformers that can compress or uncompress data when they performa message transformation.
AbstractCompressionTransformer() - Constructor for class org.mule.transformer.compression.AbstractCompressionTransformer
default constructor required for discovery
AbstractConfigBuilderTestCase - Class in org.mule.tck
 
AbstractConfigBuilderTestCase(boolean) - Constructor for class org.mule.tck.AbstractConfigBuilderTestCase
 
AbstractConfigurationBuilder - Class in org.mule.config.builders
A support class for ConfigurationBuilder implementations that handles the logic of creating config arrays and Properties arguments
AbstractConfigurationBuilder() - Constructor for class org.mule.config.builders.AbstractConfigurationBuilder
 
AbstractConnectable - Class in org.mule.transport
Provide a default dispatch (client) support for handling threads lifecycle and validation.
AbstractConnectable(ImmutableEndpoint) - Constructor for class org.mule.transport.AbstractConnectable
 
AbstractConnector - Class in org.mule.transport
AbstractConnector provides base functionality for all connectors provided with Mule.
AbstractConnector() - Constructor for class org.mule.transport.AbstractConnector
 
AbstractCorrelationAggregator - Class in org.mule.routing.inbound
CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
AbstractCorrelationAggregator() - Constructor for class org.mule.routing.inbound.AbstractCorrelationAggregator
 
AbstractCounter - Class in org.mule.util.counters.impl
 
AbstractCounter(String, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.AbstractCounter
 
AbstractDelegatingDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This allows a definition parsers to be dynamically represented by different definition parsers, depending on the context.
AbstractDelegatingDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
AbstractDelegatingDefinitionParser(MuleDefinitionParser[]) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
AbstractDiscoverableTransformer - Class in org.mule.transformer
 
AbstractDiscoverableTransformer() - Constructor for class org.mule.transformer.AbstractDiscoverableTransformer
 
AbstractEncryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
AbstractEncryptionTransformer() - Constructor for class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
AbstractEndpoint - Class in org.mule.endpoint
ImmutableMuleEndpoint describes a Provider in the Mule Server.
AbstractEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, int, String, String, String, MuleContext, RetryPolicyTemplate) - Constructor for class org.mule.endpoint.AbstractEndpoint
 
AbstractEndpointBuilder - Class in org.mule.endpoint
Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself.
AbstractEndpointBuilder() - Constructor for class org.mule.endpoint.AbstractEndpointBuilder
 
AbstractEndpointFactoryBean - Class in org.mule.config.spring.factories
Abstract spring FactoryBean used to creating endpoints via spring.
AbstractEndpointFactoryBean(EndpointURIEndpointBuilder) - Constructor for class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
AbstractEndpointFactoryBean() - Constructor for class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
AbstractEndpointSecurityFilter - Class in org.mule.security
AbstractEndpointSecurityFilter provides basic initialisation for all security filters, namely configuring the SecurityManager for this instance
AbstractEndpointSecurityFilter() - Constructor for class org.mule.security.AbstractEndpointSecurityFilter
 
AbstractEndpointURIBuilder - Class in org.mule.endpoint
UrlEndpointURIBuilder is the default endpointUri strategy suitable for most connectors
AbstractEndpointURIBuilder() - Constructor for class org.mule.endpoint.AbstractEndpointURIBuilder
 
AbstractEntryPointResolver - Class in org.mule.model.resolvers
A Base class for EntryPointResolver.
AbstractEntryPointResolver() - Constructor for class org.mule.model.resolvers.AbstractEntryPointResolver
 
AbstractEventAggregator - Class in org.mule.routing.inbound
AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractEventAggregator() - Constructor for class org.mule.routing.inbound.AbstractEventAggregator
 
AbstractEventTransformer - Class in org.mule.module.client
AbstractEventTransformer adds support for adding method details to the result message.
AbstractEventTransformer() - Constructor for class org.mule.module.client.AbstractEventTransformer
 
AbstractExceptionHandler - Class in org.mule.example.errorhandler
AbstractExceptionListener TODO (document class)
AbstractExceptionHandler() - Constructor for class org.mule.example.errorhandler.AbstractExceptionHandler
 
AbstractExceptionListener - Class in org.mule
AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
AbstractExceptionListener() - Constructor for class org.mule.AbstractExceptionListener
 
AbstractExpressionTransformer - Class in org.mule.expression.transformers
This transformer will evaluate one or more expressions on the current message and return the results as an Array.
AbstractExpressionTransformer() - Constructor for class org.mule.expression.transformers.AbstractExpressionTransformer
 
AbstractFilterCollection - Class in org.mule.routing.filters.logic
Manages a filter collection.
AbstractFilterCollection() - Constructor for class org.mule.routing.filters.logic.AbstractFilterCollection
 
AbstractFilterCollection(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.AbstractFilterCollection
 
AbstractFirstResultSerialDefinitionParser - Class in org.mule.config.spring.parsers.delegate
Extend AbstractSerialDelegatingDefinitionParser to return the first definition as the final result
AbstractFirstResultSerialDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
 
AbstractFirstResultSerialDefinitionParser(boolean) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
 
AbstractHierarchicalDefinitionParser - Class in org.mule.config.spring.parsers
This definition parser introduces the notion of Hierarchical processing to nested XML elements.
AbstractHierarchicalDefinitionParser() - Constructor for class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
AbstractJavaComponent - Class in org.mule.component
Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, BindingCollection and ObjectFactory.
AbstractJavaComponent() - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJavaComponent(ObjectFactory) - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJavaComponent(ObjectFactory, EntryPointResolverSet, BindingCollection) - Constructor for class org.mule.component.AbstractJavaComponent
 
AbstractJaxpFilter - Class in org.mule.module.xml.filters
Common filter functionality for filters which need to convert payloads to Documents.
AbstractJaxpFilter() - Constructor for class org.mule.module.xml.filters.AbstractJaxpFilter
 
AbstractJCEEncryptionStrategy - Class in org.mule.security
A JCE based encryption strategy.
AbstractJCEEncryptionStrategy() - Constructor for class org.mule.security.AbstractJCEEncryptionStrategy
 
AbstractJmsTransformer - Class in org.mule.transport.jms.transformers
AbstractJmsTransformer is an abstract class that should be used for all transformers where a JMS message will be the transformed or transformee object.
AbstractJmsTransformer() - Constructor for class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
AbstractJmxSupport - Class in org.mule.module.management.support
 
AbstractJmxSupport() - Constructor for class org.mule.module.management.support.AbstractJmxSupport
 
AbstractJndiConnector - Class in org.mule.transport
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
AbstractJndiConnector() - Constructor for class org.mule.transport.AbstractJndiConnector
 
AbstractJobConfig - Class in org.mule.transport.quartz.config
Base implementation of JobConfig.
AbstractJobConfig() - Constructor for class org.mule.transport.quartz.config.AbstractJobConfig
 
AbstractLoanBrokerApp - Class in org.mule.example.loanbroker
Runs the LoanBroker example application.
AbstractLoanBrokerApp() - Constructor for class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
AbstractLoanBrokerApp(String) - Constructor for class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
AbstractLoanBrokerTestCase - Class in org.mule.example.loanbroker.tests
 
AbstractLoanBrokerTestCase() - Constructor for class org.mule.example.loanbroker.tests.AbstractLoanBrokerTestCase
 
AbstractMailConnector - Class in org.mule.transport.email
Abstract superclass for mail connectors.
AbstractMailConnector(int, String) - Constructor for class org.mule.transport.email.AbstractMailConnector
 
AbstractMailFilter - Class in org.mule.transport.email.filters
AbstractMailFilter is a base class for all javax.mail.Message filters.
AbstractMailFilter() - Constructor for class org.mule.transport.email.filters.AbstractMailFilter
 
AbstractMapBeanAssembler - Class in org.mule.config.spring.parsers.assembly
 
AbstractMapBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Constructor for class org.mule.config.spring.parsers.assembly.AbstractMapBeanAssembler
 
AbstractMessageAdapter - Class in org.mule.transport
AbstractMessageAdapter provides a base implementation for simple message types that maybe don't normally allow for meta information, such as a File or TCP.
AbstractMessageAdapter() - Constructor for class org.mule.transport.AbstractMessageAdapter
 
AbstractMessageAdapter(MessageAdapter) - Constructor for class org.mule.transport.AbstractMessageAdapter
Creates a message adapter copying values from an existing one
AbstractMessageAwareTransformer - Class in org.mule.transformer
AbstractMessageAwareTransformer is a transformer that has a reference to the current message.
AbstractMessageAwareTransformer() - Constructor for class org.mule.transformer.AbstractMessageAwareTransformer
 
AbstractMessageBuilder - Class in org.mule.component.builder
Deprecated. Since 2.2. Users should configure components with bindings.
AbstractMessageBuilder() - Constructor for class org.mule.component.builder.AbstractMessageBuilder
Deprecated.  
AbstractMessageDispatcher - Class in org.mule.transport
Provide a default dispatch (client) support for handling threads lifecycle and validation.
AbstractMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageDispatcher
 
AbstractMessageDispatcherFactory - Class in org.mule.transport
AbstractMessageDispatcherFactory is a base implementation of the MessageDispatcherFactory interface for managing the lifecycle of message dispatchers.
AbstractMessageDispatcherFactory() - Constructor for class org.mule.transport.AbstractMessageDispatcherFactory
 
AbstractMessageReceiver - Class in org.mule.transport
AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
AbstractMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageReceiver
Creates the Message Receiver
AbstractMessageRequester - Class in org.mule.transport
The Message Requester is used to explicitly request messages from a message channel or resource rather than subscribing to inbound events or polling for messages.
AbstractMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.AbstractMessageRequester
 
AbstractMessageRequesterFactory - Class in org.mule.transport
A base implementation of the MessageRequesterFactory interface for managing the lifecycle of message requesters.
AbstractMessageRequesterFactory() - Constructor for class org.mule.transport.AbstractMessageRequesterFactory
 
AbstractMessageSplitter - Class in org.mule.routing.outbound
AbstractMessageSplitter is an outbound Message Splitter used to split the contents of a received message into sub parts that can be processed by other components.
AbstractMessageSplitter() - Constructor for class org.mule.routing.outbound.AbstractMessageSplitter
 
AbstractModel - Class in org.mule.model
MuleModel is the default implementation of the Model.
AbstractModel() - Constructor for class org.mule.model.AbstractModel
 
AbstractMonitoredObjectStore - Class in org.mule.util.store
TODO
AbstractMonitoredObjectStore() - Constructor for class org.mule.util.store.AbstractMonitoredObjectStore
 
AbstractMuleBeanDefinitionParser - Class in org.mule.config.spring.parsers
This parser extends the Spring provided AbstractBeanDefinitionParser to provide additional features for consistently customising bean representations for Mule bean definition parsers.
AbstractMuleBeanDefinitionParser() - Constructor for class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
AbstractMuleNamespaceHandler - Class in org.mule.config.spring.handlers
This Namespace handler extends the default Spring NamespaceHandlerSupport to allow certain elements in document to be ignored by the handler.
AbstractMuleNamespaceHandler() - Constructor for class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
AbstractNamedEncryptionStrategy - Class in org.mule.security
 
AbstractNamedEncryptionStrategy() - Constructor for class org.mule.security.AbstractNamedEncryptionStrategy
 
AbstractNotificationLoggerAgent - Class in org.mule.agent
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint.
AbstractNotificationLoggerAgent(String) - Constructor for class org.mule.agent.AbstractNotificationLoggerAgent
 
AbstractObjectFactory - Class in org.mule.object
Creates object instances based on the class and sets any properties.
AbstractObjectFactory() - Constructor for class org.mule.object.AbstractObjectFactory
For Spring only
AbstractObjectFactory(String) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(String, Map) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(Class) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractObjectFactory(Class, Map) - Constructor for class org.mule.object.AbstractObjectFactory
 
AbstractOutboundRouter - Class in org.mule.routing.outbound
AbstractOutboundRouter is a base router class that tracks statistics about message processing through the router.
AbstractOutboundRouter() - Constructor for class org.mule.routing.outbound.AbstractOutboundRouter
 
AbstractParallelDelegatingDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This allows a definition parsers to be dynamically represented by one instance selected from a set of parsers, depending on the context.
AbstractParallelDelegatingDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
 
AbstractParallelDelegatingDefinitionParser(MuleDefinitionParser[]) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
 
AbstractPluggableDelegate - Class in org.mule.config.spring.parsers.delegate
Support for extending a MuleDefinitionParser without needing to subclass.
AbstractPluggableDelegate(MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
AbstractPolicyTemplate - Class in org.mule.retry.policies
Base class for RetryPolicyTemplate implementations.
AbstractPolicyTemplate() - Constructor for class org.mule.retry.policies.AbstractPolicyTemplate
 
AbstractPollingMessageReceiver - Class in org.mule.transport
AbstractPollingMessageReceiver implements a base class for polling message receivers.
AbstractPollingMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.AbstractPollingMessageReceiver
 
AbstractReceiverResourceWorker - Class in org.mule.transport
This is a Message receiver worker used by transports that do not have a way for the underlying transport to call back to the receiver when a message is available such as Jms.
AbstractReceiverResourceWorker(Object, AbstractMessageReceiver) - Constructor for class org.mule.transport.AbstractReceiverResourceWorker
 
AbstractReceiverResourceWorker(Object, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.transport.AbstractReceiverResourceWorker
 
AbstractReceiverServlet - Class in org.mule.transport.servlet
A base servlet used to receive requests from a servlet container and route them into Mule
AbstractReceiverServlet() - Constructor for class org.mule.transport.servlet.AbstractReceiverServlet
 
AbstractReceiverWorker - Class in org.mule.transport
A base Worker used by Transport MessageReceiver implementations.
AbstractReceiverWorker(List, AbstractMessageReceiver) - Constructor for class org.mule.transport.AbstractReceiverWorker
 
AbstractReceiverWorker(List, AbstractMessageReceiver, OutputStream) - Constructor for class org.mule.transport.AbstractReceiverWorker
 
AbstractRecipientList - Class in org.mule.routing.outbound
AbstractRecipientList is used to dispatch a single event to multiple recipients over the same transport.
AbstractRecipientList() - Constructor for class org.mule.routing.outbound.AbstractRecipientList
 
AbstractRegistry - Class in org.mule.registry
 
AbstractRegistry(String) - Constructor for class org.mule.registry.AbstractRegistry
Default Constructor
AbstractRegistryBroker - Class in org.mule.registry
 
AbstractRegistryBroker() - Constructor for class org.mule.registry.AbstractRegistryBroker
 
AbstractResourceConfigurationBuilder - Class in org.mule.config.builders
Abstract ConfigurationBuilder implementation used for ConfigurationBuider's that use one of more configuration resources of the same type that are defined using strings or ConfigResource objects.
AbstractResourceConfigurationBuilder(String) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceConfigurationBuilder(String[]) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceConfigurationBuilder(ConfigResource[]) - Constructor for class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
AbstractResourceManager - Class in org.mule.util.xa
This code is based on code coming from the commons-transaction project.
AbstractResourceManager() - Constructor for class org.mule.util.xa.AbstractResourceManager
 
AbstractResponseAggregator - Class in org.mule.routing.response
AbstractResponseAggregator provides a base class for implementing response aggregator routers.
AbstractResponseAggregator() - Constructor for class org.mule.routing.response.AbstractResponseAggregator
 
AbstractResponseRouter - Class in org.mule.routing.response
AbstractResponseRouter is a base class for all Response Routers
AbstractResponseRouter() - Constructor for class org.mule.routing.response.AbstractResponseRouter
 
AbstractRetrieveMailConnector - Class in org.mule.transport.email
Support for connecting to and receiving email from a mailbox (the exact protocol depends on the subclass).
AbstractRetrieveMailConnector(int) - Constructor for class org.mule.transport.email.AbstractRetrieveMailConnector
 
AbstractRoundRobinMessageSplitter - 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.
AbstractRoundRobinMessageSplitter() - Constructor for class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
 
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
 
AbstractScriptConfigBuilderTestCase - Class in org.mule.tck
 
AbstractScriptConfigBuilderTestCase() - Constructor for class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
AbstractScriptConfigBuilderTestCase(boolean) - Constructor for class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
AbstractScriptExpressionEvaluator - Class in org.mule.module.scripting.expression
An abstract ExpressionEvaluator that can be used for any JSR-233 script engine.
AbstractScriptExpressionEvaluator() - Constructor for class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
 
AbstractSecurityProvider - Class in org.mule.security
 
AbstractSecurityProvider(String) - Constructor for class org.mule.security.AbstractSecurityProvider
 
AbstractSerialDelegatingDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This allows a set of definition parsers to be used, one after another, to process the same element.
AbstractSerialDelegatingDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
AbstractSerialDelegatingDefinitionParser(boolean) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
AbstractService - Class in org.mule.service
A base implementation for all Services in Mule
AbstractService() - Constructor for class org.mule.service.AbstractService
For Spring only
AbstractServiceDescriptor - Class in org.mule.api.registry
 
AbstractServiceDescriptor(String) - Constructor for class org.mule.api.registry.AbstractServiceDescriptor
 
AbstractServiceDescriptor.Key - Class in org.mule.api.registry
Unique key used to cache the service descriptors.
AbstractServiceDescriptor.Key(String, Map) - Constructor for class org.mule.api.registry.AbstractServiceDescriptor.Key
 
AbstractSingleParentFamilyChildDefinitionParser - Class in org.mule.config.spring.parsers.delegate
 
AbstractSingleParentFamilyChildDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser
 
AbstractSingleParentFamilyDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This allows several parsers to be used on a single element, creating a parent bean with the first parser and then extending that with child parsers.
AbstractSingleParentFamilyDefinitionParser() - Constructor for class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
AbstractSingleParentFamilyDefinitionParser(boolean) - Constructor for class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
AbstractSingleResourceTransaction - Class in org.mule.transaction
This abstract class can be used as a base class for transactions that can enlist only one resource (such as a JMS session or JDBC connection).
AbstractSingleResourceTransaction() - Constructor for class org.mule.transaction.AbstractSingleResourceTransaction
 
AbstractTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
AbstractTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.AbstractTablePrinter
 
AbstractTcpSocketFactory - Class in org.mule.transport.tcp
Creates a client socket using the socket address extracted from the endpoint.
AbstractTcpSocketFactory() - Constructor for class org.mule.transport.tcp.AbstractTcpSocketFactory
 
AbstractTlsRetrieveMailConnector - Class in org.mule.transport.email
Support for connecting to and receiving email from a secure mailbox (the exact protocol depends on the subclass).
AbstractTlsRetrieveMailConnector(int, String, Class) - Constructor for class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
AbstractTransaction - Class in org.mule.transaction
This base class provides low level features for transactions.
AbstractTransaction() - Constructor for class org.mule.transaction.AbstractTransaction
 
AbstractTransactionContext - Class in org.mule.util.xa
 
AbstractTransactionContext() - Constructor for class org.mule.util.xa.AbstractTransactionContext
 
AbstractTransformer - Class in org.mule.transformer
AbstractTransformer is a base class for all transformers.
AbstractTransformer() - Constructor for class org.mule.transformer.AbstractTransformer
default constructor required for discovery
AbstractWebServiceWrapperComponent - Class in org.mule.transport.soap.component
 
AbstractWebServiceWrapperComponent() - Constructor for class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
AbstractXAResourceManager - Class in org.mule.util.xa
 
AbstractXAResourceManager() - Constructor for class org.mule.util.xa.AbstractXAResourceManager
 
AbstractXmlTransformer - Class in org.mule.module.xml.transformer
AbstractXmlTransformer offers some XSLT transform on a DOM (or other XML-ish) object.
AbstractXmlTransformer() - Constructor for class org.mule.module.xml.transformer.AbstractXmlTransformer
 
AbstractXmlTransformer.ResultHolder - Interface in org.mule.module.xml.transformer
Result callback interface used when processing XML through JAXP
AbstractXmppFilter - Class in org.mule.transport.xmpp.filters
AbstractXmppFilter is a filter adapter so that Smack Filters can be configured as Mule filters.
AbstractXmppFilter() - Constructor for class org.mule.transport.xmpp.filters.AbstractXmppFilter
 
AbstractXPathExpressionEvaluator - Class in org.mule.module.xml.expression
Provides a base class for XPath property extractors.
AbstractXPathExpressionEvaluator() - Constructor for class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
AbstractXStreamTransformer - Class in org.mule.module.xml.transformer
AbstractXStreamTransformer is a base class for all XStream based transformers.
AbstractXStreamTransformer() - Constructor for class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
accept(MuleMessage) - Method in interface org.mule.api.routing.filter.Filter
Check a given message against this filter.
accept(Object) - Method in interface org.mule.api.routing.filter.ObjectFilter
 
accept(MuleMessage) - Method in class org.mule.module.ognl.filters.OGNLFilter
 
accept(MuleMessage) - Method in class org.mule.module.sxc.SxcFilter
 
accept(MuleMessage) - Method in class org.mule.module.xml.filters.IsXmlFilter
 
accept(MuleMessage) - Method in class org.mule.module.xml.filters.JaxenFilter
 
accept(MuleMessage) - Method in class org.mule.module.xml.filters.JXPathFilter
 
accept(MuleMessage) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
Accepts the message if schema validation passes.
accept(MuleMessage) - Method in class org.mule.module.xml.filters.XPathFilter
 
accept(Node) - Method in class org.mule.module.xml.filters.XPathFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.ExceptionTypeFilter
Check a given message against this filter.
accept(MuleMessage) - Method in class org.mule.routing.filters.ExpressionFilter
Check a given message against this filter.
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.AndFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.NotFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.logic.OrFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.RegExFilter
 
accept(Object) - Method in class org.mule.routing.filters.RegExFilter
 
accept(MuleMessage) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(Object) - Method in class org.mule.routing.filters.WildcardFilter
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.BatchConstraint
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.ConstraintFilter
 
accept(MuleEvent) - Method in class org.mule.transaction.constraints.ManualConstraint
 
accept(MuleMessage) - Method in class org.mule.transport.email.filters.AbstractMailFilter
 
accept(Message) - Method in class org.mule.transport.email.filters.AbstractMailFilter
 
accept(Message) - Method in class org.mule.transport.email.filters.MailSubjectRegExFilter
 
accept(Object) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
Filter condition decider method.
accept(File, String) - Method in class org.mule.transport.file.filters.FilenameWildcardFilter
Filter condition decider method.
accept(MuleMessage) - Method in class org.mule.transport.file.filters.FilenameWildcardFilter
 
accept(Object) - Method in class org.mule.transport.http.filters.HttpRequestWildcardFilter
 
accept(MuleMessage) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
 
accept(MuleMessage) - Method in class org.mule.transport.jms.filters.JmsSelectorFilter
 
accept(Packet) - Method in class org.mule.transport.xmpp.filters.AbstractXmppFilter
 
accept(MuleMessage) - Method in class org.mule.transport.xmpp.filters.AbstractXmppFilter
 
AccumulatorComponent - Class in org.mule.example.scripting
Component which accumulates successive numbers, by adding/subtracting/multiplying/dividing.
AccumulatorComponent() - Constructor for class org.mule.example.scripting.AccumulatorComponent
 
AcegiAuthenticationAdapter - Class in org.mule.module.acegi
AcegiAuthenticationAdapter TODO
AcegiAuthenticationAdapter(Authentication) - Constructor for class org.mule.module.acegi.AcegiAuthenticationAdapter
 
AcegiAuthenticationAdapter(Authentication, Map) - Constructor for class org.mule.module.acegi.AcegiAuthenticationAdapter
 
AcegiMessages - Class in org.mule.module.acegi.i18n
 
AcegiMessages() - Constructor for class org.mule.module.acegi.i18n.AcegiMessages
 
AcegiNamespaceHandler - Class in org.mule.module.acegi.config
Registers a Bean Definition Parser for handling Acegi related elements.
AcegiNamespaceHandler() - Constructor for class org.mule.module.acegi.config.AcegiNamespaceHandler
 
AcegiProviderAdapter - Class in org.mule.module.acegi
AcegiProviderAdapter is a wrapper for an Acegi Security provider to use with the SecurityManager
AcegiProviderAdapter() - Constructor for class org.mule.module.acegi.AcegiProviderAdapter
For Spring IoC only
AcegiProviderAdapter(AuthenticationProvider) - Constructor for class org.mule.module.acegi.AcegiProviderAdapter
 
AcegiProviderAdapter(AuthenticationProvider, String) - Constructor for class org.mule.module.acegi.AcegiProviderAdapter
 
AcegiSecurityContext - Class in org.mule.module.acegi
AcegiSecurityContext is a SecurityContext wrapper used to interface with an Acegi SecurityContext
AcegiSecurityContext(SecurityContext) - Constructor for class org.mule.module.acegi.AcegiSecurityContext
 
AcegiSecurityContextFactory - Class in org.mule.module.acegi
AcegiSecurityContextFactory creates an AcegiSecurityContext for an Authentication object
AcegiSecurityContextFactory() - Constructor for class org.mule.module.acegi.AcegiSecurityContextFactory
 
ackParams - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
ackStmt - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
action - Variable in class org.mule.api.context.notification.ServerNotification
 
ACTION - Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
ACTION_ABORT - Static variable in class org.mule.transport.bpm.ProcessConnector
 
ACTION_ADVANCE - Static variable in class org.mule.transport.bpm.ProcessConnector
 
ACTION_ALWAYS_BEGIN - Static variable in interface org.mule.api.transaction.TransactionConfig
Will ensure that a new transaction is created for each invocation
ACTION_ALWAYS_BEGIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_ALWAYS_JOIN - Static variable in interface org.mule.api.transaction.TransactionConfig
There must always be a transaction present for the invocation
ACTION_ALWAYS_JOIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_BEGIN_OR_JOIN - Static variable in interface org.mule.api.transaction.TransactionConfig
Will begin a new transaction if no transaction is already present
ACTION_BEGIN_OR_JOIN_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_DEFAULT - Static variable in interface org.mule.api.transaction.TransactionConfig
Transaction action by default
ACTION_DISPATCH - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
ACTION_INVOKE - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
ACTION_JOIN_IF_POSSIBLE - Static variable in interface org.mule.api.transaction.TransactionConfig
If there is a transaction available, then use it, otherwise continue processing
ACTION_JOIN_IF_POSSIBLE_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_NEVER - Static variable in interface org.mule.api.transaction.TransactionConfig
There must not be a transaction present for the invocation
ACTION_NEVER_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_NONE - Static variable in interface org.mule.api.transaction.TransactionConfig
Whether there is a transaction available or not, ignore it
ACTION_NONE_STRING - Static variable in class org.mule.transaction.MuleTransactionConfig
 
ACTION_RECEIVE - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
ACTION_SEND - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
ACTION_START - Static variable in class org.mule.transport.bpm.ProcessConnector
 
ACTION_UPDATE - Static variable in class org.mule.transport.bpm.ProcessConnector
 
ACTION_WIRE_FORMAT - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
activate() - Method in interface org.mule.api.transport.MessageDispatcher
This method can perform necessary state updates before any of the MessageDispatching methods are invoked.
activate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked before the given dispatcher is handed out to a client, but not after MessageDispatcherFactory.create(OutboundEndpoint).
activate() - Method in interface org.mule.api.transport.MessageRequester
This method can perform necessary state updates before any of the MessageDispatching methods are invoked.
activate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked before the given requester is handed out to a client, but not after MessageRequesterFactory.create(org.mule.api.endpoint.InboundEndpoint).
activate() - Method in class org.mule.transport.AbstractConnectable
 
activate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
activate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
activate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
activate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
activateObject(Object) - Method in class org.mule.transport.ftp.FtpConnectionFactory
 
activateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
activateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
activateObject(Object, Object) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
activateObject(Object, Object) - Method in class org.mule.transport.udp.UdpSocketFactory
 
activeContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
ACTIVEMQ_CONNECTION_FACTORY_CLASS - Static variable in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
ACTIVEMQ_XA_CONNECTION_FACTORY_CLASS - Static variable in class org.mule.transport.jms.activemq.ActiveMQXAJmsConnector
 
ActiveMQJmsConnector - Class in org.mule.transport.jms.activemq
ActiveMQ 4.x-specific JMS connector.
ActiveMQJmsConnector() - Constructor for class org.mule.transport.jms.activemq.ActiveMQJmsConnector
Constructs a new ActiveMQJmsConnector.
ActiveMQXAJmsConnector - Class in org.mule.transport.jms.activemq
 
ActiveMQXAJmsConnector() - Constructor for class org.mule.transport.jms.activemq.ActiveMQXAJmsConnector
 
add(ServiceStatistics) - Method in class org.mule.management.stats.AllStatistics
 
add(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
addAggregate(AggregateCounter) - Method in class org.mule.util.counters.impl.AbstractCounter
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addAlias(String, String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addAlias(String, String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addAlias(String, String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addApplicationConfigEntry(String, AppConfigurationEntry) - Static method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
Adds the Configuration Entries
addApplicationListener(ApplicationListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Adds a listener to the the Multicaster.
addArgument(ExpressionArgument) - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
 
addAttachment(String, DataHandler) - Method in interface org.mule.api.transport.MessageAdapter
Allows for arbitary data attachments to be associated with the Message.
addAttachment(String, DataHandler) - Method in class org.mule.DefaultMuleMessage
Allows for arbitary data attachments to be associated with the Message.
addAttachment(String, DataHandler) - Method in class org.mule.transport.AbstractMessageAdapter
Allows for arbitary data attachments to be associated with the Message.
addAttachment(String, DataHandler) - Method in class org.mule.transport.cxf.CxfMessageAdapter
 
addAttachment(String, DataHandler) - Method in class org.mule.transport.soap.axis.AxisMessageAdapter
 
addAttachmentHeaders(String, Part) - Method in class org.mule.transport.email.MailMessageAdapter
 
addAttachments(MuleEvent, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
AddAttribute - Class in org.mule.config.spring.parsers.processors
 
AddAttribute(String, String) - Constructor for class org.mule.config.spring.parsers.processors.AddAttribute
 
addBeanFlag(String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addBeanFlag(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addBeanFlag(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addBeanFlag(String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addBeanFlag(String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addBody(String) - Method in class org.mule.util.SplashScreen
 
addBodyPartHeaders(BodyPart, String, MuleMessage) - Method in class org.mule.transport.email.transformers.ObjectToMimeMessage
 
addBook(Book) - Method in interface org.mule.example.bookstore.CatalogAdminService
Add a new book to the catalog
addBook(Book) - Method in class org.mule.example.bookstore.CatalogServiceImpl
 
AddBookResponse - Class in org.mule.example.bookstore.transformers
A call to addBook() returns a Long representing the number of books in the catalog.
AddBookResponse() - Constructor for class org.mule.example.bookstore.transformers.AddBookResponse
 
addBooks(Collection<Book>) - Method in interface org.mule.example.bookstore.CatalogAdminService
Add a group of new books to the catalog
addBooks(Collection<Book>) - Method in class org.mule.example.bookstore.CatalogServiceImpl
 
addChildDelegate(MuleChildDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
addChildDelegate(String, MuleChildDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.SingleParentFamilyDefinitionParser
 
addChildDelegate(String[], MuleChildDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.SingleParentFamilyDefinitionParser
 
addCollection(String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addCollection(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
This will automatically generate a list and accumulate values.
addCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addCollection(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addCollection(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addCollection(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addCollection(String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addCollection(String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addConnection(MuleConnection) - Method in class org.mule.module.jca.MuleManagedConnection
Associate connection handle with the physical connection.
addConnectionEventListener(ConnectionEventListener) - Method in class org.mule.module.jca.MuleManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addCreate(List, Object) - Static method in class org.mule.util.CollectionUtils
Some code uses null to indicate "unset", which makes appending items complex.
addDelegate(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addDelegate(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
addDelegate(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser
 
addDelegate(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
addDelegate(String, MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AttributeSelectionDefinitionParser
 
addDelegate(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.SingleParentFamilyDefinitionParser
 
addDelegateAsChild(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
added - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
addEncryptionStrategy(EncryptionStrategy) - Method in interface org.mule.api.security.SecurityManager
 
addEncryptionStrategy(EncryptionStrategy) - Method in class org.mule.security.MuleSecurityManager
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.AbstractExceptionListener
 
addEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.InboundRouterCollection
 
addEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.OutboundRouter
Adds an endpoint to this router
addEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
addEndpoint(InboundEndpoint) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
addEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
addEndpoint(InboundEndpoint) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
addEntryPointResolver(EntryPointResolver) - Method in interface org.mule.api.model.EntryPointResolverSet
Will add a resolver to the list of resolvers to invoke on a compoent.
addEntryPointResolver(EntryPointResolver) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
addEvent(MuleEvent) - Method in class org.mule.routing.EventCorrelator
 
addEvent(MuleEvent) - Method in class org.mule.routing.inbound.EventGroup
Add the given event to this group.
addEventGroup(EventGroup) - Method in class org.mule.routing.EventCorrelator
 
addEventHandler(SxcFilteringOutboundRouter, XPathBuilder) - Method in class org.mule.module.sxc.SxcFilter
 
addEventHandlers(XPathBuilder, Filter) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
addExecutionTime(long) - Method in class org.mule.management.stats.ComponentStatistics
 
addExpirable(long, TimeUnit, Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
Adds an expirable object to monitor.
addFile(File) - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
 
addFile(File) - Method in class org.mule.util.monitor.FileMonitor
Add file to listen for.
addFiles(List) - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
 
addHandledException(Class) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
addHandler(ExceptionHandler) - Method in class org.mule.example.errorhandler.ErrorManager
 
addHeader(Header) - Method in class org.mule.transport.http.HttpRequest
 
addHeader(Header) - Method in class org.mule.transport.http.HttpResponse
 
addHeaders(SOAPEnvelope) - Method in class org.mule.transport.soap.MuleSoapHeaders
Writes the header properties to a Soap header
addIgnored(String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addIgnored(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addIgnored(String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addIgnoredMethod(String) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
addIgnoredMethods(ReflectionServiceFactoryBean, String) - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
addInboundProperties(Map) - Method in class org.mule.transport.AbstractMessageAdapter
A convenience method for extending classes to Set inbound scoped properties on the message properties that arrive on the inbound message should be set as inbound-scoped properties.
addInboundProperties(Map) - Method in class org.mule.transport.MessagePropertiesContext
 
addInfo(String, Object) - Method in exception org.mule.api.MuleException
 
addInterfaceToType(Class, Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
addLibrariesToClasspath(List) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
addLibrariesToClasspath(List) - Static method in class org.mule.util.ClassUtils
 
addListener(ServerNotificationListener) - Method in class org.mule.context.notification.ServerNotificationManager
 
addListener(FileListener) - Method in class org.mule.util.monitor.FileMonitor
Add listener to this file monitor.
addListener(TimeEventListener) - Method in class org.mule.util.timer.EventTimerTask
 
addListenerSubscription(ServerNotificationListener, String) - Method in class org.mule.context.notification.ServerNotificationManager
 
addListenerSubscriptionPair(ListenerSubscriptionPair) - Method in class org.mule.context.notification.ServerNotificationManager
 
addLocalJarFilesToClasspath(File, File) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addMapping(String, Map) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addMapping(String, String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addMapping(String, ValueMap) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addMapping(String, Map) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addMapping(String, String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addMapping(String, ValueMap) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addMapping(String, Map) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addMapping(String, String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addMapping(String, ValueMap) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addMessage(MuleMessage) - Method in interface org.mule.api.MuleMessageCollection
 
addMessage(MuleMessage, int) - Method in interface org.mule.api.MuleMessageCollection
 
addMessage(MuleMessage) - Method in class org.mule.DefaultMessageCollection
 
addMessage(MuleMessage, int) - Method in class org.mule.DefaultMessageCollection
 
addMessages(MuleMessage[]) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(MuleEvent[]) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(List) - Method in interface org.mule.api.MuleMessageCollection
 
addMessages(MuleEvent[]) - Method in class org.mule.DefaultMessageCollection
 
addMessages(List) - Method in class org.mule.DefaultMessageCollection
 
addMessages(MuleMessage[]) - Method in class org.mule.DefaultMessageCollection
 
addMethod(String) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
addMethod(String) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
addMethodByArguments(Object, Method, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
addMethodByName(Method, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
addMuleInterceptors() - Method in class org.mule.transport.cxf.ClientWrapper
 
addNamedParameter(NamedParameter) - Method in class org.mule.transport.soap.SoapMethod
 
addNamedParameter(QName, QName, String) - Method in class org.mule.transport.soap.SoapMethod
 
addNamedParameter(QName, QName, ParameterMode) - Method in class org.mule.transport.soap.SoapMethod
 
addNamespace(String, String) - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
addNamespaces(NamespaceManager, XPath) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
addNamespaces(NamespaceManager, JXPathContext) - Method in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated.  
addNamespaces(Map) - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
addObjectInitialisationCallback(InitialisationCallback) - Method in interface org.mule.api.object.ObjectFactory
Register a custom initialiser
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.object.AbstractObjectFactory
 
addObjectInitialisationCallback(InitialisationCallback) - Method in class org.mule.object.JndiObjectFactory
 
addOrderedLifecycleObject(LifecycleObject) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
addOrderedLifecycleObject(LifecycleObject) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
addOverride(Map, Element, String, String) - Method in class org.mule.config.spring.parsers.specific.ServiceOverridesDefinitionParser
 
addParameters(String, PostMethod, MuleMessage) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
addParamToContext(String, Object, VelocityContext) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
addPart(Object, OutboundEndpoint) - Method in class org.mule.routing.outbound.SplitMessage
 
addPerson(Person) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
addPerson(String, String) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
addPerson(Person) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
addPerson(String, String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
addPostProcess(MuleDefinitionParser) - Static method in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
addProcessedGroup(Object) - Method in class org.mule.routing.EventCorrelator
 
addProperties(Map) - Method in interface org.mule.api.transport.MessageAdapter
Adds a map of properties to be associated with this message
addProperties(Map, PropertyScope) - Method in interface org.mule.api.transport.MessageAdapter
Adds a map of properties to be associated with this message
addProperties(MuleDefinitionParser) - Static method in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
addProperties(Map) - Method in class org.mule.DefaultMuleMessage
Adds a map of properties to be associated with this message
addProperties(Map, PropertyScope) - Method in class org.mule.DefaultMuleMessage
Adds a map of properties to be associated with this message
addProperties(Map) - Method in class org.mule.message.BaseMessage
Adds a map of properties to associated with this message
addProperties(Map) - Method in class org.mule.transport.AbstractMessageAdapter
Adds a map of properties to be associated with this message
addProperties(Map, PropertyScope) - Method in class org.mule.transport.AbstractMessageAdapter
Adds a map of properties to be associated with this message
addPropertyChangeListener(PropertyChangeListener) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Associate PropertyChangeListener with the ManagedConnectionFactory, in order to notify about properties changes.
addPropertyWithoutReference(MutablePropertyValues, SingleProperty, String, Object) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
addPropertyWithReference(MutablePropertyValues, SingleProperty, String, Object) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
addProvider(SecurityProvider) - Method in interface org.mule.api.security.SecurityManager
 
addProvider(SecurityProvider) - Method in class org.mule.security.MuleSecurityManager
 
addReference(String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
addReference(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
addReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
addReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
addReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
addReference(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
addReference(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
addReference(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
addReference(String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
addReference(String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
addRegistry(long, Registry) - Method in interface org.mule.api.MuleContext
 
addRegistry(long, Registry) - Method in interface org.mule.api.registry.RegistryBroker
 
addRegistry(long, Registry) - Method in class org.mule.DefaultMuleContext
 
addRegistry(long, Registry) - Method in class org.mule.registry.DefaultRegistryBroker
 
address - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
ADDRESS - Static variable in class org.mule.endpoint.URIBuilder
 
Address - Class in org.mule.tck.testmodels.services
Address is a Persons address
Address() - Constructor for class org.mule.tck.testmodels.services.Address
 
Address(String, String) - Constructor for class org.mule.tck.testmodels.services.Address
 
ADDRESS - Static variable in class org.mule.transport.rmi.config.RmiNamespaceHandler
 
address - Variable in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
ADDRESS_ATTRIBUTE - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
ADDRESS_ATTRIBUTES - Static variable in class org.mule.transport.jdbc.config.JdbcNamespaceHandler
 
ADDRESS_PROPERTY - Static variable in class org.mule.transport.udp.UdpMessageAdapter
 
AddressedEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint.support
Combine a ChildAddressDefinitionParser and either a OrphanEndpointDefinitionParser or a ChildEndpointDefinitionParser in one parser.
AddressedEndpointDefinitionParser(String, MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
AddressedEndpointDefinitionParser(String, boolean, MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
AddressedEndpointDefinitionParser(String, boolean, MuleDefinitionParser, String[], String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
AddressedEndpointDefinitionParser(String, boolean, MuleDefinitionParser, String[], String[], String[][], String[][]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
addressFromMessage - Variable in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
addReturnMessage(MuleMessage) - Method in interface org.mule.api.retry.RetryContext
 
addReturnMessage(MuleMessage) - Method in class org.mule.retry.DefaultRetryContext
 
addRouter(InboundRouter) - Method in interface org.mule.api.routing.InboundRouterCollection
 
addRouter(Router) - Method in interface org.mule.api.routing.RouterCollection
 
addRouter(Router) - Method in class org.mule.routing.AbstractRouterCollection
 
addRouter(InboundRouter) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
addRouter(Router) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
addRouterForInterface(InterfaceBinding) - Method in class org.mule.routing.binding.BindingInvocationHandler
 
addToEnvironment(String, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
addToEnvironment(String, Object) - Method in class org.mule.jndi.SimpleContext
 
addToEnvironment(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
addTransformer(Transformer) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
addTransformer(Transformer) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
addURL(URL) - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
Add a URL to Mule's classpath.
addURLs(List) - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
Setter for property 'urls'.
ADMIN_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
advanceGeneration(String) - Method in class org.mule.module.management.mbean.YourKitProfilerService
Advance current object generation number.
advanceGeneration(String) - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Advance current object generation number.
advanceProcess(Object, Object, Map) - Method in interface org.mule.transport.bpm.BPMS
Advance an already-running process.
advanceProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Advance a process instance one step.
advanceProcess(Object, Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Advance a process instance one step.
after(Invocation) - Method in class org.mule.interceptor.EnvelopeInterceptor
This method is invoked after the event has been processed
after(Invocation) - Method in class org.mule.interceptor.LoggingInterceptor
 
afterExecute(Object, Method, Object[]) - Method in interface org.mule.util.Multicaster.InvokeListener
 
Agent - Interface in org.mule.api.agent
Agent is a server plugin that can be initialised, started and destroyed along with the MuleContext itself.
AGENT_NAME - Static variable in class org.mule.agent.ConfigScannerAgent
 
AGENT_NAME - Static variable in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
AgentDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
AgentDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.AgentDefinitionParser
 
AgentDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.AgentDefinitionParser
 
AgentSorter - Class in org.mule.agent
Sort Agent instances so that dependencies of each agent are started before the actual Agent is started itself.
AgentSorter() - Constructor for class org.mule.agent.AgentSorter
 
agentsRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
aggregate(AbstractSingleResourceTransaction) - Method in interface org.mule.transaction.TransactionCollection
 
AggregateCounter - Class in org.mule.util.counters.impl
 
AggregateCounter(String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.AggregateCounter
 
aggregateEvents(EventGroup) - Static method in class org.mule.example.loanbroker.routers.BankQuotesAggregationLogic
 
aggregateEvents(EventGroup) - Method in class org.mule.example.loanbroker.routers.BankQuotesInboundAggregator
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.CollectionCorrelatorCallback
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in interface org.mule.routing.EventCorrelatorCallback
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.inbound.AbstractCorrelationAggregator
 
aggregateEvents(EventGroup) - Method in class org.mule.routing.ResequenceCorrelatorCallback
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.ResponseCorrelationAggregator.DefaultEventCorrelatorCallback
This method is invoked if the shouldAggregate method is called and returns true.
aggregateEvents(EventGroup) - Method in class org.mule.routing.SingleCorrelatorCallback
The SingleResponseRouter will always return the first event of an event group.
aggregateResults(List, MuleMessage) - Method in interface org.mule.api.routing.RouterResultsHandler
 
aggregateResults(List, MuleMessage) - Method in class org.mule.routing.outbound.DefaultRouterResultsHandler
 
AggregationException - Exception in org.mule.routing
TODO document
AggregationException(EventGroup, ImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(EventGroup, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, ImmutableEndpoint) - Constructor for exception org.mule.routing.AggregationException
 
AggregationException(Message, EventGroup, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.routing.AggregationException
 
algorithm - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
ALL_ARGUMENT - Static variable in class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
ALL_ARGUMENT - Static variable in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
 
ALL_ARGUMENT - Static variable in class org.mule.expression.MessageHeadersExpressionEvaluator
 
ALL_ARGUMENT - Static variable in class org.mule.expression.MessageHeadersListExpressionEvaluator
 
ALL_ATTRIBUTES - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
ALL_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
ALL_HEADER_NAMES - Static variable in class org.mule.transport.http.HttpConstants
 
ALL_PHASES - Static variable in interface org.mule.api.lifecycle.LifecyclePhase
 
ALL_SCOPES - Static variable in class org.mule.api.transport.PropertyScope
An array of all scopes defined here
ALL_TRANSPORT_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
AllAttributeChildDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This is a very hurried demonstration.
AllAttributeChildDefinitionParser(DynamicAttributeDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.mule.module.jca.DefaultConnectionManager
 
ALLOCATION_RECORDING_ADAPTIVE - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
ALLOCATION_RECORDING_ALL - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
allowGlobalDispatcher - Variable in class org.mule.transport.bpm.ProcessConnector
If false, any message generated by the process is routed from the service on which it is received.
allowGlobalReceiver - Variable in class org.mule.transport.bpm.ProcessConnector
The global receiver allows an endpoint of type "bpm://*" to receive any incoming message to the BPMS, regardless of the process.
AllStatistics - Class in org.mule.management.stats
AllStatistics TODO
AllStatistics() - Constructor for class org.mule.management.stats.AllStatistics
 
AlreadyInitialisedException - Exception in org.mule.lifecycle
AlreadyInitialisedException is thrown when a service or connector has already been initialised.
AlreadyInitialisedException(String, Initialisable) - Constructor for exception org.mule.lifecycle.AlreadyInitialisedException
 
ALWAYS_CREATE_STRING - Static variable in class org.mule.config.spring.factories.EndpointFactoryBean
 
and(String, MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
and(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
AndFilter - Class in org.mule.routing.filters.logic
AndFilter accepts only if all the filters accept.
AndFilter() - Constructor for class org.mule.routing.filters.logic.AndFilter
 
AndFilter(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.AndFilter
 
annotationsRequireJava5() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
ANT_TEMPLATE_PATTERN - Static variable in class org.mule.util.TemplateParser
 
ANT_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA - Static variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA - Static variable in class org.mule.module.xml.util.XMLUtils
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA_FULL_CHECKING - Static variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
APACHE_XML_FEATURES_VALIDATION_SCHEMA_FULL_CHECKING - Static variable in class org.mule.module.xml.util.XMLUtils
 
append(String) - Method in class org.mule.example.hello.ChatString
 
append(StringBuffer) - Method in class org.mule.example.hello.ChatString
 
append(String, MuleMessage) - Method in class org.mule.tck.functional.FunctionalTestComponent
Will append the value of FunctionalTestComponent.getAppendString() to the contents of the message.
append(String, String) - Static method in class org.mule.transformer.simple.StringAppendTransformer
 
appendDefault(String) - Static method in class org.mule.tck.functional.StringAppendTestTransformer
 
appendJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
appendMessage(String) - Method in exception org.mule.api.MuleException
 
APPLICATION - Static variable in class org.mule.api.transport.PropertyScope
This provides access to properties in the registry.
APPLICATION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
applicationContext - Variable in class org.mule.config.spring.SpringRegistry
 
applicationContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The Spring acpplication context
ApplicationEventException - Exception in org.mule.module.spring.events
ApplicationEventException TODO
ApplicationEventException(String) - Constructor for exception org.mule.module.spring.events.ApplicationEventException
 
ApplicationEventException(String, Throwable) - Constructor for exception org.mule.module.spring.events.ApplicationEventException
 
APPLY_FILTERS_TO_PROTOCOL - Static variable in class org.mule.transport.cxf.CxfConstants
 
APPLY_SECURITY_TO_PROTOCOL - Static variable in class org.mule.transport.cxf.CxfConstants
 
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
APPLY_TRANSFORMERS_TO_PROTOCOL - Static variable in class org.mule.transport.cxf.CxfConstants
 
applyAllTransformers(List) - Method in class org.mule.DefaultMuleMessage
 
applyCompletedPhases(Object) - Method in interface org.mule.api.lifecycle.LifecycleManager
Successively applies all completed lifecycle phase to an object.
applyCompletedPhases(Object) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
applyInitialisationPolicy() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
applyLifecycle(Collection, String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
applyLifecycle(Object) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.builders.AutoConfigurationBuilder
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.builders.DefaultsConfigurationBuilder
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.builders.SimpleConfigurationBuilder
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.spring.SpringConfigurationBuilder
 
applyLifecycle(LifecycleManager) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
applyLifecycle(Collection, String) - Method in class org.mule.lifecycle.ContainerManagedLifecyclePhase
 
applyLifecycle(Collection, String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
applyLifecycle(Object) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
applyLifecycle(LifecycleManager) - Method in class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
applyPhase(Collection, String) - Method in interface org.mule.api.lifecycle.LifecycleManager
Applies lifecycle phase to a collection of objects.
applyPhase(Collection, String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
applyPolicy(Throwable) - Method in interface org.mule.api.retry.RetryPolicy
 
applyPolicy(Throwable) - Method in class org.mule.retry.policies.NoRetryPolicyTemplate.NoRetryPolicy
 
applyProcessors(Map) - Method in class org.mule.registry.TransientRegistry
 
applyProcessors(Object) - Method in class org.mule.registry.TransientRegistry
 
applySystemProperties() - Method in class org.mule.config.DefaultMuleConfiguration
Apply any settings which come from the JVM system properties.
applyTransformers(List) - Method in interface org.mule.api.MuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List, Class) - Method in interface org.mule.api.MuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List) - Method in class org.mule.DefaultMuleMessage
Will apply a list of transformers to the payload of the message.
applyTransformers(List, Class) - Method in class org.mule.DefaultMuleMessage
 
applyVendorSpecificConnectionFactoryProperties(ConnectionFactory) - Method in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
arguments - Variable in class org.mule.expression.transformers.AbstractExpressionTransformer
 
ArrayEntryPointResolver - Class in org.mule.model.resolvers
Will resolver entry point methods on a service service that accept a single array.
ArrayEntryPointResolver() - Constructor for class org.mule.model.resolvers.ArrayEntryPointResolver
 
ArrayUtils - Class in org.mule.util
 
ArrayUtils() - Constructor for class org.mule.util.ArrayUtils
 
assertAccess(boolean) - Method in interface org.mule.api.ThreadSafeAccess
This method may be called before data in the object are accessed.
assertAccess(boolean) - Method in class org.mule.DefaultMuleEvent
 
assertAccess(boolean) - Method in class org.mule.DefaultMuleMessage
This method may be called before data in the object are accessed.
assertAccess(boolean) - Method in class org.mule.transport.AbstractMessageAdapter
This method may be called before data in the object are accessed.
assertAddressConsistent() - Method in class org.mule.endpoint.URIBuilder
 
assertArgument(boolean, String) - Method in class org.mule.module.xml.config.XsltTextDefinitionParser
 
assertMuleParent(Element) - Method in class org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser
 
assertNotUsed() - Method in class org.mule.endpoint.URIBuilder
 
assertProtocolConsistent() - Method in class org.mule.endpoint.URIBuilder
 
assertTargetPresent() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
assignedComponentName - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
associateConnection(MuleManagedConnection) - Method in class org.mule.module.jca.DefaultMuleConnection
Associates connection handle with new managed connection.
associateConnection(MuleManagedConnection) - Method in interface org.mule.module.jca.MuleConnection
 
associateConnection(Object) - Method in class org.mule.module.jca.MuleManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConnection instance.
assureReady() - Method in class org.mule.util.xa.AbstractResourceManager
Check that the FileManager is ready.
assureStarted() - Method in class org.mule.util.xa.AbstractResourceManager
Check that the FileManager is started.
ASYNC_REPLY_TIMEOUT - Static variable in class org.mule.context.notification.RoutingNotification
 
asynchronous - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Determines whether events will be processed asynchronously
AsynchronousEventListener - Class in org.mule.module.spring.events
AsynchronousEventListener will proces a received MuleEvent in a separate Thread.
AsynchronousEventListener(ExecutorService, ApplicationListener) - Constructor for class org.mule.module.spring.events.AsynchronousEventListener
 
AsynchronousLoanBroker - Class in org.mule.example.loanbroker
LoanBroker is the Service that starts the loan request process.
AsynchronousLoanBroker() - Constructor for class org.mule.example.loanbroker.AsynchronousLoanBroker
 
asyncPool - Variable in class org.mule.module.spring.events.MuleEventMulticaster
An ExecutorService for handling asynchronous events
asyncReceiveRemote(String, int) - Method in class org.mule.module.client.RemoteDispatcher
 
ATTACHMENT_HEADERS_PROPERTY_POSTFIX - Static variable in class org.mule.transport.email.MailMessageAdapter
 
attachments - Variable in class org.mule.transport.AbstractMessageAdapter
Collection of attachments associatated with this message
ATTACHMENTS - Static variable in class org.mule.transport.cxf.CxfConstants
 
attemptFileLock(File) - Method in class org.mule.transport.file.FileMessageReceiver
Try to acquire a lock on a file and release it immediately.
ATTRIBUTE_CLASS - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_ID - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_ID - Static variable in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
ATTRIBUTE_NAME - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_NAME - Static variable in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
ATTRIBUTE_NAME - Static variable in class org.mule.config.spring.parsers.specific.FilterDefinitionParser
 
ATTRIBUTE_NAME - Static variable in class org.mule.config.spring.parsers.specific.InterceptorStackDefinitionParser
 
ATTRIBUTE_OBJECT_CLASS - Static variable in class org.mule.object.AbstractObjectFactory
 
ATTRIBUTE_OBJECT_CLASS_NAME - Static variable in class org.mule.object.AbstractObjectFactory
 
ATTRIBUTE_REF - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_REF_SUFFIX - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_REFS - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_REFS_SUFFIX - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
ATTRIBUTE_SQL_STATEMENT_FACTORY - Static variable in class org.mule.transport.jdbc.config.JdbcNamespaceHandler
 
AttributeConcatenation - Class in org.mule.config.spring.parsers.processors
 
AttributeConcatenation(String, String, String[]) - Constructor for class org.mule.config.spring.parsers.processors.AttributeConcatenation
 
AttributeListEntryDefinitionParser - Class in org.mule.config.spring.parsers.collection
 
AttributeListEntryDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
Only for use with dynamic naming
AttributeListEntryDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
 
AttributeMapBeanAssembler - Class in org.mule.config.spring.parsers.assembly
This can be used inside a ChildDefinitionParser - it takes named properties and, instead of inserting them individually on the target, it packages them as a Map and inserts that.
AttributeMapBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Constructor for class org.mule.config.spring.parsers.assembly.AttributeMapBeanAssembler
 
AttributeMapBeanAssemblerFactory - Class in org.mule.config.spring.parsers.assembly
 
AttributeMapBeanAssemblerFactory() - Constructor for class org.mule.config.spring.parsers.assembly.AttributeMapBeanAssemblerFactory
 
AttributeMapDefinitionParser - Class in org.mule.config.spring.parsers.collection
Creates a single, stand-alone map object and processes all attributes to this map
AttributeMapDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.AttributeMapDefinitionParser
 
attributeName(Attr) - Static method in class org.mule.util.XMLUtils
 
attributeNameToPropertyName(String) - Static method in class org.mule.config.spring.parsers.assembly.configuration.Conventions
Overloads the Spring version of this method to tak into account the first character in the attribute name An upper case char as the first letter of a bean name is not allowed.
AttributePropertiesDefinitionParser - Class in org.mule.config.spring.parsers.generic
 
AttributePropertiesDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.AttributePropertiesDefinitionParser
 
AttributePropertiesDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.generic.AttributePropertiesDefinitionParser
 
AttributeSelectionDefinitionParser - Class in org.mule.config.spring.parsers.delegate
Select sub parser depending on presence of a particular attribute
AttributeSelectionDefinitionParser(String, MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.AttributeSelectionDefinitionParser
 
authDeniedOnEndpoint(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
authDeniedOnEndpoint(Object) - Static method in class org.mule.module.jca.i18n.JcaMessages
 
authEndpointMustSendOrReceive() - Static method in class org.mule.config.i18n.CoreMessages
 
authenticate(MuleEvent) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
authenticate(Authentication) - Method in interface org.mule.api.security.SecurityManager
 
authenticate(Authentication) - Method in interface org.mule.api.security.SecurityProvider
 
authenticate(Authentication) - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
authenticate(Authentication) - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
authenticate(Authentication) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
authenticate(Object) - Method in class org.mule.module.management.support.SimplePasswordJmxAuthenticator
authenticate(Authentication) - Method in class org.mule.module.pgp.PGPSecurityProvider
 
authenticate(Authentication) - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
authenticate(Authentication) - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
authenticate(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticate(Authentication) - Method in class org.mule.security.MuleSecurityManager
 
authenticate(Authentication) - Method in class org.mule.tck.security.TestMultiuserSecurityProvider
 
authenticate(Authentication) - Method in class org.mule.tck.security.TestSingleUserSecurityProvider
 
authenticateInbound(MuleEvent) - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
Authenticates the current message if authenticate is set to true.
authenticateInbound(MuleEvent) - Method in class org.mule.module.jaas.filters.JaasSecurityFilter
 
authenticateInbound(MuleEvent) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
authenticateInbound(MuleEvent) - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
Authenticates the current message if authenticate is set to true.
authenticateInbound(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticateInbound(MuleEvent) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
Authenticates the current message if authenticate is set to true.
authenticateOutbound(MuleEvent) - Method in class org.mule.module.jaas.filters.JaasSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
Authenticates the current message if authenticate is set to true.
authenticateOutbound(MuleEvent) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
Authentication - Interface in org.mule.api.security
Authentication represents an authentication request and contains authentication information if the request was successful
authFailedForUser(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
authNoCredentials() - Static method in class org.mule.config.i18n.CoreMessages
 
authNoEncryptionStrategy(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authNoSecurityProvider(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authorizationAttemptFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
authRealmMustBeSetOnFilter() - Static method in class org.mule.module.acegi.i18n.AcegiMessages
 
authRealmMustBeSetOnFilter() - Static method in class org.mule.module.spring.security.i18n.SpringSecurityMessages
 
authSecurityManagerNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
authSetButNoContext(String) - Static method in class org.mule.config.i18n.CoreMessages
 
authTypeNotRecognised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
AutoConfigurationBuilder - Class in org.mule.config.builders
Configures Mule from a configuration resource or comma seperated list of configuration resources by auto-detecting the ConfigurationBuilder to use for each resource.
AutoConfigurationBuilder(String) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
AutoConfigurationBuilder(String[]) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
AutoConfigurationBuilder(ConfigResource[]) - Constructor for class org.mule.config.builders.AutoConfigurationBuilder
 
autoConfigure(MuleContext, ConfigResource[]) - Method in class org.mule.config.builders.AutoConfigurationBuilder
 
AutoDiscoveryJmxSupportFactory - Class in org.mule.module.management.support
Will discover if newer JMX version is available, otherwise fallback to JMX 1.1 style support.
AutoDiscoveryJmxSupportFactory() - Constructor for class org.mule.module.management.support.AutoDiscoveryJmxSupportFactory
Constructs a new AutoDiscoveryJmxSupportFactory.
AutoDiscoveryRedeliveryHandlerFactory - Class in org.mule.transport.jms
This factory will consult JMS connection metadata for supported optional properties and use those, if available, otherwise falling back to the manual counting of redeliveries.
AutoDiscoveryRedeliveryHandlerFactory(JmsConnector) - Constructor for class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
 
AutoDiscoverySecurityProviderFactory - Class in org.mule.api.security.provider
Automatically discovers the JDK we are running on and returns a corresponding SecurityProviderInfo.
AutoDiscoverySecurityProviderFactory() - Constructor for class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
 
AutoIdUtils - Class in org.mule.config.spring.parsers.generic
 
AutoIdUtils() - Constructor for class org.mule.config.spring.parsers.generic.AutoIdUtils
 
AutoTransformer - Class in org.mule.transformer.simple
A transformer that uses the transform discovery mechanism to convert the message payload.
AutoTransformer() - Constructor for class org.mule.transformer.simple.AutoTransformer
 
available() - Method in class org.mule.model.streaming.DelegatingInputStream
 
AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the average value of a counter
Average - Class in org.mule.util.counters.impl
 
Average(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Average
 
await() - Method in class org.mule.tck.concurrency.TestingThread
Block until the thread completes its doRun() method.
await(long) - Method in class org.mule.tck.functional.CountdownCallback
 
AWAIT_TIMEOUT - Static variable in class org.mule.tck.concurrency.TestingThread
 
AXIS - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
AXIS_CLIENT_CONFIG_PROPERTY - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
AXIS_OPTIONS - Static variable in class org.mule.transport.soap.axis.AxisMessageReceiver
 
AXIS_SERVICE_COMPONENT_NAME - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
AXIS_SERVICE_PROPERTY - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
AxisCleanAndAddProperties - Class in org.mule.transport.soap.axis.extras
 
AxisCleanAndAddProperties() - Constructor for class org.mule.transport.soap.axis.extras.AxisCleanAndAddProperties
 
AxisConnector - Class in org.mule.transport.soap.axis
AxisConnector is used to maintain one or more Services for Axis server instance.
AxisConnector() - Constructor for class org.mule.transport.soap.axis.AxisConnector
 
AxisFaultExceptionReader - Class in org.mule.transport.soap.axis
Will format and display additional information stored with an Axis fault that is usually hidden when logged.
AxisFaultExceptionReader() - Constructor for class org.mule.transport.soap.axis.AxisFaultExceptionReader
 
AxisInitialisable - Interface in org.mule.transport.soap.axis
AxisInitialisable can be implemented by a Mule component that will be used as an Axis service to customise the Axis Service object
AxisInitialisationCallback - Class in org.mule.transport.soap.axis
AxisInitialisationCallback is invoked when an Axis component is created from its descriptor.
AxisInitialisationCallback(SOAPService) - Constructor for class org.mule.transport.soap.axis.AxisInitialisationCallback
 
AxisMessageAdapter - Class in org.mule.transport.soap.axis
AxisMessageAdapter wraps a soap message.
AxisMessageAdapter(Object) - Constructor for class org.mule.transport.soap.axis.AxisMessageAdapter
 
AxisMessageAdapter(AxisMessageAdapter) - Constructor for class org.mule.transport.soap.axis.AxisMessageAdapter
 
AxisMessageDispatcher - Class in org.mule.transport.soap.axis
AxisMessageDispatcher is used to make soap requests via the Axis soap client.
AxisMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.soap.axis.AxisMessageDispatcher
 
AxisMessageDispatcherFactory - Class in org.mule.transport.soap.axis
AxisMessageDispatcherFactory creates an AxisMessageDispatcher, used for making SOAP calls using the Axis stack.
AxisMessageDispatcherFactory() - Constructor for class org.mule.transport.soap.axis.AxisMessageDispatcherFactory
 
AxisMessageReceiver - Class in org.mule.transport.soap.axis
AxisMessageReceiver is used to register a component as a service with a Axis server.
AxisMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.soap.axis.AxisMessageReceiver
 
AxisMessageRequester - Class in org.mule.transport.soap.axis
AxisMessageDispatcher is used to make soap requests via the Axis soap client.
AxisMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.soap.axis.AxisMessageRequester
 
AxisMessageRequesterFactory - Class in org.mule.transport.soap.axis
AxisMessageRequesterFactory creates an AxisMessageRequester, used for making SOAP calls using the Axis stack.
AxisMessageRequesterFactory() - Constructor for class org.mule.transport.soap.axis.AxisMessageRequesterFactory
 
AxisMessages - Class in org.mule.transport.soap.axis.i18n
 
AxisMessages() - Constructor for class org.mule.transport.soap.axis.i18n.AxisMessages
 
AxisMuleSession - Class in org.mule.transport.soap.axis.extensions
Provides an adapter to a DefaultMuleSession so that Axis can write to the session
AxisMuleSession(MuleSession) - Constructor for class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
AxisNamespaceHandler - Class in org.mule.transport.soap.axis.config
Registers a Bean Definition Parser for handling <axis:connector> elements.
AxisNamespaceHandler() - Constructor for class org.mule.transport.soap.axis.config.AxisNamespaceHandler
 
AxisServiceComponent - Class in org.mule.transport.soap.axis
AxisServiceComponent is a Mule component implementation of the Axis servlet.
AxisServiceComponent() - Constructor for class org.mule.transport.soap.axis.AxisServiceComponent
For IoC
AxisServiceProxy - Class in org.mule.transport.soap.axis
ServiceProxy is a proxy that wraps a soap endpointUri to look like a Web service.
AxisServiceProxy() - Constructor for class org.mule.transport.soap.axis.AxisServiceProxy
 
AxisWsdlConnector - Class in org.mule.transport.soap.axis.wsdl
TODO document
AxisWsdlConnector() - Constructor for class org.mule.transport.soap.axis.wsdl.AxisWsdlConnector
 
AxisWsdlMessageDispatcher - Class in org.mule.transport.soap.axis.wsdl
Creates and Axis client services from WSDL and invokes it.
AxisWsdlMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.soap.axis.wsdl.AxisWsdlMessageDispatcher
 
AxisWsdlMessageDispatcherFactory - Class in org.mule.transport.soap.axis.wsdl
Creates an WSDL Message dispatcher using the Axis client
AxisWsdlMessageDispatcherFactory() - Constructor for class org.mule.transport.soap.axis.wsdl.AxisWsdlMessageDispatcherFactory
 

B

Bank - Class in org.mule.example.loanbroker.bank
Bank is a representation of a bank from which to obtain loan quotes.
Bank() - Constructor for class org.mule.example.loanbroker.bank.Bank
 
Bank(String) - Constructor for class org.mule.example.loanbroker.bank.Bank
 
BankQuotesAggregationLogic - Class in org.mule.example.loanbroker.routers
 
BankQuotesAggregationLogic() - Constructor for class org.mule.example.loanbroker.routers.BankQuotesAggregationLogic
 
BankQuotesInboundAggregator - Class in org.mule.example.loanbroker.routers
BankQuotesInboundAggregator receives a number of quotes and selects the lowest
BankQuotesInboundAggregator() - Constructor for class org.mule.example.loanbroker.routers.BankQuotesInboundAggregator
 
BankQuotesResponseAggregator - Class in org.mule.example.loanbroker.routers
BankQuotesInboundAggregator receives a number of quotes and selects the lowest
BankQuotesResponseAggregator() - Constructor for class org.mule.example.loanbroker.routers.BankQuotesResponseAggregator
 
BankService - Interface in org.mule.example.loanbroker.bank
BankService is a representation of a bank form which to obtain loan quotes.
Base64 - Class in org.mule.util
 
Base64.InputStream - Class in org.mule.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.mule.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.mule.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.mule.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64Decoder - Class in org.mule.transformer.codec
Base64Encoder transforms Base64 encoded data into strings or byte arrays.
Base64Decoder() - Constructor for class org.mule.transformer.codec.Base64Decoder
 
Base64Encoder - Class in org.mule.transformer.codec
Base64Encoder transforms strings or byte arrays into Base64 encoded string.
Base64Encoder() - Constructor for class org.mule.transformer.codec.Base64Encoder
 
base64Encoding - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
BaseMessage - Class in org.mule.message
BaseMessage A default message implementation used for messages sent over the wire.
BaseMessage(Object) - Constructor for class org.mule.message.BaseMessage
 
BaseTransformer - Interface in org.mule.api.transformer
Transformer can be chained together to covert message payloads from one object type to another.
basicFilterCannotHandleHeader(String) - Static method in class org.mule.module.acegi.i18n.AcegiMessages
 
basicFilterCannotHandleHeader(String) - Static method in class org.mule.module.spring.security.i18n.SpringSecurityMessages
 
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
 
BCC_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
BEAN_TYPES - Static variable in class org.mule.transport.soap.axis.AxisMessageReceiver
 
BeanAssembler - Interface in org.mule.config.spring.parsers.assembly
Bean Assembler provides a high-level interface to constructing beans.
BeanAssemblerFactory - Interface in org.mule.config.spring.parsers.assembly
 
BeanBuilderTransformer - Class in org.mule.expression.transformers
This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as expressions
BeanBuilderTransformer() - Constructor for class org.mule.expression.transformers.BeanBuilderTransformer
 
beanClass - Variable in class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
BeanPayloadExpressionEvaluator - Class in org.mule.module.xml.expression
TODO
BeanPayloadExpressionEvaluator() - Constructor for class org.mule.module.xml.expression.BeanPayloadExpressionEvaluator
 
beanPropertyConfiguration - Variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
BEANS - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
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.interceptor.EnvelopeInterceptor
This method is invoked before the event is processed
before(Invocation) - Method in class org.mule.interceptor.LoggingInterceptor
 
begin() - Method in interface org.mule.api.transaction.Transaction
Begin the transaction.
begin() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
begin() - Method in class org.mule.transaction.AbstractTransaction
 
begin() - Method in interface org.mule.util.queue.QueueSession
 
begin() - Method in class org.mule.util.xa.DefaultXASession
 
beginTransaction(MuleContext) - Method in interface org.mule.api.transaction.TransactionFactory
Create and begins a new transaction
beginTransaction(MuleContext) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
beginTransaction(MuleContext) - Method in class org.mule.transaction.XaTransactionFactory
 
beginTransaction(MuleContext) - Method in class org.mule.transport.jdbc.JdbcTransactionFactory
 
beginTransaction(MuleContext) - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransactionFactory
 
beginTransaction(MuleContext) - Method in class org.mule.transport.jms.JmsTransactionFactory
 
beginTransaction(MuleContext) - Method in class org.mule.transport.vm.VMTransactionFactory
 
beginTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
bestGuessName(PropertyConfiguration, String, String) - Static method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
bind(Name, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
bind(String, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
bind(Name, Object) - Method in class org.mule.jndi.SimpleContext
 
bind(String, Object) - Method in class org.mule.jndi.SimpleContext
 
bind(Name, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
bind(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
BINDING_ID - Static variable in class org.mule.transport.cxf.CxfConstants
 
BindingCollection - Interface in org.mule.api.routing
BindingCollection manages a collection of component bindings.
bindingCollection - Variable in class org.mule.component.AbstractJavaComponent
 
bindingCollection - Variable in class org.mule.module.scripting.component.ScriptComponent
 
BindingDefinitionParser - Class in org.mule.config.spring.parsers.specific
Binding definition parser for parsing all binding elements configured as part of the service.
BindingDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.specific.BindingDefinitionParser
 
BindingDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.BindingDefinitionParser
 
BindingInvocationHandler - Class in org.mule.routing.binding
 
BindingInvocationHandler(InterfaceBinding) - Constructor for class org.mule.routing.binding.BindingInvocationHandler
 
bindings - Variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
bindings - Variable in class org.mule.jndi.SimpleContext
What holds the bindings.
bindResource(Object, Object) - Method in interface org.mule.api.transaction.Transaction
 
bindResource(Object, Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
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 class org.mule.transport.jdbc.JdbcTransaction
 
bindResource(Object, Object) - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
bindResource(Object, Object) - Method in class org.mule.transport.jms.JmsTransaction
 
bindResource(Object, Object) - Method in class org.mule.transport.vm.VMTransaction
 
bindTransaction(Transaction) - Method in class org.mule.transaction.TransactionCoordination
 
bindTransaction(Transaction) - Method in class org.mule.transport.AbstractReceiverWorker
Template method used to bind the resources of this receiver to the transaction.
bindTransaction(Transaction) - Method in class org.mule.transport.jms.JmsMessageReceiver.JmsWorker
Deprecated.  
bindTransaction(Transaction) - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver.JmsWorker
 
bindTransaction(Transaction) - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
blankAttribute(Element, String) - Static method in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
BlockAttribute - Class in org.mule.config.spring.parsers.processors
Throws an exception if any of the disallowed attributes (after translation) is present.
BlockAttribute(String) - Constructor for class org.mule.config.spring.parsers.processors.BlockAttribute
 
BlockAttribute(String[]) - Constructor for class org.mule.config.spring.parsers.processors.BlockAttribute
 
BlockAttribute.BlockAttributeException - Exception in org.mule.config.spring.parsers.processors
 
BlockingServerEvent - Interface in org.mule.api.context.notification
BlockingServerEvent is a marker interface that tells the server event manager to publish this event in the current thread, thus blocking the current thread of execution until all listeners have been processed
BobberArchetype - Class in com.javaforge.bobber.plugin.archetype
 
BobberArchetype() - Constructor for class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
BobberArchetypeMojo - Class in org.apache.maven.plugin.archetype
Builds archetype containers.
BobberArchetypeMojo() - Constructor for class org.apache.maven.plugin.archetype.BobberArchetypeMojo
 
body - Variable in class org.mule.util.SplashScreen
 
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
 
Book - Class in org.mule.example.bookstore
Simple class which represents a Book in the catalog of the bookstore.
Book() - Constructor for class org.mule.example.bookstore.Book
 
Book(String, String, double) - Constructor for class org.mule.example.bookstore.Book
 
BooleanAttributeSelectionDefinitionParser - Class in org.mule.config.spring.parsers.delegate
 
BooleanAttributeSelectionDefinitionParser(String, boolean, MuleDefinitionParser, MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.BooleanAttributeSelectionDefinitionParser
 
bootstrapContext - Variable in class org.mule.module.jca.MuleResourceAdapter
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.AbstractJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.DefaultJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.PooledJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.component.SimpleCallableJavaComponent
 
borrowComponentLifecycleAdaptor() - Method in class org.mule.module.jca.JcaComponent
 
borrowObject() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
borrowObject() - Method in interface org.mule.util.pool.ObjectPool
 
bothServiceClassAndWsdlUrlAreRequired() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
BPM_PROPERTY_PREFIX - Static variable in class org.mule.transport.bpm.ProcessConnector
 
BpmNamespaceHandler - Class in org.mule.transport.bpm.config
Registers a Bean Definition Parsers for the "bpm" namespace.
BpmNamespaceHandler() - Constructor for class org.mule.transport.bpm.config.BpmNamespaceHandler
 
BPMS - Interface in org.mule.transport.bpm
A generic interface for any Process Engine.
bpms - Variable in class org.mule.transport.bpm.ProcessConnector
The underlying BPMS
bridge() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
BridgeComponent - Class in org.mule.component.simple
Deprecated. along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer.
BridgeComponent() - Constructor for class org.mule.component.simple.BridgeComponent
Deprecated.  
broadcast - Variable in class org.mule.transport.udp.UdpConnector
 
BROADCASTER_JMX_OBJECT_NAME - Static variable in class org.mule.module.management.agent.JmxServerNotificationAgent
 
bufferSize - Variable in class org.mule.transport.tcp.protocols.DirectProtocol
 
bufferSize - Variable in class org.mule.transport.udp.UdpMessageReceiver
 
build(URI) - Method in interface org.mule.api.endpoint.EndpointURIBuilder
 
build(URI) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
BuildersMessages - Class in org.mule.config.builders.i18n
 
BuildersMessages() - Constructor for class org.mule.config.builders.i18n.BuildersMessages
 
buildFailureResponse(RequestLine, MuleMessage) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
buildInboundEndpoint() - Method in interface org.mule.api.endpoint.EndpointBuilder
Constructs inbound endpoints
buildInboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
buildMessage(MuleMessage, MuleMessage) - Method in interface org.mule.api.component.builder.MessageBuilder
Deprecated.  
buildMessage(MuleMessage, MuleMessage) - Method in class org.mule.component.builder.ReflectionMessageBuilder
Deprecated.  
buildMuleContext() - Method in interface org.mule.api.context.MuleContextBuilder
Builds a new MuleContext instance using configured builder instance.
buildMuleContext() - Method in class org.mule.context.DefaultMuleContextBuilder
Builds a new MuleContext instance using configured builder instance.
buildMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
 
buildOutboundEndpoint() - Method in interface org.mule.api.endpoint.EndpointBuilder
Constructs outbound endpoints
buildOutboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
buildResponseMessage(MuleMessage, Object[]) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
buildSoapMethods(MuleEvent, Call, Object, String, Object[]) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
buildStandardAdapter(HttpRequest, Map) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
bus - Variable in class org.mule.transport.cxf.ClientWrapper
 
bus - Variable in class org.mule.transport.cxf.CxfServiceComponent
 
BUS_PROPERTY - Static variable in class org.mule.transport.cxf.CxfConnector
 
BusinessErrorManager - Class in org.mule.example.errorhandler
The BusinessErrorManager is a Service that processes exceptions of type org.mule.example.errorhandler.exceptions.BusinessException.
BusinessErrorManager() - Constructor for class org.mule.example.errorhandler.BusinessErrorManager
 
businessErrorManagerError() - Static method in class org.mule.example.errorhandler.LocaleMessage
 
BusinessException - Exception in org.mule.example.errorhandler.exceptions
BusinessException TODO (document class)
BusinessException(String) - Constructor for exception org.mule.example.errorhandler.exceptions.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception org.mule.example.errorhandler.exceptions.BusinessException
 
BusinessHandler - Class in org.mule.example.errorhandler.handlers
BusinessHandler
BusinessHandler() - Constructor for class org.mule.example.errorhandler.handlers.BusinessHandler
 
businessHandlerMessage() - Static method in class org.mule.example.errorhandler.LocaleMessage
 
BYTE_ARRAY - Static variable in class org.mule.expression.MessagePayloadExpressionEvaluator
 
ByteArrayToHexString - Class in org.mule.transformer.simple
Converts a Byte array to a Hex String.
ByteArrayToHexString() - Constructor for class org.mule.transformer.simple.ByteArrayToHexString
 
ByteArrayToMuleMessage - Class in org.mule.transformer.simple
TODO
ByteArrayToMuleMessage() - Constructor for class org.mule.transformer.simple.ByteArrayToMuleMessage
 
ByteArrayToObject - Class in org.mule.transformer.simple
ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if the byte array is a serialised object and if not will return a String created from the bytes as the returnType on the transformer.
ByteArrayToObject() - Constructor for class org.mule.transformer.simple.ByteArrayToObject
 
ByteArrayToSerializable - Class in org.mule.transformer.simple
ByteArrayToSerializable converts a serialized object to its object representation
ByteArrayToSerializable() - Constructor for class org.mule.transformer.simple.ByteArrayToSerializable
 
ByteOrMessageProtocolDefinitionParser - Class in org.mule.transport.tcp.config
 
ByteOrMessageProtocolDefinitionParser(Class, Class) - Constructor for class org.mule.transport.tcp.config.ByteOrMessageProtocolDefinitionParser
 

C

cache - Variable in class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
 
CACHE_JMS_SESSIONS_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
CachedResource - Class in org.mule.config.spring.util
Spring 2.x is picky about open/closed input streams, as it requires a closed stream (fully read resource) to enable automatic validation detection (DTD or XSD).
CachedResource(byte[]) - Constructor for class org.mule.config.spring.util.CachedResource
 
CachedResource(String, String) - Constructor for class org.mule.config.spring.util.CachedResource
 
CachedResource(byte[], String) - Constructor for class org.mule.config.spring.util.CachedResource
 
CachedResource(Reader, String) - Constructor for class org.mule.config.spring.util.CachedResource
 
Callable - Interface in org.mule.api.lifecycle
Callable is used to provide a Service with an interface that supports event calls.
CallableEntryPointResolver - Class in org.mule.model.resolvers
An entrypoint resolver that only allows Service objects that implmement the Callable interface
CallableEntryPointResolver() - Constructor for class org.mule.model.resolvers.CallableEntryPointResolver
 
callableMethod - Static variable in class org.mule.model.resolvers.CallableEntryPointResolver
 
CallableSqlStatementStrategy - Class in org.mule.transport.jdbc.sqlstrategy
Implements strategy for executing simple stored procedures.
CallableSqlStatementStrategy() - Constructor for class org.mule.transport.jdbc.sqlstrategy.CallableSqlStatementStrategy
 
callableSQLStrategy - Variable in class org.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
 
CallbackOutputStream - Class in org.mule.model.streaming
 
CallbackOutputStream(OutputStream, CallbackOutputStream.Callback) - Constructor for class org.mule.model.streaming.CallbackOutputStream
 
CallbackOutputStream.Callback - Interface in org.mule.model.streaming
 
canClose(Class) - Method in interface org.mule.api.util.StreamCloser
 
canClose(Class) - Method in class org.mule.module.xml.util.XMLStreamCloser
 
cannotAllocateManagedInstance() - Static method in class org.mule.module.jca.i18n.JcaMessages
 
cannotBindToAddress(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
cannotCopyStreamPayload(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotFindBindingForMethod(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotInstanciateFinder(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotInvokeCallWithoutOperation() - Static method in class org.mule.transport.soap.i18n.SoapMessages
 
cannotLoadFromClasspath(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotLocateOrCreateServer() - Static method in class org.mule.module.management.i18n.ManagementMessages
 
cannotPauseResumeJcaComponent() - Static method in class org.mule.module.jca.i18n.JcaMessages
 
cannotReadPayloadAsBytes(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotReadPayloadAsString(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotRemoveSingleAttachment() - Static method in class org.mule.transport.soap.i18n.SoapMessages
 
cannotSetObjectOnceItHasBeenSet(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotSetPropertyOnObjectWithParamType(String, Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotStartTransaction(String) - Static method in class org.mule.config.i18n.CoreMessages
 
cannotUseDisposedConnector() - Static method in class org.mule.config.i18n.CoreMessages
 
cannotUseTxAndRemoteSync() - Static method in class org.mule.config.i18n.CoreMessages
 
capacity - Variable in class org.mule.util.queue.QueueConfiguration
 
captureMemorySnapshot() - Method in class org.mule.module.management.mbean.YourKitProfilerService
This method is just a convenient replacement of captureSnapshot(YourKitProfilerServiceMBean.SNAPSHOT_WITH_HEAP)
captureMemorySnapshot() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
This method is just a convenient replacement of captureSnapshot(YourKitProfilerServiceMBean.SNAPSHOT_WITH_HEAP)
captureSnapshot(long) - Method in class org.mule.module.management.mbean.YourKitProfilerService
Captures snapshot: write profiling information to file.
captureSnapshot(long) - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Captures snapshot: write profiling information to file.
CatalogAdminService - Interface in org.mule.example.bookstore
Administration interface for adding new books to the bookstore's catalog
CatalogService - Interface in org.mule.example.bookstore
Interface for working with the bookstore's catalog of books
CatalogServiceImpl - Class in org.mule.example.bookstore
Bookstore catalog service which implements both the public interface for browsing the catalog and the admin interface for adding books to the catalog.
CatalogServiceImpl() - Constructor for class org.mule.example.bookstore.CatalogServiceImpl
 
catchAll(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
catchMessage(MuleMessage, MuleSession) - Method in interface org.mule.api.routing.RouterCatchAllStrategy
This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
catchMessage(MuleMessage, MuleSession) - Method in class org.mule.routing.AbstractCatchAllStrategy
This method will be invoked when an event is received or being sent where the criteria of the router(s) do not match the current event.
CC_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
ChainedReader - Class in org.mule.util
ChainedReader allows Reader objects to be chained together.
ChainedReader(Reader, Reader) - Constructor for class org.mule.util.ChainedReader
 
ChainedThreadingProfile - Class in org.mule.config
This was written (perhaps too far in advance) with an eye to how we will manage default values in a dynamic environment.
ChainedThreadingProfile() - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile with fixed default values taken from ThreadingProfile.DEFAULT_THREADING_PROFILE
ChainedThreadingProfile(ThreadingProfile) - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile with dynamic default values taken from the given delegate.
ChainedThreadingProfile(ThreadingProfile, boolean) - Constructor for class org.mule.config.ChainedThreadingProfile
Generate a mutable threading profile.
ChainingRouter - Class in org.mule.routing.outbound
ChainingRouter is used to pass a Mule event through multiple endpoints using the result of the first as the input for the second.
ChainingRouter() - Constructor for class org.mule.routing.outbound.ChainingRouter
 
chainMessage(Message, Message) - Static method in exception org.mule.api.transport.UniqueIdNotSupportedException
 
CharSetUtils - Class in org.mule.util
 
CharSetUtils() - Constructor for class org.mule.util.CharSetUtils
 
chat(ChatString) - Method in class org.mule.example.hello.ChitChatter
 
ChatString - Class in org.mule.example.hello
ChatString TODO (document class)
ChatString() - Constructor for class org.mule.example.hello.ChatString
 
ChatStringToString - Class in org.mule.example.hello
NameStringToChatString is a dummy transformer used in the hello world application to transform the ChatString object into a string.
ChatStringToString() - Constructor for class org.mule.example.hello.ChatStringToString
 
checkDisposed() - Method in class org.mule.component.AbstractComponent
 
checkDisposed() - Method in class org.mule.transport.AbstractConnector
 
checkElementNameUnique(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
CheckExclusiveAttribute - Class in org.mule.config.spring.parsers.processors
If this attribute is present, no other can be
CheckExclusiveAttribute(String) - Constructor for class org.mule.config.spring.parsers.processors.CheckExclusiveAttribute
 
CheckExclusiveAttribute.CheckExclusiveAttributeException - Exception in org.mule.config.spring.parsers.processors
 
CheckExclusiveAttributes - Class in org.mule.config.spring.parsers.processors
Attributes from two different sets cannot appear together
CheckExclusiveAttributes(String[][]) - Constructor for class org.mule.config.spring.parsers.processors.CheckExclusiveAttributes
 
CheckExclusiveAttributes.CheckExclusiveAttributesException - Exception in org.mule.config.spring.parsers.processors
 
checkFrozen() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
checkInvariants(Destination) - Method in class org.mule.transport.jms.DefaultJmsTopicResolver
Perform some sanity checks, will complain in the log.
checkLifecycleForPropertySet(String, String) - Method in class org.mule.DefaultMuleContext
 
checkPhase(String) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
checkPhase(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
CheckRequiredAttributes - Class in org.mule.config.spring.parsers.processors
All attributes from at least one set must be provided
CheckRequiredAttributes(String[][]) - Constructor for class org.mule.config.spring.parsers.processors.CheckRequiredAttributes
 
CheckRequiredAttributes.CheckRequiredAttributesException - Exception in org.mule.config.spring.parsers.processors
 
checkReturnClass(Object) - Method in class org.mule.transformer.AbstractTransformer
 
checkScopeForWriteAccess(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
checkTransformer(String, Class, String) - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
ChildAddressDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint.support
Generate an Endpoint URI from simple address components.
ChildAddressDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.ChildAddressDefinitionParser
 
ChildAddressDefinitionParser(String, boolean) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.ChildAddressDefinitionParser
 
ChildDefinitionParser - Class in org.mule.config.spring.parsers.generic
Creates a definition parser that will construct a single child element and inject it into the parent object (the enclosing XML element).
ChildDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.ChildDefinitionParser
The class will be inferred from the class attribute
ChildDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
ChildDefinitionParser(String, Class, Class) - Constructor for class org.mule.config.spring.parsers.generic.ChildDefinitionParser
The class (which is inferred from the class attribute if null here) is checked to be a subclass of the constraint
ChildDefinitionParser(String, Class, Class, boolean) - Constructor for class org.mule.config.spring.parsers.generic.ChildDefinitionParser
The class (which is inferred from the class attribute if null here) is checked to be a subclass of the constraint.
ChildEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint.support
A parser for "embedded" endpoints - ie inbound, outbound and response endpoints.
ChildEndpointDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.ChildEndpointDefinitionParser
 
ChildListDefinitionParser - Class in org.mule.config.spring.parsers.collection
 
ChildListDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildListDefinitionParser
 
ChildListEntryDefinitionParser - Class in org.mule.config.spring.parsers.collection
Process an element as a value that is appended to a list in the parent object (the enclosing XML element).
ChildListEntryDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
Takes value from enclosed text
ChildListEntryDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
Takes value from attribute
ChildListEntryDefinitionParser.ListEntry - Class in org.mule.config.spring.parsers.collection
 
ChildListEntryDefinitionParser.ListEntry() - Constructor for class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser.ListEntry
 
ChildListEntryDefinitionParser.ListEntry(Object) - Constructor for class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser.ListEntry
 
ChildMapDefinitionParser - Class in org.mule.config.spring.parsers.collection
Creates a single Map and processes standard Spring sub elements.
ChildMapDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildMapDefinitionParser
 
ChildMapEntryDefinitionParser - Class in org.mule.config.spring.parsers.collection
 
ChildMapEntryDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser
 
ChildMapEntryDefinitionParser(String, String, String) - Constructor for class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser
 
ChildMapEntryDefinitionParser.KeyValuePair - Class in org.mule.config.spring.parsers.collection
 
ChildMapEntryDefinitionParser.KeyValuePair() - Constructor for class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
ChildMapEntryDefinitionParser.KeyValuePair(String, Object) - Constructor for class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
ChildPropertiesDefinitionParser - Class in org.mule.config.spring.parsers.collection
Creates a single Properties object and processes standard Spring sub elements.
ChildPropertiesDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildPropertiesDefinitionParser
 
ChildSingletonMapDefinitionParser - Class in org.mule.config.spring.parsers.collection
 
ChildSingletonMapDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.collection.ChildSingletonMapDefinitionParser
 
ChitChatter - Class in org.mule.example.hello
ChitChatter TODO (document class)
ChitChatter() - Constructor for class org.mule.example.hello.ChitChatter
 
CLASSNAME_ADAPTER - Static variable in class org.mule.module.management.agent.JdmkAgent
A FQN of the adaptor class to instantiate via reflection.
CLASSNAME_DEFAULT_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
Don't use a class object so the core doesn't depend on mule-module-spring-config.
CLASSNAME_DEFAULT_IDLE_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
This builder sets up the configuration for an idle Mule node - a node that doesn't do anything initially but is fed configuration during runtime
CLASSNAME_SPRING_CONFIG_BUILDER - Static variable in class org.mule.MuleServer
Required to support the '-config spring' shortcut.
ClassUtils - Class in org.mule.util
Extend the Apache Commons ClassUtils to provide additional functionality.
ClassUtils() - Constructor for class org.mule.util.ClassUtils
 
clazz - Variable in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
cleanAndAdd(MuleEventContext) - Static method in class org.mule.transport.soap.axis.extras.AxisCleanAndAddProperties
 
cleanup() - Method in class org.mule.module.jca.MuleManagedConnection
Initiates a cleanup of the client-specific state maintained by a ManagedConnection instance.
cleanupDerbyDb(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
cleanupDerbyDb(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
clear() - Method in interface org.mule.api.management.stats.Statistics
 
clear() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
clear() - Method in class org.mule.management.stats.AllStatistics
 
clear() - Method in class org.mule.management.stats.ComponentStatistics
 
clear() - Method in class org.mule.management.stats.RouterStatistics
 
clear() - Method in class org.mule.management.stats.SedaServiceStatistics
 
clear() - Method in class org.mule.management.stats.ServiceStatistics
 
clear() - Method in class org.mule.module.management.mbean.StatisticsService
 
clear() - Static method in class org.mule.RequestContext
Resets the current request context (clears all information).
clear() - Method in class org.mule.routing.inbound.EventGroup
Removes all events from this group.
clear() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
clear() - Method in class org.mule.util.ExceptionHolder
 
clear() - Method in class org.mule.util.MapCombiner
 
clear() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
clear() - Method in interface org.mule.util.pool.ObjectPool
 
clearEvaluators() - Method in interface org.mule.api.expression.ExpressionManager
Clears all registered evaluators from the manager.
clearEvaluators() - Method in class org.mule.expression.DefaultExpressionManager
Clears all registered evaluators from the manager.
clearProperties() - Method in interface org.mule.api.transport.MessageAdapter
Removes all properties on this message
clearProperties() - Method in class org.mule.DefaultMuleMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.message.BaseMessage
Removes all properties on this message
clearProperties() - Method in class org.mule.transport.AbstractMessageAdapter
Removes all properties on this message
clearProperties() - Method in class org.mule.transport.MessagePropertiesContext
 
clearProperties(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
clearStatistics() - Method in class org.mule.module.management.mbean.ServiceService
 
clearStatistics() - Method in class org.mule.module.management.mbean.ServiceStats
 
clearStatistics() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
CLI_OPTIONS - Static variable in class org.mule.example.loanbroker.esn.LoanBrokerApp
 
CLI_OPTIONS - Static variable in class org.mule.module.boot.MuleBootstrap
 
CLI_OPTIONS - Static variable in class org.mule.MuleServer
 
client - Variable in class org.mule.transport.cxf.ClientWrapper
 
CLIENT - Static variable in class org.mule.transport.tcp.TcpConnector
 
CLIENT_CLASS - Static variable in class org.mule.transport.cxf.CxfConstants
 
CLIENT_PORT - Static variable in class org.mule.transport.cxf.CxfConstants
 
clientConfig - Variable in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
clientConfig - Variable in class org.mule.transport.soap.axis.AxisMessageRequester
 
clientConnectionManager - Variable in class org.mule.transport.http.HttpConnector
 
ClientKeyStoreDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
 
ClientKeyStoreDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.tls.ClientKeyStoreDefinitionParser
 
ClientMessages - Class in org.mule.module.client.i18n
 
ClientMessages() - Constructor for class org.mule.module.client.i18n.ClientMessages
 
ClientNamespaceHandler - Class in org.mule.module.client.config
TODO
ClientNamespaceHandler() - Constructor for class org.mule.module.client.config.ClientNamespaceHandler
 
clientProviderAndClientConfigConfigured() - Static method in class org.mule.transport.soap.axis.i18n.AxisMessages
 
clientProxy - Variable in class org.mule.transport.cxf.ClientWrapper
 
ClientWrapper - Class in org.mule.transport.cxf
 
ClientWrapper() - Constructor for class org.mule.transport.cxf.ClientWrapper
 
clone() - Method in interface org.mule.api.endpoint.EndpointBuilder
 
clone() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
clone() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
clone() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
clone() - Method in class org.mule.transaction.constraints.BatchConstraint
 
clone() - Method in class org.mule.transaction.constraints.ConstraintFilter
 
clone() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
clone() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
cloneMessage(MuleMessage) - Static method in class org.mule.context.notification.ComponentMessageNotification
 
cloneMessage(MuleMessage) - Static method in class org.mule.context.notification.EndpointMessageNotification
 
close(Object) - Method in interface org.mule.api.util.StreamCloser
 
close() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
close() - Method in class org.mule.jndi.SimpleContext
 
close() - Method in class org.mule.model.streaming.CallbackOutputStream
 
close() - Method in class org.mule.model.streaming.DelegatingInputStream
 
close() - Method in class org.mule.module.jca.DefaultMuleConnection
Closes the connection.
close() - Method in interface org.mule.module.jca.MuleConnection
 
close() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
close(Object) - Method in class org.mule.module.xml.util.XMLStreamCloser
 
close() - Method in class org.mule.tck.jndi.InMemoryContext
 
close() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
close() - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
close() - Method in class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 
close() - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
close(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
close() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
close(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination.ResponseConduit
 
close() - Method in class org.mule.transport.http.HttpServerConnection
 
close() - Method in class org.mule.transport.http.ReleasingInputStream
 
close() - Method in class org.mule.transport.http.ResponseWriter
 
close(Connection) - Static method in class org.mule.transport.jdbc.JdbcUtils
 
close(MessageProducer) - Method in class org.mule.transport.jms.JmsConnector
Closes the MessageProducer
close(MessageConsumer) - Method in class org.mule.transport.jms.JmsConnector
Closes the MessageConsumer
close(Session) - Method in class org.mule.transport.jms.JmsConnector
Closes the MuleSession
close(TemporaryQueue) - Method in class org.mule.transport.jms.JmsConnector
Closes the TemporaryQueue
close(TemporaryTopic) - Method in class org.mule.transport.jms.JmsConnector
Closes the TemporaryTopic
close() - Method in class org.mule.transport.tcp.protocols.ProtocolStream
 
close() - Method in class org.mule.transport.WriterMessageAdapter
 
close() - Method in class org.mule.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.mule.util.ChainedReader
 
close() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
close() - Method in interface org.mule.util.pool.ObjectPool
 
close() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
close() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
close() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Closes the store.
CLOSE_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
closeConsumer() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
closeConsumer() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
closeQuietly(MessageProducer) - Method in class org.mule.transport.jms.JmsConnector
Closes the MessageProducer without throwing an exception (an error message is logged instead).
closeQuietly(MessageConsumer) - Method in class org.mule.transport.jms.JmsConnector
Closes the MessageConsumer without throwing an exception (an error message is logged instead).
closeQuietly(Session) - Method in class org.mule.transport.jms.JmsConnector
Closes the MuleSession without throwing an exception (an error message is logged instead).
closeQuietly(TemporaryQueue) - Method in class org.mule.transport.jms.JmsConnector
Closes the TemporaryQueue without throwing an exception (an error message is logged instead).
closeQuietly(TemporaryTopic) - Method in class org.mule.transport.jms.JmsConnector
Closes the TemporaryTopic without throwing an exception (an error message is logged instead).
closeResource(boolean) - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
Close Sesison and consumer
closeResources() - Method in class org.mule.transaction.XaTransaction
 
closeStream(MuleMessage) - Method in class org.mule.AbstractExceptionListener
 
closeStream(Object) - Method in interface org.mule.api.util.StreamCloserService
 
closeStream(Object) - Method in class org.mule.util.DefaultStreamCloserService
 
CollectionCorrelatorCallback - Class in org.mule.routing
A Correlator that correlates messages based on Mule correlation settings
CollectionCorrelatorCallback() - Constructor for class org.mule.routing.CollectionCorrelatorCallback
 
CollectionUtils - Class in org.mule.util
 
CollectionUtils() - Constructor for class org.mule.util.CollectionUtils
 
com.javaforge.bobber.plugin.archetype - package com.javaforge.bobber.plugin.archetype
 
COMMA - Static variable in class org.mule.transformer.TransformerUtils
 
commit() - Method in interface org.mule.api.transaction.Transaction
Commit the transaction
commit() - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
Commit if authentication succeeds, otherwise return false
commit() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
commit() - Method in class org.mule.transaction.AbstractTransaction
 
commit(Xid, boolean) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
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
 
commitAndClose(Connection) - Static method in class org.mule.transport.jdbc.JdbcUtils
 
committed - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
commitTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
commitTxButNoResource(Transaction) - Static method in class org.mule.config.i18n.CoreMessages
 
commitTxFilter - Variable in class org.mule.AbstractExceptionListener
 
CommonsPoolObjectPool - Class in org.mule.util.pool
CommonsPoolProxyPool is an implementation of ObjectPool that internally uses the commons-pool GenericObjectPool and uses a ObjectFactory for creating new pooled instances.
CommonsPoolObjectPool(ObjectFactory, PoolingProfile) - Constructor for class org.mule.util.pool.CommonsPoolObjectPool
Creates a new pool and an Object factory with the ServiceDescriptor
COMPARATOR_CLASS_NAME_PROPERTY - Static variable in class org.mule.transport.file.FileMessageReceiver
 
COMPARATOR_REVERSE_ORDER_PROPERTY - Static variable in class org.mule.transport.file.FileMessageReceiver
 
compare(Object, Object) - Method in class org.mule.api.transport.PropertyScope.ScopeComparator
 
compare(String, String) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
compare(Object, Object) - Method in class org.mule.routing.inbound.CorrelationSequenceComparator
 
compare(Object, Object) - Method in class org.mule.transport.file.comparator.OlderFirstComparator
 
compare(Class[], Class[], boolean) - Static method in class org.mule.util.ClassUtils
 
compareAndSet(boolean, boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(Object) - Method in class org.mule.routing.inbound.EventGroup
Compare this EventGroup to another one.
compareTo(Object) - Method in class org.mule.transformer.TransformerWeighting
 
compareTo(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(WaitableBoolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compareTo(Object) - Method in class org.mule.util.concurrent.WaitableBoolean
 
compiledPatterns - Variable in class org.mule.transport.file.filters.FilenameRegexFilter
 
complement() - Method in class org.mule.util.concurrent.WaitableBoolean
 
completedPhases - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
completeTask(TaskInstance) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
completeTask(TaskInstance, String) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
Component - Interface in org.mule.api.component
A Component is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
component - Variable in class org.mule.component.DefaultLifecycleAdapter
 
component - Variable in class org.mule.context.notification.ComponentMessageNotification
 
component - Variable in class org.mule.service.AbstractService
 
COMPONENT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
COMPONENT_POST_INVOKE - Static variable in class org.mule.context.notification.ComponentMessageNotification
 
COMPONENT_PRE_INVOKE - Static variable in class org.mule.context.notification.ComponentMessageNotification
 
componentCausedErrorIs(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ComponentDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
ComponentDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.ComponentDefinitionParser
 
ComponentDelegatingDefinitionParser - Class in org.mule.config.spring.parsers.specific
Allows for parsing either a shortcut component configuration by delegating to two different component parses depending on the existence of the class attribute.
ComponentDelegatingDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.ComponentDelegatingDefinitionParser
 
ComponentInterceptorInvoker - Class in org.mule.component
InterceptorsInvoker is used to trigger an interceptor chain.
ComponentInterceptorInvoker(AbstractComponent, List, MuleEvent) - Constructor for class org.mule.component.ComponentInterceptorInvoker
 
componentIsStopped(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ComponentMessageNotification - Class in org.mule.context.notification
These notifications are fired when before and after a service component is invoked.
ComponentMessageNotification(MuleMessage, Component, int) - Constructor for class org.mule.context.notification.ComponentMessageNotification
 
ComponentMessageNotificationListener - Interface in org.mule.api.context.notification
ComponentMessageNotificationListener is an observer interface that objects can use to receive notifications about messages being processed by components
componentNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
componentObject - Variable in class org.mule.component.DefaultLifecycleAdapter
 
ComponentStatistics - Class in org.mule.management.stats
 
ComponentStatistics() - Constructor for class org.mule.management.stats.ComponentStatistics
The constructor added to initialize the interval time in ms that stats are measured for from the property statIntervalTime.
composeName(Name, Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
composeName(String, String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
composeName(String, String) - Method in class org.mule.jndi.SimpleContext
 
composeName(Name, Name) - Method in class org.mule.jndi.SimpleContext
 
composeName(Name, Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
composeName(String, String) - Method in class org.mule.tck.jndi.InMemoryContext
 
compressByteArray(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
compressByteArray(byte[]) - Method in class org.mule.util.compression.GZipCompression
Used for compressing a byte array into a new byte array using GZIP
COMPRESSION_DEFAULT - Static variable in interface org.mule.util.compression.CompressionStrategy
The fully qualified class name of the fallback CompressionStrategy implementation class to use, if no other can be found.
CompressionException - Exception in org.mule.util.compression
CompressionException TODO document
CompressionException(String) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception org.mule.util.compression.CompressionException
 
CompressionHelper - Class in org.mule.util.compression
CompressionHelper a static class that provides facilities for compressing and uncompressing byte arrays
CompressionStrategy - Interface in org.mule.util.compression
CompressionStrategy is a base interface for Different compression strategies
compute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
ConcurrentHashSet - Class in org.mule.util.concurrent
 
ConcurrentHashSet() - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int, float, int) - Constructor for class org.mule.util.concurrent.ConcurrentHashSet
 
config - Variable in class org.mule.context.DefaultMuleContextBuilder
 
config - Variable in class org.mule.routing.outbound.ExpressionMessageSplitter
 
config - Variable in class org.mule.util.queue.QueueInfo
 
configNotFoundUsage() - Static method in class org.mule.config.i18n.CoreMessages
 
ConfigResource - Class in org.mule.config
A ConfigResource holds the url description (or location) and the url stream.
ConfigResource(String) - Constructor for class org.mule.config.ConfigResource
 
ConfigResource(URL) - Constructor for class org.mule.config.ConfigResource
 
ConfigResource(String, InputStream) - Constructor for class org.mule.config.ConfigResource
 
configResources - Variable in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
ConfigScannerAgent - Class in org.mule.agent
EXPERIMENTAL!!! This agent scans a defined directory for dropped configuration files.
ConfigScannerAgent() - Constructor for class org.mule.agent.ConfigScannerAgent
 
CONFIGURATION - Static variable in class org.mule.config.spring.parsers.specific.ConfigurationChildDefinitionParser
Name of the mule:configuration element
CONFIGURATION_LOCATION - Static variable in class org.mule.transport.cxf.CxfConnector
 
ConfigurationBuilder - Interface in org.mule.api.config
A ConfigurationBuilder is used to configure a Mule instance, represented by a MuleContext instance.
configurationBuilderError(ConfigurationBuilder) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderNoMatching(String) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderSuccess(ConfigurationBuilder, int) - Static method in class org.mule.config.i18n.CoreMessages
 
configurationBuilderSuccess(ConfigurationBuilder, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ConfigurationChildDefinitionParser - Class in org.mule.config.spring.parsers.specific
Extend ChildDefinitionParser to include logic for identifying parent configuration element (since this only applies to "default" elements there's an ugliness here - contradicitions (non-default children of configuration) are avoided by the mule.xsd schema).
ConfigurationChildDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.specific.ConfigurationChildDefinitionParser
 
ConfigurationDefinitionParser - Class in org.mule.config.spring.parsers.specific
Parses the element.
ConfigurationDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.ConfigurationDefinitionParser
 
ConfigurationException - Exception in org.mule.api.config
 
ConfigurationException(Message) - Constructor for exception org.mule.api.config.ConfigurationException
 
ConfigurationException(Message, Throwable) - Constructor for exception org.mule.api.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.mule.api.config.ConfigurationException
 
configure(MuleContext) - Method in interface org.mule.api.config.ConfigurationBuilder
Will configure a MuleContext based on the configuration provided
configure(MuleContext) - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
configure(MuleContext) - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
Override to check for existence of configResouce before invocation, and set resources n configuration afterwards.
configure(ServerSocket, Boolean, InetSocketAddress, int) - Method in class org.mule.transport.tcp.TcpServerSocketFactory
 
configureBinding() - Method in class org.mule.component.DefaultLifecycleAdapter
 
configureComponentBindings() - Method in class org.mule.module.scripting.component.ScriptComponent
 
configureEngine(AxisEngine) - Method in class org.mule.transport.soap.axis.extensions.MuleConfigProvider
Configure an AxisEngine.
configureQueue(String, QueueManager) - Method in class org.mule.config.QueueProfile
 
configureSocket(boolean, Socket) - Method in class org.mule.transport.tcp.TcpConnector
 
connect() - Method in interface org.mule.api.transport.Connectable
Make the connection to the underlying transport.
connect() - Method in class org.mule.module.management.mbean.EndpointService
 
connect() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
connect() - Method in class org.mule.transport.AbstractConnectable
 
connect() - Method in class org.mule.transport.AbstractConnector
 
connect() - Method in class org.mule.transport.soap.axis.transport.VoidURLConnection
 
Connectable - Interface in org.mule.api.transport
Interface for objects that should connect to a resource.
connected - Variable in class org.mule.transport.AbstractConnectable
 
connected - Variable in class org.mule.transport.AbstractConnector
 
ConnectException - Exception in org.mule.transport
When this exception is thrown it will trigger a retry (reconnection) policy to go into effect if one is configured.
ConnectException(Message, Object) - Constructor for exception org.mule.transport.ConnectException
 
ConnectException(Message, Throwable, Object) - Constructor for exception org.mule.transport.ConnectException
 
ConnectException(Throwable, Object) - Constructor for exception org.mule.transport.ConnectException
 
CONNECTION_CONNECTED - Static variable in class org.mule.context.notification.ConnectionNotification
 
CONNECTION_DISCONNECTED - Static variable in class org.mule.context.notification.ConnectionNotification
 
CONNECTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CONNECTION_FAILED - Static variable in class org.mule.context.notification.ConnectionNotification
 
connectionClosed(ConnectionEvent) - Method in class org.mule.module.jca.DefaultConnectionManager
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.mule.module.jca.DefaultConnectionManager
 
ConnectionFactoryDefinitionParser - Class in org.mule.transport.jms.config
We want to set the connection factory as a pojo factory and then add attributes (username and password) on the parent
ConnectionFactoryDefinitionParser() - Constructor for class org.mule.transport.jms.config.ConnectionFactoryDefinitionParser
 
ConnectionFactoryWrapper - Class in org.mule.transport.jms.xa
 
ConnectionFactoryWrapper(Object) - Constructor for class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
ConnectionInvocationHandler - Class in org.mule.transport.jms.xa
 
ConnectionInvocationHandler(Object) - Constructor for class org.mule.transport.jms.xa.ConnectionInvocationHandler
 
ConnectionNotification - Class in org.mule.context.notification
Is fired by a connector when a connection is made or disconnected.
ConnectionNotification(Connectable, String, int) - Constructor for class org.mule.context.notification.ConnectionNotification
 
ConnectionNotificationListener - Interface in org.mule.api.context.notification
ConnectionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Connection event occurs.
connectListeners() - Method in class org.mule.service.AbstractService
 
ConnectNotifier - Class in org.mule.retry.notifiers
Fires a ConnectionNotification each time a retry attempt is made.
ConnectNotifier() - Constructor for class org.mule.retry.notifiers.ConnectNotifier
 
ConnectNotifier - Class in org.mule.transport
TODO
ConnectNotifier() - Constructor for class org.mule.transport.ConnectNotifier
 
Connector - Interface in org.mule.api.transport
Connector is the mechanism used to connect to external systems and protocols in order to send and receive data.
connector - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
connector - Variable in class org.mule.transport.AbstractConnectable
 
connector - Variable in class org.mule.transport.cxf.CxfMessageDispatcher
 
connector - Variable in class org.mule.transport.cxf.CxfMessageReceiver
 
connector - Variable in class org.mule.transport.cxf.CxfMessageRequester
 
connector - Variable in class org.mule.transport.ftp.FtpMessageDispatcher
 
connector - Variable in class org.mule.transport.ftp.FtpMessageReceiver
 
connector - Variable in class org.mule.transport.ftp.FtpMessageRequester
 
connector - Variable in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
connector - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
connector - Variable in class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
 
connector - Variable in class org.mule.transport.jms.CountingRedeliveryHandler
 
connector - Variable in class org.mule.transport.jms.Jms11Support
 
connector - Variable in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
connector - Variable in class org.mule.transport.jms.JmsXRedeliveryHandler
 
connector - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
connector - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
connector - Variable in class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
connector - Variable in class org.mule.transport.rmi.RmiMessageReceiver
 
connector - Variable in class org.mule.transport.servlet.MuleReceiverServlet
 
connector - Variable in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
connector - Variable in class org.mule.transport.soap.axis.AxisMessageReceiver
 
connector - Variable in class org.mule.transport.soap.axis.AxisMessageRequester
 
connector - Variable in class org.mule.transport.udp.UdpMessageDispatcher
 
connector - Variable in class org.mule.transport.udp.UdpMessageRequester
 
CONNECTOR_ATTRIBUTE - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
CONNECTOR_CLASS - Static variable in class org.mule.api.config.MuleProperties
Transport Service descriptor properties
CONNECTOR_DISPATCHER_FACTORY - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_ENDPOINT_BUILDER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_INBOUND_TRANSFORMER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_MESSAGE_ADAPTER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_MESSAGE_RECEIVER_CLASS - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_OUTBOUND_TRANSFORMER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
CONNECTOR_REQUESTER_FACTORY - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_RESPONSE_TRANSFORMER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_SERVER - Static variable in class org.mule.module.management.config.JmxAgentDefinitionParser
 
CONNECTOR_SERVICE_ERROR - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_SERVICE_FINDER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_SESSION_HANDLER - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_TRANSACTION_FACTORY - Static variable in class org.mule.api.config.MuleProperties
 
CONNECTOR_XA_TRANSACTED_MESSAGE_RECEIVER_CLASS - Static variable in class org.mule.api.config.MuleProperties
 
connectorCausedError() - Static method in class org.mule.config.i18n.CoreMessages
 
connectorCausedError(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
connectorDoesNotSupportSyncReceiveWhenTransacted() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
ConnectorException - Exception in org.mule.api.transport
ConnectorException Is thrown in the context of a Connector, usually some sort of transport level error where the connection has failed.
ConnectorException(Message, Connector) - Constructor for exception org.mule.api.transport.ConnectorException
 
ConnectorException(Message, Connector, Throwable) - Constructor for exception org.mule.api.transport.ConnectorException
 
connectorName - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
connectorNotInJobDataMap() - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
ConnectorPropertyEditor - Class in org.mule.config.spring.editors
Translates a connector name property into the corresponding Connector instance.
ConnectorPropertyEditor() - Constructor for class org.mule.config.spring.editors.ConnectorPropertyEditor
 
connectorSchemeIncompatibleWithEndpointScheme(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ConnectorService - Class in org.mule.module.management.mbean
 
ConnectorService(Connector) - Constructor for class org.mule.module.management.mbean.ConnectorService
 
ConnectorServiceMBean - Interface in org.mule.module.management.mbean
 
connectorWithProtocolNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ConstraintFilter - Class in org.mule.transaction.constraints
 
ConstraintFilter() - Constructor for class org.mule.transaction.constraints.ConstraintFilter
 
ConstructorReference - Class in org.mule.config.spring.parsers.processors
 
ConstructorReference(String) - Constructor for class org.mule.config.spring.parsers.processors.ConstructorReference
 
consumer - Variable in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
consumer - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
consumer - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver.JmsThreadContext
 
ConsumerProducerInvocationHandler - Class in org.mule.transport.jms.xa
 
ConsumerProducerInvocationHandler(SessionInvocationHandler, Object) - Constructor for class org.mule.transport.jms.xa.ConsumerProducerInvocationHandler
 
consumers - Variable in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
containerAlreadyRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
containerManaged - Variable in class org.mule.transport.bpm.jbpm.Jbpm
Indicates whether jBPM has been instantiated by the connector (false) or was passed in from somewhere else (true).
ContainerManagedLifecyclePhase - Class in org.mule.lifecycle
A container-managed lifecycle phase is called by the container itself.
ContainerManagedLifecyclePhase(String, Class, String) - Constructor for class org.mule.lifecycle.ContainerManagedLifecyclePhase
 
contains(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
containsHeader(String) - Method in class org.mule.transport.http.HttpRequest
 
containsHeader(String) - Method in class org.mule.transport.http.HttpResponse
 
containsKey(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
containsKey(Object) - Method in class org.mule.util.MapCombiner
 
containsObject(String) - Method in interface org.mule.api.store.ObjectStore
Check whether the given Object is already registered with this store.
containsObject(String) - Method in class org.mule.util.store.InMemoryObjectStore
Check whether the given Object is already registered with this store.
containsValue(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
containsValue(Object) - Method in class org.mule.util.MapCombiner
 
CONTENT_TYPE - Static variable in class org.mule.transport.email.transformers.PlainTextDataSource
 
CONTENT_TYPE - Static variable in class org.mule.transport.http.components.RestServiceWrapper
 
CONTENT_TYPE_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
MuleEvent properties
CONTENT_TYPE_VALUE - Static variable in class org.mule.transport.http.components.RestServiceWrapper
 
context - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
context - Variable in class org.mule.message.BaseMessage
 
context - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
context - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
context - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
CONTEXT_DISPOSED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_DISPOSING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CONTEXT_INITIALISED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_INITIALISING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STARTING - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPED - Static variable in class org.mule.context.notification.MuleContextNotification
 
CONTEXT_STOPPING - Static variable in class org.mule.context.notification.MuleContextNotification
 
contextDestroyed(ServletContextEvent) - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
 
Continue - Class in org.mule.transport.bpm.jbpm.actions
Simply continues the process execution (moves on to the next state).
Continue() - Constructor for class org.mule.transport.bpm.jbpm.actions.Continue
 
controlEvent(int) - Method in class org.mule.module.boot.MuleServerWrapper
Called whenever the native wrapper code traps a system control signal against the Java process.
controlEvent(int) - Method in class org.mule.module.boot.VersionWrapper
 
Conventions - Class in org.mule.config.spring.parsers.assembly.configuration
Overloads the Spring Conventions class, specifically the Conventions.attributeNameToPropertyName(String) Method to evaluate the first character of the attribute name and ignore if it is upper case since this is not valid Bean notation and Mule uses upper case to signify a non-bean attribute name.
Conventions() - Constructor for class org.mule.config.spring.parsers.assembly.configuration.Conventions
 
convert(String) - Static method in class org.mule.config.spring.editors.QNamePropertyEditor
 
convertToBytes(Object, String) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
Converts an XML in-memory representation to a String using a specific encoding.
convertToText(Object) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
Deprecated. Replaced by convertToText(Object obj, String ouputEncoding)
convertToText(Object, String) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
Converts an XML in-memory representation to a String using a specific encoding.
COOKIE - Static variable in class org.mule.transport.tcp.protocols.SafeProtocol
 
COOKIE_SPEC_NETSCAPE - Static variable in class org.mule.transport.http.HttpConnector
 
COOKIE_SPEC_RFC2109 - Static variable in class org.mule.transport.http.HttpConnector
 
CookieHelper - Class in org.mule.transport.http
Helper functions for parsing cookie headers.
copy(InputStream, OutputStream) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
copy(XMLStreamReader, XMLStreamWriter) - Static method in class org.mule.module.xml.util.XMLUtils
Copies the reader to the writer.
copy(XMLStreamReader, XMLStreamWriter, boolean) - Static method in class org.mule.module.xml.util.XMLUtils
 
copy() - Method in class org.mule.transport.MessagePropertiesContext
 
copy(InputStream, byte[], OutputStream) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
Make a single transfer from source to dest via a byte array buffer
copy(InputStream, byte[], OutputStream, int) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
Make a single transfer from source to dest via a byte array buffer
CopyAttachmentInInterceptor - Class in org.mule.transport.cxf.support
 
CopyAttachmentInInterceptor() - Constructor for class org.mule.transport.cxf.support.CopyAttachmentInInterceptor
 
CopyAttachmentOutInterceptor - Class in org.mule.transport.cxf.support
Copies any attachments which were stored by the proxy to the outbound CXF message.
CopyAttachmentOutInterceptor() - Constructor for class org.mule.transport.cxf.support.CopyAttachmentOutInterceptor
 
copyBeanToTarget() - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Copy the properties from the bean we have been building into the target (typically the parent bean).
copyBeanToTarget() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Copy the properties from the bean we have been building into the target (typically the parent bean).
copyJMSProperties(Message, Message, JmsConnector) - Static method in class org.mule.transport.jms.JmsMessageUtils
 
copyLarge(InputStream, OutputStream) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
copyStream(InputStream, OutputStream) - Method in class org.mule.transport.tcp.protocols.StreamingProtocol
 
copyStreamToFile(InputStream, File) - Static method in class org.mule.util.FileUtils
 
CoreMessages - Class in org.mule.config.i18n
 
CoreMessages() - Constructor for class org.mule.config.i18n.CoreMessages
 
CORRELATION_TIMEOUT - Static variable in class org.mule.context.notification.RoutingNotification
 
CorrelationEventResequencer - Class in org.mule.routing.inbound
CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
CorrelationEventResequencer() - Constructor for class org.mule.routing.inbound.CorrelationEventResequencer
 
CorrelationPropertiesExpressionEvaluator - Class in org.mule.routing
CorrelationPropertiesExpressionEvaluator is a default implementation used for getting the Correlation information from a message.
CorrelationPropertiesExpressionEvaluator() - Constructor for class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
CorrelationSequenceComparator - Class in org.mule.routing.inbound
CorrelationSequenceComparator is a Comparator for MuleEvents using their respective correlation sequences.
CorrelationSequenceComparator() - Constructor for class org.mule.routing.inbound.CorrelationSequenceComparator
 
correlationTimedOut(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
CorrelationTimeoutException - Exception in org.mule.routing
TODO
CorrelationTimeoutException(Message, Object) - Constructor for exception org.mule.routing.CorrelationTimeoutException
 
CorrelationTimeoutException(Message, Object, Throwable) - Constructor for exception org.mule.routing.CorrelationTimeoutException
 
CorrelationTimeoutException(Message, MuleMessage) - Constructor for exception org.mule.routing.CorrelationTimeoutException
 
CorrelationTimeoutException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.routing.CorrelationTimeoutException
 
couldNotDetermineDestinationComponentFromEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
couldNotFindSoapProvider(String) - Static method in class org.mule.transport.soap.i18n.SoapMessages
 
couldNotFindStreamWithName(String) - Static method in class org.mule.transport.stdio.i18n.StdioMessages
 
couldNotInitAnnotationProcessor(Object) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
CouldNotRouteInboundEventException - Exception in org.mule.api.routing
CouldNotRouteInboundEventException thrown if the current service cannot accept the inbound event.
CouldNotRouteInboundEventException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteInboundEventException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteInboundEventException
 
CouldNotRouteOutboundMessageException - Exception in org.mule.api.routing
CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
CouldNotRouteOutboundMessageException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
CouldNotRouteOutboundMessageException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.CouldNotRouteOutboundMessageException
 
couldNotSendExpect100() - Static method in class org.mule.transport.http.i18n.HttpMessages
 
count - Variable in class org.mule.tck.testmodels.services.TestComponent
 
count - Variable in class org.mule.tck.testmodels.services.TestReceiver
 
COUNT_ARGUMENT - Static variable in class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
COUNT_ARGUMENT - Static variable in class org.mule.expression.MessageHeadersExpressionEvaluator
 
COUNT_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
CountdownCallback - Class in org.mule.tck.functional
 
CountdownCallback(int) - Constructor for class org.mule.tck.functional.CountdownCallback
 
Counter - Interface in org.mule.util.counters
This interface is the interface implemented for all counter types.
CounterCallback - Class in org.mule.tck.functional
A test callback that counts the number of messages received.
CounterCallback() - Constructor for class org.mule.tck.functional.CounterCallback
 
CounterCallback(AtomicInteger) - Constructor for class org.mule.tck.functional.CounterCallback
 
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
 
CountingRedeliveryHandler - Class in org.mule.transport.jms
This redelivery handler will keep counting the redelivery attempts for each message redelivered.
CountingRedeliveryHandler() - Constructor for class org.mule.transport.jms.CountingRedeliveryHandler
 
CountingRedeliveryHandlerFactory - Class in org.mule.transport.jms
 
CountingRedeliveryHandlerFactory() - Constructor for class org.mule.transport.jms.CountingRedeliveryHandlerFactory
 
CPU_J2EE - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
CPU_SAMPLING - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
CPU_TRACING - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
create(Object, JavaComponent, EntryPointResolverSet, MuleContext) - Method in interface org.mule.api.component.LifecycleAdapterFactory
 
create(Map) - Method in interface org.mule.api.config.PropertyFactory
Creates a property using code execution.
create(String, String, Properties, Properties, Registry, ClassLoader) - Static method in class org.mule.api.registry.ServiceDescriptorFactory
Factory method to create a new service descriptor.
create(Authentication) - Method in interface org.mule.api.security.SecurityContextFactory
 
create() - Method in interface org.mule.api.transaction.TransactionManagerFactory
Creates of obtains the jta transaction manager to use for mule transactions
create(OutboundEndpoint) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(InboundEndpoint) - Method in interface org.mule.api.transport.MessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint.
create(Object, JavaComponent, EntryPointResolverSet, MuleContext) - Method in class org.mule.component.DefaultLifecycleAdapterFactory
 
create(Map) - Method in class org.mule.config.factories.HostNameFactory
 
create() - Method in interface org.mule.example.loanbroker.credit.CreditAgencyHome
 
create(Authentication) - Method in class org.mule.module.acegi.AcegiSecurityContextFactory
 
create() - Method in class org.mule.module.jboss.transaction.JBossArjunaTransactionManagerFactory
 
create(Authentication) - Method in class org.mule.module.pgp.PGPSecurityContextFactory
 
create(Authentication) - Method in class org.mule.module.spring.security.SpringSecurityContextFactory
 
create() - Method in class org.mule.module.spring.transaction.SpringTransactionManagerFactory
 
create(Authentication) - Method in class org.mule.security.DefaultSecurityContextFactory
 
create() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
create() - Method in class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
create(OutboundEndpoint) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.bpm.ProcessMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.cxf.CxfMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.cxf.CxfMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.cxf.wsdl.CxfWsdlMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.ejb.EjbMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.email.RetrieveMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.email.SmtpMessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(OutboundEndpoint) - Method in class org.mule.transport.file.FileMessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(InboundEndpoint) - Method in class org.mule.transport.file.FileMessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint.
create(OutboundEndpoint) - Method in class org.mule.transport.ftp.FtpMessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(InboundEndpoint) - Method in class org.mule.transport.ftp.FtpMessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint.
create(OutboundEndpoint) - Method in class org.mule.transport.http.HttpClientMessageDispatcherFactory
Creates a new message dispatcher instance, initialised with the passed endpoint.
create(InboundEndpoint) - Method in class org.mule.transport.http.HttpClientMessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint.
create(OutboundEndpoint) - Method in class org.mule.transport.jdbc.JdbcMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.jdbc.JdbcMessageRequesterFactory
 
create(String, Object) - Method in class org.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
 
create(String, Object) - Method in interface org.mule.transport.jdbc.sqlstrategy.SqlStatementStrategyFactory
 
create() - Method in class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
 
create() - Method in class org.mule.transport.jms.CountingRedeliveryHandlerFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.jms.JmsMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.jms.JmsMessageRequesterFactory
 
create() - Method in class org.mule.transport.jms.JmsXRedeliveryHandlerFactory
 
create() - Method in interface org.mule.transport.jms.RedeliveryHandlerFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
create(InboundEndpoint) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
create(OutboundEndpoint) - Method in class org.mule.transport.quartz.QuartzMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.rmi.RmiMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcherFactory
 
create() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
create(InboundEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.soap.axis.wsdl.AxisWsdlMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.stdio.StdioMessageDispatcherFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.tcp.TcpMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.tcp.TcpMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.udp.UdpMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.udp.UdpMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.UnsupportedMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.UnsupportedMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.vm.VMMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.vm.VMMessageRequesterFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.xmpp.XmppMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.xmpp.XmppMessageRequesterFactory
 
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
 
createAdaptor() - Method in class org.mule.module.management.agent.JdmkAgent
 
createAdaptor() - Method in class org.mule.module.management.agent.Mx4jAgent
 
createAlgorithmParameterSpec() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
createAlgorithmParameterSpec() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
createAntStyleParser() - Static method in class org.mule.util.TemplateParser
 
createApplicationContext(MuleContext, ConfigResource[]) - Method in class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
 
createApplicationContext(MuleContext, ConfigResource[]) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
createArchetype(String, String, String, ArtifactRepository, List, Map) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
createAxisProvider(String) - Method in class org.mule.transport.soap.axis.AxisConnector
 
createBeanDefinitionBuilder(Element, Class) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
createBeanDefinitionBuilder(Element, Class) - Method in class org.mule.config.spring.parsers.specific.endpoint.support.ChildEndpointDefinitionParser
 
createBeanFactory() - Method in class org.mule.config.spring.MuleApplicationContext
 
createClient(Bus, String, String, String) - Method in class org.mule.transport.cxf.wsdl.CxfWsdlMessageDispatcher
 
createClientFromClass(Bus, String) - Method in class org.mule.transport.cxf.ClientWrapper
 
createClientFromLocalServer(Bus) - Method in class org.mule.transport.cxf.ClientWrapper
 
createClientProxy(Bus) - Method in class org.mule.transport.cxf.ClientWrapper
 
createConfigResourcesString() - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
createConnection() - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
createConnection(MuleConnectionRequestInfo) - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
createConnection() - Method in interface org.mule.module.jca.MuleConnectionFactory
 
createConnection(MuleConnectionRequestInfo) - Method in interface org.mule.module.jca.MuleConnectionFactory
 
createConnection(ConnectionFactory, String, String) - Method in class org.mule.transport.jms.Jms102bSupport
 
createConnection(ConnectionFactory) - Method in class org.mule.transport.jms.Jms102bSupport
 
createConnection(ConnectionFactory, String, String) - Method in class org.mule.transport.jms.Jms11Support
 
createConnection(ConnectionFactory) - Method in class org.mule.transport.jms.Jms11Support
 
createConnection() - Method in class org.mule.transport.jms.JmsConnector
 
createConnection(ConnectionFactory) - Method in interface org.mule.transport.jms.JmsSupport
 
createConnection(ConnectionFactory, String, String) - Method in interface org.mule.transport.jms.JmsSupport
 
createConnection() - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createConnection(String, String) - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createConnectionFactory(ConnectionManager) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory() - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory() - Method in class org.mule.transport.jms.JmsConnector
 
createConnector - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
createConnector() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createConnector(EndpointURI, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
Creates an uninitialied connector from the provided MuleEndpointURI.
createConnector() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createConsumer(Session, Destination, String, boolean, String, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
createConsumer(Session, Destination, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createConsumer(Session, Destination, String, boolean, String, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createConsumer() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated. Create a consumer for the jms destination
createConsumer(Session, Destination, String, boolean, String, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createConsumer(Session, Destination, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createConsumer() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
Create a consumer for the jms destination
createContext(Resource) - Method in class org.mule.config.spring.jndi.SpringInitialContextFactory
 
createCounter(String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public counter of the given type.
createCounter(String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new counter of the given type and visibility.
createCounter(String, String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public aggregate counter of the given type.
createCounter(String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new aggregate counter of the given type and visibility.
createCounter(String, String, String, CounterFactory.Type) - Static method in class org.mule.util.counters.CounterFactory
Create a new public aggregate counter of the given type.
createCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.CounterFactory
Create a new aggregate counter of the given type and visibility.
createCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
createCurlyBracesStyleParser() - Static method in class org.mule.util.TemplateParser
 
createDataBase(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String[]) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataBase(String, String[], Properties) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Create a new embedded database
createDataContentHandler(String) - Method in class org.mule.transport.email.DefaultDataContentHandlerFactory
 
createDestination(Session, String, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
createDestination(Session, ImmutableEndpoint) - Method in class org.mule.transport.jms.Jms11Support
 
createDestination(Session, String, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createDestination(Session, String, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createDestination(Session, ImmutableEndpoint) - Method in interface org.mule.transport.jms.JmsSupport
 
createDispatcherFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createDispatcherFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createEndpointBuilder() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createEndpointBuilder() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createEndpointInfo(ServiceInfo, BindingInfo, Port) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
createEntityMethod(MuleEvent, Object, EntityEnclosingMethod) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.CollectionCorrelatorCallback
Creates a new EventGroup that will expect the number of events as returned by MessageAdapter.getCorrelationGroupSize().
createEventGroup(MuleEvent, Object) - Method in interface org.mule.routing.EventCorrelatorCallback
Creates the event group with a specific correlation size based on the Mule Correlation support
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.response.ResponseCorrelationAggregator.DefaultEventCorrelatorCallback
 
createEventGroup(MuleEvent, Object) - Method in class org.mule.routing.SingleCorrelatorCallback
 
CreateException - Exception in org.mule.api.lifecycle
InitialisationException is thrown by the initialise method defined in the org.mule.api.lifecycle.Initialisable interface.
CreateException(Message, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
CreateException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
CreateException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.CreateException
 
createFile(String) - Static method in class org.mule.util.FileUtils
 
createFilter(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
createFilter() - Method in class org.mule.transport.xmpp.filters.AbstractXmppFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppMessageTypeFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppNotFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppOrFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppPacketIDFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppThreadFilter
 
createFilter() - Method in class org.mule.transport.xmpp.filters.XmppToContainsFilter
 
createFtpClient(ImmutableEndpoint) - Method in class org.mule.transport.ftp.FtpConnector
Creates a new FTPClient that logs in and changes the working directory using the data provided in endpoint.
createHeader(String, char[]) - Static method in class org.mule.security.MuleCredentials
 
createHeader(String, String, String, EncryptionStrategy) - Static method in class org.mule.security.MuleCredentials
 
createHeaders() - Method in class org.mule.transport.soap.MuleSoapHeaders
 
createHelper(XmlReaderContext, Element) - Method in class org.mule.config.spring.MuleBeanDefinitionDocumentReader
 
createInboundTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createInboundTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createInstance() - Method in class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
Create an instance using the discovery mechanism.
createJarFileEntries(File, LinkedHashMap) - Static method in class org.mule.util.JarUtils
 
createJcaService(MessageEndpointFactory, JcaModel, InboundEndpoint) - Method in class org.mule.module.jca.MuleResourceAdapter
 
createJdmkAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createJettyConnector() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
createJettyConnector() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
createJmsSupport() - Method in class org.mule.transport.jms.JmsConnector
A factory method to create various JmsSupport class versions.
createJmxAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createJmxNotificationAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createKeySpec() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
createKeySpec() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
createKeySpec() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
createLifeCycleAdaptor() - Method in class org.mule.component.AbstractJavaComponent
Creates and initialises a new LifecycleAdaptor instance wrapped the component object instance obtained from the configured object factory.
createLifecycleManager() - Method in class org.mule.config.spring.SpringRegistry
 
createLog4jAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
ManagedConnectionFactory uses the security information (passed as Subject) and additional ConnectionRequestInfo (which is specific to ResourceAdapter and opaque to application server) to create this new connection.
createMessage(String, int, Object) - Method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object) - Method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object, Object, Object) - Method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int, Object...) - Method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(String, int) - Method in class org.mule.config.i18n.MessageFactory
Factory method to create a new Message instance that is filled with the formatted message with id code from the resource bundle bundlePath.
createMessage(Object, Call) - Static method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
createMessageAdapter(Object) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageAdapter(Object, String) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageAdapter(Object) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createMessageIdStore() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
createMessageInflowEndpoint(MuleActivationSpec) - Method in class org.mule.module.jca.MuleResourceAdapter
 
createMessageReceiver(Connector, Service, InboundEndpoint) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint, Object[]) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createMessageReceiver(Connector, Service, InboundEndpoint, Object[]) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createModel() - Method in interface org.mule.api.model.ModelServiceDescriptor
 
createModel() - Method in class org.mule.model.DefaultModelServiceDescriptor
 
createMuleContext() - Method in interface org.mule.api.context.MuleContextFactory
Returns an existing instance of MuleContext is one exists, otherwise a new MuleContext instance is created with defaults.
createMuleContext(MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided.
createMuleContext(ConfigurationBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the given configurationBuilder
createMuleContext(ConfigurationBuilder, MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builder and c onfigures it with configurationBuilder
createMuleContext(List, MuleContextBuilder) - Method in interface org.mule.api.context.MuleContextFactory
Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builders.
createMuleContext(String, ServletContext) - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
Creates the MuleContext based on the configuration resource(s) and possibly init parameters for the Servlet.
createMuleContext() - Method in class org.mule.context.DefaultMuleContextFactory
Use default ConfigurationBuilder, default MuleContextBuilder
createMuleContext(ConfigurationBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
Use default MuleContextBuilder
createMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
Use default ConfigurationBuilder
createMuleContext(List, MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
{@inheritDoc
createMuleContext(ConfigurationBuilder, MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
{@inheritDoc
createMuleContext(String) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext instance from the resource provided.
createMuleContext(String, Properties) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext instance from the resource provided.
createMuleContext(ConfigurationBuilder, Properties) - Method in class org.mule.context.DefaultMuleContextFactory
Creates a new MuleContext using the given configurationBuilder.
createMuleStyleParser() - Static method in class org.mule.util.TemplateParser
 
createMultipleTransactedReceivers - Variable in class org.mule.transport.AbstractConnector
 
createMx4jAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createNotification(MuleContext, String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
createOrLocateShouldBeSet() - Static method in class org.mule.module.management.i18n.ManagementMessages
 
createOutboundEvent(MuleMessage, OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.MuleSession
Creates an outbound event for this session
createOutboundEvent(MuleMessage, OutboundEndpoint, MuleEvent) - Method in class org.mule.DefaultMuleSession
 
createOutboundTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createOutboundTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createPacket() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
createPool() - Method in interface org.mule.api.config.ThreadingProfile
 
createPool(String) - Method in interface org.mule.api.config.ThreadingProfile
 
createPool() - Method in class org.mule.config.ChainedThreadingProfile
 
createPool(String) - Method in class org.mule.config.ChainedThreadingProfile
 
createPool() - Method in class org.mule.config.ImmutableThreadingProfile
 
createPool(String) - Method in class org.mule.config.ImmutableThreadingProfile
 
createPool(String, ThreadingProfile) - Static method in class org.mule.config.ImmutableThreadingProfile
 
createPortExtensors(EndpointInfo, Service) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
createProducer(Session, Destination, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
createProducer(Session, Destination, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createProducer(Session, Destination, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createProfilerAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createProxy(Object) - Method in interface org.mule.api.routing.InterfaceBinding
This wires the dynamic proxy to the service object.
createProxy() - Method in class org.mule.module.client.MuleProxyListener
 
createProxy(Object) - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
createProxy(AbstractMessageReceiver, boolean, Class[]) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
createQName(String) - Static method in class org.mule.transport.soap.NamedParameter
 
createQueueConnection() - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createQueueConnection(String, String) - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
Create a Message receiver for this connector
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.email.SmtpConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.file.FileConnector
Registers a listener for a particular directory The following properties can be overriden in the endpoint declaration moveToDirectory filterPatterns filterClass pollingFrequency
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.ftp.FtpConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.jdbc.JdbcConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.rmi.RmiConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.stdio.StdioConnector
 
createReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.vm.VMConnector
 
createReceiverServlet() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
createRegistryBroker() - Method in class org.mule.DefaultMuleContext
 
createRegistryHelper(Registry) - Method in class org.mule.DefaultMuleContext
 
createReplyToConsumer(Message, MuleEvent, Session, Destination, boolean) - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
createRequest() - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
createRequesterFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createRequesterFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createResponse(Object, String, MuleMessage) - Method in class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
createResponse(Socket) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
createResponse(Socket) - Method in class org.mule.transport.tcp.protocols.SafeProtocol
 
createResponse(Socket) - Method in interface org.mule.transport.tcp.TcpProtocol
This lets protocols encode a response stream.
createResponseBody(RPCElement, MessageContext, OperationDesc, ServiceDesc, Object, SOAPEnvelope, ArrayList) - Method in class org.mule.transport.soap.axis.extensions.MuleRPCProvider
 
createResponseTransformers() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createResponseTransformers() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createResultMessage(MuleEvent, Object) - Method in class org.mule.component.AbstractComponent
 
createRetryInstance() - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
createRetryInstance() - Method in class org.mule.retry.policies.NoRetryPolicyTemplate
 
createRmiAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
createScriptEngineByExtension(String) - Method in class org.mule.module.scripting.component.Scriptable
 
createScriptEngineByName(String) - Method in class org.mule.module.scripting.component.Scriptable
 
createSecurityContext(Authentication) - Method in interface org.mule.api.security.SecurityManager
 
createSecurityContext(Authentication) - Method in interface org.mule.api.security.SecurityProvider
 
createSecurityContext(Authentication) - Method in class org.mule.security.AbstractSecurityProvider
 
createSecurityContext(Authentication) - Method in class org.mule.security.MuleSecurityManager
 
createServerSocket(int, int, String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
Returns a SSLServerSocket on the given port.
createServerSocket(InetAddress, int, int, Boolean) - Method in class org.mule.transport.ssl.SslServerSocketFactory
 
createServerSocket(int, int, Boolean) - Method in class org.mule.transport.ssl.SslServerSocketFactory
 
createServerSocket(URI, int, Boolean) - Method in interface org.mule.transport.tcp.SimpleServerSocketFactory
 
createServerSocket(InetAddress, int, int, Boolean) - Method in interface org.mule.transport.tcp.SimpleServerSocketFactory
 
createServerSocket(int, int, Boolean) - Method in interface org.mule.transport.tcp.SimpleServerSocketFactory
 
createServerSocket(URI, int, Boolean) - Method in class org.mule.transport.tcp.TcpServerSocketFactory
 
createServerSocket(InetAddress, int, int, Boolean) - Method in class org.mule.transport.tcp.TcpServerSocketFactory
 
createServerSocket(int, int, Boolean) - Method in class org.mule.transport.tcp.TcpServerSocketFactory
 
createService(ImmutableEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
createService(ImmutableEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
createService(MuleEvent) - Method in class org.mule.transport.soap.axis.wsdl.AxisWsdlMessageDispatcher
 
createServiceDescriptor(String, String, Properties) - Method in class org.mule.registry.MuleRegistryHelper
Deprecated. ServiceDescriptors will be created upon bundle startup for OSGi.
createServiceHandler(AbstractMessageReceiver, boolean) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
createSession(Connection, boolean, boolean, int, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
createSession(Connection, boolean, boolean, int, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createSession(Connection, boolean, boolean, int, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createSessionHandler() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createSessionHandler() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createSocket(Socket, String, int, boolean) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
createSocket(String, int) - Method in class org.mule.module.management.agent.FixedHostRmiClientSocketFactory
Create a client socket connected to the specified overrideHost and port.
createSocket(URI, InetAddress) - Method in class org.mule.transport.multicast.MulticastMessageReceiver
 
createSocket() - Method in class org.mule.transport.multicast.MulticastSocketFactory
 
createSocket(int) - Method in class org.mule.transport.multicast.MulticastSocketFactory
 
createSocket(int, InetAddress) - Method in class org.mule.transport.multicast.MulticastSocketFactory
 
createSocket(TcpSocketKey) - Method in class org.mule.transport.ssl.SslSocketFactory
 
createSocket(TcpSocketKey) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
createSocket(TcpSocketKey) - Method in class org.mule.transport.tcp.TcpSocketFactory
 
createSocket(URI, InetAddress) - Method in class org.mule.transport.udp.UdpMessageReceiver
 
createSocket() - Method in class org.mule.transport.udp.UdpSocketFactory
 
createSocket(int) - Method in class org.mule.transport.udp.UdpSocketFactory
 
createSocket(int, InetAddress) - Method in class org.mule.transport.udp.UdpSocketFactory
 
createSocket(String, int, int) - Static method in class org.mule.util.TimedSocket
Creates a socket and waits until the given timeout is reached.
createSpringRegistry(MuleContext, ApplicationContext) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
createSquareBracesStyleParser() - Static method in class org.mule.util.TemplateParser
 
createStaticMessage(String) - Static method in class org.mule.config.i18n.MessageFactory
Factory method to create a Message instance that is not read from a resource bundle.
createStatistics() - Method in class org.mule.model.seda.SedaService
 
createStatistics() - Method in class org.mule.service.AbstractService
 
createSubcontext(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
createSubcontext(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
createSubcontext(Name) - Method in class org.mule.jndi.SimpleContext
 
createSubcontext(String) - Method in class org.mule.jndi.SimpleContext
 
createSubcontext(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
createSubcontext(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
createTemporaryDestination(Session, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
createTemporaryDestination(Session, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
createTemporaryDestination(Session, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
createTopicConnection() - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createTopicConnection(String, String) - Method in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
createTransactionContext(Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
createTransactionContext(Object) - Method in class org.mule.util.xa.AbstractResourceManager
 
createTransactionFactory() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
createTransactionFactory() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
createTransactionTemplate(MuleSession, ImmutableEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
createTransactionTemplate(MuleSession, ImmutableEndpoint) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
createURLStreamHandler(String) - Method in class org.mule.util.MuleUrlStreamHandlerFactory
 
createValidator() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
Create a validator.
createWork() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
createWork(Socket) - Method in class org.mule.transport.http.HttpMessageReceiver
 
createWork(Socket) - Method in class org.mule.transport.http.HttpsMessageReceiver
 
createWork(DatagramPacket) - Method in class org.mule.transport.multicast.MulticastMessageReceiver
 
createWork(Socket) - Method in class org.mule.transport.ssl.SslMessageReceiver
 
createWork(Socket) - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
createWork(DatagramPacket) - Method in class org.mule.transport.udp.UdpMessageReceiver
 
createWork() - Method in class org.mule.transport.vm.VMMessageReceiver
 
createWork(Packet) - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
createWorkManager(String) - Method in interface org.mule.api.config.ThreadingProfile
 
createWorkManager(ThreadingProfile, String) - Method in interface org.mule.api.config.ThreadingProfile.WorkManagerFactory
 
createWorkManager(String) - Method in class org.mule.config.ChainedThreadingProfile
 
createWorkManager(String) - Method in class org.mule.config.ImmutableThreadingProfile
 
createWorkManager(ThreadingProfile, String) - Method in class org.mule.config.ImmutableThreadingProfile.DefaultWorkManagerFactory
 
createXmppConnection(EndpointURI) - Method in class org.mule.transport.xmpp.XmppConnector
 
createXPath(String, Object) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
createXPath(String, Object) - Method in class org.mule.module.xml.expression.BeanPayloadExpressionEvaluator
 
createXPath(String, Object) - Method in class org.mule.module.xml.expression.XPathExpressionEvaluator
 
Credentials - Interface in org.mule.api.security
Credentials holds credentials information for a user.
CredentialsAccessor - Interface in org.mule.api.security
CredentialsAccessor is a template for obtaining user credentials from the current message and writing the user credentials to an outbound message
CredentialsNotSetException - Exception in org.mule.api.security
CredentialsNotSetException is thrown when user credentials cannot be obtained from the current message
CredentialsNotSetException(Message, MuleMessage) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
CredentialsNotSetException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
CredentialsNotSetException(MuleMessage, SecurityContext, ImmutableEndpoint, EndpointSecurityFilter) - Constructor for exception org.mule.api.security.CredentialsNotSetException
 
CreditAgency - Interface in org.mule.example.loanbroker.credit
CreditAgency defines the interface for the credit agency service
CreditAgencyBean - Class in org.mule.example.loanbroker.credit
CreditAgencyBean obtains a credit historey record for a customer.
CreditAgencyBean() - Constructor for class org.mule.example.loanbroker.credit.CreditAgencyBean
 
CreditAgencyGateway - Class in org.mule.example.loanbroker.esb
This service is the gateway used to pass requests to the credit agency service.
CreditAgencyGateway() - Constructor for class org.mule.example.loanbroker.esb.CreditAgencyGateway
 
CreditAgencyHome - Interface in org.mule.example.loanbroker.credit
CreditAgencyHome the home inteface for the credit agency service
CreditAgencyService - Interface in org.mule.example.loanbroker.credit
CreditAgencyService the service that provides a credit score for a customer.
CreditProfile - Class in org.mule.example.loanbroker.messages
CreditProfile is a dummy finance profile for a customer
CreditProfile() - Constructor for class org.mule.example.loanbroker.messages.CreditProfile
 
CreditProfileXmlToCreditProfile - Class in org.mule.example.loanbroker.transformers
 
CreditProfileXmlToCreditProfile() - Constructor for class org.mule.example.loanbroker.transformers.CreditProfileXmlToCreditProfile
 
criticalSetEvent(MuleEvent) - Static method in class org.mule.OptimizedRequestContext
Set an event for out-of-scope thread access.
CRLF - Static variable in class org.mule.transport.http.HttpConstants
 
CRLF - Static variable in class org.mule.transport.http.ResponseWriter
 
cronExpressionOrIntervalMustBeSet() - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
cryptoFailure() - Static method in class org.mule.config.i18n.CoreMessages
 
CryptoFailureException - Exception in org.mule.api.security
CryptoFailureException is a generic exception thrown by an CryptoStrategy if encryption or decryption fails.
CryptoFailureException(Message, EncryptionStrategy) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CryptoFailureException(Message, EncryptionStrategy, Throwable) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CryptoFailureException(EncryptionStrategy, Throwable) - Constructor for exception org.mule.api.security.CryptoFailureException
 
CSVPrinter - Class in org.mule.management.stats.printers
CSVPrinter prints service stats in CSV format
CSVPrinter(Writer) - Constructor for class org.mule.management.stats.printers.CSVPrinter
 
CSVPrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.CSVPrinter
 
CURLY_TEMPLATE_PATTERN - Static variable in class org.mule.util.TemplateParser
 
CURLY_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
currentFiles - Variable in class org.mule.transport.ftp.FtpMessageReceiver
 
currentPhase - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
CUSTOM_EVALUATOR - Static variable in class org.mule.expression.ExpressionConfig
 
CUSTOM_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
CUSTOM_HEADER_PREFIX - Static variable in class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
CUSTOM_HEADERS_MAP_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
Customer - Class in org.mule.example.loanbroker.messages
Customer the loan broker customer
Customer() - Constructor for class org.mule.example.loanbroker.messages.Customer
 
Customer(String, int) - Constructor for class org.mule.example.loanbroker.messages.Customer
 
CustomerQuoteRequest - Class in org.mule.example.loanbroker.messages
CustomerQuoteRequest is the request sent by the the LoanBroker
CustomerQuoteRequest() - Constructor for class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
CustomerQuoteRequest(Customer, double, int) - Constructor for class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
CustomJob - Class in org.mule.transport.quartz.jobs
Extracts the Job object to invoke from the context.
CustomJob() - Constructor for class org.mule.transport.quartz.jobs.CustomJob
 
CustomJobConfig - Class in org.mule.transport.quartz.jobs
This configuration simply holds a reference to a user defined job to execute.
CustomJobConfig() - Constructor for class org.mule.transport.quartz.jobs.CustomJobConfig
 
CustomJobFromMessageConfig - Class in org.mule.transport.quartz.jobs
This configuration simply holds a reference to a user defined job to execute.
CustomJobFromMessageConfig() - Constructor for class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
CustomNamespaceHandler - Class in org.mule.config.spring.handlers
 
CustomNamespaceHandler() - Constructor for class org.mule.config.spring.handlers.CustomNamespaceHandler
 
CustomNotification - Class in org.mule.context.notification
CustomNotification Custom notifications can be used by components and other objects such as routers, transformers, agents, etc to communicate a change of state to each other.
CustomNotification(Object, int) - Constructor for class org.mule.context.notification.CustomNotification
Creates a custom action event
CustomNotification(Object, int, String) - Constructor for class org.mule.context.notification.CustomNotification
 
CustomNotificationListener - Interface in org.mule.api.context.notification
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using MuleContext.fireCustomEvent(..).
CXF - Static variable in class org.mule.transport.cxf.CxfConnector
 
CXF_SERVICE_COMPONENT_NAME - Static variable in class org.mule.transport.cxf.CxfConnector
 
CxfComponentExceptionStrategy - Class in org.mule.transport.cxf
This exception strategy forces the exception thrown from a web service invocation to be passed as-is, not wrapped in a Mule exception object.
CxfComponentExceptionStrategy() - Constructor for class org.mule.transport.cxf.CxfComponentExceptionStrategy
 
CxfConnector - Class in org.mule.transport.cxf
Connects Mule to a CXF bus instance.
CxfConnector() - Constructor for class org.mule.transport.cxf.CxfConnector
 
CxfConstants - Class in org.mule.transport.cxf
 
CxfConstants() - Constructor for class org.mule.transport.cxf.CxfConstants
 
CxfMessageAdapter - Class in org.mule.transport.cxf
 
CxfMessageAdapter(MessageAdapter) - Constructor for class org.mule.transport.cxf.CxfMessageAdapter
 
CxfMessageDispatcher - Class in org.mule.transport.cxf
The CxfMessageDispatcher is used for making Soap client requests to remote services.
CxfMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.cxf.CxfMessageDispatcher
 
CxfMessageDispatcherFactory - Class in org.mule.transport.cxf
Creates a CXF Message dispatcher used for making requests using the CXF client.
CxfMessageDispatcherFactory() - Constructor for class org.mule.transport.cxf.CxfMessageDispatcherFactory
 
CxfMessageReceiver - Class in org.mule.transport.cxf
Create a CXF service.
CxfMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.cxf.CxfMessageReceiver
 
CxfMessageRequester - Class in org.mule.transport.cxf
AxisMessageDispatcher is used to make soap requests via the Axis soap client.
CxfMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.cxf.CxfMessageRequester
 
CxfMessageRequesterFactory - Class in org.mule.transport.cxf
CxfMessageRequesterFactory creates an CxfMessageRequester, used for making SOAP calls using the CXF framework.
CxfMessageRequesterFactory() - Constructor for class org.mule.transport.cxf.CxfMessageRequesterFactory
 
CxfMessages - Class in org.mule.transport.cxf.i18n
 
CxfMessages() - Constructor for class org.mule.transport.cxf.i18n.CxfMessages
 
CxfMuleSession - Class in org.mule.transport.cxf
Mules session wrapper for XFire
CxfMuleSession(MuleSession) - Constructor for class org.mule.transport.cxf.CxfMuleSession
 
CxfNamespaceHandler - Class in org.mule.transport.cxf.config
 
CxfNamespaceHandler() - Constructor for class org.mule.transport.cxf.config.CxfNamespaceHandler
 
CxfServiceComponent - Class in org.mule.transport.cxf
The CXF receives messages from Mule, converts them into CXF messages and dispatches them into the receiving CXF destination.
CxfServiceComponent(CxfConnector, CxfMessageReceiver) - Constructor for class org.mule.transport.cxf.CxfServiceComponent
 
CxfUtils - Class in org.mule.transport.cxf.support
 
CxfUtils() - Constructor for class org.mule.transport.cxf.support.CxfUtils
 
CxfWsdlConnector - Class in org.mule.transport.cxf.wsdl
TODO document
CxfWsdlConnector() - Constructor for class org.mule.transport.cxf.wsdl.CxfWsdlConnector
 
CxfWsdlMessageDispatcher - Class in org.mule.transport.cxf.wsdl
TODO document
CxfWsdlMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.cxf.wsdl.CxfWsdlMessageDispatcher
 
CxfWsdlMessageDispatcherFactory - Class in org.mule.transport.cxf.wsdl
Creates an XFire WSDL Message Dispatcher
CxfWsdlMessageDispatcherFactory() - Constructor for class org.mule.transport.cxf.wsdl.CxfWsdlMessageDispatcherFactory
 

D

DaemonThreadFactory - Class in org.mule.util.concurrent
 
DaemonThreadFactory(String) - Constructor for class org.mule.util.concurrent.DaemonThreadFactory
 
DATA_BINDING - Static variable in class org.mule.transport.cxf.CxfConstants
 
dataIn - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
dataInWorkFinished - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
DataObjectDefinitionParser - Class in org.mule.config.spring.parsers.specific
Represents a static config data object where the body of the element can be the data of a file attribute can be set.
DataObjectDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser
The class will be inferred from the class attribute
DataObjectDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser
The class (which is inferred from the class attribute if null here) is checked to be a subclass of the constraint
DataObjectDefinitionParser(String, Class, boolean) - Constructor for class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser
The class (which is inferred from the class attribute if null here) is checked to be a subclass of the constraint.
DataObjectDefinitionParser.DataObjectFactoryBean - Class in org.mule.config.spring.parsers.specific
 
DataObjectDefinitionParser.DataObjectFactoryBean() - Constructor for class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
dataOut - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
dataSource - Variable in class org.mule.transport.jdbc.JdbcConnector
 
DataWarehouse - Class in org.mule.example.bookstore
Tracks statistics on book orders.
DataWarehouse() - Constructor for class org.mule.example.bookstore.DataWarehouse
 
DATE_FORMAT - Static variable in class org.mule.transport.http.HttpConstants
 
DATE_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
DateService - Interface in org.mule.tck.testmodels.services
DateService defines a Date service
DATESTAMP_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
DateUtils - Class in org.mule.util
DateUtils contains some useful methods dealing date/time conversion, formatting etc.
DateUtils() - Constructor for class org.mule.util.DateUtils
 
days() - Static method in class org.mule.config.i18n.CoreMessages
 
debug(Object) - Method in class org.mule.util.MuleLogger
 
debug(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
DebugUtils - Class in org.mule.util
Useful for enumerating debug information about the current Java environment
DECODE - Static variable in class org.mule.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.mule.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.mule.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
decodeToFile(String, String) - Static method in class org.mule.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.mule.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decQueuedEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
decrement() - Method in interface org.mule.util.counters.Counter
Decrement the counter's value by 1.0.
decrement() - Method in class org.mule.util.counters.impl.AbstractCounter
 
decrement() - Method in class org.mule.util.counters.impl.AggregateCounter
 
decrement() - Method in class org.mule.util.counters.impl.Number
 
decrypt(byte[], Object) - Method in interface org.mule.api.EncryptionStrategy
 
decrypt(byte[], Object) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
decrypt(byte[], Object) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
decrypt(byte[], Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
decryptCipher - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
DecryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an encrypted array of bytes or string into an decrypted array of bytes
DecryptionTransformer() - Constructor for class org.mule.transformer.encryption.DecryptionTransformer
 
DEFAULT_AGENT_NAME - Static variable in class org.mule.module.management.agent.JmxServerNotificationAgent
 
DEFAULT_ALGORITHM - Static variable in class org.mule.security.PasswordBasedEncryptionStrategy
 
DEFAULT_ALGORITHM - Static variable in class org.mule.security.SecretKeyEncryptionStrategy
 
DEFAULT_AXIS_HOME - Static variable in class org.mule.transport.soap.axis.AxisServiceComponent
 
DEFAULT_BACKLOG - Static variable in class org.mule.transport.tcp.TcpConnector
 
DEFAULT_BROKER_URL - Static variable in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transformer.simple.ObjectToString
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transport.stdio.StdioMessageReceiver
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transport.tcp.TcpConnector
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.transport.udp.UdpConnector
 
DEFAULT_BUFFER_SIZE - Static variable in class org.mule.util.compression.GZipCompression
 
DEFAULT_CHECK_FREQUENCY - Static variable in class org.mule.transport.email.AbstractRetrieveMailConnector
 
DEFAULT_COMMIT_TIMEOUT_FACTOR - Static variable in class org.mule.util.xa.AbstractResourceManager
 
DEFAULT_CONFIGURATION - Static variable in class org.mule.MuleServer
 
DEFAULT_CONNECTOR_SERVER_PROPERTIES - Static variable in class org.mule.module.management.agent.JmxAgent
 
DEFAULT_CONTENT_CHARSET - Static variable in class org.mule.transport.http.HttpResponse
 
DEFAULT_CONTENT_TYPE - Static variable in class org.mule.transport.email.SmtpConnector
 
DEFAULT_CONTENT_TYPE - Static variable in class org.mule.transport.http.HttpConstants
 
DEFAULT_CONTENT_TYPE_PROPERTY - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
DEFAULT_DATE_FORMAT - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
DEFAULT_DATE_FORMAT - Static variable in class org.mule.transport.file.ExpressionFilenameParser
 
DEFAULT_DATE_FORMAT - Static variable in class org.mule.transport.file.SimpleFilenameParser
Deprecated.  
DEFAULT_DESCRIPTION_BUFFER_SIZE - Static variable in class org.mule.agent.Log4jNotificationLoggerAgent
 
DEFAULT_DO_THREADING - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for do threading
DEFAULT_ENCODING - Static variable in class org.mule.util.FileUtils
 
DEFAULT_EXPRESSION - Static variable in class org.mule.transport.file.ExpressionFilenameParser
 
DEFAULT_EXPRESSION_POSTFIX - Static variable in interface org.mule.api.expression.ExpressionManager
 
DEFAULT_EXPRESSION_PREFIX - Static variable in interface org.mule.api.expression.ExpressionManager
 
DEFAULT_FTP_CONNECTION_FACTORY_CLASS - Static variable in class org.mule.transport.ftp.FtpConnector
TODO it makes sense to have a type-safe adapter for FTP specifically, but without Java 5's covariant return types the benefits are diminished.
DEFAULT_GET_TIMEOUT - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
DEFAULT_GROUP_NAME - Static variable in class org.mule.transport.quartz.QuartzConnector
 
DEFAULT_HOST - Static variable in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
DEFAULT_HOSTNAME - Static variable in class org.mule.module.management.agent.JdmkAgent
 
DEFAULT_HOSTNAME - Static variable in class org.mule.module.management.agent.Mx4jAgent
 
DEFAULT_HOSTNAME - Static variable in class org.mule.module.management.agent.RmiRegistryAgent
 
DEFAULT_HTTP_GET_BODY_PARAM_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
DEFAULT_HTTP_PORT - Static variable in class org.mule.transport.http.HttpConstants
 
DEFAULT_HTTP_VERSION - Static variable in class org.mule.transport.http.HttpConstants
 
DEFAULT_IMAP_PORT - Static variable in class org.mule.transport.email.ImapConnector
 
DEFAULT_IMAPS_PORT - Static variable in class org.mule.transport.email.ImapsConnector
 
DEFAULT_ITERATION_COUNT - Static variable in class org.mule.security.PasswordBasedEncryptionStrategy
 
DEFAULT_JMS_POLL_FREQUENCY - Static variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
DEFAULT_JMS_POLL_TIMEUNIT - Static variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
DEFAULT_JMX_ADAPTOR_URL - Static variable in class org.mule.module.management.agent.JdmkAgent
 
DEFAULT_JMX_ADAPTOR_URL - Static variable in class org.mule.module.management.agent.Mx4jAgent
 
DEFAULT_JMX_AUTHENTICATOR - Static variable in class org.mule.module.management.agent.JmxAgent
Default JMX Authenticator to use for securing remote access.
DEFAULT_JMX_DOMAIN_PREFIX - Static variable in interface org.mule.module.management.support.JmxSupport
Default Mule domain prefix for all instances.
DEFAULT_KEYSTORE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_KEYSTORE_TYPE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_BUFFER_SIZE
DEFAULT_MAX_POOL_ACTIVE - Static variable in class org.mule.config.PoolingProfile
Controls the maximum number of Mule components that can be borrowed from a service pool at one time.
DEFAULT_MAX_POOL_IDLE - Static variable in class org.mule.config.PoolingProfile
Controls the maximum number of Mule components that can sit idle in the pool at any time.
DEFAULT_MAX_POOL_WAIT - Static variable in class org.mule.config.PoolingProfile
When the threadPoolExhaustedAction is set to WHEN_EXHAUSTED_WAIT this can specify the maximum milliseconds the pool should block before throwing a NoSuchElementException
DEFAULT_MAX_THREAD_TTL - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREAD_TTL
DEFAULT_MAX_THREADS_ACTIVE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREADS_ACTIVE
DEFAULT_MAX_THREADS_IDLE - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for MAX_THREADS_IDLE
DEFAULT_MESSAGE_WIDTH - Static variable in class org.mule.util.StringMessageUtils
 
DEFAULT_METHOD_NAME_TOKEN - Static variable in class org.mule.routing.binding.BindingInvocationHandler
 
DEFAULT_MODEL_NAME - Static variable in class org.mule.model.AbstractModel
 
DEFAULT_MULE_AXIS_CLIENT_CONFIG - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
DEFAULT_MULE_AXIS_SERVER_CONFIG - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
DEFAULT_MULE_NAMESPACE_URI - Static variable in class org.mule.transport.cxf.CxfConnector
 
DEFAULT_MULE_NAMESPACE_URI - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
DEFAULT_NAMESPACE - Static variable in class org.mule.transport.soap.transformers.HttpRequestToSoapRequest
 
DEFAULT_NUM_CONCURRENT_TX_RECEIVERS - Static variable in class org.mule.transport.AbstractConnector
Default number of concurrent transactional receivers.
DEFAULT_PATH_IN_JAR - Static variable in class org.mule.module.management.agent.Mx4jAgent
 
DEFAULT_PAYLOAD_PARAMETER_NAME - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
DEFAULT_POLL_FREQUENCY - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_POLL_TIMEUNIT - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_POLLING_FREQUENCY - Static variable in class org.mule.transport.file.FileConnector
 
DEFAULT_POLLING_FREQUENCY - Static variable in class org.mule.transport.ftp.FtpConnector
 
DEFAULT_POLLING_FREQUENCY - Static variable in class org.mule.transport.jdbc.JdbcConnector
 
DEFAULT_POOL_EXHAUST_ACTION - Static variable in interface org.mule.api.config.ThreadingProfile
Default action to perform on pool exhaustion
DEFAULT_POOL_EXHAUSTED_ACTION - Static variable in class org.mule.config.PoolingProfile
Specifies the behaviour of the Mule component pool when the pool is exhausted: WHEN_EXHAUSTED_FAIL : will throw a NoSuchElementException WHEN_EXHAUSTED_WAIT : will block (invoke Object.wait(long) until a new or idle object is available. WHEN_EXHAUSTED_GROW : will create a new Mule and return it (essentially making maxActive meaningless). If a positive maxWait value is supplied, it will block for at most that many milliseconds, after which a NoSuchElementException will be thrown.
DEFAULT_POOL_INITIALISATION_POLICY - Static variable in class org.mule.config.PoolingProfile
Determines how components in a pool should be initialised.
DEFAULT_POP3_PORT - Static variable in class org.mule.transport.email.Pop3Connector
 
DEFAULT_POP3S_PORT - Static variable in class org.mule.transport.email.Pop3sConnector
 
DEFAULT_PORT - Static variable in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
DEFAULT_PORT - Static variable in class org.mule.module.management.agent.JdmkAgent
 
DEFAULT_PORT - Static variable in class org.mule.module.management.agent.Mx4jAgent
 
DEFAULT_PORT - Static variable in class org.mule.module.management.agent.RmiRegistryAgent
 
DEFAULT_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
DEFAULT_QUEUE_STORE - Static variable in class org.mule.util.queue.FilePersistenceStrategy
The default queueStore directory for persistence
DEFAULT_REMOTING_URI - Static variable in class org.mule.module.management.agent.JmxAgent
 
DEFAULT_RMI_muleRegistry_PORT - Static variable in class org.mule.transport.rmi.RmiConnector
 
DEFAULT_SCHEMA_LANGUAGE - Static variable in class org.mule.module.xml.filters.SchemaValidationFilter
 
DEFAULT_SECURITY_PROVIDER - Static variable in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Default is Sun's JSSE.
DEFAULT_SELECTOR_EVALUATOR - Static variable in class org.mule.routing.outbound.EndpointSelector
 
DEFAULT_SELECTOR_EVALUATOR - Static variable in class org.mule.routing.outbound.ExpressionRecipientList
 
DEFAULT_SELECTOR_EXPRESSION - Static variable in class org.mule.routing.outbound.EndpointSelector
 
DEFAULT_SELECTOR_EXPRESSION - Static variable in class org.mule.routing.outbound.ExpressionRecipientList
 
DEFAULT_SELECTOR_PROPERTY - Static variable in class org.mule.routing.outbound.ExpressionRecipientList
 
DEFAULT_SERVER_URI - Static variable in class org.mule.module.management.agent.RmiRegistryAgent
 
DEFAULT_SMTP_HOST - Static variable in class org.mule.transport.email.SmtpConnector
 
DEFAULT_SMTP_PORT - Static variable in class org.mule.transport.email.SmtpConnector
 
DEFAULT_SMTPS_PORT - Static variable in class org.mule.transport.email.SmtpsConnector
 
DEFAULT_SO_LINGER - Static variable in class org.mule.transport.tcp.TcpConnector
 
DEFAULT_SOCKET_FACTORY - Static variable in class org.mule.transport.email.SmtpsConnector
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.mule.transport.tcp.TcpConnector
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.mule.transport.udp.UdpConnector
 
DEFAULT_SSL_TYPE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
DEFAULT_STARTUP_DELAY - Static variable in class org.mule.transport.AbstractPollingMessageReceiver
 
DEFAULT_SUBJECT - Static variable in class org.mule.transport.xmpp.XmppMessageAdapter
 
DEFAULT_TEXT - Static variable in class org.mule.tck.functional.StringAppendTestTransformer
 
DEFAULT_THREAD - Static variable in class org.mule.transport.xmpp.XmppMessageAdapter
 
DEFAULT_THREAD_WAIT_TIMEOUT - Static variable in interface org.mule.api.config.ThreadingProfile
Default value for DEFAULT_THREAD_WAIT_TIMEOUT
DEFAULT_THREADING_PROFILE - Static variable in interface org.mule.api.config.ThreadingProfile
 
DEFAULT_TIMEOUT_MSECS - Static variable in class org.mule.util.xa.AbstractResourceManager
 
DEFAULT_TRUNCATE_LENGTH - Static variable in class org.mule.transformer.AbstractTransformer
 
DEFAULT_WRAPPER_MBEAN_NAME - Static variable in class org.mule.module.management.agent.WrapperManagerAgent
For cases when Mule is embedded in another process and that external process had registered the MBean.
DEFAULT_XA_RECEIVER_CLASS - Static variable in class org.mule.transport.jms.websphere.WebsphereJmsConnector
 
DefaultBeanAssembler - Class in org.mule.config.spring.parsers.assembly
 
DefaultBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Constructor for class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
DefaultBeanAssemblerFactory - Class in org.mule.config.spring.parsers.assembly
 
DefaultBeanAssemblerFactory() - Constructor for class org.mule.config.spring.parsers.assembly.DefaultBeanAssemblerFactory
 
DefaultBindingCollection - Class in org.mule.routing.binding
TODO
DefaultBindingCollection() - Constructor for class org.mule.routing.binding.DefaultBindingCollection
 
defaultCharsetName() - Static method in class org.mule.util.CharSetUtils
 
DefaultConnectionManager - Class in org.mule.module.jca
DefaultConnectionManager TODO
DefaultConnectionManager() - Constructor for class org.mule.module.jca.DefaultConnectionManager
 
defaultContentType - Variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
DefaultCreditAgency - Class in org.mule.example.loanbroker.credit
Provides the credit profile for a customer.
DefaultCreditAgency() - Constructor for class org.mule.example.loanbroker.credit.DefaultCreditAgency
 
DefaultDataContentHandlerFactory - Class in org.mule.transport.email
This is a default registry for mapping MimeTypes to DataHandlers
defaultDerbyCleanAndInit(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
DefaultEndpointFactory - Class in org.mule.endpoint
 
DefaultEndpointFactory() - Constructor for class org.mule.endpoint.DefaultEndpointFactory
 
DefaultEntryPointResolverSet - Class in org.mule.model.resolvers
Provides the default implementation of an EntryPointResolverSet It resolves a method to call on the given service when an event is received.
DefaultEntryPointResolverSet() - Constructor for class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
defaultException(Exception) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
DefaultExceptionPayload - Class in org.mule.message
DefaultExceptionPayload TODO
DefaultExceptionPayload(Throwable) - Constructor for class org.mule.message.DefaultExceptionPayload
 
DefaultExceptionReader - Class in org.mule.config
This is the default exception reader used if there is no specific one registered for the current exception.
DefaultExceptionReader() - Constructor for class org.mule.config.DefaultExceptionReader
 
DefaultExceptionStrategy - Class in org.mule
DefaultExceptionStrategy provides a default exception handling strategy.
DefaultExceptionStrategy() - Constructor for class org.mule.DefaultExceptionStrategy
 
DefaultExpressionManager - Class in org.mule.expression
Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java, scripting and annotations.
DefaultExpressionManager() - Constructor for class org.mule.expression.DefaultExpressionManager
 
defaultFatalHandling(Class) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
defaultHandler(Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
DefaultHandler - Class in org.mule.example.errorhandler.handlers
DefaultHandler TODO (document class)
DefaultHandler() - Constructor for class org.mule.example.errorhandler.handlers.DefaultHandler
 
defaultHandler(Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
defaultHandler(Throwable) - Method in class org.mule.transport.cxf.CxfComponentExceptionStrategy
 
defaultHandlerException(HandlerException) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
defaultHandlerMessage() - Static method in class org.mule.example.errorhandler.LocaleMessage
 
defaultHandling(Class, ExceptionHandler, Exception) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
DefaultInboundEndpoint - Class in org.mule.endpoint
 
DefaultInboundEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, int, String, String, String, MuleContext, RetryPolicyTemplate) - Constructor for class org.mule.endpoint.DefaultInboundEndpoint
 
DefaultInboundRouterCollection - Class in org.mule.routing.inbound
DefaultInboundRouterCollection is a collection of routers that will be invoked when an event is received.
DefaultInboundRouterCollection() - Constructor for class org.mule.routing.inbound.DefaultInboundRouterCollection
 
DefaultInterfaceBinding - Class in org.mule.routing.binding
 
DefaultInterfaceBinding() - Constructor for class org.mule.routing.binding.DefaultInterfaceBinding
 
DefaultJavaComponent - Class in org.mule.component
Default implementation of JavaComponent.
DefaultJavaComponent() - Constructor for class org.mule.component.DefaultJavaComponent
 
DefaultJavaComponent(ObjectFactory) - Constructor for class org.mule.component.DefaultJavaComponent
 
DefaultJavaComponent(ObjectFactory, EntryPointResolverSet, BindingCollection) - Constructor for class org.mule.component.DefaultJavaComponent
 
defaultJcaModelName - Variable in class org.mule.module.jca.MuleResourceAdapter
 
DefaultJmsTopicResolver - Class in org.mule.transport.jms
A default implementation of the resolver uses endpoint's resource info and Java's instanceof operator to detect JMS topics.
DefaultJmsTopicResolver(JmsConnector) - Constructor for class org.mule.transport.jms.DefaultJmsTopicResolver
Create an instance of the resolver.
DefaultJmxSupportAgent - Class in org.mule.module.management.agent
 
DefaultJmxSupportAgent() - Constructor for class org.mule.module.management.agent.DefaultJmxSupportAgent
 
DefaultLender - Class in org.mule.example.loanbroker.lender
DefaultLenderService is responsible for contacting the relivant banks depending on the amount of the loan
DefaultLender() - Constructor for class org.mule.example.loanbroker.lender.DefaultLender
 
DefaultLifecycleAdapter - Class in org.mule.component
DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
DefaultLifecycleAdapter(Object, JavaComponent, MuleContext) - Constructor for class org.mule.component.DefaultLifecycleAdapter
 
DefaultLifecycleAdapter(Object, JavaComponent, EntryPointResolverSet, MuleContext) - Constructor for class org.mule.component.DefaultLifecycleAdapter
 
DefaultLifecycleAdapterFactory - Class in org.mule.component
DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
DefaultLifecycleAdapterFactory() - Constructor for class org.mule.component.DefaultLifecycleAdapterFactory
 
DefaultLifecycleEnabledObjectPool - Class in org.mule.util.pool
A LifecyleEnabledObjectPool implementation for pooling LifecycleAdapter instances for implementations of JavaComponent that require LifecycleAdapter pooling such as PooledJavaComponent.
DefaultLifecycleEnabledObjectPool(ObjectFactory, PoolingProfile) - Constructor for class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
DefaultLifecyclePhase - Class in org.mule.lifecycle
Represents a configurable lifecycle phase.
DefaultLifecyclePhase(String, Class, String) - Constructor for class org.mule.lifecycle.DefaultLifecyclePhase
 
DefaultLoanBroker - Class in org.mule.example.loanbroker
LoanBroker is the Service that starts the loan request process.
DefaultLoanBroker() - Constructor for class org.mule.example.loanbroker.DefaultLoanBroker
 
DefaultLoginModule - Class in org.mule.module.jaas.loginmodule
This is the Default Login Module for the Mule Jaas Authentication.
DefaultLoginModule() - Constructor for class org.mule.module.jaas.loginmodule.DefaultLoginModule
 
DefaultMessageAdapter - Class in org.mule.transport
DefaultMessageAdapter can be used to wrap an arbitary object where no special 'apapting' is needed.
DefaultMessageAdapter() - Constructor for class org.mule.transport.DefaultMessageAdapter
 
DefaultMessageAdapter(Object) - Constructor for class org.mule.transport.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMessageAdapter(Object, MessageAdapter) - Constructor for class org.mule.transport.DefaultMessageAdapter
 
DefaultMessageAdapter(Object, Map, Map) - Constructor for class org.mule.transport.DefaultMessageAdapter
Creates a default message adapter with properties and attachments
DefaultMessageCollection - Class in org.mule
A MuleMessage type that manages a collection of MuleMessage Objects.
DefaultMessageCollection() - Constructor for class org.mule.DefaultMessageCollection
 
DefaultMessageCollection(DefaultMessageCollection) - Constructor for class org.mule.DefaultMessageCollection
Performs a shallow copy
defaultMethod - Variable in class org.mule.transport.cxf.ClientWrapper
 
defaultMethodName - Variable in class org.mule.transport.cxf.ClientWrapper
 
DefaultModelServiceDescriptor - Class in org.mule.model
 
DefaultModelServiceDescriptor(String, Properties) - Constructor for class org.mule.model.DefaultModelServiceDescriptor
 
DefaultMuleAuthentication - Class in org.mule.security
 
DefaultMuleAuthentication(Credentials) - Constructor for class org.mule.security.DefaultMuleAuthentication
 
DefaultMuleClassPathConfig - Class in org.mule.module.boot
Constructs a default set of JAR Urls located under Mule home folder.
DefaultMuleClassPathConfig(File, File) - Constructor for class org.mule.module.boot.DefaultMuleClassPathConfig
Constructs a new DefaultMuleClassPathConfig.
DefaultMuleConfiguration - Class in org.mule.config
Configuration info.
DefaultMuleConfiguration() - Constructor for class org.mule.config.DefaultMuleConfiguration
 
DefaultMuleConnection - Class in org.mule.module.jca
MuleConnection TODO
DefaultMuleConnection(MuleManagedConnection, MuleContext, MuleCredentials) - Constructor for class org.mule.module.jca.DefaultMuleConnection
 
DefaultMuleConnectionFactory - Class in org.mule.module.jca
DefaultMuleConnectionFactory an implementation of the MuleconnectionFactory interface used by clients of this ResourceAdapter to obtain a connection to Mule resources.
DefaultMuleConnectionFactory(MuleManagedConnectionFactory, ConnectionManager, MuleConnectionRequestInfo) - Constructor for class org.mule.module.jca.DefaultMuleConnectionFactory
 
DefaultMuleContext - Class in org.mule
 
DefaultMuleContext(MuleConfiguration, WorkManager, WorkListener, LifecycleManager, ServerNotificationManager) - Constructor for class org.mule.DefaultMuleContext
 
DefaultMuleContextBuilder - Class in org.mule.context
Implementation of MuleContextBuilder that uses DefaultMuleContext as the default MuleContext implementation and builds it with defaults values for MuleConfiguration, LifecycleManager, WorkManager, WorkListener and ServerNotificationManager.
DefaultMuleContextBuilder() - Constructor for class org.mule.context.DefaultMuleContextBuilder
 
DefaultMuleContextFactory - Class in org.mule.context
Default implementation that stores MuleContext in MuleServer static and uses DefaultMuleContextBuilder to build new MuleContext instances.
DefaultMuleContextFactory() - Constructor for class org.mule.context.DefaultMuleContextFactory
 
DefaultMuleEvent - Class in org.mule
DefaultMuleEvent represents any data event occuring in the Mule environment.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, Service, MuleEvent) - Constructor for class org.mule.DefaultMuleEvent
Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, boolean) - Constructor for class org.mule.DefaultMuleEvent
 
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, boolean, ResponseOutputStream) - Constructor for class org.mule.DefaultMuleEvent
Contructor.
DefaultMuleEvent(MuleMessage, ImmutableEndpoint, MuleSession, String, boolean) - Constructor for class org.mule.DefaultMuleEvent
Contructor.
DefaultMuleEvent(MuleMessage, MuleEvent) - Constructor for class org.mule.DefaultMuleEvent
A helper constructor used to rewrite an event payload
DefaultMuleEventContext - Class in org.mule
DefaultMuleEventContext is the context object for the current request.
DefaultMuleEventContext(MuleEvent) - Constructor for class org.mule.DefaultMuleEventContext
 
DefaultMuleException - Exception in org.mule.api
MuleException Is the base exception type for the Mule application any other exceptions thrown by Mule code will be based on this exception.
DefaultMuleException(String) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Message) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(String, Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Message, Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleException(Throwable) - Constructor for exception org.mule.api.DefaultMuleException
 
DefaultMuleMessage - Class in org.mule
DefaultMuleMessage is a wrapper that contains a payload and properties associated with the payload.
DefaultMuleMessage(Object) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleMessage(Object, Map) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleMessage(Object, MessageAdapter) - Constructor for class org.mule.DefaultMuleMessage
 
DefaultMuleSession - Class in org.mule
DefaultMuleSession manages the interaction and distribution of events for Mule Services.
DefaultMuleSession(Service, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultMuleSession(MuleMessage, SessionHandler, Service, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultMuleSession(MuleMessage, SessionHandler, MuleContext) - Constructor for class org.mule.DefaultMuleSession
 
DefaultNameParser - Class in org.mule.config.spring.jndi
A default implementation of NameParser
DefaultNameParser() - Constructor for class org.mule.config.spring.jndi.DefaultNameParser
 
DefaultOutboundEndpoint - Class in org.mule.endpoint
 
DefaultOutboundEndpoint(Connector, EndpointURI, List, List, String, Map, TransactionConfig, Filter, boolean, EndpointSecurityFilter, boolean, int, String, String, String, MuleContext, RetryPolicyTemplate) - Constructor for class org.mule.endpoint.DefaultOutboundEndpoint
 
DefaultOutboundRouterCollection - Class in org.mule.routing.outbound
DefaultOutboundRouterCollection is a container of routers.
DefaultOutboundRouterCollection() - Constructor for class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
DefaultRegistryBroker - Class in org.mule.registry
 
DefaultRegistryBroker(MuleContext) - Constructor for class org.mule.registry.DefaultRegistryBroker
 
DefaultReplyToHandler - Class in org.mule.transport
DefaultReplyToHandler is responsible for processing a message replyTo header.
DefaultReplyToHandler(List) - Constructor for class org.mule.transport.DefaultReplyToHandler
 
DefaultResponseRouterCollection - Class in org.mule.routing.response
DefaultResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
DefaultResponseRouterCollection() - Constructor for class org.mule.routing.response.DefaultResponseRouterCollection
 
DefaultRetryContext - Class in org.mule.retry
The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
DefaultRetryContext() - Constructor for class org.mule.retry.DefaultRetryContext
 
DefaultRetryContext(String) - Constructor for class org.mule.retry.DefaultRetryContext
 
DefaultRouterResultsHandler - Class in org.mule.routing.outbound
The default results handler for all outbound endpoint.
DefaultRouterResultsHandler() - Constructor for class org.mule.routing.outbound.DefaultRouterResultsHandler
 
DefaultsConfigurationBuilder - Class in org.mule.config.builders
Configures defaults required by Mule.
DefaultsConfigurationBuilder() - Constructor for class org.mule.config.builders.DefaultsConfigurationBuilder
 
defaultScope - Variable in class org.mule.transport.MessagePropertiesContext
 
DefaultSecurityContext - Class in org.mule.security
Trivial SecurityContext implementation which simply holds the Authentication object.
DefaultSecurityContext(Authentication) - Constructor for class org.mule.security.DefaultSecurityContext
 
DefaultSecurityContextFactory - Class in org.mule.security
 
DefaultSecurityContextFactory() - Constructor for class org.mule.security.DefaultSecurityContextFactory
 
DefaultServiceExceptionStrategy - Class in org.mule.service
DefaultServiceExceptionStrategy is the default exception handler for components.
DefaultServiceExceptionStrategy() - Constructor for class org.mule.service.DefaultServiceExceptionStrategy
 
DefaultSpringJndiContext - Class in org.mule.config.spring.jndi
A simple spring based JNDI context which is mutable Borrowed from the XBean (xbean.codehaus.org) project.
DefaultSpringJndiContext() - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSpringJndiContext(Hashtable) - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSpringJndiContext(Hashtable, Map) - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSpringJndiContext(Hashtable, Map, String) - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSpringJndiContext(DefaultSpringJndiContext, Hashtable) - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSpringJndiContext(DefaultSpringJndiContext, Hashtable, String) - Constructor for class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
DefaultSqlStatementStrategyFactory - Class in org.mule.transport.jdbc.sqlstrategy
 
DefaultSqlStatementStrategyFactory() - Constructor for class org.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
 
DefaultStreamCloserService - Class in org.mule.util
Closes streams of different types by looking up available StreamCloser's from the Mule registry.
DefaultStreamCloserService() - Constructor for class org.mule.util.DefaultStreamCloserService
 
DefaultThreadingProfileDefinitionParser - Class in org.mule.config.spring.parsers.specific
This parser is responsible for processing the configuration elements.
DefaultThreadingProfileDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.DefaultThreadingProfileDefinitionParser
 
defaultTimeout - Variable in class org.mule.util.xa.AbstractResourceManager
 
DefaultTransportServiceDescriptor - Class in org.mule.transport.service
 
DefaultTransportServiceDescriptor(String, Properties, Registry, ClassLoader) - Constructor for class org.mule.transport.service.DefaultTransportServiceDescriptor
 
DefaultWorkListener - Class in org.mule.work
Default exception Handler used when executing work in the work manager
DefaultWorkListener() - Constructor for class org.mule.work.DefaultWorkListener
 
DefaultXASession - Class in org.mule.util.xa
TODO document
DefaultXASession(AbstractXAResourceManager) - Constructor for class org.mule.util.xa.DefaultXASession
 
DelayedResult - Interface in org.mule.module.xml.transformer
A result type which delays writing until something further down stream can setup the underlying output result.
delegate - Variable in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
delegate - Variable in class org.mule.transport.xmpp.filters.AbstractXmppFilter
 
delegateHandler - Variable in class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
 
DelegateWorkManager - Class in org.mule.module.jca
DelegateWorkManager is a wrapper around a WorkManager provided by a JCA container.
DelegateWorkManager(WorkManager) - Constructor for class org.mule.module.jca.DelegateWorkManager
 
DelegateWorkManager.RunnableWorkAdapter - Class in org.mule.module.jca
 
DelegateWorkManager.RunnableWorkAdapter(Runnable) - Constructor for class org.mule.module.jca.DelegateWorkManager.RunnableWorkAdapter
 
DelegateXMLStreamReader - Class in org.mule.module.xml.stax
 
DelegateXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.module.xml.stax.DelegateXMLStreamReader
 
DelegatingInputStream - Class in org.mule.model.streaming
 
DelegatingInputStream(InputStream) - Constructor for class org.mule.model.streaming.DelegatingInputStream
 
DelegatingOutputStream - Class in org.mule.transport.cxf.support
 
DelegatingOutputStream(OutputStream) - Constructor for class org.mule.transport.cxf.support.DelegatingOutputStream
 
DeleteException - Exception in org.mule.util.file
 
DeleteException() - Constructor for exception org.mule.util.file.DeleteException
 
DeleteException(File) - Constructor for exception org.mule.util.file.DeleteException
 
deleteTree(File) - Static method in class org.mule.util.FileUtils
Delete a file tree recursively.
deleteTree(File, String[]) - Static method in class org.mule.util.FileUtils
Delete a file tree recursively.
deleteUnacceptedMessages - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
DELIM - Static variable in class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
DELIM - Static variable in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
 
DELIM - Static variable in class org.mule.expression.MessageHeadersExpressionEvaluator
 
DELIM - Static variable in class org.mule.expression.MessageHeadersListExpressionEvaluator
 
delist() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
delist() - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
DELIST_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
delistResource(XAResource, int) - Method in class org.mule.transaction.XaTransaction
 
delistResources() - Method in class org.mule.transaction.XaTransaction
 
DELTA - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the variation of a counter
Delta - Class in org.mule.util.counters.impl
 
Delta(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Delta
 
deployProcess(String) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Deploy a new process definition.
deployProcessFromStream(InputStream) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
dequeue() - Method in class org.mule.model.seda.SedaService
 
deregister() - Method in class org.mule.DefaultMuleContext
 
DescendentDefinitionParser - Class in org.mule.config.spring.parsers.generic
An extension to which recurses up the DOM tree until it finds a named parent.
DescendentDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.generic.DescendentDefinitionParser
 
describe(Object) - Static method in class org.mule.util.BeanUtils
The Apache BeanUtils version of this converts all values to String, which is pretty useless, it also includes stuff not defined by the user
descriptorAlreadyExists(String) - Static method in class org.mule.config.i18n.CoreMessages
 
destroy(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked when a dispatcher returned false for MessageDispatcherFactory.validate(OutboundEndpoint, MessageDispatcher).
destroy(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked when a requester returned false for MessageRequesterFactory.validate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
destroy() - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
 
destroy() - Method in class org.mule.config.builders.MuleXmlBuilderContextServlet
 
destroy() - Method in class org.mule.module.jca.MuleManagedConnection
Destroys the physical connection.
destroy(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
destroy(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
destroy() - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
destroy(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
destroy(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
destroyFtp(EndpointURI, FTPClient) - Method in class org.mule.transport.ftp.FtpConnector
 
destroyObject(Object) - Method in class org.mule.transport.ftp.FtpConnectionFactory
 
destroyObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
destroyObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
destroyObject(Object, Object) - Method in class org.mule.transport.multicast.MulticastSocketFactory
 
destroyObject(Object, Object) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
destroyObject(Object, Object) - Method in class org.mule.transport.udp.UdpSocketFactory
 
destroyReceiver(MessageReceiver, ImmutableEndpoint) - Method in class org.mule.transport.AbstractConnector
 
destroySubcontext(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
destroySubcontext(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
destroySubcontext(Name) - Method in class org.mule.jndi.SimpleContext
 
destroySubcontext(String) - Method in class org.mule.jndi.SimpleContext
 
destroySubcontext(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
destroySubcontext(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
DirectModel - Class in org.mule.model.direct
 
DirectModel() - Constructor for class org.mule.model.direct.DirectModel
 
directory - Variable in class org.mule.util.store.TextFileObjectStore
 
DirectProtocol - Class in org.mule.transport.tcp.protocols
The DirectProtocol class is an application level tcp protocol that does nothing.
DirectProtocol() - Constructor for class org.mule.transport.tcp.protocols.DirectProtocol
 
DirectProtocol(boolean, int) - Constructor for class org.mule.transport.tcp.protocols.DirectProtocol
 
DirectService - Class in org.mule.model.direct
A direct service invokes the service service directly without any threading, even when the invocation is asynchronous
DirectService() - Constructor for class org.mule.model.direct.DirectService
 
dirty - Variable in class org.mule.util.xa.AbstractResourceManager
 
DISABLE_TEMP_DESTINATIONS_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
disableAttribute(MuleDefinitionParser, String) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
disableAttributes(MuleDefinitionParser, String[][]) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
disableAttributes(MuleDefinitionParser, String[]) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
DISABLED_EVENT - Static variable in class org.mule.config.spring.parsers.specific.NotificationDisableDefinitionParser
 
DISABLED_INTERFACE - Static variable in class org.mule.config.spring.parsers.specific.NotificationDisableDefinitionParser
 
disableInterface(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
disableKeepAlive(boolean) - Method in class org.mule.transport.http.HttpResponse
 
disableType(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
disconnect() - Method in interface org.mule.api.transport.Connectable
Disconnect the from the underlying transport
disconnect() - Method in class org.mule.module.management.mbean.EndpointService
 
disconnect() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
disconnect() - Method in class org.mule.transport.AbstractConnectable
 
disconnect() - Method in class org.mule.transport.AbstractConnector
 
disconnectListeners() - Method in class org.mule.service.AbstractService
 
DiscoverableTransformer - Interface in org.mule.api.transformer
A interface to denote that a transformer is discoverable.
dispatch(OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.transport.Connector
Dispatches an event from the endpoint to the external system
dispatch(MuleEvent) - Method in interface org.mule.api.transport.MessageDispatching
Dispatches an event from the endpoint to the external system
dispatch(MuleEvent) - Method in class org.mule.endpoint.DefaultOutboundEndpoint
 
dispatch(MuleEvent) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
dispatch(String, Object, Map) - Method in class org.mule.module.client.MuleClient
Dispatches an event asynchronously to a endpointUri via a Mule server.
dispatch(String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Dispatches an event asynchronously to a endpointUri via a Mule server.
dispatch(String, Object, Map) - Method in class org.mule.module.jca.DefaultMuleConnection
Dispatches an event asynchronously to a endpointUri via a mule server.
dispatch(String, Object, Map) - Method in interface org.mule.module.jca.MuleConnection
 
dispatch(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
dispatch(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
dispatch(OutboundEndpoint, MuleEvent) - Method in class org.mule.transport.AbstractConnector
 
dispatch(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
dispatchAction(RemoteDispatcherNotification, boolean, int) - Method in class org.mule.module.client.RemoteDispatcher
 
dispatchDirect(String, Object, Map) - Method in class org.mule.module.client.MuleClient
Dispatches an event asynchronously to a component
dispatchDirect(String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Dispatches an event asynchronously to a component
dispatcherFactory - Variable in class org.mule.transport.AbstractConnector
Factory used to create dispatchers for this connector
dispatchers - Variable in class org.mule.transport.AbstractConnector
A pool of dispatchers for this connector, keyed by endpoint
dispatcherSocketsPool - Variable in class org.mule.transport.udp.UdpConnector
 
dispatchEvent(MuleMessage) - Method in interface org.mule.api.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(Object) - Method in interface org.mule.api.MuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage, EndpointURI) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, String) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event.
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage) - Method in interface org.mule.api.MuleSession
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleEvent) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, String) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleEvent) - Method in interface org.mule.api.service.Service
Makes an asynchronous event call to the service.
dispatchEvent(Object) - Method in class org.mule.DefaultMuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage) - Method in class org.mule.DefaultMuleEventContext
This will dispatch an event asynchronously via the configured outbound endpoint on the service for this session
dispatchEvent(MuleMessage, EndpointURI) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpointUri configured for the event
dispatchEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event asynchronously to the next available Mule component in the pool or via the endpoint configured for the event
dispatchEvent(MuleMessage) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleEvent) - Method in class org.mule.DefaultMuleSession
 
dispatchEvent(MuleApplicationEvent) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Will dispatch an application event through Mule
dispatchEvent(MuleEvent) - Method in class org.mule.service.AbstractService
 
DispatchException - Exception in org.mule.api.transport
DispatchException is thrown when an endpoint dispatcher fails to send, dispatch or receive a message.
DispatchException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.transport.DispatchException
 
DispatchException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.transport.DispatchException
 
dispatchMuleMessage(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
dispatchRemote(String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
 
dispatchToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.model.seda.SedaService
 
dispatchToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.service.AbstractService
 
dispatchToRemoteComponent(String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
Dispatcher an event asynchronously to a components on a remote Mule instance.
Disposable - Interface in org.mule.api.lifecycle
Disposable is a lifecycle interface that gets called at the dispose lifecycle stage of the implementing service as the service is being destroyed.
dispose() - Method in class org.mule.AbstractExceptionListener
 
dispose() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
dispose() - Method in class org.mule.agent.ConfigScannerAgent
 
dispose() - Method in interface org.mule.api.lifecycle.Disposable
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.component.AbstractComponent
 
dispose() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates dispose() life-cycle to component object implementations if they implement the mule Disposable interface.
dispose() - Method in class org.mule.component.NullLifecycleAdapter
 
dispose() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
dispose() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
dispose() - Method in class org.mule.context.notification.ServerNotificationManager
 
dispose() - Method in class org.mule.DefaultMuleContext
 
dispose() - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
dispose() - Method in class org.mule.interceptor.InterceptorStack
 
dispose() - Method in class org.mule.model.AbstractModel
Destroys any current components
dispose() - Method in class org.mule.module.client.MuleClient
Will dispose the MuleManager instance if a new instance was created for this client.
dispose() - Method in class org.mule.module.client.RemoteDispatcher
 
dispose() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
dispose() - Method in class org.mule.module.jca.DelegateWorkManager
 
dispose() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.module.management.agent.JdmkAgent
 
dispose() - Method in class org.mule.module.management.agent.JmxAgent
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.module.management.agent.Log4jAgent
 
dispose() - Method in class org.mule.module.management.agent.Mx4jAgent
 
dispose() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
dispose() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
dispose() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
dispose() - Method in class org.mule.module.management.mbean.ConnectorService
 
dispose() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
dispose() - Method in class org.mule.module.management.mbean.MuleService
 
dispose() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
dispose() - Method in class org.mule.module.management.mbean.ServiceService
 
dispose() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
 
dispose() - Method in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
dispose() - Method in class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.object.AbstractObjectFactory
 
dispose() - Method in class org.mule.object.JndiObjectFactory
 
dispose() - Method in class org.mule.object.SingletonObjectFactory
 
dispose() - Method in class org.mule.registry.AbstractRegistry
 
dispose() - Method in class org.mule.registry.AbstractRegistryBroker
 
dispose() - Method in class org.mule.registry.ExpressionEvaluatorProcessor
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.registry.MuleRegistryHelper
 
dispose() - Method in class org.mule.routing.AbstractRouter
 
dispose() - Method in class org.mule.routing.AbstractRouterCollection
 
dispose() - Method in class org.mule.service.AbstractService
 
dispose() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
dispose() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.transport.AbstractConnectable
Template method to destroy any resources held by the Message Dispatcher
dispose() - Method in class org.mule.transport.AbstractConnector
 
dispose() - Method in class org.mule.transport.AbstractMessageDispatcher
 
dispose() - Method in class org.mule.transport.AbstractMessageReceiver
 
dispose() - Method in class org.mule.transport.AbstractMessageRequester
 
dispose() - Method in class org.mule.transport.cxf.CxfServiceComponent
 
dispose() - Method in class org.mule.transport.multicast.MulticastMessageReceiver.MulticastWorker
 
dispose() - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
dispose() - Method in class org.mule.transport.udp.UdpMessageReceiver.UdpWorker
 
dispose() - Method in class org.mule.util.monitor.ExpiryMonitor
 
dispose() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
dispose() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
A lifecycle method where implementor should free up any resources.
dispose() - Method in class org.mule.util.store.TextFileObjectStore
 
dispose() - Method in class org.mule.work.MuleWorkManager
 
disposeAndLogException() - Method in class org.mule.transport.AbstractConnectable
 
disposed - Variable in class org.mule.component.AbstractComponent
 
disposed - Variable in class org.mule.transport.AbstractConnectable
 
disposed - Variable in class org.mule.transport.AbstractConnector
 
disposeDispatchers() - Method in class org.mule.transport.AbstractConnector
 
DisposeException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
DisposeException(Message, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
DisposeException(Message, Throwable, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
DisposeException(Throwable, Disposable) - Constructor for exception org.mule.api.lifecycle.DisposeException
 
disposeReceivers() - Method in class org.mule.transport.AbstractConnector
 
disposeRequesters() - Method in class org.mule.transport.AbstractConnector
 
disposeWorkManagers() - Method in class org.mule.transport.AbstractConnector
 
disposing - Variable in class org.mule.component.AbstractComponent
 
disposing - Variable in class org.mule.transport.tcp.TcpMessageReceiver
 
disposing - Variable in class org.mule.transport.udp.UdpMessageReceiver
 
DIVIDE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the division of two other counters
doBad(RequestLine) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
doBegin() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doBegin() - Method in class org.mule.transaction.AbstractTransaction
Really begin the transaction.
doBegin() - Method in class org.mule.transaction.XaTransaction
 
doBegin() - Method in class org.mule.transport.jdbc.JdbcTransaction
 
doBegin() - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
doBegin() - Method in class org.mule.transport.jms.JmsTransaction
 
doBegin() - Method in class org.mule.transport.vm.VMTransaction
 
doBegin(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doBegin(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doBody(String) - Method in class org.mule.util.SplashScreen
 
doBuildInboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
doBuildOutboundEndpoint() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
doCatchMessage(MuleMessage, MuleSession) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
doCatchMessage(MuleMessage, MuleSession) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
doCatchMessage(MuleMessage, MuleSession) - Method in class org.mule.routing.LoggingCatchAllStrategy
 
doCatchMessage(MuleMessage, MuleSession) - Method in class org.mule.routing.ServiceCatchAllStrategy
 
doClientConnect() - Method in class org.mule.transport.http.HttpConnector
 
doCommit() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doCommit() - Method in class org.mule.transaction.AbstractTransaction
Commit the transaction on the underlying resource
doCommit() - Method in class org.mule.transaction.XaTransaction
 
doCommit() - Method in class org.mule.transport.jdbc.JdbcTransaction
 
doCommit() - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
doCommit() - Method in class org.mule.transport.jms.JmsTransaction
 
doCommit() - Method in class org.mule.transport.vm.VMTransaction
 
doCommit(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doCommit(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doCompute() - Method in class org.mule.util.counters.impl.AggregateCounter
 
doCompute() - Method in class org.mule.util.counters.impl.Average
 
doCompute() - Method in class org.mule.util.counters.impl.Delta
 
doCompute() - Method in class org.mule.util.counters.impl.InstantRate
 
doCompute() - Method in class org.mule.util.counters.impl.Max
 
doCompute() - Method in class org.mule.util.counters.impl.Min
 
doCompute() - Method in class org.mule.util.counters.impl.Operator
 
doCompute() - Method in class org.mule.util.counters.impl.RatePerUnit
 
doCompute() - Method in class org.mule.util.counters.impl.Sum
 
doCompute() - Method in class org.mule.util.counters.impl.TimeAverage
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.AutoConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.DefaultsConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.SimpleConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.spring.SpringConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
doConfigure(MuleContext) - Method in class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
doConnect() - Method in class org.mule.transport.AbstractConnectable
 
doConnect() - Method in class org.mule.transport.AbstractConnector
Template method where any connections should be made for the connector
doConnect() - Method in class org.mule.transport.bpm.ProcessConnector
 
doConnect() - Method in class org.mule.transport.cxf.CxfConnector
 
doConnect() - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doConnect() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
doConnect() - Method in class org.mule.transport.cxf.CxfMessageRequester
 
doConnect() - Method in class org.mule.transport.cxf.wsdl.CxfWsdlMessageDispatcher
 
doConnect() - Method in class org.mule.transport.email.AbstractMailConnector
 
doConnect() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
doConnect() - Method in class org.mule.transport.email.RetrieveMessageRequester
 
doConnect() - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
doConnect() - Method in class org.mule.transport.file.FileConnector
 
doConnect() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doConnect() - Method in class org.mule.transport.file.FileMessageReceiver
 
doConnect() - Method in class org.mule.transport.file.FileMessageRequester
 
doConnect() - Method in class org.mule.transport.ftp.FtpConnector
 
doConnect() - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
doConnect() - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
doConnect() - Method in class org.mule.transport.ftp.FtpMessageRequester
 
doConnect() - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doConnect() - Method in class org.mule.transport.http.HttpClientMessageRequester
 
doConnect() - Method in class org.mule.transport.http.HttpMessageReceiver
 
doConnect() - Method in class org.mule.transport.http.PollingHttpMessageReceiver
 
doConnect() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doConnect() - Method in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
doConnect() - Method in class org.mule.transport.jdbc.JdbcMessageReceiver
 
doConnect() - Method in class org.mule.transport.jdbc.JdbcMessageRequester
 
doConnect() - Method in class org.mule.transport.jms.JmsConnector
 
doConnect() - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
doConnect() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
doConnect() - Method in class org.mule.transport.jms.JmsMessageRequester
 
doConnect() - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
doConnect() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
doConnect() - Method in class org.mule.transport.jms.websphere.WebsphereTransactedJmsMessageReceiver
 
doConnect() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
doConnect() - Method in class org.mule.transport.quartz.QuartzConnector
 
doConnect() - Method in class org.mule.transport.quartz.QuartzMessageDispatcher
 
doConnect() - Method in class org.mule.transport.quartz.QuartzMessageReceiver
 
doConnect() - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
Initializes endpoint
doConnect() - Method in class org.mule.transport.rmi.RmiConnector
 
doConnect() - Method in class org.mule.transport.rmi.RmiMessageDispatcher
 
doConnect() - Method in class org.mule.transport.rmi.RmiMessageReceiver
 
doConnect() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
Template method where any connections should be made for the connector
doConnect() - Method in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
doConnect(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doConnect() - Method in class org.mule.transport.servlet.ServletConnector
 
doConnect() - Method in class org.mule.transport.servlet.ServletMessageReceiver
 
doConnect() - Method in class org.mule.transport.soap.axis.AxisConnector
 
doConnect() - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
doConnect() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
doConnect() - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
doConnect() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
doConnect() - Method in class org.mule.transport.stdio.StdioMessageDispatcher
 
doConnect() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
doConnect() - Method in class org.mule.transport.tcp.TcpConnector
 
doConnect() - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
doConnect() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
doConnect() - Method in class org.mule.transport.tcp.TcpMessageRequester
 
doConnect() - Method in class org.mule.transport.udp.UdpConnector
 
doConnect() - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
doConnect() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
doConnect() - Method in class org.mule.transport.udp.UdpMessageRequester
 
doConnect() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doConnect() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doConnect() - Method in class org.mule.transport.vm.VMConnector
 
doConnect() - Method in class org.mule.transport.vm.VMMessageDispatcher
 
doConnect() - Method in class org.mule.transport.vm.VMMessageReceiver
 
doConnect() - Method in class org.mule.transport.vm.VMMessageRequester
 
doConnect() - Method in class org.mule.transport.xmpp.XmppConnector
 
doConnect() - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
doConnect() - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
doConnect() - Method in class org.mule.transport.xmpp.XmppMessageRequester
 
doCreateMuleContext(MuleContextBuilder) - Method in class org.mule.context.DefaultMuleContextFactory
 
doCreateXmppConnection(EndpointURI) - Method in class org.mule.transport.xmpp.XmppConnector
This method creates and returns the XMPPConnection object that's uses to talk to the Jabber server.
doCreateXmppConnection(EndpointURI) - Method in class org.mule.transport.xmpp.XmppsConnector
This method creates a SSLXMPPConnection to allow secure communication to the Jabber server.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleRESTReceiverServlet
 
doDisconnect() - Method in class org.mule.transport.AbstractConnectable
 
doDisconnect() - Method in class org.mule.transport.AbstractConnector
Template method where any connected resources used by the connector should be disconnected
doDisconnect() - Method in class org.mule.transport.bpm.ProcessConnector
 
doDisconnect() - Method in class org.mule.transport.cxf.CxfConnector
 
doDisconnect() - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.cxf.CxfMessageRequester
 
doDisconnect() - Method in class org.mule.transport.email.AbstractMailConnector
 
doDisconnect() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.email.RetrieveMessageRequester
 
doDisconnect() - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.file.FileConnector
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageRequester
 
doDisconnect() - Method in class org.mule.transport.ftp.FtpConnector
 
doDisconnect() - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.ftp.FtpMessageRequester
 
doDisconnect() - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.http.HttpClientMessageRequester
 
doDisconnect() - Method in class org.mule.transport.http.PollingHttpMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doDisconnect() - Method in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.jdbc.JdbcMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.jdbc.JdbcMessageRequester
 
doDisconnect() - Method in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
Will additionally try to cleanup the ActiveMq connection, otherwise there's a deadlock on shutdown.
doDisconnect() - Method in class org.mule.transport.jms.JmsConnector
 
doDisconnect() - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
doDisconnect() - Method in class org.mule.transport.jms.JmsMessageRequester
 
doDisconnect() - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.quartz.QuartzConnector
 
doDisconnect() - Method in class org.mule.transport.quartz.QuartzMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.quartz.QuartzMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
Unbinds Rmi class from registry
doDisconnect() - Method in class org.mule.transport.rmi.RmiConnector
 
doDisconnect() - Method in class org.mule.transport.rmi.RmiMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.rmi.RmiMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
Template method where any connected resources used by the connector should be disconnected
doDisconnect() - Method in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.servlet.ServletConnector
 
doDisconnect() - Method in class org.mule.transport.servlet.ServletMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.soap.axis.AxisConnector
 
doDisconnect() - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
doDisconnect() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
doDisconnect() - Method in class org.mule.transport.stdio.StdioMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.tcp.TcpConnector
 
doDisconnect() - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.tcp.TcpMessageRequester
 
doDisconnect() - Method in class org.mule.transport.udp.UdpConnector
 
doDisconnect() - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.udp.UdpMessageRequester
 
doDisconnect() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doDisconnect() - Method in class org.mule.transport.vm.VMConnector
 
doDisconnect() - Method in class org.mule.transport.vm.VMMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.vm.VMMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.vm.VMMessageRequester
 
doDisconnect() - Method in class org.mule.transport.xmpp.XmppConnector
 
doDisconnect() - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.xmpp.XmppMessageRequester
 
doDispatch(MuleEvent) - Method in class org.mule.model.direct.DirectService
 
doDispatch(MuleEvent) - Method in class org.mule.model.pipeline.PipelineService
 
doDispatch(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
doDispatch(MuleEvent) - Method in class org.mule.module.jca.JcaService
 
doDispatch(MuleEvent) - Method in class org.mule.service.AbstractService
 
doDispatch(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.bpm.ProcessMessageDispatcher
Performs an asynchronous action on the BPMS.
doDispatch(MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.email.RetrieveMessageRequester
 
doDispatch(MuleEvent) - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.quartz.QuartzMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.rmi.RmiMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.stdio.StdioMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.vm.VMMessageDispatcher
 
doDispatch(MuleEvent) - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
doDispose() - Method in class org.mule.component.AbstractComponent
 
doDispose() - Method in class org.mule.component.AbstractJavaComponent
 
doDispose() - Method in class org.mule.component.DefaultJavaComponent
 
doDispose() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doDispose() - Method in class org.mule.config.spring.SpringRegistry
 
doDispose() - Method in class org.mule.model.seda.SedaService
 
doDispose() - Method in class org.mule.registry.AbstractRegistry
 
doDispose() - Method in class org.mule.registry.TransientRegistry
 
doDispose() - Method in class org.mule.service.AbstractService
 
doDispose() - Method in class org.mule.transport.AbstractConnectable
 
doDispose() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when destroying the connectoe
doDispose() - Method in class org.mule.transport.bpm.ProcessConnector
 
doDispose() - Method in class org.mule.transport.cxf.CxfConnector
 
doDispose() - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doDispose() - Method in class org.mule.transport.cxf.CxfMessageRequester
 
doDispose() - Method in class org.mule.transport.email.AbstractMailConnector
 
doDispose() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
doDispose() - Method in class org.mule.transport.email.RetrieveMessageRequester
 
doDispose() - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
doDispose() - Method in class org.mule.transport.file.FileConnector
 
doDispose() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDispose() - Method in class org.mule.transport.file.FileMessageReceiver
 
doDispose() - Method in class org.mule.transport.file.FileMessageRequester
 
doDispose() - Method in class org.mule.transport.ftp.FtpConnector
 
doDispose() - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
doDispose() - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
doDispose() - Method in class org.mule.transport.ftp.FtpMessageRequester
 
doDispose() - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doDispose() - Method in class org.mule.transport.http.HttpClientMessageRequester
 
doDispose() - Method in class org.mule.transport.http.PollingHttpMessageReceiver
 
doDispose() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doDispose() - Method in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
doDispose() - Method in class org.mule.transport.jdbc.JdbcMessageReceiver
 
doDispose() - Method in class org.mule.transport.jdbc.JdbcMessageRequester
 
doDispose() - Method in class org.mule.transport.jms.JmsConnector
 
doDispose() - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
doDispose() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
doDispose() - Method in class org.mule.transport.jms.JmsMessageRequester
 
doDispose() - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
doDispose() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
doDispose() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
doDispose() - Method in class org.mule.transport.multicast.MulticastMessageReceiver
 
doDispose() - Method in class org.mule.transport.quartz.QuartzConnector
 
doDispose() - Method in class org.mule.transport.quartz.QuartzMessageDispatcher
 
doDispose() - Method in class org.mule.transport.quartz.QuartzMessageReceiver
 
doDispose() - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
doDispose() - Method in class org.mule.transport.rmi.RmiConnector
 
doDispose() - Method in class org.mule.transport.rmi.RmiMessageDispatcher
 
doDispose() - Method in class org.mule.transport.rmi.RmiMessageReceiver
 
doDispose() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
Template method to dispose any resources associated with this receiver.
doDispose() - Method in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
Template method to dispose any resources associated with this receiver.
doDispose() - Method in class org.mule.transport.servlet.ServletConnector
 
doDispose() - Method in class org.mule.transport.servlet.ServletMessageReceiver
 
doDispose() - Method in class org.mule.transport.soap.axis.AxisConnector
 
doDispose() - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
doDispose() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
doDispose() - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
doDispose() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
doDispose() - Method in class org.mule.transport.stdio.StdioConnector
 
doDispose() - Method in class org.mule.transport.stdio.StdioMessageDispatcher
 
doDispose() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
doDispose() - Method in class org.mule.transport.tcp.TcpConnector
 
doDispose() - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
doDispose() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
doDispose() - Method in class org.mule.transport.tcp.TcpMessageRequester
 
doDispose() - Method in class org.mule.transport.udp.UdpConnector
 
doDispose() - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
doDispose() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
doDispose() - Method in class org.mule.transport.udp.UdpMessageRequester
 
doDispose() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doDispose() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doDispose() - Method in class org.mule.transport.vm.VMConnector
 
doDispose() - Method in class org.mule.transport.vm.VMMessageDispatcher
 
doDispose() - Method in class org.mule.transport.vm.VMMessageReceiver
 
doDispose() - Method in class org.mule.transport.vm.VMMessageRequester
 
doDispose() - Method in class org.mule.transport.xmpp.XmppConnector
 
doDispose() - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
doDispose() - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
doDispose() - Method in class org.mule.transport.xmpp.XmppMessageRequester
 
doExecute(WorkerContext, Executor) - Method in interface org.mule.api.work.WorkExecutor
This method must be implemented by sub-classes in order to provide the relevant synchronization policy.
doExecute(WorkerContext, Executor) - Method in class org.mule.work.ScheduleWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.work.StartWorkExecutor
 
doExecute(WorkerContext, Executor) - Method in class org.mule.work.SyncWorkExecutor
 
doFooter(MuleContext) - Method in class org.mule.util.ServerStartupSplashScreen
 
doFooter(MuleContext) - Method in class org.mule.util.SplashScreen
 
doForceStop() - Method in class org.mule.model.seda.SedaService
 
doForceStop() - Method in class org.mule.service.AbstractService
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleRESTReceiverServlet
 
doGet(MuleEventContext, WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
doGetObject() - Method in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
doGetObject() - Method in class org.mule.config.spring.factories.InboundEndpointFactoryBean
 
doGetObject() - Method in class org.mule.config.spring.factories.OutboundEndpointFactoryBean
 
doHandshake(MuleEventContext) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doHeader(MuleContext) - Method in class org.mule.util.ServerShutdownSplashScreen
 
doHeader(MuleContext) - Method in class org.mule.util.ServerStartupSplashScreen
 
doHeader(MuleContext) - Method in class org.mule.util.SplashScreen
 
doInit(ServletConfig) - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
doInit() - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
doInit(ServletConfig) - Method in class org.mule.transport.servlet.jetty.JettyReceiverServlet
 
doInit(ServletConfig) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doInitialise(MuleContext) - Method in class org.mule.AbstractExceptionListener
 
doInitialise() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
doInitialise() - Method in class org.mule.component.AbstractComponent
 
doInitialise() - Method in class org.mule.component.AbstractJavaComponent
 
doInitialise() - Method in class org.mule.config.spring.SpringRegistry
 
doInitialise() - Method in class org.mule.model.seda.SedaService
Initialise the service.
doInitialise() - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
doInitialise() - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
doInitialise() - Method in class org.mule.module.jaas.filters.JaasSecurityFilter
 
doInitialise() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
The initialise method checks whether a jaas configuration file exists.
doInitialise() - Method in class org.mule.module.jca.JcaComponent
 
doInitialise() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
doInitialise() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
doInitialise() - Method in class org.mule.module.pgp.PGPSecurityProvider
 
doInitialise() - Method in class org.mule.module.scripting.component.ScriptComponent
 
doInitialise() - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
doInitialise() - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
doInitialise() - Method in class org.mule.registry.AbstractRegistry
 
doInitialise() - Method in class org.mule.registry.TransientRegistry
 
doInitialise() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.security.AbstractSecurityProvider
 
doInitialise() - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
doInitialise() - Method in class org.mule.service.AbstractService
 
doInitialise() - Method in class org.mule.tck.security.TestMultiuserSecurityProvider
 
doInitialise() - Method in class org.mule.transport.AbstractConnectable
 
doInitialise() - Method in class org.mule.transport.AbstractConnector
 
doInitialise() - Method in class org.mule.transport.bpm.ProcessConnector
 
doInitialise() - Method in class org.mule.transport.cxf.CxfConnector
 
doInitialise() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
doInitialise() - Method in class org.mule.transport.email.AbstractMailConnector
 
doInitialise() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
doInitialise() - Method in class org.mule.transport.email.SmtpsConnector
 
doInitialise() - Method in class org.mule.transport.file.FileConnector
 
doInitialise() - Method in class org.mule.transport.ftp.FtpConnector
 
doInitialise() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
doInitialise() - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doInitialise() - Method in class org.mule.transport.http.HttpConnector
 
doInitialise() - Method in class org.mule.transport.http.HttpsConnector
 
doInitialise() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doInitialise() - Method in class org.mule.transport.jms.JmsConnector
 
doInitialise() - Method in class org.mule.transport.multicast.MulticastConnector
 
doInitialise() - Method in class org.mule.transport.quartz.QuartzConnector
 
doInitialise() - Method in class org.mule.transport.rmi.RmiConnector
 
doInitialise() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
doInitialise() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
doInitialise() - Method in class org.mule.transport.servlet.ServletConnector
 
doInitialise() - Method in class org.mule.transport.soap.axis.AxisConnector
 
doInitialise() - Method in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
doInitialise() - Method in class org.mule.transport.ssl.SslConnector
 
doInitialise() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
doInitialise() - Method in class org.mule.transport.tcp.TcpConnector
 
doInitialise() - Method in class org.mule.transport.udp.UdpConnector
 
doInitialise() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doInitialise() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doInitialise() - Method in class org.mule.transport.vm.VMConnector
 
doInitialise() - Method in class org.mule.transport.xmpp.XmppConnector
 
doInTransaction() - Method in interface org.mule.api.transaction.TransactionCallback
 
doInTransaction() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
doInvoke(MuleEvent) - Method in class org.mule.component.AbstractComponent
 
doInvoke(MuleEvent) - Method in class org.mule.component.AbstractJavaComponent
 
doInvoke(MuleEvent) - Method in class org.mule.component.simple.PassThroughComponent
 
doInvoke(MuleEvent) - Method in class org.mule.module.jca.JcaComponent
 
doInvoke(MuleEvent) - Method in class org.mule.module.scripting.component.ScriptComponent
 
doInvoke(MuleEvent) - Method in class org.mule.transport.bpm.ProcessComponent
 
doInvoke(MuleEvent) - Method in class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
doInvoke(MuleEvent) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
doInvoke(MuleEvent) - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
doLoad(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
DomDocumentToXml - Class in org.mule.module.xml.transformer
DomDocumentToXml Transform a org.w3c.dom.Document to XML String
DomDocumentToXml() - Constructor for class org.mule.module.xml.transformer.DomDocumentToXml
 
doMethod(HttpServletRequest, String) - Method in class org.mule.transport.servlet.jetty.JettyContinuationsReceiverServlet
 
doMethod(HttpServletRequest, String) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
domToString(Element) - Method in class org.mule.module.xml.config.XsltTextDefinitionParser
 
domTypeNotSupported(Class) - Static method in class org.mule.module.xml.i18n.XmlMessages
 
DONT_BREAK_LINES - Static variable in class org.mule.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doOtherValid(RequestLine, String) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.specific.ServiceDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.module.xml.config.NamespaceManagerDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
doPause() - Method in class org.mule.module.jca.JcaService
 
doPause() - Method in class org.mule.service.AbstractService
Custom components can execute code necessary to put the service in a paused state here.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleRESTReceiverServlet
 
doPost(MuleEventContext, WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
doPrepare(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doPrepare(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleRESTReceiverServlet
 
doRemove(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doRequest(long) - Method in class org.mule.transport.AbstractMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.cxf.CxfMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.email.RetrieveMessageRequester
Make a specific request to the underlying transport.
doRequest(long) - Method in class org.mule.transport.file.FileMessageRequester
Will attempt to do a receive from a directory, if the endpointUri resolves to a file name the file will be returned, otherwise the first file in the directory according to the filename filter configured on the connector.
doRequest(long) - Method in class org.mule.transport.ftp.FtpMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.http.HttpClientMessageRequester
Make a specific request to the underlying transport
doRequest(HttpRequest, RequestLine) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
doRequest(long) - Method in class org.mule.transport.jdbc.JdbcMessageRequester
Make a specific request to the underlying transport
doRequest(long, MuleEvent) - Method in class org.mule.transport.jdbc.JdbcMessageRequester
Make a specific request to the underlying transport Special case: The event is need when doReceive was called from doSend
doRequest(long) - Method in class org.mule.transport.jms.JmsMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.soap.axis.AxisMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.tcp.TcpMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.udp.UdpMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.UnsupportedMessageRequester
 
doRequest(long) - Method in class org.mule.transport.vm.VMMessageRequester
Make a specific request to the underlying transport
doRequest(long) - Method in class org.mule.transport.xmpp.XmppMessageRequester
Make a specific request to the underlying transport
doResume() - Method in class org.mule.module.jca.JcaService
 
doResume() - Method in class org.mule.service.AbstractService
Custom components can execute code necessary to resume a service once it has been paused If a developer overloads this method the doPause() method MUST also be overloaded to avoid inconsistent state in the service
doRollback() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doRollback() - Method in class org.mule.transaction.AbstractTransaction
Rollback the transaction on the underlying resource
doRollback() - Method in class org.mule.transaction.XaTransaction
 
doRollback() - Method in class org.mule.transport.jdbc.JdbcTransaction
 
doRollback() - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
doRollback() - Method in class org.mule.transport.jms.JmsTransaction
 
doRollback() - Method in class org.mule.transport.vm.VMTransaction
 
doRollback(AbstractTransactionContext) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doRollback(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
doRun() - Method in class org.mule.tck.concurrency.TestingThread
 
doRun() - Method in class org.mule.transport.AbstractReceiverResourceWorker
(non-Javadoc)
doRun() - Method in class org.mule.transport.AbstractReceiverWorker
The actual logic used to receive messages from the underlying transport.
doSend(MuleEvent) - Method in class org.mule.model.direct.DirectService
 
doSend(MuleEvent) - Method in class org.mule.model.pipeline.PipelineService
 
doSend(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
doSend(MuleEvent) - Method in class org.mule.module.jca.JcaService
Implementation of template method which is never call because send() is overwritten
doSend(MuleEvent) - Method in class org.mule.service.AbstractService
 
doSend(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.bpm.ProcessMessageDispatcher
Performs a synchronous action on the BPMS.
doSend(MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.email.RetrieveMessageRequester
 
doSend(MuleEvent) - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.file.FileMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.quartz.QuartzMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.rmi.RmiMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.stdio.StdioMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.vm.VMMessageDispatcher
 
doSend(MuleEvent) - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
doSendWithClient(MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doSendWithProxy(MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
doSingleBean(int, MuleDefinitionParser, Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
 
doSingleBean(int, MuleDefinitionParser, Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
doSingleBean(int, MuleDefinitionParser, Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
 
doStart() -