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() - Method in class org.mule.component.AbstractComponent
 
doStart() - Method in class org.mule.component.AbstractJavaComponent
 
doStart() - Method in class org.mule.component.DefaultJavaComponent
 
doStart() - Method in class org.mule.component.PooledJavaComponent
 
doStart() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doStart() - Method in class org.mule.model.seda.SedaService
 
doStart() - Method in class org.mule.service.AbstractService
 
doStart() - Method in class org.mule.transport.AbstractConnectable
 
doStart() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when starting the connectoe
doStart() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
doStart() - Method in class org.mule.transport.bpm.ProcessConnector
 
doStart() - Method in class org.mule.transport.cxf.CxfConnector
 
doStart() - Method in class org.mule.transport.email.AbstractMailConnector
 
doStart() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
doStart() - Method in class org.mule.transport.file.FileConnector
 
doStart() - Method in class org.mule.transport.ftp.FtpConnector
 
doStart() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doStart() - Method in class org.mule.transport.jms.JmsConnector
 
doStart() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
doStart() - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
doStart() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
doStart() - Method in class org.mule.transport.quartz.QuartzConnector
 
doStart() - Method in class org.mule.transport.quartz.QuartzMessageReceiver
 
doStart() - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
doStart() - Method in class org.mule.transport.rmi.RmiConnector
 
doStart() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
doStart() - Method in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
doStart() - Method in class org.mule.transport.servlet.ServletConnector
 
doStart() - Method in class org.mule.transport.servlet.ServletMessageReceiver
 
doStart() - Method in class org.mule.transport.soap.axis.AxisConnector
Template method to perform any work when starting the connectoe
doStart() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
doStart() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
doStart() - Method in class org.mule.transport.stdio.StdioConnector
 
doStart() - Method in class org.mule.transport.tcp.TcpConnector
 
doStart() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
doStart() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
doStart() - Method in class org.mule.transport.udp.UdpConnector
 
doStart() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
doStart() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doStart() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doStart() - Method in class org.mule.transport.vm.VMConnector
 
doStart() - Method in class org.mule.transport.xmpp.XmppConnector
 
doStart() - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
doStart() - Method in class org.mule.util.queue.TransactionalQueueManager
 
doStart() - Method in class org.mule.util.xa.AbstractResourceManager
 
doStop() - Method in class org.mule.component.AbstractComponent
 
doStop() - Method in class org.mule.component.DefaultJavaComponent
 
doStop() - Method in class org.mule.component.PooledJavaComponent
 
doStop() - Method in class org.mule.component.SimpleCallableJavaComponent
 
doStop() - Method in class org.mule.model.seda.SedaService
 
doStop() - Method in class org.mule.service.AbstractService
 
doStop() - Method in class org.mule.transport.AbstractConnectable
 
doStop() - Method in class org.mule.transport.AbstractConnector
Template method to perform any work when stopping the connectoe
doStop() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
doStop() - Method in class org.mule.transport.bpm.ProcessConnector
 
doStop() - Method in class org.mule.transport.cxf.CxfConnector
 
doStop() - Method in class org.mule.transport.email.AbstractMailConnector
 
doStop() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
doStop() - Method in class org.mule.transport.file.FileConnector
 
doStop() - Method in class org.mule.transport.ftp.FtpConnector
 
doStop() - Method in class org.mule.transport.jdbc.JdbcConnector
 
doStop() - Method in class org.mule.transport.jms.JmsConnector
 
doStop() - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
doStop() - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
doStop() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
doStop() - Method in class org.mule.transport.quartz.QuartzConnector
 
doStop() - Method in class org.mule.transport.quartz.QuartzMessageReceiver
 
doStop() - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
doStop() - Method in class org.mule.transport.rmi.RmiConnector
 
doStop() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
doStop() - Method in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
doStop() - Method in class org.mule.transport.servlet.ServletConnector
 
doStop() - Method in class org.mule.transport.servlet.ServletMessageReceiver
 
doStop() - Method in class org.mule.transport.soap.axis.AxisConnector
Template method to perform any work when stopping the connectoe
doStop() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
doStop() - Method in class org.mule.transport.stdio.StdioConnector
 
doStop() - Method in class org.mule.transport.tcp.TcpConnector
 
doStop() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
doStop() - Method in class org.mule.transport.udp.UdpConnector
 
doStop() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
doStop() - Method in class org.mule.transport.UnsupportedMessageDispatcher
 
doStop() - Method in class org.mule.transport.UnsupportedMessageRequester
 
doStop() - Method in class org.mule.transport.vm.VMConnector
 
doStop() - Method in class org.mule.transport.xmpp.XmppConnector
 
doStop() - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
doStore(QueueInfo, Object) - Method in class org.mule.util.queue.TransactionalQueueManager
 
doToRemote(String, Object, Map, boolean, int) - Method in class org.mule.module.client.RemoteDispatcher
 
doToRemoteComponent(String, Object, Map, boolean) - Method in class org.mule.module.client.RemoteDispatcher
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
doTransform(Object, String) - Method in class org.mule.example.bookstore.transformers.AddBookResponse
 
doTransform(Object, String) - Method in class org.mule.example.bookstore.transformers.OrderToEmailTransformer
 
doTransform(Object, String) - Method in class org.mule.example.bookstore.transformers.ParameterMapToBook
 
doTransform(Object, String) - Method in class org.mule.example.errorhandler.ErrorMessageToException
 
doTransform(Object, String) - Method in class org.mule.example.errorhandler.ErrorMessageToExceptionBean
 
doTransform(Object, String) - Method in class org.mule.example.errorhandler.ExceptionBeanToErrorMessage
 
doTransform(Object, String) - Method in class org.mule.example.hello.ChatStringToString
 
doTransform(Object, String) - Method in class org.mule.example.hello.ExceptionToString
 
doTransform(Object, String) - Method in class org.mule.example.hello.HttpRequestToNameString
 
doTransform(Object, String) - Method in class org.mule.example.hello.NameStringToChatString
 
doTransform(Object, String) - Method in class org.mule.example.hello.StdinToNameString
 
doTransform(Object, String) - Method in class org.mule.example.hello.StringToNameString
 
doTransform(Object, String) - Method in class org.mule.example.loanbroker.transformers.CreditProfileXmlToCreditProfile
 
doTransform(Object, String) - Method in class org.mule.example.loanbroker.transformers.LoanQuoteRequestToCreditProfileArgs
 
doTransform(Object, String) - Method in class org.mule.example.scripting.SimpleMathTransformer
 
doTransform(Object, String) - Method in class org.mule.example.scripting.StringToNumber
 
doTransform(Object, String) - Method in class org.mule.module.client.EventObjectTransformer
 
doTransform(Object, String) - Method in class org.mule.module.spring.remoting.ObjectToRemoteInvocationResultTransformer
 
doTransform(Object, String) - Method in class org.mule.module.spring.remoting.ObjectToRemoteInvocationTransformer
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.DomDocumentToXml
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.JXPathExtractor
Evaluate the expression in the context of the given object and returns the result.
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XmlToDomDocument
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XmlToOutputHandler
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XPathExtractor
 
doTransform(Object, String) - Method in class org.mule.module.xml.transformer.XsltTransformer
Transform, using XSLT, a XML String to another String.
doTransform(String, Source, Result) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.AbstractTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.Base64Decoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.Base64Encoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.XmlEntityDecoder
 
doTransform(Object, String) - Method in class org.mule.transformer.codec.XmlEntityEncoder
 
doTransform(Object, String) - Method in class org.mule.transformer.compression.GZipCompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.compression.GZipUncompressTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.NoActionTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToObject
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.GetBeanProperty
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.HexStringToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.MapLookup
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToInputStream
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.ObjectToString
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.StringAppendTransformer
 
doTransform(Object, String) - Method in class org.mule.transformer.simple.StringToObjectArray
 
doTransform(MuleMessage) - Method in class org.mule.transformer.TransformerTemplate.OverwitePayloadCallback
 
doTransform(MuleMessage) - Method in interface org.mule.transformer.TransformerTemplate.TransformerCallback
 
doTransform(Object, String) - Method in class org.mule.transport.email.transformers.EmailMessageToString
 
doTransform(Object, String) - Method in class org.mule.transport.email.transformers.MimeMessageToRfc822ByteArray
 
doTransform(Object, String) - Method in class org.mule.transport.email.transformers.Rfc822ByteArraytoMimeMessage
 
doTransform(Object, String) - Method in class org.mule.transport.file.transformers.FileToByteArray
 
doTransform(Object, String) - Method in class org.mule.transport.file.transformers.FileToString
Simple implementation which relies on FileToByteArray to get a byte[] from the file beeing parsed and then transform it to a String with the correct encoding.
doTransform(Object, String) - Method in class org.mule.transport.http.transformers.HttpClientMethodResponseToObject
 
doTransform(Object, String) - Method in class org.mule.transport.http.transformers.HttpResponseToString
Perform the transformation to always return a String object
doTransform(Object, String) - Method in class org.mule.transport.http.transformers.ServletRequestToOutputHandler
 
doTransform(Object, String) - Method in class org.mule.transport.servlet.transformers.HttpRequestToByteArray
 
doTransform(Object, String) - Method in class org.mule.transport.servlet.transformers.HttpRequestToInputStream
 
DOUBLE_ERROR - Static variable in class org.mule.util.NumberUtils
 
doWork(RetryContext) - Method in interface org.mule.api.retry.RetryCallback
 
doWork(Work) - Method in class org.mule.module.jca.DelegateWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.module.jca.DelegateWorkManager
 
doWork(Work) - Method in class org.mule.work.MuleWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
dropRef(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
dumpProperties(String, Properties, boolean) - Method in class org.mule.transport.email.AbstractMailConnector
 
duplicateDecoupledDestination() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
DURABLE_NAME_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
DURABLE_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
DynamicAttributeDefinitionParser - Interface in org.mule.config.spring.parsers.collection
 
DynamicURIInboundEndpoint - Class in org.mule.endpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
DynamicURIInboundEndpoint(InboundEndpoint) - Constructor for class org.mule.endpoint.DynamicURIInboundEndpoint
 
DynamicURIInboundEndpoint(InboundEndpoint, EndpointURI) - Constructor for class org.mule.endpoint.DynamicURIInboundEndpoint
 
DynamicURIOutboundEndpoint - Class in org.mule.endpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
DynamicURIOutboundEndpoint(OutboundEndpoint) - Constructor for class org.mule.endpoint.DynamicURIOutboundEndpoint
 
DynamicURIOutboundEndpoint(OutboundEndpoint, EndpointURI) - Constructor for class org.mule.endpoint.DynamicURIOutboundEndpoint
 

E

echo(String) - Method in interface org.mule.api.component.simple.EchoService
 
echo(String) - Method in class org.mule.component.simple.EchoComponent
 
Echo - Interface in org.mule.example.echo
 
echo(String) - Method in interface org.mule.example.echo.Echo
 
echo(InputStream) - Method in class org.mule.tck.functional.FunctionalStreamingEchoComponent
 
echo(String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
EchoComponent - Class in org.mule.component.simple
EchoComponent will log the message and return the payload back as the result.
EchoComponent() - Constructor for class org.mule.component.simple.EchoComponent
 
EchoService - Interface in org.mule.api.component.simple
 
EJB - Static variable in class org.mule.transport.ejb.EjbConnector
 
EJB_SERVICECLASS_INVOCATION_FAILED - Static variable in class org.mule.transport.ejb.EjbConnector
 
ejbActivate() - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
EjbConnector - Class in org.mule.transport.ejb
Provides Connection configurstion for EJB endpoints
EjbConnector() - Constructor for class org.mule.transport.ejb.EjbConnector
 
ejbCreate() - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
ejbKeyRefNotValid(Object) - Static method in class org.mule.transport.ejb.i18n.EjbMessages
 
EjbMessageAdapter - Class in org.mule.transport.ejb
 
EjbMessageAdapter(Object) - Constructor for class org.mule.transport.ejb.EjbMessageAdapter
 
EjbMessageDispatcher - Class in org.mule.transport.ejb
Invokes a method on an EJB object stored in Jndi.
EjbMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.ejb.EjbMessageDispatcher
 
EjbMessageDispatcherFactory - Class in org.mule.transport.ejb
EjbMessageDispatcherFactory creates a dispatcher for marshalling requests to an EJB MuleSession bean
EjbMessageDispatcherFactory() - Constructor for class org.mule.transport.ejb.EjbMessageDispatcherFactory
 
EjbMessageReceiver - Class in org.mule.transport.ejb
Will repeatedly call a method on an EJB object.
EjbMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.ejb.EjbMessageReceiver
 
EjbMessages - Class in org.mule.transport.ejb.i18n
 
EjbMessages() - Constructor for class org.mule.transport.ejb.i18n.EjbMessages
 
EjbNamespaceHandler - Class in org.mule.transport.ejb.config
 
EjbNamespaceHandler() - Constructor for class org.mule.transport.ejb.config.EjbNamespaceHandler
 
ejbObjectMissingCreate(Object) - Static method in class org.mule.transport.ejb.i18n.EjbMessages
 
ejbPassivate() - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
ejbRemove() - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
ElementInNestedMapDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
This constructs a nested map - keyed by "mapKey" - and then adds an entry in that named from the attribute "keyAttribute".
ElementInNestedMapDefinitionParser(String, String, String) - Constructor for class org.mule.config.spring.parsers.specific.properties.ElementInNestedMapDefinitionParser
 
elementToString(Element) - Static method in class org.mule.util.XMLUtils
 
EmailMessages - Class in org.mule.transport.email.i18n
 
EmailMessages() - Constructor for class org.mule.transport.email.i18n.EmailMessages
 
EmailMessageToString - Class in org.mule.transport.email.transformers
EmailMessageToString extracts a java mail Message contents and returns a string.
EmailMessageToString() - Constructor for class org.mule.transport.email.transformers.EmailMessageToString
 
EmailNamespaceHandler - Class in org.mule.transport.email.config
 
EmailNamespaceHandler() - Constructor for class org.mule.transport.email.config.EmailNamespaceHandler
 
EMPTY_EVENTS_ARRAY - Static variable in class org.mule.routing.inbound.EventGroup
 
ENABLE_CORRELATION_ALWAYS - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_IF_NOT_SET - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_CORRELATION_NEVER - Static variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ENABLE_MULE_SOAP_HEADERS - Static variable in class org.mule.transport.cxf.CxfConstants
 
enableAttribute(MuleDefinitionParser, String) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
enableAttributes(MuleDefinitionParser, String[], boolean) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
A utility class for selecting certain attributes.
enableAttributes(MuleDefinitionParser, String[][]) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
enableAttributes(MuleDefinitionParser, String[]) - Static method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
enableCorrelation - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
Determines if Mule stamps outgoing message with a correlation ID or not.
enableNotifications - Variable in class org.mule.AbstractExceptionListener
 
enableTimeoutMonitor() - Method in class org.mule.routing.EventCorrelator
 
ENCODE - Static variable in class org.mule.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.mule.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.mule.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHeader(String) - Static method in class org.mule.transport.jms.JmsMessageUtils
Encode a String so that is is a valid JMS header name
encodeObject(Serializable) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.mule.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class org.mule.util.XMLEntityCodec
 
encodeToFile(byte[], String) - Static method in class org.mule.util.Base64
Convenience method for encoding data to a file.
encoding - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
encoding - Variable in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
encoding - Variable in class org.mule.util.store.TextFileObjectStore
 
encrypt(byte[], Object) - Method in interface org.mule.api.EncryptionStrategy
 
encrypt(byte[], Object) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
encrypt(byte[], Object) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
encrypt(byte[], Object) - Method in class org.mule.tck.security.MockEncryptionStrategy
 
encryptCipher - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
EncryptionNotSupportedException - Exception in org.mule.api.security
EncryptionNotSupportedException is thrown if an algorithm is set in the MULE_USER header but it doesn't match the algorithm set on the security filter
EncryptionNotSupportedException(Message, MuleMessage) - Constructor for exception org.mule.api.security.EncryptionNotSupportedException
 
EncryptionNotSupportedException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.EncryptionNotSupportedException
 
EncryptionStrategy - Interface in org.mule.api
EncryptionStrategy can be used to provide different types of Encryption strategy objects.
EncryptionStrategyNotFoundException - Exception in org.mule.api.security
EncryptionStrategyNotFoundException is thrown by the SecurityManager when an encryption scheme is set in a property or header that has not been registered witrh the manager
EncryptionStrategyNotFoundException(String) - Constructor for exception org.mule.api.security.EncryptionStrategyNotFoundException
 
EncryptionStrategyNotFoundException(String, Throwable) - Constructor for exception org.mule.api.security.EncryptionStrategyNotFoundException
 
encryptionStrategyNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
encryptionStrategyNotSet() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
EncryptionTransformer - Class in org.mule.transformer.encryption
EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
EncryptionTransformer() - Constructor for class org.mule.transformer.encryption.EncryptionTransformer
 
end(Xid, int) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
end(Xid, int) - Method in class org.mule.util.xa.DefaultXASession
 
endpoint - Variable in exception org.mule.api.routing.RoutingException
 
endpoint - Variable in class org.mule.routing.ForwardingCatchAllStrategy
 
endpoint - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
endpoint - Variable in class org.mule.transformer.AbstractTransformer
The endpoint that this transformer instance is configured on
endpoint - Variable in class org.mule.transport.AbstractConnectable
 
endpoint - Variable in class org.mule.transport.AbstractReceiverWorker
 
endpoint - Variable in class org.mule.transport.cxf.ClientWrapper
 
ENDPOINT_PREFIX - Static variable in class org.mule.util.ObjectNameHelper
 
ENDPOINT_PROPERTIES_ATTRIBUTE - Static variable in class org.mule.config.spring.parsers.specific.endpoint.EndpointPropertyElementDefinitionParser
 
ENDPOINT_REGISTRY_PREFIX - Static variable in class org.mule.endpoint.DefaultEndpointFactory
 
ENDPOINT_TYPE_RECEIVER - Static variable in class org.mule.config.spring.factories.EndpointFactoryBean
 
ENDPOINT_TYPE_SENDER - Static variable in class org.mule.config.spring.factories.EndpointFactoryBean
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.mule.module.jca.MuleResourceAdapter
 
EndpointBuilder - Interface in org.mule.api.endpoint
Constructs endpoints.
EndpointChildDefinitionParser - Class in org.mule.transport.cxf.config
 
EndpointChildDefinitionParser(String) - Constructor for class org.mule.transport.cxf.config.EndpointChildDefinitionParser
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.mule.module.jca.MuleResourceAdapter
 
EndpointException - Exception in org.mule.api.endpoint
EndpointException is an abstract exception extended by endpoint specific exceptions.
EndpointException(Message) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointException(Throwable) - Constructor for exception org.mule.api.endpoint.EndpointException
 
EndpointFactory - Interface in org.mule.api.endpoint
Endpoint factory creates immutable instances of ImmutableEndpoint.
EndpointFactoryBean - Class in org.mule.config.spring.factories
Endpoint factory bean which uses type attribute to determine endpoint type (Used by 1to2migration module)
EndpointFactoryBean() - Constructor for class org.mule.config.spring.factories.EndpointFactoryBean
 
EndpointInfoExpressionEvaluator - Class in org.mule.expression
Looks up information about a global endpoint
EndpointInfoExpressionEvaluator() - Constructor for class org.mule.expression.EndpointInfoExpressionEvaluator
 
endpointIsMalformed(String) - Static method in class org.mule.config.i18n.CoreMessages
 
endpointIsNullForListener() - Static method in class org.mule.config.i18n.CoreMessages
 
EndpointMessageNotification - Class in org.mule.context.notification
These notifications are fired when either a message is either: received by an endpoint, sent or dispatched from an endpoint or requested from an endpoint.
EndpointMessageNotification(MuleMessage, ImmutableEndpoint, String, int) - Constructor for class org.mule.context.notification.EndpointMessageNotification
 
EndpointMessageNotificationListener - Interface in org.mule.api.context.notification
EndpointMessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from endpoints
endpointName - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
endpointNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
EndpointNotFoundException - Exception in org.mule.api.endpoint
EndpointNotFoundException is thrown when an endpoint name or protocol is specified but a matching endpoint is not registered with the Mule server
EndpointNotFoundException(String) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotFoundException(Throwable) - Constructor for exception org.mule.api.endpoint.EndpointNotFoundException
 
EndpointNotificationLoggerAgent - Class in org.mule.agent
EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.
EndpointNotificationLoggerAgent() - Constructor for class org.mule.agent.EndpointNotificationLoggerAgent
 
EndpointPollingJob - Class in org.mule.transport.quartz.jobs
Will receive on an endpoint and dispatch it to the component set via the Receiver information.
EndpointPollingJob() - Constructor for class org.mule.transport.quartz.jobs.EndpointPollingJob
 
EndpointPollingJobConfig - Class in org.mule.transport.quartz.jobs
Configuration for the EndpointPollingJob job.
EndpointPollingJobConfig() - Constructor for class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
EndpointPropertyElementDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
This parser parses nested endpoint elements adding the resulting beans to the map of properties on the EndpointBuilder rather than attempting to inject them on the EndpointBuilder itself.
EndpointPropertyElementDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.EndpointPropertyElementDefinitionParser
 
EndpointRefParser - Class in org.mule.config.spring.parsers.specific.endpoint
Configures a reference to an endpoint on a parent bean.
EndpointRefParser(String) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.EndpointRefParser
 
endpoints - Variable in class org.mule.AbstractExceptionListener
 
endpoints - Variable in class org.mule.module.jca.MuleResourceAdapter
 
endpoints - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
endpointsCache - Variable in class org.mule.transport.soap.axis.extensions.UniversalSender
 
EndpointSecurityFilter - Interface in org.mule.api.security
EndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
EndpointSelector - Class in org.mule.routing.outbound
EndpointSelector selects the outgoing endpoint based on a an expression evaluator ("header:endpoint" by default).
EndpointSelector() - Constructor for class org.mule.routing.outbound.EndpointSelector
 
EndpointService - Class in org.mule.module.management.mbean
The EndpointServiceMBean allows you to check the confiugration of an endpoint and conect/disconnect endpoints manually.
EndpointService(ImmutableEndpoint) - Constructor for class org.mule.module.management.mbean.EndpointService
 
EndpointService(MessageReceiver) - Constructor for class org.mule.module.management.mbean.EndpointService
 
EndpointServiceMBean - Interface in org.mule.module.management.mbean
The EndpointServiceMBean allows you to check the confiugration of an endpoint and conect/disconnect endpoints manually.
EndpointURI - Interface in org.mule.api.endpoint
EndpointURI is used to determine how a message is sent or received.
EndpointURIBuilder - Interface in org.mule.api.endpoint
EndpointBuilder determines how a uri is translated to a MuleEndpointURI Connectors can override the default behaviour to suit their needs
EndpointURIEndpointBuilder - Class in org.mule.endpoint
 
EndpointURIEndpointBuilder() - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
EndpointURIEndpointBuilder(EndpointURIEndpointBuilder) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Called from Spring
EndpointURIEndpointBuilder(URIBuilder, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
EndpointURIEndpointBuilder(String, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Deprecated.  
EndpointURIEndpointBuilder(EndpointURI, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
Deprecated.  
EndpointURIEndpointBuilder(ImmutableEndpoint, MuleContext) - Constructor for class org.mule.endpoint.EndpointURIEndpointBuilder
 
EndpointURIPropertyEditor - Class in org.mule.config.spring.editors
Translates a connector name property into the corresponding Connector instance.
EndpointURIPropertyEditor() - Constructor for class org.mule.config.spring.editors.EndpointURIPropertyEditor
 
EndpointUtils - Class in org.mule.config.spring.parsers.specific.endpoint.support
Routines and constants common to the two endpoint definition parsers.
EndpointUtils() - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
enlist() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
enlist() - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
ENLIST_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
enlistResource(XAResource) - Method in class org.mule.transaction.XaTransaction
 
enqueue(MuleEvent) - Method in class org.mule.model.seda.SedaService
 
ensureUniqueConnector(String) - Static method in class org.mule.util.ObjectNameHelper
 
ensureUniqueEndpoint(String) - Static method in class org.mule.util.ObjectNameHelper
 
ensureUniqueId(Element, String) - Static method in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
enterActiveOrPassiveMode(FTPClient, ImmutableEndpoint) - Method in class org.mule.transport.ftp.FtpConnector
Passive mode is OFF by default.
enterLoanAmount() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
enterLoanDuration() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
enterName() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
entityName(int) - Static method in class org.mule.util.XMLEntityCodec
Returns the name of the entity identified by the specified value.
entityValue(String) - Static method in class org.mule.util.XMLEntityCodec
Returns the value of the entity identified by the specified name.
EntryPoint - Interface in org.mule.api.model
EntryPoint defines the current entry method on a service.
EntryPointNotFoundException - Exception in org.mule.model.resolvers
Tis exception gets thrown by the DefaultEntryPointResolverSet if after trying all entrypointResolvers it cannot fin the entrypoint on the service service
EntryPointNotFoundException(String) - Constructor for exception org.mule.model.resolvers.EntryPointNotFoundException
 
EntryPointResolver - Interface in org.mule.api.model
EntryPointResolver resolves a method to call on the given Component when an event is received for the service.
entryPointResolver - Variable in class org.mule.component.DefaultLifecycleAdapter
 
EntryPointResolverSet - Interface in org.mule.api.model
EntryPointResolver resolves a method to call on the given service object when an event is received.
entryPointResolverSet - Variable in class org.mule.component.AbstractJavaComponent
 
entrySet() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
entrySet() - Method in class org.mule.util.MapCombiner
 
entryTTL - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
ENV_REQUEST_HEADERS - Static variable in class org.mule.transport.soap.MuleSoapHeaders
 
EnvelopeInterceptor - Class in org.mule.interceptor
EnvelopeInterceptor is an intercepter that will fire before and after an event is received.
EnvelopeInterceptor() - Constructor for class org.mule.interceptor.EnvelopeInterceptor
 
environment - Variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
EOF - Static variable in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
EOFProtocol - Class in org.mule.transport.tcp.protocols
The EOFProtocol class is an application level tcp protocol that does nothing.
EOFProtocol() - Constructor for class org.mule.transport.tcp.protocols.EOFProtocol
 
equal(Object, Object) - Static method in class org.mule.endpoint.AbstractEndpoint
 
equal(Object, Object) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
equal(Object, Object) - Static method in class org.mule.endpoint.URIBuilder
 
equal(Object, Object) - Static method in class org.mule.util.ClassUtils
Is there a better place for this? Simple helper for writing object equalities.
equals(Object) - Method in exception org.mule.api.MuleException
 
equals(Object) - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
equals(Object) - Method in class org.mule.api.transport.PropertyScope
 
equals(Object) - Method in class org.mule.config.ConfigResource
 
equals(Object) - Method in class org.mule.DefaultMuleEvent
 
equals(Object) - Method in class org.mule.endpoint.AbstractEndpoint
 
equals(Object) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
equals(Object) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
equals(Object) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
equals(Object) - Method in class org.mule.endpoint.MuleEndpointURI
 
equals(Object) - Method in class org.mule.endpoint.URIBuilder
 
equals(Object) - Method in class org.mule.interceptor.InterceptorStack
 
equals(Object) - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
equals(Object) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
equals(Object) - Method in class org.mule.module.jca.MuleEndpointKey
 
equals(Object) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
 
equals(Object) - Method in class org.mule.module.jca.MuleResourceAdapter
 
equals(Object) - Method in class org.mule.module.ognl.filters.OGNLFilter
 
equals(Object) - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
equals(Object) - Method in class org.mule.module.sxc.SxcFilter
 
equals(Object) - Method in class org.mule.module.xml.filters.JaxenFilter
 
equals(Object) - Method in class org.mule.module.xml.filters.JXPathFilter
 
equals(Object) - Method in class org.mule.module.xml.filters.XPathFilter
 
equals(Object) - Method in class org.mule.MuleShutdownHook
 
equals(Object) - Method in class org.mule.routing.filters.ExpressionFilter
 
equals(Object) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
equals(Object) - Method in class org.mule.routing.filters.logic.NotFilter
 
equals(Object) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
equals(Object) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
equals(Object) - Method in class org.mule.routing.filters.RegExFilter
 
equals(Object) - Method in class org.mule.routing.filters.WildcardFilter
 
equals(Object) - Method in class org.mule.routing.inbound.EventGroup
Compares two EventGroups for equality.
equals(Object) - Method in class org.mule.transaction.MuleTransactionConfig
 
equals(Object) - Method in class org.mule.transformer.TransformerWeighting
 
equals(Object) - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
equals(Object) - Method in class org.mule.transport.email.filters.MailSubjectRegExFilter
 
equals(Object) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
 
equals(Object) - Method in class org.mule.transport.jms.filters.JmsSelectorFilter
 
equals(Object) - Method in class org.mule.transport.NullPayload
 
equals(Object) - Method in class org.mule.transport.tcp.TcpSocketKey
 
equals(Object) - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
equals(Object) - Method in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
equals(Object) - Method in class org.mule.transport.xmpp.filters.XmppNotFilter
 
equals(Object) - Method in class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
equals(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
equals(Object) - Method in class org.mule.util.concurrent.WaitableBoolean
 
equals(Object) - Method in class org.mule.util.MapCombiner
 
equals(Object) - Method in class org.mule.util.queue.QueueConfiguration
 
equals(Object) - Method in class org.mule.util.queue.QueueInfo
 
equals(Object) - Method in class org.mule.util.store.InMemoryObjectStore.StoredObject
 
equals(Object) - Method in class org.mule.VoidResult
 
EqualsFilter - Class in org.mule.routing.filters
EqualsFilter is a filter for comparing two objects using the equals() method.
EqualsFilter() - Constructor for class org.mule.routing.filters.EqualsFilter
 
EqualsFilter(Object) - Constructor for class org.mule.routing.filters.EqualsFilter
 
error(TransformerException) - Method in class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
error(Object) - Method in class org.mule.util.MuleLogger
 
error(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
ERROR_CODE_PROPERTY - Static variable in class org.mule.config.ExceptionHelper
This is the property to set the error code to no the message it is the property name the Transport provider uses set the set the error code on the underlying message
ERROR_STATUS_CODE_RANGE_START - Static variable in class org.mule.transport.http.HttpClientMessageDispatcher
Range start for http error status codes.
errorClass(Class) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
errorCreatingConnectionFactory() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
errorDetail(String) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
ErrorFilterFactoryBean - Class in org.mule.transport.http.config
TODO
ErrorFilterFactoryBean() - Constructor for class org.mule.transport.http.config.ErrorFilterFactoryBean
 
errorInitializingJndi() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
errorManager - Variable in class org.mule.example.errorhandler.AbstractExceptionHandler
 
ErrorManager - Class in org.mule.example.errorhandler
ErrorManager TODO (document class)
ErrorManager() - Constructor for class org.mule.example.errorhandler.ErrorManager
 
ErrorMessage - Class in org.mule.example.errorhandler
The ErrorMessage represents an exception.
ErrorMessage() - Constructor for class org.mule.example.errorhandler.ErrorMessage
 
ErrorMessage(ExceptionBean) - Constructor for class org.mule.example.errorhandler.ErrorMessage
 
ErrorMessage(Throwable) - Constructor for class org.mule.example.errorhandler.ErrorMessage
 
ErrorMessage(Throwable, Map) - Constructor for class org.mule.example.errorhandler.ErrorMessage
 
ErrorMessageToException - Class in org.mule.example.errorhandler
The ErrorMessageToException transformer extracts and returns the exception encapsulated by the ErrorMessage message payload.
ErrorMessageToException() - Constructor for class org.mule.example.errorhandler.ErrorMessageToException
 
ErrorMessageToExceptionBean - Class in org.mule.example.errorhandler
The ErrorMessageToExceptionBean transformer returns the exception bean encapsulated by the ErrorMessage message payload.
ErrorMessageToExceptionBean() - Constructor for class org.mule.example.errorhandler.ErrorMessageToExceptionBean
 
errorReadingStream() - Static method in class org.mule.config.i18n.CoreMessages
 
errorVerifySignature() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
errorWhileListingFiles() - Static method in class org.mule.transport.file.i18n.FileMessages
 
esbWelcome() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
escape(String) - Method in class org.mule.module.management.support.JmxLegacySupport
Uses simpler rules for escaping non-JMX compliant chars.
escape(String) - Method in class org.mule.module.management.support.JmxModernSupport
Uses JMX 1.2 and higher standard escape method and semantics.
escape(String) - Method in interface org.mule.module.management.support.JmxSupport
Uses JMX 1.2 and higher standard escape method and semantics.
escapeStatement(String) - Method in class org.mule.transport.jdbc.sqlstrategy.CallableSqlStatementStrategy
 
escapeStatement(String) - Method in class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
 
etag - Variable in class org.mule.transport.http.PollingHttpMessageReceiver
 
evaluate(String, MuleMessage) - Method in interface org.mule.api.expression.ExpressionEvaluator
Extracts a single property from the message
evaluate(String, MuleMessage) - Method in interface org.mule.api.expression.ExpressionManager
Evaluates the given expression.
evaluate(String, MuleMessage, boolean) - Method in interface org.mule.api.expression.ExpressionManager
Evaluates the given expression.
evaluate(String, String, MuleMessage, boolean) - Method in interface org.mule.api.expression.ExpressionManager
Evaluates the given expression.
evaluate(String, MuleMessage) - Method in class org.mule.expression.DefaultExpressionManager
Evaluates the given expression.
evaluate(String, MuleMessage, boolean) - Method in class org.mule.expression.DefaultExpressionManager
Evaluates the given expression.
evaluate(String, String, MuleMessage, boolean) - Method in class org.mule.expression.DefaultExpressionManager
Evaluates the given expression.
evaluate(String, MuleMessage) - Method in class org.mule.expression.EndpointInfoExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.FunctionExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MapPayloadExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageAttachmentExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageHeaderExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageHeadersExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessageHeadersListExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MessagePayloadExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.MuleContextExpressionEvaluator
Extracts a single property from the message
evaluate(String, MuleMessage) - Method in class org.mule.expression.MuleExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.RegistryExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.expression.StringExpressionEvaluator
 
evaluate(MuleMessage) - Method in class org.mule.expression.transformers.ExpressionArgument
Evaluates this Expression agianst the passed in Message.
evaluate(String, MuleMessage) - Method in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
evaluate(String, MuleMessage) - Method in class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
Extracts a single property from the message
evaluate(String, MuleMessage) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
Extracts a single property from the message
evaluate(String, MuleMessage) - Method in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated.  
evaluate(String, MuleMessage) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
evaluateTransformParameter(String, Object) - Method in class org.mule.module.xml.transformer.XsltTransformer
Returns the value to be set for the parameter.
EVENT - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
EVENT_ATTRIBUTES - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
EVENT_CLASS - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
EVENT_MAP - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
EVENT_MULTICASTER_DESCRIPTOR_NAME - Static variable in class org.mule.module.spring.events.MuleEventMulticaster
 
EVENT_NAME - Variable in class org.mule.api.context.notification.ServerNotification
 
EVENT_RECEIVED - Static variable in class org.mule.tck.functional.FunctionalTestNotification
 
EventCallback - Interface in org.mule.tck.functional
The scope of the MuleEvent Callback is to be able to get a the message currently being processed by the FunctionalTestComponent and make assertions on the message payload, headers or attachments or to make changes required for the test.
eventComparator - Variable in class org.mule.routing.inbound.CorrelationEventResequencer
 
eventComparator - Variable in class org.mule.routing.inbound.MessageChunkingAggregator
 
eventComparator - Variable in class org.mule.routing.ResequenceCorrelatorCallback
 
EventCorrelator - Class in org.mule.routing
 
EventCorrelator(EventCorrelatorCallback, MessageInfoMapping, MuleContext) - Constructor for class org.mule.routing.EventCorrelator
 
eventCorrelator - Variable in class org.mule.routing.inbound.AbstractEventAggregator
 
EventCorrelatorCallback - Interface in org.mule.routing
A callback used to allow pluggable behaviour when correlating events
EventFilePersistenceStrategy - Class in org.mule.util.queue
 
EventFilePersistenceStrategy() - Constructor for class org.mule.util.queue.EventFilePersistenceStrategy
 
EventGeneratorJob - Class in org.mule.transport.quartz.jobs
Will generate a new event based o the scheduled time.
EventGeneratorJob() - Constructor for class org.mule.transport.quartz.jobs.EventGeneratorJob
 
EventGeneratorJobConfig - Class in org.mule.transport.quartz.jobs
The configuration for the EventGeneratorJob job.
EventGeneratorJobConfig() - Constructor for class org.mule.transport.quartz.jobs.EventGeneratorJobConfig
 
EventGroup - Class in org.mule.routing.inbound
EventGroup is a holder over events grouped by a common group Id.
EventGroup(Object) - Constructor for class org.mule.routing.inbound.EventGroup
 
EventGroup(Object, int) - Constructor for class org.mule.routing.inbound.EventGroup
 
eventGroups - Variable in class org.mule.routing.EventCorrelator
A map of EventGroup objects.
EventListener - Interface in org.mule.api.lifecycle
EventListener is a marker interface that is implemented by objects wishing to receive Mule events in managed environments, such as an EJB container.
eventLogger - Variable in class org.mule.agent.Log4jNotificationLoggerAgent
 
EventMemoryPersistenceStrategy - Class in org.mule.util.queue
 
EventMemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.EventMemoryPersistenceStrategy
 
EventObjectTransformer - Class in org.mule.module.client
EventObjectTransformer converts a java.util.EventObject into a DefaultMuleMessage.
EventObjectTransformer() - Constructor for class org.mule.module.client.EventObjectTransformer
 
eventProcessingFailedFor(String) - Static method in class org.mule.config.i18n.CoreMessages
 
eventPropertyNotSetCannotProcessRequest(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.CountdownCallback
 
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.CounterCallback
 
eventReceived(MuleEventContext, Object) - Method in interface org.mule.tck.functional.EventCallback
 
eventReceived(MuleEventContext, Object) - Method in class org.mule.tck.functional.ResponseWriterCallback
 
EventTimerTask - Class in org.mule.util.timer
EventTimerTask is a task that causes TimeEvent to be fired to listening objects when a specific number of milliseconds have passed.
EventTimerTask(TimeEventListener) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
EventTimerTask(TimeEventListener, String) - Constructor for class org.mule.util.timer.EventTimerTask
Constructs a EventTimeTask and registers a listener with it
eventTypeNotRecognised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
exactTransformerCache - Variable in class org.mule.registry.MuleRegistryHelper
 
ExampleArchetypeMojo - Class in org.mule.tools.maven.archetype
Builds archetype containers.
ExampleArchetypeMojo() - Constructor for class org.mule.tools.maven.archetype.ExampleArchetypeMojo
 
EXCEPTION_ACTION - Static variable in class org.mule.context.notification.ExceptionNotification
 
EXCEPTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
EXCEPTION_MESSAGE - Static variable in exception org.mule.tck.exceptions.FunctionalTestException
 
EXCEPTION_MESSAGE - Static variable in class org.mule.tck.testmodels.services.TestComponent
 
EXCEPTION_SERVICE_PATH - Static variable in class org.mule.util.SpiUtils
 
EXCEPTION_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
ExceptionBasedRouter - Class in org.mule.routing.outbound
ExceptionBasedRouter Will send the current event to the first endpoint that doesn't throw an exception.
ExceptionBasedRouter() - Constructor for class org.mule.routing.outbound.ExceptionBasedRouter
 
ExceptionBean - Class in org.mule.example.errorhandler
The ExceptionBean is a POJO representing the details of a Throwable
ExceptionBean() - Constructor for class org.mule.example.errorhandler.ExceptionBean
 
ExceptionBean(Throwable) - Constructor for class org.mule.example.errorhandler.ExceptionBean
 
ExceptionBeanToErrorMessage - Class in org.mule.example.errorhandler
 
ExceptionBeanToErrorMessage() - Constructor for class org.mule.example.errorhandler.ExceptionBeanToErrorMessage
 
ExceptionHandler - Interface in org.mule.example.errorhandler
ExceptionHandler TODO (document class)
ExceptionHelper - Class in org.mule.config
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions.
ExceptionHolder - Class in org.mule.util
TODO
ExceptionHolder() - Constructor for class org.mule.util.ExceptionHolder
 
exceptionListener - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Used to store parsed endpoints
exceptionListener - Variable in class org.mule.service.AbstractService
The exception strategy used by the service.
exceptionListener - Variable in class org.mule.transport.AbstractConnector
The exception strategy used by this connector
exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
ExceptionMessage - Class in org.mule.message
ExceptionMessage is used by the DefaultServiceExceptionStrategy for wrapping an exception with a message to send via an endpointUri.
ExceptionMessage(Object, Throwable, String, EndpointURI) - Constructor for class org.mule.message.ExceptionMessage
 
ExceptionNotification - Class in org.mule.context.notification
 
ExceptionNotification(Throwable) - Constructor for class org.mule.context.notification.ExceptionNotification
 
ExceptionNotificationListener - Interface in org.mule.api.context.notification
ExceptionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Exception event occurs.
exceptionOnConnectorNoExceptionListener(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExceptionPayload - Interface in org.mule.api
ExceptionPayload is a message payload that contains exception information that occurred during message processing.
exceptionPayload - Variable in class org.mule.transport.AbstractMessageAdapter
If an excpetion occurs while processing this message an exception payload will be attached here
exceptionPayloadAvailable(MuleMessage) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
ExceptionReader - Interface in org.mule.api.config
Provides a strategy interface for reading information from an exception in a consistent way.
exceptionStackIs() - Static method in class org.mule.config.i18n.CoreMessages
 
exceptionThrown(Exception) - Method in class org.mule.AbstractExceptionListener
 
exceptionThrown(Exception) - Method in class org.mule.transport.AbstractConnectable
 
exceptionThrown(Exception) - Method in class org.mule.transport.AbstractConnector
 
exceptionThrown(Exception) - Method in class org.mule.util.ExceptionHolder
 
ExceptionToString - Class in org.mule.example.hello
ExceptionToString converts an exception to a String, returning the exception's getMessage() result.
ExceptionToString() - Constructor for class org.mule.example.hello.ExceptionToString
 
ExceptionTXFilterDefinitionParser - Class in org.mule.config.spring.parsers.specific
TODO
ExceptionTXFilterDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.ExceptionTXFilterDefinitionParser
The class will be inferred from the class attribute
ExceptionTypeFilter - Class in org.mule.routing.filters
A filter that accepts messages that have an exception payload.
ExceptionTypeFilter() - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(String) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionTypeFilter(Class) - Constructor for class org.mule.routing.filters.ExceptionTypeFilter
 
ExceptionUtils - Class in org.mule.util
Mule exception utilities.
ExceptionUtils() - Constructor for class org.mule.util.ExceptionUtils
 
exceptionWhileProcessing(String, String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
execute() - Method in class org.apache.maven.plugin.archetype.BobberArchetypeMojo
 
execute() - Method in class org.mule.api.FutureMessageResult
Start asynchronous execution of this task
execute(RetryCallback, WorkManager) - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
execute(ExecutionContext) - Method in class org.mule.example.loanbroker.bpm.actions.PrepareLoanQuoteRequest
 
execute(Runnable) - Method in class org.mule.module.jca.DelegateWorkManager
 
execute(RetryCallback, WorkManager) - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
execute() - Method in class org.mule.tools.maven.archetype.ExampleArchetypeMojo
 
execute() - Method in class org.mule.tools.maven.archetype.ModuleArchetypeMojo
 
execute() - Method in class org.mule.tools.maven.archetype.ProjectArchetypeMojo
 
execute() - Method in class org.mule.tools.maven.archetype.TransportArchetypeMojo
 
execute(TransactionCallback) - Method in class org.mule.transaction.TransactionTemplate
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.Continue
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.SendMuleEvent
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.SendMuleEventAndContinue
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
execute(JbpmContext) - Method in class org.mule.transport.bpm.jbpm.MuleMessage
 
execute(MuleEvent, HttpMethod) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
execute(JobExecutionContext) - Method in class org.mule.transport.quartz.jobs.CustomJob
 
execute(JobExecutionContext) - Method in class org.mule.transport.quartz.jobs.EndpointPollingJob
 
execute(JobExecutionContext) - Method in class org.mule.transport.quartz.jobs.EventGeneratorJob
 
execute(JobExecutionContext) - Method in class org.mule.transport.quartz.jobs.ScheduledDispatchJob
 
execute(Runnable) - Method in class org.mule.util.concurrent.SynchronizedVariable
 
execute(Runnable) - Method in class org.mule.work.MuleWorkManager
 
executeStatement(JdbcConnector, ImmutableEndpoint, MuleEvent, long) - Method in class org.mule.transport.jdbc.sqlstrategy.SelectSqlStatementStrategy
 
executeStatement(JdbcConnector, ImmutableEndpoint, MuleEvent, long) - Method in class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
 
executeStatement(JdbcConnector, ImmutableEndpoint, MuleEvent, long) - Method in interface org.mule.transport.jdbc.sqlstrategy.SqlStatementStrategy
 
executingPhase - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
exiting() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
expectedSize() - Method in class org.mule.routing.inbound.EventGroup
Returns the number of events that this EventGroup is expecting before correlation can proceed.
expectedSource - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
expectedType - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
Expirable - Interface in org.mule.util.monitor
Expirable implementing classes can be notified when they expire
expirationInterval - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
expire() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
expire() - Method in class org.mule.util.store.InMemoryObjectStore
 
expired() - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
expired() - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
expired() - Method in interface org.mule.util.monitor.Expirable
 
ExpiryMonitor - Class in org.mule.util.monitor
ExpiryMonitor can monitor objects beased on an expiry time and can invoke a callback method once the object time has expired.
ExpiryMonitor(String) - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExpiryMonitor(String, int) - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExpiryMonitor(String, int, ScheduledThreadPoolExecutor) - Constructor for class org.mule.util.monitor.ExpiryMonitor
 
ExplicitMethodEntryPointResolver - Class in org.mule.model.resolvers
An Entrypoint resolver that allows the user to set one or more acceptiple methd names to look for.
ExplicitMethodEntryPointResolver() - Constructor for class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
EXPRESSION_SEPARATOR - Static variable in class org.mule.expression.ExpressionConfig
 
ExpressionArgument - Class in org.mule.expression.transformers
TODO
ExpressionArgument() - Constructor for class org.mule.expression.transformers.ExpressionArgument
 
ExpressionArgument(String, ExpressionConfig, boolean) - Constructor for class org.mule.expression.transformers.ExpressionArgument
 
ExpressionArgument(String, ExpressionConfig, boolean, Class) - Constructor for class org.mule.expression.transformers.ExpressionArgument
 
ExpressionConfig - Class in org.mule.expression
A simple configuration object for holding the common Expression evaluator configuration.
ExpressionConfig() - Constructor for class org.mule.expression.ExpressionConfig
 
ExpressionConfig(String, String, String) - Constructor for class org.mule.expression.ExpressionConfig
 
ExpressionConfig(String, String, String, String, String) - Constructor for class org.mule.expression.ExpressionConfig
 
ExpressionEvaluator - Interface in org.mule.api.expression
ExpressionEvaluator extracts a property from the message in a generic way.
expressionEvaluatorNotRegistered(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionEvaluatorProcessor - Class in org.mule.registry
Registers ExpressionEvaluators with the DefaultExpressionManager so that they will be resolved at run-time.
ExpressionEvaluatorProcessor(MuleContext) - Constructor for class org.mule.registry.ExpressionEvaluatorProcessor
 
expressionEvaluatorReturnedNull(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionFilenameParser - Class in org.mule.transport.file
ExpressionFilenameParser can use any expression language supported by Mule to construct a file name for the current message.
ExpressionFilenameParser() - Constructor for class org.mule.transport.file.ExpressionFilenameParser
 
ExpressionFilter - Class in org.mule.routing.filters
Allows boolean expressions to be executed on a message
ExpressionFilter(String, String, String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter(String, String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter(String) - Constructor for class org.mule.routing.filters.ExpressionFilter
 
ExpressionFilter() - Constructor for class org.mule.routing.filters.ExpressionFilter
 
expressionInvalidForProperty(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
expressionMalformed(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionManager - Interface in org.mule.api.expression
Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java, scripting and annotations.
expressionManager - Variable in class org.mule.routing.outbound.FilteringOutboundRouter
 
ExpressionMessageInfoMapping - Class in org.mule.routing
TODO
ExpressionMessageInfoMapping() - Constructor for class org.mule.routing.ExpressionMessageInfoMapping
 
ExpressionMessageSplitter - Class in org.mule.routing.outbound
Evaluates a single expression and adds the results of the expression as individual message parts.
ExpressionMessageSplitter() - Constructor for class org.mule.routing.outbound.ExpressionMessageSplitter
 
ExpressionRecipientList - Class in org.mule.routing.outbound
StaticRecipientList is used to dispatch a single event to multiple recipients over the same transport.
ExpressionRecipientList() - Constructor for class org.mule.routing.outbound.ExpressionRecipientList
 
expressionResultWasNull(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ExpressionRuntimeException - Exception in org.mule.api.expression
If thrown by the DefaultExpressionManager if an expression returns null and failIfNull was set when ExpressionManager.evaluate(String,org.mule.api.MuleMessage,boolean) was called.
ExpressionRuntimeException(Message) - Constructor for exception org.mule.api.expression.ExpressionRuntimeException
 
ExpressionRuntimeException(Message, Throwable) - Constructor for exception org.mule.api.expression.ExpressionRuntimeException
 
ExpressionTransformer - 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.
ExpressionTransformer() - Constructor for class org.mule.expression.transformers.ExpressionTransformer
 
extendBean(Attr) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Add a property defined by an attribute to the bean we are constructing.
extendBean(String, Object, boolean) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Allow direct access to bean for more complex cases
extendBean(Attr) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Add a property defined by an attribute to the bean we are constructing.
extendBean(String, Object, boolean) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Allow direct access to bean for major hacks
extendProblemDetails(Problem) - Method in class org.mule.config.spring.MissingParserProblemReporter
 
extendPropertiesForSession(Properties, Properties, URLName) - Method in class org.mule.transport.email.AbstractMailConnector
Subclasses should extend this to add further properties.
extendPropertiesForSession(Properties, Properties, URLName) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
extendPropertiesForSession(Properties, Properties, URLName) - Method in class org.mule.transport.email.GmailSmtpConnector
 
extendPropertiesForSession(Properties, Properties, URLName) - Method in class org.mule.transport.email.SmtpsConnector
 
extendTarget(Attr) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Add a property defined by an attribute to the parent of the bean we are constructing.
extendTarget(String, Object, boolean) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Allow direct access to target for more complex cases
extendTarget(String, String, Object) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
 
extendTarget(Attr) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Add a property defined by an attribute to the parent of the bean we are constructing.
extendTarget(String, Object, boolean) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Allow direct access to target for major hacks
extendTarget(String, String, Object) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
ExtendTarget - Class in org.mule.config.spring.parsers.processors
 
ExtendTarget(String, String) - Constructor for class org.mule.config.spring.parsers.processors.ExtendTarget
 
EXTENSION - Static variable in class org.mule.util.queue.FilePersistenceStrategy
 
externalSchemaLocation - Variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
extra - Variable in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
extractResources(String, Class, File, boolean) - Static method in class org.mule.util.FileUtils
Extract the specified resource to the given directory for remain all directory struct
extractResultFromNode(Object) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
extractResultFromNode(Object) - Method in class org.mule.module.xml.expression.BeanPayloadExpressionEvaluator
 
extractResultFromNode(Object) - Method in class org.mule.module.xml.expression.XPathExpressionEvaluator
 
extractResultFromNode(Object) - Method in class org.mule.module.xml.expression.XPathNodeExpressionEvaluator
 
extractResultsFromNodes(List) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 

F

FACTORY - Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
factory - Variable in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
 
FACTORY_CLASS - Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
FACTORY_REF - Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
FAILED_DISPATCHER - Static variable in interface org.mule.api.retry.RetryContext
 
FAILED_RECEIVER - Static variable in interface org.mule.api.retry.RetryContext
 
FAILED_REQUESTER - Static variable in interface org.mule.api.retry.RetryContext
 
failedToBind(URI) - Static method in class org.mule.transport.udp.i18n.UdpMessages
 
failedToBindToUri(URI) - Static method in class org.mule.transport.tcp.i18n.TcpMessages
 
failedToBuildMessage() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToClone(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCloseSocket() - Static method in class org.mule.transport.tcp.i18n.TcpMessages
 
failedToConnect(URI) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
failedToConvertStringUsingEncoding(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreate(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateAndDispatchResponse(Object) - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
failedToCreateConnectorFromUri(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateDocumentBuilder() - Static method in class org.mule.module.xml.i18n.XmlMessages
 
failedToCreateEndpointFromLocation(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateManagerInstance(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateObjectWith(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToCreateProxyFor(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToDeleteFile(String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
failedToDeserializeHandshakeFromServer() - Static method in class org.mule.module.client.i18n.ClientMessages
 
failedToDispatchActionNoResponseFromServer(String, int) - Static method in class org.mule.module.client.i18n.ClientMessages
 
failedToDispatchClientEvent() - Static method in class org.mule.module.client.i18n.ClientMessages
 
failedToDispatchToReplyto(ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToDispose(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToGetOutputStream() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToGetPooledObject() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInitMessageReader() - Static method in class org.mule.transport.tcp.i18n.TcpMessages
 
failedToInitSecurityProvider(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvoke(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvokeLifecycle(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToInvokeRestService(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToLoad(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToLoadTransformer(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToLocateHost(URI) - Static method in class org.mule.transport.udp.i18n.UdpMessages
 
failedToMoveFile(String, String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
failedToParseConfigResource(String) - Static method in class org.mule.config.builders.i18n.BuildersMessages
 
failedToProcessExtractorFunction(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToProcessSoapHeaders() - Static method in class org.mule.transport.soap.i18n.SoapMessages
 
failedToProcessXPath(String) - Static method in class org.mule.module.xml.i18n.XmlMessages
 
FailedToQueueEventException - Exception in org.mule
FailedToQueueEventException is thrown when an event cannot be put on an internal service queue.
FailedToQueueEventException(Message, MuleMessage, Service) - Constructor for exception org.mule.FailedToQueueEventException
 
FailedToQueueEventException(Message, MuleMessage, Service, Throwable) - Constructor for exception org.mule.FailedToQueueEventException
 
FailedToQueueEventException(MuleMessage, Service, Throwable) - Constructor for exception org.mule.FailedToQueueEventException
 
failedToReadAttachment(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReadFromStore(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReadPayload() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReadPayload(String) - Static method in class org.mule.transport.servlet.i18n.ServletMessages
 
failedToRecevieWithTimeout(Object, long) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToRegisterNamespace(String, String) - Static method in class org.mule.module.xml.i18n.XmlMessages
 
failedtoRegisterOnEndpoint(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToReinitMule() - Static method in class org.mule.module.spring.i18n.SpringMessages
 
failedToRouterViaEndpoint(ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToScheduleWork() - Static method in class org.mule.config.i18n.CoreMessages
 
failedToSetPropertiesOn(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToSetProxyOnService(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToStart(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToStop(String) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToUnregister(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
failedToWriteMessageToStore(Object, String) - Static method in class org.mule.config.i18n.CoreMessages
 
fatal(Problem) - Method in class org.mule.config.spring.MissingParserProblemReporter
 
fatal(Object) - Method in class org.mule.util.MuleLogger
 
fatal(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
fatalError(TransformerException) - Method in class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
fatalErrorInShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
fatalErrorWhileRunning() - Static method in class org.mule.config.i18n.CoreMessages
 
FatalException - Exception in org.mule.api.lifecycle
FatalException can be thrown during initialisation or during execution to indicate that something fatal has occurred and the MuleManager must shutdown.
FatalException(Message, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
FatalException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
FatalException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.FatalException
 
FatalException - Exception in org.mule.example.errorhandler.exceptions
FatalException TODO (document class)
FatalException(String) - Constructor for exception org.mule.example.errorhandler.exceptions.FatalException
 
FatalException(String, Throwable) - Constructor for exception org.mule.example.errorhandler.exceptions.FatalException
 
fatalException(Throwable) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
FatalHandler - Class in org.mule.example.errorhandler.handlers
FatalBehaviour TODO (document class)
FatalHandler() - Constructor for class org.mule.example.errorhandler.handlers.FatalHandler
 
fatalHandlerException(Throwable) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
fatalHandlerMessage() - Static method in class org.mule.example.errorhandler.LocaleMessage
 
fatalHandling(Exception) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
FEATURES - Static variable in class org.mule.transport.cxf.CxfConstants
 
feedback - Variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
FEEDBACK_PROPERTY - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
FILE - Static variable in class org.mule.transport.file.FileConnector
 
file - Variable in class org.mule.transport.file.FileMessageAdapter
 
fileChanged(File) - Method in interface org.mule.util.monitor.FileListener
Called when one of the monitored files are created, deleted or modified.
FileConnector - Class in org.mule.transport.file
FileConnector is used for setting up listeners on a directory and for writing files to a directory.
FileConnector() - Constructor for class org.mule.transport.file.FileConnector
 
FileContentsMessageAdapter - Class in org.mule.transport.file
FileContentsMessageAdapter provides a wrapper for file data.
FileContentsMessageAdapter(Object) - Constructor for class org.mule.transport.file.FileContentsMessageAdapter
 
FileContentsMessageAdapter(FileContentsMessageAdapter) - Constructor for class org.mule.transport.file.FileContentsMessageAdapter
 
fileDoesNotExist(String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
FileEndpointURIBuilder - Class in org.mule.transport.file
FileEndpointBuilder File uris need some special processing because the uri path can be any length, and the default resolver relies on a particular path format.
FileEndpointURIBuilder() - Constructor for class org.mule.transport.file.FileEndpointURIBuilder
 
fileInputStream - Variable in class org.mule.transport.file.FileMessageAdapter
 
FileListener - Interface in org.mule.util.monitor
Interface for listening to disk file changes.
FileMessageAdapter - Class in org.mule.transport.file
FileMessageAdapter provides a wrapper for a file reference.
FileMessageAdapter(Object) - Constructor for class org.mule.transport.file.FileMessageAdapter
 
FileMessageAdapter(FileMessageAdapter) - Constructor for class org.mule.transport.file.FileMessageAdapter
 
FileMessageDispatcher - Class in org.mule.transport.file
FileMessageDispatcher is used to read/write files to the filesystem
FileMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.file.FileMessageDispatcher
 
FileMessageDispatcherFactory - Class in org.mule.transport.file
FileMessageDispatcherFactory creaes a dispatcher responsible for writing files to disk
FileMessageDispatcherFactory() - Constructor for class org.mule.transport.file.FileMessageDispatcherFactory
 
FileMessageReceiver - Class in org.mule.transport.file
FileMessageReceiver is a polling listener that reads files from a directory.
FileMessageReceiver(Connector, Service, InboundEndpoint, String, String, String, long) - Constructor for class org.mule.transport.file.FileMessageReceiver
 
FileMessageRequester - Class in org.mule.transport.file
FileMessageDispatcher is used to read/write files to the filesystem
FileMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.file.FileMessageRequester
 
FileMessageRequesterFactory - Class in org.mule.transport.file
Creates a requester responsible for reading files from disk
FileMessageRequesterFactory() - Constructor for class org.mule.transport.file.FileMessageRequesterFactory
 
FileMessages - Class in org.mule.transport.file.i18n
 
FileMessages() - Constructor for class org.mule.transport.file.i18n.FileMessages
 
FileMonitor - Class in org.mule.util.monitor
Class for monitoring changes in disk files.
FileMonitor(long) - Constructor for class org.mule.util.monitor.FileMonitor
Create a file monitor instance with specified polling interval.
FileMonitor.FileMonitorNotifier - Class in org.mule.util.monitor
This is the timer thread which is executed every n milliseconds according to the setting of the file monitor.
FileMonitor.FileMonitorNotifier() - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
FileMonitor.FileMonitorNotifier(ExceptionListener) - Constructor for class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
filenameFilter - Variable in class org.mule.transport.ftp.FtpMessageReceiver
 
filenameParser - Variable in class org.mule.transport.file.FileConnector
 
FilenameParser - Interface in org.mule.transport.file
FilenameParser is a simple expression parser interface for processing filenames
FilenameRegexFilter - Class in org.mule.transport.file.filters
FilenameRegexFilter filters incoming files from a directory, based on a regular expression.
FilenameRegexFilter() - Constructor for class org.mule.transport.file.filters.FilenameRegexFilter
 
FileNamespaceHandler - Class in org.mule.transport.file.config
Reigsters a Bean Definition Parser for handling elements.
FileNamespaceHandler() - Constructor for class org.mule.transport.file.config.FileNamespaceHandler
 
FilenameUtils - Class in org.mule.util
 
FilenameWildcardFilter - Class in org.mule.transport.file.filters
FilenameWildcardFilter filters incoming files from a directory, based on file patterns.
FilenameWildcardFilter() - Constructor for class org.mule.transport.file.filters.FilenameWildcardFilter
 
FilenameWildcardFilter(String) - Constructor for class org.mule.transport.file.filters.FilenameWildcardFilter
 
FilePersistenceStrategy - Class in org.mule.util.queue
 
FilePersistenceStrategy() - Constructor for class org.mule.util.queue.FilePersistenceStrategy
 
FilePersistenceStrategy.HolderImpl - Class in org.mule.util.queue
 
FilePersistenceStrategy.HolderImpl(String, Object) - Constructor for class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
fileStore - Variable in class org.mule.util.store.TextFileObjectStore
 
FileToByteArray - Class in org.mule.transport.file.transformers
FileToByteArray reads the contents of a file as a byte array.
FileToByteArray() - Constructor for class org.mule.transport.file.transformers.FileToByteArray
 
FileToString - Class in org.mule.transport.file.transformers
FileToString reads file contents into a string.
FileToString() - Constructor for class org.mule.transport.file.transformers.FileToString
 
FileUtils - Class in org.mule.util
FileUtils contains useful methods for dealing with files & directories.
FileUtils() - Constructor for class org.mule.util.FileUtils
 
fileWithPathComponents(String[]) - Static method in class org.mule.util.FilenameUtils
 
fillProperties(MuleEvent) - Method in class org.mule.DefaultMuleEvent
 
Filter - Interface in org.mule.api.routing.filter
The Filter interface allows MuleMessage filtering.
FILTER - Static variable in class org.mule.config.spring.parsers.specific.FilterDefinitionParser
 
filter - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
filter - Variable in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
FilterBasedXmlMessageSplitter - Class in org.mule.module.xml.routing
This splitter will select the endpoint to send a message part on by filtering parts using the endpoint filters.
FilterBasedXmlMessageSplitter() - Constructor for class org.mule.module.xml.routing.FilterBasedXmlMessageSplitter
 
FilterDefinitionParser - Class in org.mule.config.spring.parsers.specific
This allows a filter to be defined globally, or embedded within an endpoint.
FilterDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.FilterDefinitionParser
 
FilterDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.FilterDefinitionParser
For custom transformers
FilterEventHandler - Class in org.mule.module.sxc
 
FilterEventHandler(SxcFilteringOutboundRouter, SxcFilter) - Constructor for class org.mule.module.sxc.FilterEventHandler
 
FilteringOutboundRouter - Class in org.mule.routing.outbound
FilteringRouter is a router that accepts events based on a filter set.
FilteringOutboundRouter() - Constructor for class org.mule.routing.outbound.FilteringOutboundRouter
 
finalCleanUp() - Method in class org.mule.util.xa.AbstractTransactionContext
 
findMethod(Class<?>) - Method in class org.mule.transport.cxf.ClientWrapper
 
findReceiverByStem(Map, String) - Static method in class org.mule.transport.http.HttpMessageReceiver
 
findService(String, ServiceDescriptor, Properties) - Method in interface org.mule.api.registry.ServiceFinder
 
findService(String, ServiceDescriptor, Properties) - Method in class org.mule.transport.soap.SoapServiceFinder
Deprecated. We can use a more intelligent strategy for locating the service using the OSGi registry.
findServiceDescriptor(String, String) - Static method in class org.mule.util.SpiUtils
 
findServiceDescriptor(String, String, Class) - Static method in class org.mule.util.SpiUtils
 
findServiceDescriptor(String, String, Class, boolean) - Static method in class org.mule.util.SpiUtils
 
findVariable(String, List) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
Find the variable.
finished - Variable in class org.mule.util.xa.AbstractTransactionContext
 
fireComponentNotification(MuleMessage, int) - Method in class org.mule.component.AbstractComponent
 
fireConnectNotification(int, String) - Method in class org.mule.retry.notifiers.ConnectNotifier
 
fireConnectNotification(int, String) - Method in class org.mule.transport.ConnectNotifier
 
fireInitialisationCallbacks(Object) - Method in class org.mule.object.AbstractObjectFactory
 
fireNotification(ExceptionNotification) - Method in class org.mule.AbstractExceptionListener
Fires a server notification to all registered ExceptionNotificationListener eventManager.
fireNotification(ServerNotification) - Method in interface org.mule.api.context.notification.ServerNotificationHandler
 
fireNotification(ServerNotification) - Method in interface org.mule.api.MuleContext
Fires a server notification to all regiistered listeners
fireNotification(ServerNotification) - Method in class org.mule.context.notification.OptimisedNotificationHandler
 
fireNotification(ServerNotification) - Method in class org.mule.context.notification.ServerNotificationManager
 
fireNotification(ServerNotification) - Method in class org.mule.DefaultMuleContext
Fires a server notification to all registered org.mule.api.context.notification.listener.CustomNotificationListener notificationManager.
fireNotification(TransactionNotification) - Method in class org.mule.transaction.AbstractTransaction
Fires a server notification to all registered TransactionNotificationListeners.
fireNotification(ServerNotification) - Method in class org.mule.transport.AbstractConnector
Fires a server notification to all registered listeners
firePhase(MuleContext, String) - Method in interface org.mule.api.lifecycle.LifecycleManager
Applies lifecycle phase to all objects in the Registry.
firePhase(MuleContext, String) - Method in class org.mule.lifecycle.GenericLifecycleManager
Applies lifecycle phase to all objects in the Registry.
firePostNotification(MuleContext) - Method in class org.mule.lifecycle.LifecycleObject
 
firePostNotification(MuleContext) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
firePreNotification(MuleContext) - Method in class org.mule.lifecycle.LifecycleObject
 
firePreNotification(MuleContext) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
fireServiceNotification(int) - Method in class org.mule.service.AbstractService
 
fireTimerEvent(TimeEvent) - Method in class org.mule.util.timer.EventTimerTask
 
firstDefinition - Variable in class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
 
firstOrNull(List) - Static method in class org.mule.transformer.TransformerUtils
 
FixedHostRmiClientSocketFactory - Class in org.mule.module.management.agent
This implementation will enforce specific overrideHost/ip for RMI calls on multi-NIC servers.
FixedHostRmiClientSocketFactory() - Constructor for class org.mule.module.management.agent.FixedHostRmiClientSocketFactory
Default constructor.
FixedHostRmiClientSocketFactory(String) - Constructor for class org.mule.module.management.agent.FixedHostRmiClientSocketFactory
Create a new instance.
flagMessage(Folder, Message) - Method in class org.mule.transport.email.RetrieveMessageRequester
There seems to be som variation on pop3 implementation so it may be preferrable to mark messages as seen here and alos overload the getMessages method to grab only new messages
FLOAT_ERROR - Static variable in class org.mule.util.NumberUtils
 
FloridaSunnyOrangeFactory - Class in org.mule.tck.testmodels.fruit
A simple object factory for unit testing.
FloridaSunnyOrangeFactory() - Constructor for class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactory
 
FloridaSunnyOrangeFactoryBean - Class in org.mule.tck.testmodels.fruit
A Spring FactoryBean implementation for unit testing.
FloridaSunnyOrangeFactoryBean() - Constructor for class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
flush() - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
flush() - Method in class org.mule.transport.http.ResponseWriter
 
flush() - Method in class org.mule.transport.tcp.protocols.ProtocolStream
 
flush() - Method in class org.mule.transport.WriterMessageAdapter
 
flushBase64() - Method in class org.mule.util.Base64.OutputStream
Method added by PHIL.
footer - Variable in class org.mule.util.SplashScreen
 
forceGC(long[]) - Static method in class org.mule.module.management.i18n.ManagementMessages
 
forceGC() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Force GC
forceGC() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Force GC
forceParent(BeanDefinition) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
forceParent(BeanDefinition) - Method in interface org.mule.config.spring.parsers.collection.DynamicAttributeDefinitionParser
This is implemented in AbstractHierarchicalDefinitionParser and allows us to "fake" a parent when processing the same element.
forceParent(BeanDefinition) - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser
 
forceParent(BeanDefinition) - Method in class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
forceParent(BeanDefinition) - Method in interface org.mule.config.spring.parsers.MuleChildDefinitionParser
 
forceProperty(String, String) - Static method in class org.mule.transport.jdbc.i18n.JdbcMessages
 
forcePropertyNoTransaction(String, String) - Static method in class org.mule.transport.jdbc.i18n.JdbcMessages
 
forceStop() - Method in class org.mule.module.management.mbean.ServiceService
 
forceStop() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
Causes the service to stop without processing its event queue first
forceStop() - Method in class org.mule.service.AbstractService
 
forceUniqueId(Element, String) - Static method in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
forget(Xid) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
forget(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
formatTimeStamp(Date, String) - Static method in class org.mule.util.DateUtils
 
ForwardingCatchAllStrategy - Class in org.mule.routing
ForwardingCatchAllStrategy acts as a catch and forward router for any events not caught by the router this strategy is associated with.
ForwardingCatchAllStrategy() - Constructor for class org.mule.routing.ForwardingCatchAllStrategy
 
ForwardingConsumer - Class in org.mule.routing.inbound
ForwardingConsumer is used to forward an incoming event over another transport without invoking a service.
ForwardingConsumer() - Constructor for class org.mule.routing.inbound.ForwardingConsumer
 
ForwardingRouterDefinitionParser - Class in org.mule.config.spring.parsers.specific
In addition to a ForwardingConsumer router, implicitly create a NullComponent service as a placeholder.
ForwardingRouterDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.ForwardingRouterDefinitionParser
 
FROM_ADDRESS_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
FRONTEND - Static variable in class org.mule.transport.cxf.CxfConstants
 
FTP - Static variable in class org.mule.transport.ftp.FtpConnector
 
FtpConnectionFactory - Class in org.mule.transport.ftp
 
FtpConnectionFactory(EndpointURI) - Constructor for class org.mule.transport.ftp.FtpConnectionFactory
 
FtpConnector - Class in org.mule.transport.ftp
 
FtpConnector() - Constructor for class org.mule.transport.ftp.FtpConnector
 
FtpMessageDispatcher - Class in org.mule.transport.ftp
 
FtpMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.ftp.FtpMessageDispatcher
 
FtpMessageDispatcherFactory - Class in org.mule.transport.ftp
 
FtpMessageDispatcherFactory() - Constructor for class org.mule.transport.ftp.FtpMessageDispatcherFactory
 
FtpMessageReceiver - Class in org.mule.transport.ftp
 
FtpMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.ftp.FtpMessageReceiver
 
FtpMessageRequester - Class in org.mule.transport.ftp
 
FtpMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.ftp.FtpMessageRequester
 
FtpMessageRequesterFactory - Class in org.mule.transport.ftp
 
FtpMessageRequesterFactory() - Constructor for class org.mule.transport.ftp.FtpMessageRequesterFactory
 
FtpNamespaceHandler - Class in org.mule.transport.ftp.config
Reigsters a Bean Definition Parser for handling elements.
FtpNamespaceHandler() - Constructor for class org.mule.transport.ftp.config.FtpNamespaceHandler
 
FunctionalStreamingEchoComponent - Class in org.mule.tck.functional
 
FunctionalStreamingEchoComponent() - Constructor for class org.mule.tck.functional.FunctionalStreamingEchoComponent
 
FunctionalStreamingTestComponent - Class in org.mule.tck.functional
A service that can be used by streaming functional tests.
FunctionalStreamingTestComponent() - Constructor for class org.mule.tck.functional.FunctionalStreamingTestComponent
 
FunctionalTestCase - Class in org.mule.tck
A base tast case for tests that initialize Mule using a configuration file.
FunctionalTestCase() - Constructor for class org.mule.tck.FunctionalTestCase
 
FunctionalTestComponent - Class in org.mule.tck.functional
FunctionalTestComponent is a service that can be used by functional tests.
FunctionalTestComponent() - Constructor for class org.mule.tck.functional.FunctionalTestComponent
 
FunctionalTestException - Exception in org.mule.tck.exceptions
 
FunctionalTestException() - Constructor for exception org.mule.tck.exceptions.FunctionalTestException
 
FunctionalTestNotification - Class in org.mule.tck.functional
A FunctionlTestNotification is fired by the FunctionalTestComponent when it receives an event.
FunctionalTestNotification(Object, int) - Constructor for class org.mule.tck.functional.FunctionalTestNotification
 
FunctionalTestNotification(MuleEventContext, Object, int) - Constructor for class org.mule.tck.functional.FunctionalTestNotification
 
FunctionalTestNotificationListener - Interface in org.mule.tck.functional
By implementing this listener interface and registering the object with the org.mule.api.MuleContext#registerListener(org.mule.api.context.ServerNotificationListener) You can receive FunctionalTestNotifications from the FunctionalTestComponent.
FunctionExpressionEvaluator - Class in org.mule.expression
This property extractor doesn't actually extract a property from the message, instead it allows for certain functions to be called and returns a result.
FunctionExpressionEvaluator() - Constructor for class org.mule.expression.FunctionExpressionEvaluator
 
FutureMessageResult - Class in org.mule.api
FutureMessageResult is an MuleMessage result of a remote invocation on a Mule Server.
FutureMessageResult(Callable) - Constructor for class org.mule.api.FutureMessageResult
 

G

generateAsynchronousEvent(String, Object, Map) - Method in class org.mule.transport.bpm.ProcessMessageReceiver
 
generateChildBeanName(Element) - Method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
generateEvent(String, Object, Map, boolean) - Method in class org.mule.transport.bpm.ProcessMessageReceiver
 
generateEventId() - Method in class org.mule.DefaultMuleEvent
 
generateMessage(String, Object, Map, boolean) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
generateMessage(String, Object, Map, boolean) - Method in interface org.mule.transport.bpm.MessageService
 
generateMessage(String, Object, Map, boolean) - Method in class org.mule.transport.bpm.ProcessConnector
 
generateSynchronousEvent(String, Object, Map) - Method in class org.mule.transport.bpm.ProcessMessageReceiver
 
generateTransformerName() - Method in class org.mule.transformer.AbstractTransformer
 
generateWSDLOrXSD(MuleEventContext, String) - Method in class org.mule.transport.cxf.CxfServiceComponent
 
GenericEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
 
GenericEndpointDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.GenericEndpointDefinitionParser
 
GenericGlobalEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
 
GenericGlobalEndpointDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.endpoint.GenericGlobalEndpointDefinitionParser
 
GenericLifecycleManager - Class in org.mule.lifecycle
 
GenericLifecycleManager() - Constructor for class org.mule.lifecycle.GenericLifecycleManager
 
GenericTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
A factory performing a JNDI lookup for TransactionManager.
GenericTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
get(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
get(Object) - Method in class org.mule.transport.cxf.CxfMuleSession
Get a variable from the session by the key.
GET - Static variable in class org.mule.transport.http.components.RestServiceWrapper
 
get(String) - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
get() - Method in class org.mule.util.concurrent.WaitableBoolean
 
get(Object) - Method in class org.mule.util.MapCombiner
 
GET_TARGET_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
getAcceptance() - Static method in class org.mule.module.boot.LicenseHandler
Display the EULA and get the user's acceptance.
getAcceptedTime() - Method in class org.mule.work.WorkerContext
System.currentTimeMillis() when the Work has been accepted.
getAcknowledgementMode() - Method in class org.mule.transport.jms.JmsConnector
 
getAction() - Method in class org.mule.api.context.notification.ServerNotification
 
getAction() - Method in interface org.mule.api.transaction.TransactionConfig
 
getAction() - Method in class org.mule.transaction.MuleTransactionConfig
 
getActionAsString() - Method in class org.mule.transaction.MuleTransactionConfig
 
getActionId(String) - Static method in class org.mule.api.context.notification.ServerNotification
 
getActionName() - Method in class org.mule.api.context.notification.ServerNotification
 
getActionName(int) - Static method in class org.mule.api.context.notification.ServerNotification
 
getActionNames() - Method in class org.mule.context.notification.CustomNotification
 
getActivationSpec() - Method in class org.mule.module.jca.MuleEndpointKey
 
getAdapter() - Method in interface org.mule.api.MuleMessage
Returns the currently edited Message adapter for this message.
getAdapter() - Method in class org.mule.DefaultMuleMessage
Returns the currently edited Message adapter for this message.
getAddProperties() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
getAddress() - Method in interface org.mule.api.endpoint.EndpointURI
 
getAddress() - Method in class org.mule.endpoint.MuleEndpointURI
 
getAddress() - Method in class org.mule.example.bookstore.Order
 
getAddress() - Method in class org.mule.module.management.mbean.EndpointService
 
getAddress() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
getAddress() - Method in class org.mule.tck.testmodels.services.Address
 
getAddress() - Method in class org.mule.tck.testmodels.services.Person
 
getAddress() - Method in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
getAgents() - Method in interface org.mule.api.registry.MuleRegistry
Deprecated. Use lookupAgent() instead
getAgents() - Method in class org.mule.registry.MuleRegistryHelper
 
getAlgorithm() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
getAliases() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
getAllDeployedServices() - Method in class org.mule.transport.soap.axis.extensions.MuleConfigProvider
 
getAppConfigurationEntry(String) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
Gets the configuration entries using the application Name
getAppendString() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getApplicationContext() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getArgs() - Method in class org.mule.config.i18n.Message
 
getArgs(MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
getArguments() - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
 
getAsyncEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getAsyncEventsReceived() - Method in class org.mule.module.management.mbean.ServiceService
 
getAsyncEventsReceived() - Method in class org.mule.module.management.mbean.ServiceStats
 
getAsyncEventsReceived() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getAsyncEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getAsyncEventsSent() - Method in class org.mule.module.management.mbean.ServiceService
 
getAsyncEventsSent() - Method in class org.mule.module.management.mbean.ServiceStats
 
getAsyncEventsSent() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getAttachment(String) - Method in interface org.mule.api.transport.MessageAdapter
Retrieve an attachment with the given name.
getAttachment(String) - Method in class org.mule.DefaultMuleMessage
Retrieve an attachment with the given name.
getAttachment(String) - Method in class org.mule.transport.AbstractMessageAdapter
Retrieve an attachment with the given name.
getAttachmentNames() - Method in interface org.mule.api.transport.MessageAdapter
Returns a set of the names of the attachments on this message.
getAttachmentNames() - Method in class org.mule.DefaultMuleMessage
Returns a set of the names of the attachments on this message.
getAttachmentNames() - Method in class org.mule.transport.AbstractMessageAdapter
Returns a set of the names of the attachments on this message.
getAttachments() - Method in class org.mule.transport.cxf.CxfMessageAdapter
 
getAttachments(Multipart, Map) - Static method in class org.mule.transport.email.MailUtils
 
getAttributeAlias(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
getAttributeAlias(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
getAttributeAlias(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
getAttributeAlias(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
getAttributeCount() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeCount() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeList() - Method in class org.mule.module.xml.stax.StartElementEventX
 
getAttributeLocalName(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeMapping(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
getAttributeMapping(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
getAttributeMapping(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
getAttributeMapping(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
getAttributeMapping(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
getAttributeMapping(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
getAttributeName(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeName(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributePrefix(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributes() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
Get the attributes associated with the given START_ELEMENT or ATTRIBUTE StAXevent.
getAttributeType(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeType(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getAttributeValue(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getAuthentication() - Method in interface org.mule.api.security.SecurityContext
 
getAuthentication() - Method in class org.mule.module.acegi.AcegiSecurityContext
 
getAuthentication() - Method in class org.mule.module.pgp.PGPSecurityContext
 
getAuthentication() - Method in class org.mule.module.spring.security.SpringSecurityContext
 
getAuthentication() - Method in class org.mule.security.DefaultSecurityContext
 
getAuthenticationMethod() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getAuthenticator() - Method in class org.mule.transport.email.AbstractMailConnector
 
getAuthor() - Method in class org.mule.example.bookstore.Book
 
getAuthorities() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getAuthorities() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getAuthority() - Method in interface org.mule.api.endpoint.EndpointURI
 
getAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
getAverageExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getAverageExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
 
getAverageExecutionTime() - Method in class org.mule.module.management.mbean.ServiceService
 
getAverageExecutionTime() - Method in class org.mule.module.management.mbean.ServiceStats
 
getAverageExecutionTime() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getAverageQueueSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getAverageQueueSize() - Method in class org.mule.module.management.mbean.ServiceService
 
getAverageQueueSize() - Method in class org.mule.module.management.mbean.ServiceStats
 
getAverageQueueSize() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getAxis() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getAxis() - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
getAxisDeployedServices() - Method in class org.mule.transport.soap.axis.extensions.MuleConfigProvider
 
getAxisTransportProtocols() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getBackChannel() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getBacklog() - Method in class org.mule.transport.tcp.TcpConnector
Deprecated. should use TcpConnector.getReceiveBacklog()
getBackupFolder() - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
getBankName() - Method in class org.mule.example.loanbroker.bank.Bank
 
getBankName() - Method in class org.mule.example.loanbroker.messages.LoanQuote
 
getBase() - Method in class org.mule.util.counters.impl.AggregateCounter
 
getBaseProtocol() - Method in class org.mule.transport.email.AbstractMailConnector
Some protocols (eg secure extensions) extend a "base" protocol.
getBaseProtocol() - Method in class org.mule.transport.email.ImapsConnector
 
getBaseProtocol() - Method in class org.mule.transport.email.Pop3sConnector
 
getBaseProtocol() - Method in class org.mule.transport.email.SmtpsConnector
 
getBatchSize() - Method in class org.mule.transaction.constraints.BatchConstraint
 
getBccAddresses() - Method in class org.mule.transport.email.SmtpConnector
 
getBean() - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
 
getBean() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
getBean() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
getBeanAssembler(Element, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
The bean assembler gives more reliable/automatic processing of collections, maps, etc.
getBeanAssembler(Element, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Restricted use - does not include a target.
getBeanAssemblerFactory() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Determine the bean class corresponding to the supplied Element.
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.AttributeMapDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.ChildListDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.ChildMapDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.ChildPropertiesDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.generic.OrphanDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.generic.ParentDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.specific.ConfigurationDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.specific.GlobalPropertyDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.config.spring.parsers.specific.properties.ListPropertyDefinitionParser
 
getBeanClass() - Method in class org.mule.expression.transformers.BeanBuilderTransformer
 
getBeanClass(Element) - Method in class org.mule.module.management.config.JmxAgentDefinitionParser
 
getBeanClass(Element) - Method in class org.mule.module.scripting.config.GroovyRefreshableBeanBuilderParser
 
getBeanClassFromAttribute(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Determine the bean class corresponding to the supplied Element based on an explicit "class" attribute.
getBeanConfig() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
getBeanFactory() - Method in class org.mule.expression.transformers.BeanBuilderTransformer
 
getBeanName(Element) - Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
getBeanName(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getBeanName(Element) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
getBeanName(Element) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
getBeanName(Element) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParser
 
getBeanName(Element) - Method in class org.mule.config.spring.parsers.specific.endpoint.support.ChildEndpointDefinitionParser
 
getBeanName(Element) - Method in class org.mule.module.xml.config.NamespaceManagerDefinitionParser
 
GetBeanProperty - Class in org.mule.transformer.simple
Looks up a property from a JavaBean using PropertyUtils.getProperty().
GetBeanProperty() - Constructor for class org.mule.transformer.simple.GetBeanProperty
 
getBeanTypes() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getBestSeller() - Method in class org.mule.example.bookstore.DataWarehouse
 
getBindingCollection() - Method in interface org.mule.api.component.JavaComponent
 
getBindingCollection() - Method in class org.mule.component.AbstractJavaComponent
 
getBindingCollection() - Method in class org.mule.module.scripting.component.ScriptComponent
 
getBody() - Method in class org.mule.transport.http.HttpRequest
 
getBody() - Method in class org.mule.transport.http.HttpResponse
 
getBodyAsString() - Method in class org.mule.transport.http.HttpResponse
 
getBodyBytes() - Method in class org.mule.transport.http.HttpRequest
 
getBodyPartForAttachment(DataHandler, String) - Method in class org.mule.transport.email.transformers.ObjectToMimeMessage
 
getBodyString() - Method in class org.mule.transport.http.HttpRequest
 
getBoilerPlate(String) - Static method in class org.mule.util.StringMessageUtils
 
getBoilerPlate(String, char, int) - Static method in class org.mule.util.StringMessageUtils
 
getBoilerPlate(List, char, int) - Static method in class org.mule.util.StringMessageUtils
 
getBook(long) - Method in interface org.mule.example.bookstore.CatalogService
Look up the details for a particular book by ID
getBook(long) - Method in class org.mule.example.bookstore.CatalogServiceImpl
 
getBook() - Method in class org.mule.example.bookstore.Order
 
getBooks() - Method in interface org.mule.example.bookstore.CatalogService
Return a collection of all books in the catalog
getBooks() - Method in class org.mule.example.bookstore.CatalogServiceImpl
 
getBoolean(Object, boolean) - Static method in class org.mule.util.ObjectUtils
Gets a boolean from a value in a null-safe manner.
getBooleanProperty(String, boolean) - Method in interface org.mule.api.transport.MessageAdapter
Gets a boolean property from the message
getBooleanProperty(String, boolean) - Method in class org.mule.DefaultMuleMessage
Gets a boolean property from the message
getBooleanProperty(Map, String, Boolean) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
getBooleanProperty(String, boolean) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a boolean property from the message
getBooleanProperty(String, boolean) - Method in class org.mule.transport.MessagePropertiesContext
 
getBootstrapContext() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getBpms() - Method in class org.mule.transport.bpm.ProcessConnector
 
getBrokerURL() - Method in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
getBufferSize() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
getBufferSize() - Method in class org.mule.transport.tcp.TcpConnector
Deprecated. Should use TcpConnector.getSendBufferSize() or TcpConnector.getReceiveBufferSize()
getBuildDate() - Static method in class org.mule.config.MuleManifest
 
getBuildDate() - Method in class org.mule.module.management.mbean.MuleService
Deprecated. use getBuildNumber() instead
getBuildDate() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getBuilder() - Method in class org.mule.tck.FunctionalTestCase
 
getBuildNumber() - Static method in class org.mule.config.MuleManifest
 
getBuildNumber() - Method in class org.mule.module.management.mbean.MuleService
 
getBuildNumber() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getBundlePath(String) - Static method in class org.mule.config.i18n.MessageFactory
Computes the bundle's full path (META-INF/services/org/mule/i18n/<bundleName>-messages.properties) from bundleName.
getBus() - Method in class org.mule.transport.cxf.CxfServiceComponent
 
getBus() - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getByte(Object, byte) - Static method in class org.mule.util.ObjectUtils
Gets a byte from a value in a null-safe manner.
getByteProperty(String, byte) - Method in class org.mule.transport.MessagePropertiesContext
 
getBytes(String) - Static method in class org.mule.util.StringMessageUtils
 
getCacheKeyForPayload(Object, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getCall(MuleEvent, Object[]) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
getCallbackCount() - Method in class org.mule.tck.functional.CounterCallback
 
getCallResponseAggregateIdentifier(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseRouter
Extracts a Group identifier from the current event.
getCapacity() - Method in class org.mule.util.queue.QueueConfiguration
 
getCatchAllStrategy() - Method in interface org.mule.api.routing.RouterCollection
 
getCatchAllStrategy() - Method in class org.mule.routing.AbstractRouterCollection
 
getCaughtMessages() - Method in class org.mule.management.stats.RouterStatistics
 
getCaughtMessages() - Method in class org.mule.module.management.mbean.RouterStats
 
getCaughtMessages() - Method in interface org.mule.module.management.mbean.RouterStatsMBean
 
getCause(Throwable) - Method in interface org.mule.api.config.ExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.DefaultExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.MuleExceptionReader
 
getCause(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getCause() - Method in class org.mule.example.errorhandler.ExceptionBean
 
getCause(Throwable) - Method in class org.mule.transport.jdbc.SQLExceptionReader
 
getCause(Throwable) - Method in class org.mule.transport.jms.JmsExceptionReader
 
getCause(Throwable) - Method in class org.mule.transport.soap.axis.AxisFaultExceptionReader
 
getCcAddresses() - Method in class org.mule.transport.email.SmtpConnector
 
getChainsawHost() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getChainsawPort() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getChange() - Method in class org.mule.example.stockquote.StockQuote
 
getCharacterEncodingScheme() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getCharset() - Method in class org.mule.transport.http.HttpRequest
 
getCharset() - Method in class org.mule.transport.http.HttpResponse
 
getCheckFileAge() - Method in class org.mule.transport.file.FileConnector
 
getCheckFrequency() - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
getChildDelegate() - Method in class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
getClassConstraint() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getClassInternal(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getClassLoader() - Method in class org.mule.config.i18n.MessageFactory
Override this method to return the classloader for the bundle/module which contains the needed resource files.
getClassName(Class) - Static method in class org.mule.util.ClassUtils
 
getClassTypes(Object) - Static method in class org.mule.util.ClassUtils
Used for creating an array of class types for an array or single object
getClient() - Method in class org.mule.module.client.MuleProxyListener
 
getClient() - Method in class org.mule.transport.cxf.ClientWrapper
 
getClient() - Method in class org.mule.transport.quartz.QuartzConnector
A shared MuleClient for EndpointPollingJobs.
getClientConfig() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getClientConfig(ImmutableEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
getClientConfig(ImmutableEndpoint) - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
getClientConnectionManager() - Method in class org.mule.transport.http.HttpConnector
 
getClientId() - Method in class org.mule.transport.jms.JmsConnector
 
getClientKeyStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStore() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClientKeyStore() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getClientKeyStore() - Method in class org.mule.transport.email.SmtpsConnector
 
getClientKeyStore() - Method in class org.mule.transport.http.HttpsConnector
 
getClientKeyStore() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getClientKeyStore() - Method in class org.mule.transport.ssl.SslConnector
 
getClientKeyStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStorePassword() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClientKeyStorePassword() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getClientKeyStorePassword() - Method in class org.mule.transport.email.SmtpsConnector
 
getClientKeyStorePassword() - Method in class org.mule.transport.http.HttpsConnector
 
getClientKeyStorePassword() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getClientKeyStorePassword() - Method in class org.mule.transport.ssl.SslConnector
 
getClientKeyStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getClientKeyStoreType() - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
getClientKeyStoreType() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getClientKeyStoreType() - Method in class org.mule.transport.email.SmtpsConnector
 
getClientKeyStoreType() - Method in class org.mule.transport.http.HttpsConnector
 
getClientKeyStoreType() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getClientKeyStoreType() - Method in class org.mule.transport.ssl.SslConnector
 
getClientProvider() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getClientProxy() - Method in class org.mule.transport.cxf.ClientWrapper
 
getClientSoTimeout() - Method in class org.mule.transport.tcp.TcpConnector
 
getClusterId() - Method in interface org.mule.api.config.MuleConfiguration
 
getClusterId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getClusterId() - Method in class org.mule.context.notification.MuleContextNotification
 
getCode() - Method in interface org.mule.api.ExceptionPayload
 
getCode() - Method in class org.mule.config.i18n.Message
 
getCode() - Method in class org.mule.message.DefaultExceptionPayload
 
getColumn(ServiceStatistics, String[]) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getCommandLineOption(String, String[], String[][]) - Static method in class org.mule.util.SystemUtils
Returns the value corresponding to the given option from the command line, for example if the options are "-config mule-config.xml" getCommandLineOption("config") would return "mule-config.xml"
getCommandLineOptions(String[], String[][]) - Static method in class org.mule.util.SystemUtils
Returns a Map of all options in the command line.
getCommitTxFilter() - Method in class org.mule.AbstractExceptionListener
 
getComparator() - Method in class org.mule.transport.file.FileMessageReceiver
 
getCompiledScript() - Method in class org.mule.module.scripting.component.Scriptable
 
getComponent() - Method in exception org.mule.api.lifecycle.LifecycleException
 
getComponent() - Method in interface org.mule.api.service.Service
Returns the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
getComponent() - Method in class org.mule.context.notification.ComponentMessageNotification
 
getComponent() - Method in class org.mule.service.AbstractService
 
getComponent(String) - Method in class org.mule.tck.FunctionalTestCase
Returns an instance of the service's component object.
getComponent(Service) - Method in class org.mule.tck.FunctionalTestCase
Returns an instance of the service's component object.
getComponentName() - Method in class org.mule.message.ExceptionMessage
 
getComponentName() - Method in class org.mule.module.client.MuleProxyListener
 
getComponentName() - Method in class org.mule.module.management.mbean.EndpointService
 
getComponentName() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
getComponentPoolAbsoluteMaxSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentPoolMaxSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentPoolSize() - Method in class org.mule.management.stats.SedaServiceStatistics
 
getComponentStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getComponentStatistics() - Method in class org.mule.management.stats.AllStatistics
 
getComponentStatistics() - Method in class org.mule.module.management.mbean.StatisticsService
 
getConduit(EndpointInfo) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getConduitInitiator() - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
getConfigBuilder() - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
getConfigBuilderClassName() - Method in class org.mule.module.management.mbean.MuleService
 
getConfigBuilderClassName() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
Contains value of option -builder
getConfigBuilderClassName() - Static method in class org.mule.MuleServer
Returns the class name of the configuration builder used to create this MuleServer.
getConfigDirName() - Method in class org.mule.agent.ConfigScannerAgent
 
getConfigFile() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
getConfigNamespaces() - Method in class org.mule.module.xml.util.NamespaceManager
 
getConfigResources() - Method in class org.mule.config.spring.MuleApplicationContext
 
getConfigResources() - Method in class org.mule.tck.FunctionalTestCase
 
getConfiguration() - Method in interface org.mule.api.MuleContext
 
getConfiguration() - Method in class org.mule.DefaultMuleContext
 
getConfiguration() - Method in class org.mule.module.client.MuleClient
 
getConfigurationBuilder() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getConfigurationBuilder() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getConfigurationLocation() - Method in class org.mule.transport.cxf.CxfConnector
 
getConfigurationResources() - Method in class org.mule.MuleServer
Getter for property messengerURL.
getConfigurations() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getConfigurations() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getConfigurationsAsArray() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getConnectEventId(ImmutableEndpoint) - Method in class org.mule.transport.AbstractConnectable
 
getConnectEventId() - Method in class org.mule.transport.AbstractConnector
The resource id used when firing ConnectEvents from this connector
getConnectEventId() - Method in class org.mule.transport.AbstractMessageReceiver
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.mule.module.jca.MuleManagedConnection
Creates a new connection handle to the Mail Server represented by the ManagedConnection instance.
getConnection() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getConnection() - Method in class org.mule.transport.jms.JmsConnector
 
getConnectionDescription() - Method in interface org.mule.api.transport.Connectable
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.transport.AbstractConnectable
Returns a string identifying the underlying resource
getConnectionDescription() - Method in class org.mule.transport.AbstractConnector
 
getConnectionDescription() - Method in class org.mule.transport.AbstractMessageReceiver
 
getConnectionFactory() - Method in class org.mule.transport.jms.JmsConnector
 
getConnectionFactoryClass() - Method in class org.mule.transport.ftp.FtpConnector
Getter for property 'connectionFactoryClass'.
getConnectionFactoryJndiName() - Method in class org.mule.transport.jms.JmsConnector
 
getConnectionFactoryProperties() - Method in class org.mule.transport.jms.JmsConnector
 
getConnector() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The endpoint that will be used to send the message on.
getConnector() - Method in exception org.mule.api.transport.ConnectorException
 
getConnector() - Method in interface org.mule.api.transport.MessageDispatcher
Gets the connector for this dispatcher
getConnector() - Method in interface org.mule.api.transport.MessageRequester
Gets the connector for this dispatcher
getConnector() - Method in class org.mule.endpoint.AbstractEndpoint
 
getConnector() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getConnector() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getConnector() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getConnector() - Method in class org.mule.transport.AbstractConnectable
 
getConnector() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getConnector() - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getConnector() - Method in class org.mule.transport.jms.DefaultJmsTopicResolver
Getter for property 'connector'.
getConnector() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getConnector() - Method in class org.mule.transport.tcp.TcpSocketKey
 
getConnectorByProtocol(String) - Static method in class org.mule.transport.service.TransportFactory
 
getConnectorName() - Method in interface org.mule.api.endpoint.EndpointURI
 
getConnectorName() - Method in class org.mule.endpoint.MuleEndpointURI
 
getConnectorName() - Method in class org.mule.module.jca.MuleActivationSpec
 
getConnectorName(Connector) - Static method in class org.mule.util.ObjectNameHelper
 
getConnectors() - Method in interface org.mule.api.registry.MuleRegistry
Deprecated. Use lookupConnector() instead
getConnectors() - Method in class org.mule.registry.MuleRegistryHelper
 
getConnectorServerProperties() - Method in class org.mule.module.management.agent.JmxAgent
Getter for property 'connectorServerProperties'.
getConnectorServerUrl() - Method in class org.mule.module.management.agent.JmxAgent
 
getConstraint() - Method in interface org.mule.api.transaction.TransactionConfig
 
getConstraint() - Method in class org.mule.transaction.MuleTransactionConfig
 
getConstructor() - Method in class org.mule.endpoint.URIBuilder
 
getConstructor(Class, Class[]) - Static method in class org.mule.util.ClassUtils
 
getContentHandler() - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getContentLength() - Method in class org.mule.transport.http.HttpRequest
 
getContentLength() - Method in class org.mule.transport.http.HttpResponse
 
getContentLength() - Method in class org.mule.transport.http.StreamPayloadRequestEntity
 
getContentType(Class) - Method in class org.mule.transport.email.DefaultDataContentHandlerFactory
 
getContentType() - Method in class org.mule.transport.email.SmtpConnector
 
getContentType() - Method in class org.mule.transport.email.transformers.PlainTextDataSource
 
getContentType() - Method in class org.mule.transport.http.HttpRequest
 
getContentType() - Method in class org.mule.transport.http.StreamPayloadRequestEntity
 
getContext() - Method in class org.mule.object.JndiObjectFactory
 
getContext() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getContext() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver.ThreadContextLocal
 
getContextProperties() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getContextProperties() - Method in class org.mule.module.xml.filters.JXPathFilter
 
getContextProperties() - Method in class org.mule.module.xml.transformer.XsltTransformer
Gets the parameters to be used when applying the transformation
getConverters() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
getCookiePolicy(String) - Static method in class org.mule.transport.http.CookieHelper
 
getCookieSpec(String) - Static method in class org.mule.transport.http.CookieHelper
 
getCookieSpec() - Method in class org.mule.transport.http.HttpConnector
 
getCopyright() - Method in class org.mule.module.management.mbean.MuleService
 
getCopyright() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getCorrelationGroup() - Method in class org.mule.transport.soap.MuleSoapHeaders
 
getCorrelationGroupSize() - Method in interface org.mule.api.transport.MessageAdapter
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in class org.mule.DefaultMuleMessage
Determines how many messages are in the correlation group
getCorrelationGroupSize() - Method in class org.mule.transport.AbstractMessageAdapter
Determines how many messages are in the correlation group
getCorrelationId(MuleMessage) - Method in interface org.mule.api.routing.MessageInfoMapping
 
getCorrelationId() - Method in interface org.mule.api.transport.MessageAdapter
Sets a correlationId for this message.
getCorrelationId() - Method in class org.mule.DefaultMuleMessage
Sets a correlationId for this message.
getCorrelationId(MessageAdapter) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
getCorrelationId(MuleMessage) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getCorrelationId(MuleMessage) - Method in class org.mule.routing.MuleMessageInfoMapping
 
getCorrelationId() - Method in class org.mule.transport.AbstractMessageAdapter
Sets a correlationId for this message.
getCorrelationId() - Method in class org.mule.transport.soap.MuleSoapHeaders
 
getCorrelationIdExpression() - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getCorrelationSequence() - Method in interface org.mule.api.transport.MessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in class org.mule.DefaultMuleMessage
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in class org.mule.transport.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
getCorrelationSequence() - Method in class org.mule.transport.soap.MuleSoapHeaders
 
getCorrelatorCallback() - Method in class org.mule.example.loanbroker.routers.BankQuotesResponseAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.inbound.AbstractCorrelationAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
getCorrelatorCallback() - Method in class org.mule.routing.inbound.MessageChunkingAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.inbound.SimpleCollectionAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.response.ResponseCorrelationAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.response.SimpleCollectionResponseAggregator
 
getCorrelatorCallback() - Method in class org.mule.routing.response.SingleResponseRouter
 
getCount() - Method in class org.mule.tck.functional.CountdownCallback
 
getCounter(String) - Static method in class org.mule.util.counters.CounterFactory
Search the defined counters for a counter of the given name.
getCounter(String) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
getCounters() - Static method in class org.mule.util.counters.CounterFactory
Retrieve an iterator giving the list of public defined counters.
getCounters() - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
getCreateConnector() - Method in class org.mule.module.jca.MuleActivationSpec
 
getCreated() - Method in class org.mule.routing.inbound.EventGroup
Return the creation timestamp of the current group in nanoseconds.
getCredentialList(String) - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
This method parses the credentials string and populates the credentials list against which the username and password submitted with the request will be checked
getCredentials() - Method in interface org.mule.api.MuleEvent
 
getCredentials() - Method in interface org.mule.api.security.Authentication
 
getCredentials(MuleEvent) - Method in interface org.mule.api.security.CredentialsAccessor
 
getCredentials() - Method in class org.mule.DefaultMuleEvent
 
getCredentials() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getCredentials() - Method in class org.mule.module.jaas.JaasAuthentication
 
getCredentials() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Gets the user's credentials, i.e.
getCredentials() - Method in class org.mule.module.pgp.PGPAuthentication
 
getCredentials() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getCredentials() - Method in class org.mule.security.DefaultMuleAuthentication
 
getCredentials(MuleEvent) - Method in class org.mule.security.MuleHeaderCredentialsAccessor
 
getCredentialsAccessor() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getCredentialsAccessor() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
getCredentialsAccessor() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getCreditAgency() - Method in class org.mule.example.loanbroker.esn.SynchronousLoanBroker
 
getCreditAgencyService() - Method in class org.mule.example.loanbroker.esb.CreditAgencyGateway
 
getCreditHistory() - Method in class org.mule.example.loanbroker.messages.CreditProfile
 
getCreditHistoryLength(int) - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
getCreditHistoryLength(int) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
 
getCreditProfile(String, Integer) - Method in interface org.mule.example.loanbroker.credit.CreditAgency
 
getCreditProfile(String, Integer) - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
Used by Ejb Call
getCreditProfile(Customer) - Method in interface org.mule.example.loanbroker.credit.CreditAgencyService
 
getCreditProfile(Customer) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
 
getCreditProfile() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
getCreditScore(int) - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
getCreditScore(int) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
 
getCreditScore() - Method in class org.mule.example.loanbroker.messages.CreditProfile
 
getCurrent(MuleContext) - Static method in class org.mule.module.management.support.JmxRegistrationContext
Get current context or create one if none exist for the current startup cycle.
getCurrentMessage() - Static method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
getCurrentPhase() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getCurrentPhase() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
getCurrentTransaction() - Method in interface org.mule.api.MuleEventContext
Returns the current transaction (if any) for the session
getCurrentTransaction() - Method in class org.mule.DefaultMuleEventContext
Returns the current transaction (if any) for the session
getCustomer() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
getCustomerRequest() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
getCustomEvaluator() - Method in class org.mule.expression.ExpressionConfig
 
getCustomEvaluator() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getCustomEvaluator() - Method in class org.mule.routing.filters.ExpressionFilter
 
getCustomEvaluator() - Method in class org.mule.routing.outbound.EndpointSelector
 
getCustomEvaluator() - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
getCustomEvaluator() - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
getCustomEvaluator() - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getCustomHeaders() - Method in class org.mule.transport.email.SmtpConnector
 
getCxfBus() - Method in class org.mule.transport.cxf.CxfConnector
 
getData() - Method in class org.mule.component.simple.StaticComponent
 
getData() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
getDataContentHandler(Class) - Method in class org.mule.transport.email.DefaultDataContentHandlerFactory
 
getDataFile() - Method in class org.mule.component.simple.StaticComponent
 
getDataSource() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getDate() - Method in class org.mule.example.stockquote.StockQuote
 
getDate() - Method in interface org.mule.tck.testmodels.services.DateService
 
getDate() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getDateFromString(String, String) - Static method in class org.mule.util.DateUtils
 
getDecoupledEndpoint() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getDefault() - Static method in class org.mule.transport.email.ImapsSocketFactory
 
getDefault() - Static method in class org.mule.transport.email.Pop3sSocketFactory
 
getDefault() - Static method in class org.mule.transport.email.SmtpsSocketFactory
 
getDefaultCipherSuites() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
getDefaultClientEndpoint(Service, Object) - Method in class org.mule.module.client.MuleClient
 
getDefaultCompressionStrategy() - Static method in class org.mule.util.compression.CompressionHelper
 
getDefaultConfigResource() - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
If no config location resource is configured on the servlet context, the value returned from this method will be used to initialise the MuleManager.
getDefaultConnectionFactory() - Method in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
getDefaultConnectionFactory() - Method in class org.mule.transport.jms.activemq.ActiveMQXAJmsConnector
 
getDefaultConnectionFactory() - Method in class org.mule.transport.jms.JmsConnector
Override this method to provide a default ConnectionFactory for a vendor-specific JMS Connector.
getDefaultConnector() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultDeleteUnacceptedMessages(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultEncoding() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultEncoding() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultEndpointEncoding(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultEndpointName() - Method in class org.mule.routing.outbound.EndpointSelector
 
getDefaultFilter(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultFrontend() - Method in class org.mule.transport.cxf.CxfConnector
 
getDefaultInboundTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultInboundTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultInboundTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultInitialState(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultMessageDispatcherThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageDispatcherThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultMessageReceiverThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageReceiverThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultMessageRequesterThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultMessageRequesterThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultOutboundTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultOutboundTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultOutboundTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultPort() - Method in class org.mule.transport.email.AbstractMailConnector
 
getDefaultPort() - Method in class org.mule.transport.email.SmtpConnector
 
getDefaultResponseTimeout() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultResponseTimeout() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultResponseTimeout(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultResponseTransformers(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultResponseTransformers(TransportServiceDescriptor) - Static method in class org.mule.transformer.TransformerUtils
 
getDefaultResponseTransformers() - Method in class org.mule.transport.AbstractConnector
 
getDefaultScope() - Method in class org.mule.transport.MessagePropertiesContext
 
getDefaultSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultService() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
getDefaultServiceThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultServiceThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultSynchronous(Connector, String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultThreadingProfile() - Method in interface org.mule.api.MuleContext
 
getDefaultThreadingProfile() - Method in class org.mule.DefaultMuleContext
 
getDefaultTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDefaultTransactionTimeout() - Method in interface org.mule.api.config.MuleConfiguration
 
getDefaultTransactionTimeout() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDefaultTransactionTimeout() - Method in class org.mule.util.xa.AbstractResourceManager
Gets the default transaction timeout in milliseconds.
getDelay() - Method in class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
Milliseconds to wait after sending each message in order for the thread to "catch up" with the test.
getDelayedResult(Source) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
Get a delayed result.
getDelayedResult(String, Source) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getDelayedResultCallback(DelayedResult) - Method in class org.mule.transport.cxf.support.OutputPayloadInterceptor
 
getDelegate(int) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
getDelegate(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
 
getDelegate(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AttributeSelectionDefinitionParser
 
getDelegate(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.BooleanAttributeSelectionDefinitionParser
 
getDelegate(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
getDelegate(Element, ParserContext) - Method in class org.mule.config.spring.parsers.specific.ComponentDelegatingDefinitionParser
 
getDelegate() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getDelegate() - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
getDelegate() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getDelegate() - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
getDelegateSession() - Method in class org.mule.transport.file.FileMessageDispatcher
There is no associated session for a file connector
getDelegateSession() - Method in class org.mule.transport.file.FileMessageRequester
There is no associated session for a file connector
getDeleteProperties() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
getDeleteUnacceptedMessages(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getDelimiter() - Method in class org.mule.transformer.simple.ObjectArrayToString
 
getDelimiter() - Method in class org.mule.transformer.simple.StringToObjectArray
 
getDependentAgents() - Method in class org.mule.AbstractAgent
 
getDependentAgents() - Method in class org.mule.agent.ConfigScannerAgent
 
getDependentAgents() - Method in interface org.mule.api.agent.Agent
 
getDependentAgents() - Method in class org.mule.module.management.agent.JmxAgent
The JmxAgent needs a RmiRegistryAgent to be started before it can properly work.
getDependentAgents() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
getDescription() - Method in class org.mule.AbstractAgent
 
getDescription() - Method in class org.mule.agent.ConfigScannerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
Should be a 1 line description of the agent
getDescription() - Method in interface org.mule.api.agent.Agent
Should be a 1 line description of the agent
getDescription() - Method in interface org.mule.api.retry.RetryContext
 
getDescription() - Method in class org.mule.config.spring.util.CachedResource
 
getDescription() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.module.management.agent.JdmkAgent
 
getDescription() - Method in class org.mule.module.management.agent.JmxAgent
Should be a 1 line description of the agent
getDescription() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
Should be a 1 line description of the agent.
getDescription() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getDescription() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
getDescription() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
getDescription() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
getDescription() - Method in class org.mule.retry.DefaultRetryContext
 
getDestination(EndpointInfo) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getDestination(EndpointInfo, EndpointReferenceType) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getDetailedMessage() - Method in exception org.mule.api.MuleException
 
getDetailMessage() - Method in class org.mule.example.errorhandler.ExceptionBean
 
getDetails() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getDetails() - Method in class org.mule.module.pgp.PGPAuthentication
 
getDetails() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getDevListEmail() - Static method in class org.mule.config.MuleManifest
 
getDirectory() - Method in class org.mule.util.store.TextFileObjectStore
 
getDispatcherFactory() - Method in interface org.mule.api.transport.Connector
The dispatcher factory is used to create a message dispatcher of the current request
getDispatcherFactory() - Method in class org.mule.transport.AbstractConnector
 
getDispatcherThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'dispatcherThreadingProfile'.
getDispatcherWorkManager() - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message dispatchers.
getDocumentBuilderFactory() - Method in class org.mule.module.xml.filters.AbstractJaxpFilter
The document builder factory to use in case XML needs to be parsed.
getDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getDom4jXPath() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getDomain() - Method in class org.mule.context.notification.MuleContextNotification
 
getDomainId() - Method in interface org.mule.api.config.MuleConfiguration
 
getDomainId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getDomainName(MuleContext) - Method in class org.mule.module.management.support.AbstractJmxSupport
Calculates the domain name for the current Mule instance.
getDomainName(MuleContext) - Method in interface org.mule.module.management.support.JmxSupport
Calculates the domain name for the current Mule instance.
getDomains(MBeanServer) - Method in class org.mule.module.management.support.AbstractJmxSupport
List all domains of this MBean server.
getDomains(MBeanServer) - Method in class org.mule.module.management.support.JmxLegacySupport
List all domains of this MBean server.
getDomains(MBeanServer) - Method in class org.mule.module.management.support.JmxModernSupport
List all domains of this MBean server.
getDOMXPath() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getDouble(Object, double) - Static method in class org.mule.util.ObjectUtils
Gets a double from a value in a null-safe manner.
getDoubleProperty(String, double) - Method in interface org.mule.api.transport.MessageAdapter
Gets a double property from the message
getDoubleProperty(String, double) - Method in class org.mule.DefaultMuleMessage
 
getDoubleProperty(String, double) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a double property from the message
getDoubleProperty(String, double) - Method in class org.mule.transport.MessagePropertiesContext
 
getDriverClassName() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
getDTDHandler() - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getDTDPublicId() - Static method in class org.mule.config.MuleManifest
 
getDTDSystemId() - Static method in class org.mule.config.MuleManifest
 
getEISProductName() - Method in class org.mule.module.jca.MuleManagedConnectionMetaData
 
getEISProductVersion() - Method in class org.mule.module.jca.MuleManagedConnectionMetaData
 
getElementText() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getElementText() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getEmail() - Method in class org.mule.example.bookstore.Order
 
getEnableCorrelation() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEncoding() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Decides the encoding to be used for events received by this endpoint
getEncoding() - Method in interface org.mule.api.MuleEvent
Gets the encoding for this message.
getEncoding() - Method in interface org.mule.api.MuleEventContext
Gets the encoding for the current message.
getEncoding() - Method in interface org.mule.api.transport.MessageAdapter
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.DefaultMuleEvent
Gets the encoding for this message.
getEncoding() - Method in class org.mule.DefaultMuleEventContext
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.DefaultMuleMessage
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.endpoint.AbstractEndpoint
 
getEncoding() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getEncoding() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getEncoding() - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
getEncoding() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
getEncoding() - Method in interface org.mule.module.management.mbean.MuleConfigurationServiceMBean
 
getEncoding() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getEncoding() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getEncoding() - Method in class org.mule.transport.AbstractMessageAdapter
Gets the encoding for the current message.
getEncoding() - Method in class org.mule.transport.http.ResponseWriter
 
getEncoding() - Method in class org.mule.util.store.TextFileObjectStore
 
getEncryptionStrategies() - Method in interface org.mule.api.security.SecurityManager
 
getEncryptionStrategies() - Method in class org.mule.security.MuleSecurityManager
 
getEncryptionStrategy() - Method in exception org.mule.api.security.CryptoFailureException
 
getEncryptionStrategy(String) - Method in interface org.mule.api.security.SecurityManager
 
getEncryptionStrategy(String) - Method in class org.mule.security.MuleSecurityManager
 
getEndpoint() - Method in interface org.mule.api.MuleEvent
Gets the endpoint associated with this event
getEndpoint(String) - Method in interface org.mule.api.routing.InboundRouterCollection
 
getEndpoint() - Method in interface org.mule.api.routing.InterfaceBinding
 
getEndpoint(String) - Method in interface org.mule.api.routing.OutboundRouter
 
getEndpoint(String) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getEndpoint() - Method in exception org.mule.api.routing.RoutingException
 
getEndpoint() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getEndpoint() - Method in interface org.mule.api.transformer.BaseTransformer
The endpoint that this transformer is attached to
getEndpoint() - Method in interface org.mule.api.transport.MessageDispatcher
 
getEndpoint() - Method in interface org.mule.api.transport.MessageReceiver
 
getEndpoint() - Method in interface org.mule.api.transport.MessageRequester
 
getEndpoint() - Method in class org.mule.context.notification.EndpointMessageNotification
 
getEndpoint() - Method in class org.mule.DefaultMuleEvent
 
getEndpoint(EndpointURI, DefaultEndpointFactory.EndpointSource) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getEndpoint() - Method in class org.mule.endpoint.URIBuilder
 
getEndpoint() - Method in class org.mule.example.loanbroker.bank.Bank
 
getEndpoint() - Method in class org.mule.message.ExceptionMessage
 
getEndpoint() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
getEndpoint() - Method in class org.mule.module.jca.MuleActivationSpec
 
getEndpoint() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getEndpoint() - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
getEndpoint() - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
getEndpoint(String) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
getEndpoint() - Method in class org.mule.routing.inbound.WireTap
 
getEndpoint(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEndpoint(int, MuleMessage) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
Will Return the endpont at the given index and will resolve any template tags on the Endpoint URI if necessary
getEndpoint() - Method in class org.mule.routing.outbound.SplitMessage.MessagePart
 
getEndpoint(String) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getEndpoint() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getEndpoint() - Method in class org.mule.transformer.AbstractTransformer
 
getEndpoint() - Method in class org.mule.transport.AbstractConnectable
 
getEndpoint() - Method in class org.mule.transport.AbstractMessageDispatcher
 
getEndpoint() - Method in class org.mule.transport.AbstractMessageReceiver
 
getEndpoint() - Method in class org.mule.transport.AbstractMessageRequester
 
getEndpoint() - Method in class org.mule.transport.cxf.MuleInvoker
 
getEndpoint(DestinationFactory, String) - Static method in class org.mule.transport.cxf.support.CxfUtils
 
getEndpoint() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getEndpoint(MuleEvent, String) - Method in class org.mule.transport.DefaultReplyToHandler
 
getEndpoint() - Method in class org.mule.transport.tcp.TcpSocketKey
 
getEndpointAddress() - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
getEndpointBuilder(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Used to retrieve the an EndpointBuilder equal to the one would be used to create an endpoint.

This is useful if you need to customize a builder before creation of an endpoint as you can use this method to obtain the endpoint builder, custommize it and then call the factory methods that take a EndpointBuilder rather than a String.
getEndpointBuilder() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getEndpointBuilder(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getEndpointBuilderName() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The name of the endpoint builder used to create this endpoint.
getEndpointBuilderName() - Method in class org.mule.endpoint.AbstractEndpoint
 
getEndpointBuilderName() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getEndpointBuilderName() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getEndpointEncoding(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getEndpointForURI(HttpServletRequest) - Method in class org.mule.transport.servlet.MuleRESTReceiverServlet
 
getEndpointName() - Method in interface org.mule.api.endpoint.EndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName()
getEndpointName() - Method in class org.mule.endpoint.MuleEndpointURI
 
getendpointName() - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
getEndpointName() - Method in class org.mule.module.jca.MuleActivationSpec
 
getEndpointName(EndpointURI) - Static method in class org.mule.util.ObjectNameHelper
 
getEndpointRef() - Method in class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
getEndpointRef() - Method in class org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
 
getEndpoints() - Method in class org.mule.AbstractExceptionListener
 
getEndpoints(Throwable) - Method in class org.mule.AbstractExceptionListener
Returns an endpoint for the given exception.
getEndpoints() - Method in interface org.mule.api.registry.MuleRegistry
Deprecated. Use EndpointFactory for creation/lookup of individual endpoints instead
getEndpoints() - Method in interface org.mule.api.routing.InboundRouterCollection
 
getEndpoints() - Method in interface org.mule.api.routing.OutboundRouter
Gets a list of Endpoint instances associated with this router
getEndpoints() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getEndpoints() - Method in class org.mule.registry.MuleRegistryHelper
 
getEndpoints() - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
getEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getEndpoints() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getEndpointURI() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
This specifess the communication endpointUri.
getEndpointURI() - Method in interface org.mule.api.MuleEventContext
Returns a reference to the Endpoint Uri for this context This is the endpoint on which the event was received
getEndpointURI() - Method in interface org.mule.api.transport.MessageReceiver
The endpointUri that this receiver listens on
getEndpointURI() - Method in class org.mule.DefaultMuleEventContext
 
getEndpointURI() - Method in class org.mule.endpoint.AbstractEndpoint
 
getEndpointURI() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getEndpointURI() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getEndpointURI() - Method in class org.mule.transport.AbstractMessageReceiver
 
getEntityResolver() - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getEntries() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
getEntryPointResolvers() - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
getEntryPointResolverSet() - Method in interface org.mule.api.component.JavaComponent
A JavaComponent can have a custom entry-point resolver for its own object.
getEntryPointResolverSet() - Method in interface org.mule.api.model.Model
The entry point resolver is used to determine the method to be called on a service when an event is received for it.
getEntryPointResolverSet() - Method in class org.mule.component.AbstractJavaComponent
 
getEntryPointResolverSet() - Method in class org.mule.model.AbstractModel
 
getEntryTTL() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
getenv() - Static method in class org.mule.util.SystemUtils
Get the operating system environment variables.
getenv(String) - Static method in class org.mule.util.SystemUtils
 
getEnvironment() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
getEnvironment() - Method in class org.mule.jndi.SimpleContext
 
getEnvironment() - Method in class org.mule.tck.jndi.InMemoryContext
 
getEnvironment() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getErrorClass(int) - Static method in class org.mule.config.ExceptionHelper
 
getErrorCode(Class) - Static method in class org.mule.config.ExceptionHelper
 
getErrorCodePropertyName(String) - Static method in class org.mule.config.ExceptionHelper
 
getErrorHandler() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getErrorHandler() - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getErrorManager() - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
getErrorManager() - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
getErrorMapping(String, Class) - Static method in class org.mule.config.ExceptionHelper
 
getErrorMessage() - Method in class org.mule.api.model.InvocationResult
Returns the error message set on this result or null if none has been set
getErrorMessagePayload(MuleMessage) - Method in class org.mule.AbstractExceptionListener
 
getEvaluator() - Method in class org.mule.expression.ExpressionConfig
 
getEvaluator() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getEvaluator() - Method in class org.mule.routing.filters.ExpressionFilter
 
getEvaluator() - Method in class org.mule.routing.outbound.EndpointSelector
 
getEvaluator() - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
getEvaluator() - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
getEvaluator() - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getEvent() - Method in interface org.mule.api.interceptor.Invocation
 
getEvent() - Method in class org.mule.component.ComponentInterceptorInvoker
 
getEvent(MuleMessage, String, boolean) - Method in class org.mule.module.client.MuleClient
Packages a mule event for the current request
getEvent(MuleMessage, String, boolean) - Method in class org.mule.module.jca.DefaultMuleConnection
Packages a mule event for the current request
getEvent() - Static method in class org.mule.RequestContext
 
getEventCallback() - Method in class org.mule.tck.functional.FunctionalTestComponent
An event callback is called when a message is received by the service.
getEventComparator() - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
getEventContext() - Method in class org.mule.expression.MuleContextExpressionEvaluator
 
getEventContext() - Static method in class org.mule.RequestContext
 
getEventContext() - Method in class org.mule.tck.functional.FunctionalTestNotification
 
getEventCorrelator() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getEventGroup() - Method in exception org.mule.routing.AggregationException
 
getEventGroup(Object) - Method in class org.mule.routing.EventCorrelator
 
getEventTransformer() - Method in class org.mule.module.client.MuleProxyListener
 
getEventType() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getEventType() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getException() - Method in interface org.mule.api.ExceptionPayload
 
getException() - Method in class org.mule.context.notification.ExceptionNotification
 
getException() - Method in class org.mule.example.errorhandler.ErrorMessage
 
getException() - Method in class org.mule.message.DefaultExceptionPayload
 
getException() - Method in class org.mule.message.ExceptionMessage
 
getException() - Method in class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
getException() - Method in class org.mule.MuleShutdownHook
 
getException() - Method in class org.mule.tck.concurrency.TestingThread
 
getExceptionClass() - Method in class org.mule.example.errorhandler.ExceptionBean
 
getExceptionCode() - Method in exception org.mule.api.MuleException
 
getExceptionInfo(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionListener() - Method in interface org.mule.api.model.Model
The exception strategy to use by components managed by the model.
getExceptionListener() - Method in interface org.mule.api.service.Service
The exception strategy to use to handle exceptions in the Mule component.
getExceptionListener() - Method in interface org.mule.api.transport.Connector
 
getExceptionListener() - Method in class org.mule.model.AbstractModel
 
getExceptionListener() - Method in class org.mule.module.management.mbean.ConnectorService
 
getExceptionListener() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
getExceptionListener() - Method in class org.mule.service.AbstractService
 
getExceptionListener() - Method in class org.mule.transport.AbstractConnector
 
getExceptionMappings() - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
getExceptionMappings() - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
getExceptionPayload() - Method in interface org.mule.api.transport.MessageAdapter
If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception and Mule error code, plus any other releated info
getExceptionPayload() - Method in class org.mule.DefaultMuleMessage
If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception and Mule error code, plus any other releated info
getExceptionPayload() - Static method in class org.mule.RequestContext
 
getExceptionPayload() - Method in class org.mule.transport.AbstractMessageAdapter
 
getExceptionReader(Throwable) - Static method in class org.mule.config.ExceptionHelper
Gets an exception reader for the exception
getExceptions() - Method in class org.mule.util.ExceptionHolder
 
getExceptionsAsList(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionStack(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getExceptionToThrow() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getExceptionType(Throwable, Class) - Method in class org.mule.AbstractExceptionListener
 
getExceptionType() - Method in interface org.mule.api.config.ExceptionReader
 
getExceptionType() - Method in class org.mule.config.DefaultExceptionReader
 
getExceptionType() - Method in class org.mule.config.MuleExceptionReader
 
getExceptionType() - Method in class org.mule.config.NamingExceptionReader
 
getExceptionType() - Method in class org.mule.transport.jdbc.SQLExceptionReader
 
getExceptionType() - Method in class org.mule.transport.jms.JmsExceptionReader
 
getExceptionType() - Method in class org.mule.transport.soap.axis.AxisFaultExceptionReader
 
getExecutedEvents() - Method in class org.mule.management.stats.ComponentStatistics
 
getExecutedEvents() - Method in class org.mule.management.stats.ServiceStatistics
 
getExecutedEvents() - Method in class org.mule.module.management.mbean.ServiceService
 
getExecutedEvents() - Method in class org.mule.module.management.mbean.ServiceStats
 
getExecutedEvents() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getExecutingPhase() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getExecutingPhase() - Method in class org.mule.lifecycle.GenericLifecycleManager
Returns the name of the currently executing phase or null if there is not current phase.
getExecutionErrors() - Method in class org.mule.management.stats.ServiceStatistics
 
getExecutionErrors() - Method in class org.mule.module.management.mbean.ServiceService
 
getExecutionErrors() - Method in class org.mule.module.management.mbean.ServiceStats
 
getExecutionErrors() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getExhaustedAction() - Method in class org.mule.config.PoolingProfile
 
getExpectedType() - Method in class org.mule.routing.filters.PayloadTypeFilter
 
getExpectedType() - Method in class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
getExpectedValue() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getExpectedValue() - Method in class org.mule.module.xml.filters.JXPathFilter
 
getExpectedValue() - Method in class org.mule.module.xml.filters.XPathFilter
 
getExpirationInterval() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
getExpression() - Method in class org.mule.expression.ExpressionConfig
 
getExpression() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getExpression() - Method in class org.mule.module.ognl.filters.OGNLFilter
 
getExpression() - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
getExpression() - Method in class org.mule.module.xml.transformer.XPathExtractor
 
getExpression() - Method in class org.mule.routing.filters.ExpressionFilter
 
getExpression() - Method in class org.mule.routing.filters.RegExFilter
Deprecated. Use RegExFilter.getPattern() This method name was changed to be consistent with other filters
getExpression() - Method in class org.mule.routing.outbound.EndpointSelector
 
getExpression() - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
getExpression() - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
getExpression() - Method in class org.mule.transport.email.filters.MailSubjectRegExFilter
 
getExpression() - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Returns the match expression
getExpression() - Method in class org.mule.transport.jms.filters.JmsSelectorFilter
 
getExpression() - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getExpressionConfig(String, String) - Method in class org.mule.expression.MuleExpressionEvaluator
 
getExpressionConfig() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getExpressionManager() - Method in interface org.mule.api.MuleContext
Returns the Expression Manager configured for this instance of Mule
getExpressionManager() - Method in class org.mule.DefaultMuleContext
Returns the Expression Manager configured for this instance of Mule
getExternalSchemaLocation() - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
getFactor() - Method in class org.mule.example.scripting.SimpleMathTransformer
 
getFactories() - Method in class org.mule.config.spring.processors.PropertyPlaceholderProcessor
 
getFactory() - Method in interface org.mule.api.transaction.TransactionConfig
 
getFactory() - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
getFactory() - Method in interface org.mule.module.jca.MuleConnectionFactory
 
getFactory() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getFactory() - Method in class org.mule.module.xml.filters.JXPathFilter
 
getFactory() - Method in class org.mule.transaction.MuleTransactionConfig
 
getFactoryProperties() - Method in class org.mule.transport.quartz.QuartzConnector
 
getFallbackCharset() - Method in class org.mule.transport.http.HttpResponse
 
getFatalErrors() - Method in class org.mule.management.stats.ServiceStatistics
 
getFatalErrors() - Method in class org.mule.module.management.mbean.ServiceService
 
getFatalErrors() - Method in class org.mule.module.management.mbean.ServiceStats
 
getFatalErrors() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getFeature(String) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getFile() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
getFileAge() - Method in class org.mule.transport.file.FileConnector
 
getFilename(MessageAdapter, String) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
getFilename(MessageAdapter, String, TemplateParser) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
getFilename(MessageAdapter, String) - Method in interface org.mule.transport.file.FilenameParser
 
getFilename(MessageAdapter, String) - Method in class org.mule.transport.file.SimpleFilenameParser
Deprecated.  
getFilename(MessageAdapter, String, TemplateParser) - Method in class org.mule.transport.file.SimpleFilenameParser
Deprecated.  
getFilenameParser() - Method in class org.mule.transport.file.FileConnector
 
getFilenameParser() - Method in class org.mule.transport.ftp.FtpConnector
 
getFilter() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The filter to apply to incoming messages.
getFilter() - Method in class org.mule.endpoint.AbstractEndpoint
 
getFilter(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getFilter() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getFilter() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getFilter() - Method in class org.mule.routing.filters.logic.NotFilter
 
getFilter() - Method in class org.mule.routing.inbound.SelectiveConsumer
 
getFilter() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
getFilter() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
getFilter() - Method in class org.mule.transport.http.config.ErrorFilterFactoryBean
 
getFilter() - Method in class org.mule.transport.xmpp.filters.XmppNotFilter
 
getFilterAddress() - Method in interface org.mule.api.endpoint.EndpointURI
 
getFilterAddress() - Method in class org.mule.endpoint.MuleEndpointURI
 
getFilters() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
getFirstHeader(String) - Method in class org.mule.transport.http.HttpRequest
 
getFirstHeader(String) - Method in class org.mule.transport.http.HttpResponse
 
getFirstMessage() - Method in class org.mule.transport.vm.VMMessageReceiver
 
getFirstMessages() - Method in class org.mule.transport.vm.VMMessageReceiver
 
getFirstName() - Method in class org.mule.tck.testmodels.services.Person
 
getFirstReturnMessage() - Method in interface org.mule.api.retry.RetryContext
 
getFirstReturnMessage() - Method in class org.mule.retry.DefaultRetryContext
 
getFloat(Object, float) - Static method in class org.mule.util.ObjectUtils
Gets a float from a value in a null-safe manner.
getFloatProperty(String, float) - Method in class org.mule.transport.MessagePropertiesContext
 
getFolder() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
getFormattedDuration(long) - Static method in class org.mule.util.DateUtils
 
getFormattedMessage(String, Object[]) - Static method in class org.mule.util.StringMessageUtils
 
getFragment() - Method in class org.mule.endpoint.MuleEndpointURI
 
getFreeMemory() - Method in class org.mule.module.management.mbean.MuleService
 
getFreeMemory() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getFrequency() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
getFromAddress() - Method in class org.mule.transport.email.SmtpConnector
 
getFtp(EndpointURI) - Method in class org.mule.transport.ftp.FtpConnector
 
getFtpPool(EndpointURI) - Method in class org.mule.transport.ftp.FtpConnector
 
getFullExpression(ExpressionManager) - Method in class org.mule.expression.ExpressionConfig
 
getFullExpression() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getFullExpression() - Method in class org.mule.routing.filters.ExpressionFilter
 
getFullExpression() - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
getFullScheme() - Method in interface org.mule.api.endpoint.EndpointURI
 
getFullScheme() - Method in class org.mule.endpoint.MuleEndpointURI
 
getFunctionalTestComponent(String) - Method in class org.mule.tck.FunctionalTestCase
A convenience method to get a type-safe reference to the FunctionTestComponent
getGlobalEndpointBuilderBeanClass() - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
getGrandparentBeanName(Element) - Method in class org.mule.config.spring.parsers.generic.GrandchildDefinitionParser
 
getGreeting() - Method in class org.mule.example.hello.NameString
 
getGreetingPart1() - Static method in class org.mule.example.hello.LocaleMessage
 
getGreetingPart2() - Static method in class org.mule.example.hello.LocaleMessage
 
getGroupId() - Method in class org.mule.routing.inbound.EventGroup
Returns an identifier for this EventGroup.
getGroupName() - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
getGroupName() - Method in interface org.mule.transport.quartz.config.JobConfig
 
getHandler(Class) - Method in class org.mule.example.errorhandler.ErrorManager
 
getHeader(String) - Method in class org.mule.transport.http.HttpMessageAdapter
 
getHeaderIterator() - Method in class org.mule.transport.http.HttpRequest
 
getHeaderIterator() - Method in class org.mule.transport.http.HttpResponse
 
getHeaders() - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getHeaders() - Method in class org.mule.management.stats.printers.XMLPrinter
 
getHeaders() - Method in class org.mule.transport.http.HttpRequest
 
getHeaders() - Method in class org.mule.transport.http.HttpResponse
 
getHigh() - Method in class org.mule.example.stockquote.StockQuote
 
getHomeDir() - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
getHost() - Method in interface org.mule.api.endpoint.EndpointURI
 
getHost() - Method in class org.mule.endpoint.MuleEndpointURI
 
getHost() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Getter for property 'host'.
getHost() - Method in class org.mule.module.management.agent.JdmkAgent
 
getHost() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getHost() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
getHost() - Method in class org.mule.module.management.mbean.YourKitProfilerService
getHost() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
getHostConfig(URI) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
getHostIp() - Method in class org.mule.module.management.mbean.MuleService
 
getHostIp() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getHostname() - Method in class org.mule.module.management.mbean.MuleService
 
getHostname() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getHttpMethod() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
getHttpResponseStatus(AxisFault) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
getHttpServer() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
getHttpVersion() - Method in class org.mule.transport.http.HttpResponse
 
getHttpVersion() - Method in class org.mule.transport.http.RequestLine
 
getI18nMessage() - Method in exception org.mule.api.MuleException
 
getId() - Method in interface org.mule.api.config.MuleConfiguration
 
getId() - Method in interface org.mule.api.MuleEvent
Every event in the system is assigned a universally unique id (UUID).
getId() - Method in interface org.mule.api.MuleSession
Returns the unique id for this session
getId() - Method in interface org.mule.api.transaction.Transaction
 
getId() - Method in class org.mule.config.DefaultMuleConfiguration
 
getId() - Method in class org.mule.DefaultMuleEvent
 
getId() - Method in class org.mule.DefaultMuleSession
 
getId() - Method in class org.mule.example.bookstore.Book
 
getId() - Method in class org.mule.transaction.AbstractTransaction
 
getId(Object) - Method in interface org.mule.transport.bpm.BPMS
 
getId(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
getId(Object) - Method in class org.mule.util.queue.EventFilePersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.EventMemoryPersistenceStrategy
 
getId(Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
getId() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getId(Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
getId() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getId() - Method in class org.mule.util.store.InMemoryObjectStore.StoredObject
 
getIdExpression() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getIdForEvent(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
getIgnoredMethods() - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
Returns an unmodifable Set of ignoredMethods on this resolver To add method to the resolver use ReflectionEntryPointResolver.addIgnoredMethod(String)
getIgnoredObjectTypes() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getIgnoredObjectTypes() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getInboundEndpoint(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "INBOUND" role.
getInboundEndpoint(EndpointBuilder) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "INBOUND" role using the builder provided.
getInboundEndpoint(EndpointURI) - Method in interface org.mule.api.endpoint.EndpointFactory
Deprecated.  
getInboundEndpoint(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpoint(EndpointBuilder) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpoint(EndpointURI) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getInboundEndpoint(String) - Method in class org.mule.module.client.MuleClient
 
getInboundEndpointFactoryBeanClass() - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
getInboundEndpointResponseTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInboundRouter() - Method in interface org.mule.api.service.Service
Inbound Routers control how events are received by a service.
getInboundRouter() - Method in class org.mule.service.AbstractService
 
getInboundRouterStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getInboundTransformer() - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
getInboundTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInbuiltBackChannel(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
getIncomingEndpoints() - Method in class org.mule.service.AbstractService
Returns a list of all incoming endpoints on a service.
getIncomingMessage() - Method in class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
getIndentEnabled() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getIndentSize() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getIndentString() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getInetAddress() - Method in class org.mule.transport.tcp.TcpSocketKey
 
getInfo(Throwable) - Method in interface org.mule.api.config.ExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo() - Method in interface org.mule.api.ExceptionPayload
 
getInfo() - Method in exception org.mule.api.MuleException
 
getInfo(Throwable) - Method in class org.mule.config.DefaultExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.config.MuleExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.config.NamingExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo() - Method in class org.mule.message.DefaultExceptionPayload
 
getInfo() - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
getInfo() - Method in interface org.mule.module.jca.MuleConnectionFactory
 
getInfo() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getInfo(Throwable) - Method in class org.mule.transport.jdbc.SQLExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.transport.jms.JmsExceptionReader
Returns a map of the non-stanard information stored on the exception
getInfo(Throwable) - Method in class org.mule.transport.soap.axis.AxisFaultExceptionReader
Returns a map of the non-stanard information stored on the exception
getInitialContext(Hashtable) - Method in class org.mule.config.spring.jndi.SpringInitialContextFactory
 
getInitialContext(Hashtable) - Method in class org.mule.jndi.MuleInitialContextFactory
 
getInitialContext() - Method in class org.mule.tck.jndi.InMemoryContextFactory
 
getInitialContext(Hashtable) - Method in class org.mule.tck.jndi.InMemoryContextFactory
 
getInitialContext() - Method in class org.mule.tck.jndi.TestContextFactory
 
getInitialContext(Hashtable) - Method in class org.mule.tck.jndi.TestContextFactory
 
getInitialFactory() - Method in class org.mule.object.JndiObjectFactory
 
getInitialisationPolicy() - Method in class org.mule.config.PoolingProfile
 
getInitialMethod(MuleEvent) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
getInitialState() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Sets the state the endpoint will be loaded in.
getInitialState() - Method in interface org.mule.api.service.Service
Returns the initial state of this service
getInitialState() - Method in class org.mule.endpoint.AbstractEndpoint
Sets the state the endpoint will be loaded in.
getInitialState(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInitialState() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getInitialState() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getInitialState() - Method in class org.mule.service.AbstractService
 
getInputClass() - Method in class org.mule.transformer.TransformerWeighting
 
getInputStream() - Method in class org.mule.config.ConfigResource
 
getInputStream() - Method in class org.mule.config.spring.util.CachedResource
 
getInputStream() - Method in class org.mule.transport.email.transformers.PlainTextDataSource
 
getInputStream() - Method in class org.mule.transport.http.HttpServerConnection
 
getInputStream() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getInputStream() - Method in class org.mule.transport.stdio.StdioConnector
 
getInputStream() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
getInputWeighting() - Method in class org.mule.transformer.TransformerWeighting
 
getInstance() - Method in interface org.mule.api.object.ObjectFactory
Retrieve an instance of the object.
getInstance() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
getInstance() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
getInstance() - Method in class org.mule.model.seda.SedaService
 
getInstance() - Static method in class org.mule.module.management.support.AutoDiscoveryJmxSupportFactory
Obtain an instance of the factory class.
getInstance() - Method in class org.mule.module.xml.transformer.XStreamFactory
 
getInstance() - Method in class org.mule.object.AbstractObjectFactory
Creates an initialized object instance based on the class and sets any properties.
getInstance() - Method in class org.mule.object.JndiObjectFactory
 
getInstance() - Method in class org.mule.object.SingletonObjectFactory
Always returns the same instance of the object.
getInstance() - Static method in class org.mule.transaction.TransactionCoordination
 
getInstance() - Static method in class org.mule.transport.email.DefaultDataContentHandlerFactory
 
getInstance() - Static method in class org.mule.transport.NullPayload
 
getInstance(Class) - Static method in class org.mule.util.SplashScreen
 
getInstance() - Static method in class org.mule.VoidResult
 
getInstanceId() - Method in class org.mule.module.management.mbean.MuleService
 
getInstanceId() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getInt(Object, int) - Static method in class org.mule.util.ObjectUtils
Gets a int from a value in a null-safe manner.
getIntegerProperty(Map, String, Integer) - Static method in class org.mule.endpoint.AbstractEndpointBuilder
 
getInteractiveConfig() - Static method in class org.mule.example.loanbroker.esb.LoanBrokerApp
 
getInteractiveConfig() - Static method in class org.mule.example.loanbroker.esn.LoanBrokerApp
 
getInterceptors() - Method in class org.mule.component.AbstractComponent
 
getInterceptors() - Method in class org.mule.interceptor.InterceptorStack
 
getInterestRate() - Method in class org.mule.example.loanbroker.messages.LoanQuote
 
getInterface() - Method in interface org.mule.api.routing.InterfaceBinding
 
getInterface() - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
getInterfaceClass() - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
getInterfacesForComponent(Service) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
getInterfaceToTypes() - Method in class org.mule.context.notification.ServerNotificationManager
 
getIntProperty(String, int) - Method in interface org.mule.api.transport.MessageAdapter
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.DefaultMuleMessage
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.transport.AbstractMessageAdapter
Gets an integer property from the message
getIntProperty(String, int) - Method in class org.mule.transport.MessagePropertiesContext
 
getInvalidUserNameError() - Static method in class org.mule.example.hello.LocaleMessage
 
getItem() - Method in class org.mule.util.store.InMemoryObjectStore.StoredObject
 
getIterationCount() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getJaasConfig() - Static method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
Returns the Jas Configuration
getJavaBeanXPath() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getJavaDocUrl(Class) - Static method in class org.mule.config.ExceptionHelper
 
getJbpmConfiguration() - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
getJcaModel(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
getJdkVersion() - Method in class org.mule.module.management.mbean.MuleService
 
getJdkVersion() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getJmsSupport() - Method in class org.mule.transport.jms.JmsConnector
 
getJmxAdaptorUrl() - Method in class org.mule.module.management.agent.JdmkAgent
 
getJmxAdaptorUrl() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getJmxSupport() - Method in class org.mule.module.management.support.AutoDiscoveryJmxSupportFactory
Will try to detect if JMX 1.2 or later is available, otherwise will fallback to the JMX 1.1 version of the support class.
getJmxSupport() - Method in interface org.mule.module.management.support.JmxSupportFactory
Create an instance of a JMX support class.
getJmxSupportFactory() - Method in class org.mule.module.management.agent.JmxAgent
Getter for property 'jmxSupportFactory'.
getJmxSupportFactory() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
Getter for property 'jmxSupportFactory'.
getJndiContext(String) - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiContext() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiContext() - Method in class org.mule.transport.jms.JmsConnector
 
getJndiDestination(String) - Method in class org.mule.transport.jms.Jms11Support
 
getJndiInitialFactory() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiInitialFactory() - Method in class org.mule.transport.jms.JmsConnector
 
getJndiName() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getJndiProviderProperties() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiProviderProperties() - Method in class org.mule.transport.jms.JmsConnector
 
getJndiProviderUrl() - Method in class org.mule.transport.AbstractJndiConnector
 
getJndiProviderUrl() - Method in class org.mule.transport.jms.JmsConnector
 
getJndiUrlPkgPrefixes() - Method in class org.mule.transport.AbstractJndiConnector
 
getJob() - Method in class org.mule.transport.quartz.jobs.CustomJobConfig
 
getJob(MuleMessage) - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getJobClass() - Method in interface org.mule.transport.quartz.config.JobConfig
 
getJobClass() - Method in class org.mule.transport.quartz.jobs.CustomJobConfig
 
getJobClass() - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getJobClass() - Method in class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
getJobClass() - Method in class org.mule.transport.quartz.jobs.EventGeneratorJobConfig
 
getJobClass() - Method in class org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
 
getJobConfig(MuleMessage) - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
getJobGroupName() - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
getJobGroupName() - Method in interface org.mule.transport.quartz.config.JobConfig
 
getKeepAliveMonitor() - Method in class org.mule.transport.tcp.TcpConnector
 
getKeepAliveTimeout() - Method in class org.mule.transport.tcp.TcpConnector
 
getKey() - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
getKey() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
getKey() - Method in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
getKey() - Method in interface org.mule.security.SecretKeyFactory
 
getKey() - Method in class org.mule.tck.security.MockKeyFactory
 
getKey() - Method in class org.mule.transformer.simple.MapLookup
 
getKeyBundle() - Method in class org.mule.module.pgp.PGPCryptInfo
 
getKeyBundle(String) - Method in interface org.mule.module.pgp.PGPKeyRing
 
getKeyBundle(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getKeyFactory() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
getKeyManager() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
getKeyManager() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
getKeyManager() - Method in class org.mule.module.pgp.PGPSecurityProvider
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getKeyManagerAlgorithm() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyManagerAlgorithm() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyManagerAlgorithm() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyManagerAlgorithm() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyManagerAlgorithm() - Method in class org.mule.transport.ssl.SslConnector
 
getKeyManagerFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyManagerFactory() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyManagerFactory() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyManagerFactory() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyManagerFactory() - Method in class org.mule.transport.ssl.SslConnector
 
getKeyPassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyPassword() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyPassword() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyPassword() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyPassword() - Method in class org.mule.transport.ssl.SslConnector
 
getKeys() - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
getKeyStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStore() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStore() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyStore() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyStore() - Method in class org.mule.transport.ssl.SslConnector
 
getKeyStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStorePassword() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStorePassword() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyStorePassword() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyStorePassword() - Method in class org.mule.transport.ssl.SslConnector
 
getKeyStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getKeyStoreType() - Method in interface org.mule.api.security.TlsDirectKeyStore
 
getKeyStoreType() - Method in class org.mule.transport.http.HttpsConnector
 
getKeyStoreType() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getKeyStoreType() - Method in class org.mule.transport.ssl.SslConnector
 
getLast() - Method in class org.mule.example.stockquote.StockQuote
 
getLastFailure() - Method in interface org.mule.api.retry.RetryContext
The most recent failure which prevented the context from validating the connection.
getLastFailure() - Method in class org.mule.retry.DefaultRetryContext
 
getLastName() - Method in class org.mule.tck.testmodels.services.Person
 
getLastReceivedMessage() - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns the last message received by the service in chronological order.
getLeftFilter() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
getLeftFilter() - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
getLenders(CreditProfile, Double) - Method in class org.mule.example.loanbroker.lender.DefaultLender
 
getLenders(CreditProfile, Double) - Method in interface org.mule.example.loanbroker.lender.LenderService
Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.
getLenders() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
getLevelMappings() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLicense() - Method in class org.mule.module.management.mbean.MuleService
 
getLicense() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getLicenseFile() - Static method in class org.mule.module.boot.LicenseHandler
 
getLifecycleAdapterFactory() - Method in interface org.mule.api.component.JavaComponent
Returns the factory used create life-cycle adaptors that are used to wrap component instance.
getLifecycleAdapterFactory() - Method in interface org.mule.api.model.Model
The lifecycle adapter is used by the model to translate Mule lifecycle event to events that components registered with the model understand.
getLifecycleAdapterFactory() - Method in class org.mule.component.AbstractJavaComponent
 
getLifecycleAdapterFactory() - Method in class org.mule.model.AbstractModel
 
getLifecycleClass() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getLifecycleClass() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getLifecycleManager() - Method in interface org.mule.api.MuleContext
 
getLifecycleManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getLifecycleManager() - Method in class org.mule.DefaultMuleContext
 
getLifecycles() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
getLifecycles() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
getLimit() - Method in class org.mule.transport.tcp.protocols.StreamingProtocol
 
getLineSeparator() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getList() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
Getter for property 'list'.
getList() - Method in class org.mule.util.MapCombiner
 
getListDelimiter() - Method in class org.mule.routing.outbound.StaticRecipientList
Overloading classes can change the delimiter used to separate entries in the recipient list.
getListener() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
getListener() - Method in class org.mule.module.spring.events.AsynchronousEventListener
 
getListener() - Method in class org.mule.transport.AbstractMessageReceiver
 
getListenerClass() - Method in class org.mule.module.client.MuleProxyListener
 
getListeners() - Method in class org.mule.context.notification.ServerNotificationManager
 
getListOfValues(String) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
getListSize() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
Getter for property 'listSize'.
getListSize() - Method in interface org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListenerMBean
Getter for property 'listSize'.
getLoanAmount() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
getLoanDuration() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
getLoanQuote(CustomerQuoteRequest) - Method in class org.mule.example.loanbroker.AsynchronousLoanBroker
 
getLoanQuote(LoanBrokerQuoteRequest) - Method in class org.mule.example.loanbroker.bank.Bank
 
getLoanQuote(LoanBrokerQuoteRequest) - Method in interface org.mule.example.loanbroker.bank.BankService
 
getLoanQuote(CustomerQuoteRequest) - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
getLoanQuote(CustomerQuoteRequest) - Method in class org.mule.example.loanbroker.esn.SynchronousLoanBroker
 
getLoanQuote(CustomerQuoteRequest) - Method in interface org.mule.example.loanbroker.LoanBrokerService
Triggered by an incoming customer request for a loan.
getLoanQuote() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
getLocalName() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getLocalName() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getLocalTransaction() - Method in class org.mule.module.jca.MuleManagedConnection
Returns a javax.resource.spi.LocalTransaction instance.
getLocation() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getLocation() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getLock() - Method in class org.mule.util.concurrent.SynchronizedVariable
 
getLockObject() - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
getLogConfigFile() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLogFile() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLogger() - Method in class org.mule.MuleServer
 
getLogger() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getLogger() - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
getLogger() - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination.ResponseConduit
 
getLogger() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getLogger() - Method in class org.mule.util.xa.AbstractResourceManager
 
getLogin() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getLoginConfig() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Gets the Login Configuration
getLoginContextName() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Gets the Login Context Name
getLoginModule() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Gets the login module name
getLogName() - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
getLogWriter() - Method in class org.mule.module.jca.MuleManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Gets the log writer for this ManagedConnectionFactory instance.
getLong(Object, long) - Static method in class org.mule.util.ObjectUtils
Gets a long from a value in a null-safe manner.
getLongProperty(String, long) - Method in interface org.mule.api.transport.MessageAdapter
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.DefaultMuleMessage
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a long property from the message
getLongProperty(String, long) - Method in class org.mule.transport.MessagePropertiesContext
 
getLow() - Method in class org.mule.example.stockquote.StockQuote
 
getMailboxFolder() - Method in class org.mule.transport.email.AbstractMailConnector
 
getManagedConnection() - Method in class org.mule.module.jca.DefaultMuleConnection
Retrieves a ManagedConnection.
getManagedConnection() - Method in interface org.mule.module.jca.MuleConnection
 
getManagedConnectionFactory() - Method in class org.mule.module.jca.MuleManagedConnection
Returns the ManagedConnectionFactory that created this instance of ManagedConnection.
getManagedInstance() - Method in class org.mule.module.jca.JcaComponent
 
getManager() - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
getManager() - Method in interface org.mule.module.jca.MuleConnectionFactory
 
getManager() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
getManifest() - Static method in class org.mule.config.MuleManifest
 
getManifestProperty(String) - Static method in class org.mule.config.MuleManifest
 
getMaxActive() - Method in class org.mule.config.PoolingProfile
 
getMaxActive() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getMaxActive() - Method in interface org.mule.util.pool.ObjectPool
 
getMaxActiveTransformers() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getMaxBufferSize() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxBufferSize() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxBufferSize() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxConnections() - Method in class org.mule.module.jca.MuleManagedConnectionMetaData
 
getMaxDispatchersActive() - Method in class org.mule.transport.AbstractConnector
Returns the maximum number of dispatchers that can be concurrently active per endpoint.
getMaxEntries() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
getMaxExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getMaxExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getMaxExecutionTime() - Method in class org.mule.module.management.mbean.ServiceService
 
getMaxExecutionTime() - Method in class org.mule.module.management.mbean.ServiceStats
 
getMaxExecutionTime() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getMaxIdle() - Method in class org.mule.config.PoolingProfile
 
getMaxIdleTransformers() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getMaxMemory() - Method in class org.mule.module.management.mbean.MuleService
 
getMaxMemory() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getMaxMessageLength() - Method in class org.mule.transport.tcp.protocols.LengthProtocol
 
getMaxOutstandingMessages() - Method in class org.mule.config.QueueProfile
This specifies the number of messages that can be queued before it starts blocking.
getMaxQueueSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getMaxQueueSize() - Method in class org.mule.module.management.mbean.ServiceService
 
getMaxQueueSize() - Method in class org.mule.module.management.mbean.ServiceStats
 
getMaxQueueSize() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getMaxRedelivery() - Method in class org.mule.transport.jms.JmsConnector
 
getMaxRequestersActive() - Method in class org.mule.transport.AbstractConnector
Returns the maximum number of requesters that can be concurrently active per endpoint.
getMaxThreadsActive() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxThreadsActive() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxThreadsActive() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxThreadsIdle() - Method in interface org.mule.api.config.ThreadingProfile
 
getMaxThreadsIdle() - Method in class org.mule.config.ChainedThreadingProfile
 
getMaxThreadsIdle() - Method in class org.mule.config.ImmutableThreadingProfile
 
getMaxWait() - Method in class org.mule.config.PoolingProfile
 
getMBeanServer() - Method in class org.mule.module.management.agent.JmxAgent
 
getMemoryPersistenceStrategy() - Method in interface org.mule.util.queue.QueueManager
 
getMemoryPersistenceStrategy() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getMessage(Throwable) - Method in interface org.mule.api.config.ExceptionReader
 
getMessage() - Method in interface org.mule.api.ExceptionPayload
 
getMessage() - Method in class org.mule.api.FutureMessageResult
 
getMessage(long) - Method in class org.mule.api.FutureMessageResult
 
getMessage() - Method in interface org.mule.api.interceptor.Invocation
 
getMessage() - Method in interface org.mule.api.MuleEvent
Returns the message payload for this event
getMessage() - Method in interface org.mule.api.MuleEventContext
Returns the message payload for this event
getMessage() - Method in exception org.mule.api.MuleException
 
getMessage(int) - Method in interface org.mule.api.MuleMessageCollection
 
getMessage() - Method in class org.mule.component.ComponentInterceptorInvoker
 
getMessage(Throwable) - Method in class org.mule.config.DefaultExceptionReader
 
getMessage() - Method in class org.mule.config.i18n.Message
 
getMessage(Throwable) - Method in class org.mule.config.MuleExceptionReader
 
getMessage(Throwable) - Method in class org.mule.config.NamingExceptionReader
 
getMessage(int) - Method in class org.mule.DefaultMessageCollection
 
getMessage() - Method in class org.mule.DefaultMuleEvent
 
getMessage() - Method in class org.mule.DefaultMuleEventContext
Returns the message payload for this event
getMessage() - Method in class org.mule.message.DefaultExceptionPayload
 
getMessage() - Method in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
getMessage() - Method in class org.mule.transformer.simple.StringAppendTransformer
 
getMessage(Throwable) - Method in class org.mule.transport.jdbc.SQLExceptionReader
 
getMessage(Throwable) - Method in class org.mule.transport.jms.JmsExceptionReader
 
getMessage() - Method in class org.mule.transport.jms.JmsMessageDispatcher.ReplyToListener
 
getMessage(Throwable) - Method in class org.mule.transport.soap.axis.AxisFaultExceptionReader
 
getMessageAdapter(Object) - Method in interface org.mule.api.transport.Connector
Gets a MessageAdapter from the connector for the given message (data)
getMessageAdapter(Object) - Method in class org.mule.transport.AbstractConnector
Gets a MessageAdapter for the endpoint for the given message (data)
getMessageAdapter(Object) - Method in class org.mule.transport.file.FileConnector
 
getMessageAdapter(Object) - Method in class org.mule.transport.jms.JmsConnector
 
getMessageAdapter(Object) - Method in class org.mule.transport.vm.VMConnector
 
getMessageAsBytes() - Method in interface org.mule.api.MuleEvent
Reterns the conents of the message as a byte array.
getMessageAsBytes() - Method in interface org.mule.api.MuleEventContext
Returns the contents of the message as a byte array.
getMessageAsBytes() - Method in class org.mule.DefaultMuleEvent
 
getMessageAsBytes() - Method in class org.mule.DefaultMuleEventContext
Reterns the conents of the message as a byte array.
getMessageAsString() - Method in interface org.mule.api.MuleEvent
Returns the message contents as a string If necessary this will use the encoding set on the event
getMessageAsString(String) - Method in interface org.mule.api.MuleEvent
Returns the message contents as a string
getMessageAsString() - Method in interface org.mule.api.MuleEventContext
Returns the message contents as a string This method will use the encoding set on the event
getMessageAsString(String) - Method in interface org.mule.api.MuleEventContext
Returns the message contents as a string
getMessageAsString() - Method in class org.mule.DefaultMuleEvent
 
getMessageAsString(String) - Method in class org.mule.DefaultMuleEvent
Returns the message contents as a string
getMessageAsString(String) - Method in class org.mule.DefaultMuleEventContext
Returns the message contents as a string
getMessageAsString() - Method in class org.mule.DefaultMuleEventContext
Returns the message contents as a string This method will use the default encoding on the event
getMessageCode() - Method in exception org.mule.api.MuleException
 
getMessageCount(Folder) - Static method in class org.mule.transport.email.RetrieveMessageRequester
 
getMessageDelayTime() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getMessageDigestAlgorithm() - Method in class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
getMessageEndpointFactory() - Method in class org.mule.module.jca.MuleEndpointKey
 
getMessageId(MuleMessage) - Method in interface org.mule.api.routing.MessageInfoMapping
 
getMessageId(MessageAdapter) - Method in class org.mule.routing.CorrelationPropertiesExpressionEvaluator
 
getMessageId(MuleMessage) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getMessageId(MuleMessage) - Method in class org.mule.routing.MuleMessageInfoMapping
 
getMessageIdExpression() - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
getMessageInfoMapping() - Method in class org.mule.routing.inbound.SelectiveConsumer
 
getMessageInfoMapping() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getMessageInfoMapping() - Method in class org.mule.routing.response.AbstractResponseRouter
 
getMessageList() - Method in class org.mule.DefaultMessageCollection
 
getMessageParts(MuleMessage, List) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
Implementing classes should create a SplitMessage instance and for each part can associate an endpoint.
getMessageParts(MuleMessage, List) - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
Retrieves a specific message part for the given endpoint.
getMessages() - Method in class org.mule.transport.jdbc.JdbcMessageReceiver
 
getMessages() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
getMessages() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
getMessages() - Method in class org.mule.transport.vm.VMMessageReceiver
It's impossible to process all messages in the receive transaction
getMessagesAsArray() - Method in interface org.mule.api.MuleMessageCollection
 
getMessagesAsArray() - Method in class org.mule.DefaultMessageCollection
 
getMessageSize() - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
getMessageStream(MuleEventContext) - Method in class org.mule.transport.cxf.CxfServiceComponent
Gets the stream representation of the current message.
getMetaData() - Method in class org.mule.module.jca.MuleManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetaInfo() - Method in interface org.mule.api.retry.RetryContext
 
getMetaInfo() - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
getMetaInfo() - Method in class org.mule.retry.DefaultRetryContext
 
getMetaInfo() - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
getMethod() - Method in interface org.mule.api.routing.InterfaceBinding
 
getMethod() - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
getMethod(MuleEvent) - Method in class org.mule.transport.cxf.ClientWrapper
 
getMethod(MuleEvent) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
getMethod() - Method in class org.mule.transport.http.RequestLine
 
getMethod(Class, String, Class[]) - Static method in class org.mule.util.ClassUtils
Returns a matching method for the given name and parameters on the given class If the parameterTypes arguments is null it will return the first matching method on the class.
getMethodArguments() - Method in class org.mule.transport.rmi.RmiMessageReceiver
Returns the method arguments to use when invoking the method on the Remote object.
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.ArrayEntryPointResolver
 
getMethodArgumentTypes(Object[]) - Method in class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
getMethodByArguments(Object, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getMethodByName(String, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getMethodCalled() - Method in class org.mule.api.model.InvocationResult
Returns the name of the method invoked, this property is only set if the state of the invocation is InvocationResult.STATE_INVOKED_SUCESSFUL
getMethodName() - Method in class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
getMethodNames(Class[]) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
getMethodObject(Remote, MuleEvent) - Method in class org.mule.transport.rmi.RmiConnector
Helper method for Dispatchers and Receives to extract the correct method from a Remote object
getMethodOrOperationName(MuleEvent) - Method in class org.mule.transport.cxf.ClientWrapper
 
getMethodProperty() - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
getMethods() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
getMethods(Class[]) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
getMinExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getMinExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getMinExecutionTime() - Method in class org.mule.module.management.mbean.ServiceService
 
getMinExecutionTime() - Method in class org.mule.module.management.mbean.ServiceStats
 
getMinExecutionTime() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getMode() - Method in class org.mule.transport.soap.NamedParameter
 
getModel() - Method in interface org.mule.api.service.Service
Returns the name of the model that this descriptor is registered with.
getModel() - Method in class org.mule.service.AbstractService
 
getModelClass() - Method in interface org.mule.api.model.ModelServiceDescriptor
 
getModelClass() - Method in class org.mule.model.DefaultModelServiceDescriptor
 
getModelName() - Method in class org.mule.module.jca.MuleActivationSpec
 
getModelName() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getModels() - Method in interface org.mule.api.registry.MuleRegistry
Deprecated. Use lookupModel() instead
getModels() - Method in class org.mule.registry.MuleRegistryHelper
 
getMostSpecificMethod(Method, Class<?>) - Static method in class org.mule.transport.cxf.MuleInvoker
Given a method, which may come from an interface, and a targetClass used in the current AOP invocation, find the most specific method if there is one.
getMoveToDirectory() - Method in class org.mule.transport.file.FileConnector
 
getMoveToPattern() - Method in class org.mule.transport.file.FileConnector
 
getMuleClient() - Method in class org.mule.transport.bpm.ProcessConnector
 
getMuleConfiguration() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getMuleContext() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
 
getMuleContext() - Method in interface org.mule.api.MuleEvent
Returns the muleContext for the Mule node that this event was received in
getMuleContext() - Method in interface org.mule.api.MuleEventContext
 
getMuleContext() - Method in interface org.mule.api.service.Service
 
getMuleContext() - Method in interface org.mule.api.transport.Connector
 
getMuleContext() - Method in class org.mule.DefaultMuleEvent
 
getMuleContext() - Method in class org.mule.DefaultMuleEventContext
 
getMuleContext() - Method in class org.mule.endpoint.AbstractEndpoint
 
getMuleContext() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getMuleContext() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getMuleContext() - Method in class org.mule.expression.MuleContextExpressionEvaluator
 
getMuleContext() - Method in class org.mule.module.client.MuleClient
The overriding method may want to return a custom MuleContext here
getMuleContext() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getMuleContext() - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
getMuleContext() - Static method in class org.mule.MuleServer
 
getMuleContext() - Method in class org.mule.routing.AbstractRouter
 
getMuleContext() - Method in class org.mule.service.AbstractService
 
getMuleContext() - Method in class org.mule.transport.AbstractConnector
 
getMuleContext() - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
getMuleEventContext() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getMuleHomeDirectory() - Method in interface org.mule.api.config.MuleConfiguration
 
getMuleHomeDirectory() - Method in class org.mule.config.DefaultMuleConfiguration
 
getMuleHomeFile() - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
getMuleHomeFile() - Static method in class org.mule.util.JarUtils
 
getMuleLibDir() - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
getMuleLibDir() - Static method in class org.mule.util.JarUtils
 
getMuleLocalJarFile() - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
getMuleLocalJarFile() - Static method in class org.mule.util.JarUtils
 
getMuleMessage() - Method in exception org.mule.api.MessagingException
 
getMuleModuleDir() - Static method in class org.mule.util.JarUtils
 
getName() - Method in class org.mule.AbstractAgent
 
getName() - Method in interface org.mule.api.EncryptionStrategy
 
getName() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The name is the identifier for the endpoint
getName() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getName() - Method in interface org.mule.api.NamedObject
Gets the name of the object
getName() - Method in interface org.mule.api.security.SecurityProvider
 
getName() - Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
getName() - Method in class org.mule.config.support.InheritedModel
 
getName() - Method in class org.mule.endpoint.AbstractEndpoint
 
getName(EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getName() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getName() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getName() - Method in class org.mule.example.hello.NameString
 
getName() - Method in class org.mule.example.loanbroker.messages.Customer
 
getName() - Method in class org.mule.example.stockquote.StockQuote
 
getName() - Method in class org.mule.expression.EndpointInfoExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.FunctionExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.expression.MapPayloadExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageAttachmentExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageAttachmentsExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageHeaderExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageHeadersExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessageHeadersListExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MessagePayloadExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.MuleContextExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.expression.MuleExpressionEvaluator
 
getName() - Method in class org.mule.expression.RegistryExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.expression.StringExpressionEvaluator
Gts the name of the object
getName() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getName() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getName() - Method in class org.mule.management.stats.ServiceStatistics
 
getName() - Method in class org.mule.model.AbstractModel
 
getName() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getName() - Method in class org.mule.module.jaas.MuleJaasPrincipal
 
getName() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
getName() - Method in class org.mule.module.management.mbean.ConnectorService
 
getName() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
getName() - Method in class org.mule.module.management.mbean.EndpointService
 
getName() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
getName() - Method in class org.mule.module.management.mbean.ModelService
 
getName() - Method in interface org.mule.module.management.mbean.ModelServiceMBean
 
getName() - Method in class org.mule.module.management.mbean.RegistryService
 
getName() - Method in interface org.mule.module.management.mbean.RegistryServiceMBean
 
getName() - Method in class org.mule.module.management.mbean.ServiceService
 
getName() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
The name of this service
getName() - Method in class org.mule.module.management.mbean.ServiceStats
 
getName() - Method in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
getName() - Method in class org.mule.module.scripting.expression.GroovyExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getName() - Method in class org.mule.module.xml.expression.BeanPayloadExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated. Gets the name of the object
getName() - Method in class org.mule.module.xml.expression.XPathExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.module.xml.expression.XPathNodeExpressionEvaluator
Gets the name of the object
getName() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getName() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getName(Object) - Method in class org.mule.registry.MuleRegistryHelper
 
getName() - Method in class org.mule.security.AbstractNamedEncryptionStrategy
 
getName() - Method in class org.mule.security.AbstractSecurityProvider
 
getName() - Method in class org.mule.service.AbstractService
 
getName() - Method in class org.mule.tck.security.Named
 
getName() - Method in class org.mule.transformer.AbstractTransformer
 
getName() - Method in class org.mule.transport.AbstractConnector
 
getName() - Method in class org.mule.transport.email.transformers.PlainTextDataSource
 
getName() - Method in class org.mule.transport.jms.JmsTransactionFactory
 
getName() - Method in class org.mule.transport.soap.axis.extensions.WSDDJavaMuleProvider
 
getName() - Method in class org.mule.transport.soap.NamedParameter
 
getName() - Method in class org.mule.transport.soap.SoapMethod
 
getName() - Method in interface org.mule.util.counters.Counter
Accessor for the counter's name.
getName() - Method in class org.mule.util.counters.CounterFactory.Type
 
getName() - Method in class org.mule.util.counters.impl.AbstractCounter
 
getName() - Method in interface org.mule.util.queue.Queue
 
getName() - Method in class org.mule.util.queue.QueueInfo
 
getName() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
getName() - Method in class org.mule.util.timer.EventTimerTask
Gets the task name (this is also the timer thread name)
getName() - Method in class org.mule.util.timer.TimeEvent
 
getNamedParameters() - Method in class org.mule.transport.soap.SoapMethod
 
getNameForDestination(Destination) - Static method in class org.mule.transport.jms.JmsMessageUtils
 
getNameFromParam(String) - Method in class org.mule.transport.jdbc.JdbcConnector
 
getNameInNamespace() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
getNameInNamespace() - Method in class org.mule.jndi.SimpleContext
 
getNameInNamespace() - Method in class org.mule.tck.jndi.InMemoryContext
 
getNameOrId(Element) - Static method in class org.mule.config.spring.util.SpringXMLUtils
 
getNameParser(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
getNameParser(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
getNameParser(Name) - Method in class org.mule.jndi.SimpleContext
 
getNameParser(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
getNameParser(String) - Method in class org.mule.jndi.SimpleContext
 
getNameParser(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
getNameParser(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
getNamespaceContext() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceContext() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceCount() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceList() - Method in class org.mule.module.xml.stax.StartElementEventX
 
getNamespaceManager() - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
getNamespacePrefix(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaces() - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
getNamespaces() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getNamespaces() - Method in class org.mule.module.xml.filters.JXPathFilter
 
getNamespaces() - Method in class org.mule.module.xml.filters.XPathFilter
The prefix-to-namespace map for the namespace context to be applied to the XPath evaluation.
getNamespaces() - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
getNamespaces() - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
getNamespaces() - Method in class org.mule.module.xml.transformer.XPathExtractor
The prefix-to-namespace map.
getNamespaces() - Method in class org.mule.module.xml.util.NamespaceManager
 
getNamespaceURI() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
getNamespaceURI() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceURI(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNamespaceURI(String) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getNearestTransformerMatch(List, Class, Class) - Method in class org.mule.registry.MuleRegistryHelper
 
getNewLineAfterNTags() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getNextFile(String, FilenameFilter) - Static method in class org.mule.transport.file.FileMessageDispatcher
 
getNextMessage() - Method in class org.mule.config.i18n.Message
 
getNextMessage(Object) - Method in class org.mule.transport.AbstractReceiverResourceWorker
The method used to read the next message from the underlying transport.
getNextMessage(Folder) - Static method in class org.mule.transport.email.RetrieveMessageRequester
 
getNextMessage(Object) - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
getNextTransformer() - Method in interface org.mule.api.transformer.StreamingTransformer
Transformers can be chained together and invoked in a series
getNotificationManager() - Method in interface org.mule.api.MuleContext
 
getNotificationManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getNotificationManager() - Method in class org.mule.DefaultMuleContext
 
getNotificationsList() - Method in class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
Getter for property 'notificsationList'.
getNotificationsList() - Method in interface org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListenerMBean
Getter for property 'notificsationList'.
getNotifier() - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
getNotifier() - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
getNotRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getNotRouted() - Method in class org.mule.module.management.mbean.RouterStats
 
getNotRouted() - Method in interface org.mule.module.management.mbean.RouterStatsMBean
 
getNumActive() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getNumActive() - Method in interface org.mule.util.pool.ObjectPool
 
getNumber() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
getNumberOfConcurrentTransactedReceivers() - Method in class org.mule.transport.AbstractConnector
Returns the number of concurrent receivers that will be launched when AbstractConnector.isCreateMultipleTransactedReceivers() returns true.
getNumberOfConsumers() - Method in class org.mule.transport.jms.JmsConnector
A synonym for AbstractConnector.numberOfConcurrentTransactedReceivers.
getNumberOfMessages() - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
getNumberOfRequests() - Method in class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
 
getNumberOfRequests() - Method in class org.mule.example.loanbroker.tests.AbstractLoanBrokerTestCase
 
getObject() - Method in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
getObject() - Method in class org.mule.config.spring.factories.EndpointFactoryBean
 
getObject() - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
getObject() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
getObject() - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
getObject() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getObject() - Method in class org.mule.transport.http.config.ErrorFilterFactoryBean
 
getObjectClass() - Method in interface org.mule.api.object.ObjectFactory
Returns the class of the object to be instantiated without actually creating an instance.
getObjectClass() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
getObjectClass() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
getObjectClass() - Method in class org.mule.object.AbstractObjectFactory
 
getObjectClass() - Method in class org.mule.object.JndiObjectFactory
Returns the class of the object to be instantiated without actually creating an instance.
getObjectClass() - Method in class org.mule.object.SingletonObjectFactory
 
getObjectClassName() - Method in class org.mule.object.AbstractObjectFactory
 
getObjectFactory() - Method in interface org.mule.api.component.JavaComponent
 
getObjectFactory() - Method in class org.mule.component.AbstractJavaComponent
 
getObjectFactory() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
getObjectFactory() - Method in interface org.mule.util.pool.ObjectPool
 
getObjectName() - Method in exception org.mule.module.management.agent.JmxManagementException
 
getObjectName(String) - Method in class org.mule.module.management.support.JmxLegacySupport
For modern JMX implementation just delegate to a standard factory method.
getObjectName(String) - Method in class org.mule.module.management.support.JmxModernSupport
For modern JMX implementation just delegate to a standard factory method.
getObjectName(String) - Method in interface org.mule.module.management.support.JmxSupport
Create an object name.
getObjectName() - Method in class org.mule.object.JndiObjectFactory
 
getObjectType() - Method in interface org.mule.api.component.JavaComponent
 
getObjectType() - Method in class org.mule.component.AbstractJavaComponent
 
getObjectType() - Method in class org.mule.component.SimpleCallableJavaComponent
 
getObjectType() - Method in class org.mule.config.spring.factories.EndpointFactoryBean
 
getObjectType() - Method in class org.mule.config.spring.factories.InboundEndpointFactoryBean
 
getObjectType() - Method in class org.mule.config.spring.factories.OutboundEndpointFactoryBean
 
getObjectType() - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
getObjectType() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
getObjectType() - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
getObjectType() - Method in class org.mule.module.jca.JcaComponent
 
getObjectType() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getObjectType() - Method in class org.mule.transport.http.config.ErrorFilterFactoryBean
 
getOpen() - Method in class org.mule.example.stockquote.StockQuote
 
getOperation() - Method in class org.mule.example.scripting.AccumulatorComponent
 
getOperation() - Method in class org.mule.example.scripting.SimpleMathTransformer
 
getOperation(String) - Method in class org.mule.transport.cxf.ClientWrapper
 
getOperation(MuleEvent) - Method in class org.mule.transport.cxf.ClientWrapper
 
getOperation() - Method in class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
getOppositeLifecyclePhase() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getOppositeLifecyclePhase() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getOptionalParams() - Method in class org.mule.transport.http.components.RestServiceWrapper
Optional params that are pulled from the message.
getOrCreateAxisComponent() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getOrCreateConnectorByProtocol(ImmutableEndpoint, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
 
getOrCreateConnectorByProtocol(EndpointURI, MuleContext) - Static method in class org.mule.transport.service.TransportFactory
Returns an initialized connector.
getOrCreateMBeanServer() - Static method in class org.mule.module.management.mbean.MBeanServerFactory
 
getOrder() - Method in class org.mule.api.transport.PropertyScope
 
getOrderedLifecycleObjects() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getOrderedLifecycleObjects() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getOrginalPayload() - Method in interface org.mule.api.MuleMessage
Returns the original payload used to create this message.
getOrginalPayload() - Method in class org.mule.DefaultMuleMessage
Returns the original payload used to create this message.
getOriginalAdapter() - Method in interface org.mule.api.MuleMessage
Returns the original payload used to create this message.
getOriginalAdapter() - Method in class org.mule.DefaultMuleMessage
Returns the original payload used to create this message.
getOrphanBeanAssembler(Element, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
Deprecated.  
getOsVersion() - Method in class org.mule.module.management.mbean.MuleService
 
getOsVersion() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getOtherwise() - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
getOutboundEndpoint(String) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "OUTBOUND" role.
getOutboundEndpoint(EndpointBuilder) - Method in interface org.mule.api.endpoint.EndpointFactory
Creates an endpoint with the "OUTBOUND" role using the builder provided.
getOutboundEndpoint(EndpointURI) - Method in interface org.mule.api.endpoint.EndpointFactory
Deprecated.  
getOutboundEndpoint(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpoint(EndpointBuilder) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpoint(EndpointURI) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
getOutboundEndpoint(String) - Method in class org.mule.module.client.MuleClient
 
getOutboundEndpointFactoryBeanClass() - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
getOutboundEndpointResponseTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getOutboundRouter() - Method in interface org.mule.api.service.Service
Outbound Routers control how events are published by a service once.
getOutboundRouter() - Method in class org.mule.service.AbstractService
 
getOutboundRouterStat() - Method in class org.mule.management.stats.ServiceStatistics
 
getOutboundTransformer() - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
getOutboundTransformers(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getOutputClass() - Method in class org.mule.transformer.TransformerWeighting
 
getOutputEncoding() - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
getOutputFormat() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
getOutputMessage() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getOutputMessageCode() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getOutputPattern() - Method in class org.mule.transport.file.FileConnector
 
getOutputPattern() - Method in class org.mule.transport.ftp.FtpConnector
 
getOutputStream() - Method in interface org.mule.api.MuleEvent
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream() - Method in interface org.mule.api.MuleEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream(OutboundEndpoint, MuleMessage) - Method in interface org.mule.api.transport.Connector
Will get the output stream for this type of transport.
getOutputStream() - Method in class org.mule.DefaultMuleEvent
An outputstream can optionally be used to write response data to an incoming message.
getOutputStream() - Method in class org.mule.DefaultMuleEventContext
An outputstream the can optionally be used write response data to an incoming message.
getOutputStream(OutboundEndpoint, MuleMessage) - Method in class org.mule.transport.AbstractConnector
Will get the output stream for this type of transport.
getOutputStream() - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
getOutputStream() - Method in class org.mule.transport.email.transformers.PlainTextDataSource
 
getOutputStream() - Method in class org.mule.transport.file.FileConnector
 
getOutputStream(ImmutableEndpoint, MuleMessage) - Method in class org.mule.transport.file.FileConnector
Well get the output stream (if any) for this type of transport.
getOutputStream(ImmutableEndpoint, MuleMessage) - Method in class org.mule.transport.ftp.FtpConnector
Well get the output stream (if any) for this type of transport.
getOutputStream() - Method in class org.mule.transport.http.HttpServerConnection
 
getOutputStream() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getOutputStream(ImmutableEndpoint, MuleMessage) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getOutputStream() - Method in class org.mule.transport.stdio.StdioConnector
 
getOutputStream(ImmutableEndpoint, MuleMessage) - Method in class org.mule.transport.tcp.TcpConnector
 
getOutputType() - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
getOutputWeighting() - Method in class org.mule.transformer.TransformerWeighting
 
getOverrideHost() - Method in class org.mule.module.management.agent.FixedHostRmiClientSocketFactory
Getter for property 'overrideHost'.
getParam(MuleMessage, String) - Method in class org.mule.example.loanbroker.transformers.RestRequestToCustomerRequest
 
getParameterTypes(Object, String) - Static method in class org.mule.util.ClassUtils
 
getParams() - Method in interface org.mule.api.endpoint.EndpointURI
 
getParams() - Method in class org.mule.endpoint.MuleEndpointURI
 
getParams(ImmutableEndpoint, List, MuleMessage, String) - Method in class org.mule.transport.jdbc.JdbcConnector
 
getParentBeanDefinition(Element) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
getParentBeanDefinition(Element) - Method in class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
getParentBeanName(Element) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
getParentBeanName(Element) - Method in class org.mule.config.spring.parsers.generic.DescendentDefinitionParser
 
getParentBeanName(Element) - Method in class org.mule.config.spring.parsers.generic.GrandchildDefinitionParser
 
getParentBeanName(Element) - Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
getParentBeanName(Element) - Method in class org.mule.config.spring.parsers.specific.ConfigurationChildDefinitionParser
 
getParentContext() - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
getParentName() - Method in class org.mule.config.support.InheritedModel
 
getParserContext() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getPart(int) - Method in class org.mule.routing.outbound.SplitMessage
 
getPart() - Method in class org.mule.routing.outbound.SplitMessage.MessagePart
 
getPassword() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPassword() - Method in interface org.mule.api.security.Credentials
 
getPassword() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPassword() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getPassword() - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Returns the value of the password property.
getPassword() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getPassword() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getPassword() - Method in class org.mule.security.MuleCredentials
 
getPassword() - Method in class org.mule.transport.jms.JmsConnector
 
getPasswordCredential() - Method in class org.mule.module.jca.MuleManagedConnection
Gets the password for the user associated with the ManagedConnection instance.
getPasswordCredential(ManagedConnectionFactory, Subject, ConnectionRequestInfo) - Static method in class org.mule.module.jca.RaHelper
 
getPath() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPath() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPathInJar() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getPattern() - Method in class org.mule.module.sxc.SxcFilter
 
getPattern() - Method in class org.mule.module.xml.filters.JaxenFilter
 
getPattern() - Method in class org.mule.module.xml.filters.JXPathFilter
 
getPattern() - Method in class org.mule.module.xml.filters.XPathFilter
 
getPattern() - Method in class org.mule.routing.filters.EqualsFilter
 
getPattern() - Method in class org.mule.routing.filters.MessagePropertyFilter
 
getPattern() - Method in class org.mule.routing.filters.RegExFilter
 
getPattern() - Method in class org.mule.routing.filters.WildcardFilter
 
getPattern() - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Sets the regex pattern to match on
getPattern() - Method in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
getPayload(Class) - Method in interface org.mule.api.MuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload() - Method in interface org.mule.api.transport.MessageAdapter
 
getPayload(Class) - Method in class org.mule.DefaultMessageCollection
Applies the DefaultMessageCollection.getPayload(Class) call to every message in the collection and returns a List of results.
getPayload(Class) - Method in class org.mule.DefaultMuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload(Class, String) - Method in class org.mule.DefaultMuleMessage
Will attempt to obtain the payload of this message with the desired Class type.
getPayload() - Method in class org.mule.DefaultMuleMessage
getPayload() - Method in class org.mule.message.BaseMessage
 
getPayload() - Method in class org.mule.transport.cxf.CxfMessageAdapter
 
getPayload() - Method in class org.mule.transport.DefaultMessageAdapter
getPayload() - Method in class org.mule.transport.email.SimpleMailMessageAdapter
 
getPayload() - Method in class org.mule.transport.file.FileContentsMessageAdapter
 
getPayload() - Method in class org.mule.transport.file.FileMessageAdapter
 
getPayload() - Method in class org.mule.transport.http.HttpMessageAdapter
 
getPayload() - Method in class org.mule.transport.jms.JmsMessageAdapter
 
getPayload() - Method in class org.mule.transport.quartz.jobs.EventGeneratorJobConfig
 
getPayload() - Method in class org.mule.transport.rmi.RmiMessageAdapter
 
getPayload() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
getPayload() - Method in class org.mule.transport.soap.axis.AxisMessageAdapter
 
getPayload() - Method in class org.mule.transport.udp.UdpMessageAdapter
 
getPayload() - Method in class org.mule.transport.WriterMessageAdapter
 
getPayload() - Method in class org.mule.transport.xmpp.XmppMessageAdapter
 
getPayloadAsBytes() - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.DefaultMessageCollection
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a byte array representation
getPayloadAsBytes() - Method in class org.mule.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.transport.email.SimpleMailMessageAdapter
 
getPayloadAsBytes() - Method in class org.mule.transport.jms.JmsMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.transport.udp.UdpMessageAdapter
 
getPayloadAsBytes() - Method in class org.mule.transport.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadAsBytes() - Method in class org.mule.transport.xmpp.XmppMessageAdapter
 
getPayloadAsString(String) - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a String representation
getPayloadAsString() - Method in interface org.mule.api.MuleMessage
Converts the message implementation into a String representation.
getPayloadAsString(String) - Method in class org.mule.DefaultMessageCollection
Converts the message implementation into a String representation
getPayloadAsString() - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a String representation.
getPayloadAsString(String) - Method in class org.mule.DefaultMuleMessage
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.message.BaseMessage
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.email.SimpleMailMessageAdapter
 
getPayloadAsString(String) - Method in class org.mule.transport.jms.JmsMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.rmi.RmiMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.udp.UdpMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.WriterMessageAdapter
Converts the message implementation into a String representation
getPayloadAsString(String) - Method in class org.mule.transport.xmpp.XmppMessageAdapter
Converts the message implementation into a String representation
getPayloadBodyPart(Object, String) - Method in class org.mule.transport.email.transformers.ObjectToMimeMessage
 
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.ArrayEntryPointResolver
 
getPayloadFromMessage(MuleEventContext) - Method in class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
getPayloadList() - Method in class org.mule.DefaultMessageCollection
 
getPayloadParameterNames() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
getPayloadsAsArray() - Method in interface org.mule.api.MuleMessageCollection
 
getPayloadsAsArray() - Method in class org.mule.DefaultMessageCollection
 
getPayloadToString() - Method in class org.mule.api.context.notification.ServerNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ComponentMessageNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ConnectionNotification
 
getPayloadToString() - Method in class org.mule.context.notification.EndpointMessageNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ModelNotification
 
getPayloadToString() - Method in class org.mule.context.notification.MuleContextNotification
 
getPayloadToString() - Method in class org.mule.context.notification.RoutingNotification
 
getPayloadToString() - Method in class org.mule.context.notification.SecurityNotification
 
getPayloadToString() - Method in class org.mule.context.notification.ServiceNotification
 
getPeople() - Method in interface org.mule.tck.testmodels.services.PeopleService
 
getPeople() - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getPersistenceStrategy() - Method in interface org.mule.util.queue.QueueManager
 
getPersistenceStrategy() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getPerson(String) - Method in interface org.mule.tck.testmodels.services.PeopleService
 
getPerson() - Method in class org.mule.tck.testmodels.services.PersonResponse
 
getPerson(String) - Method in class org.mule.tck.testmodels.services.TestServiceComponent
 
getPhrase() - Method in class org.mule.transport.http.HttpResponse
 
getPIData() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getPIData() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getPITarget() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getPITarget() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getPollingFrequency() - Method in class org.mule.transport.file.FileConnector
 
getPollingFrequency() - Method in class org.mule.transport.ftp.FtpConnector
 
getPollingFrequency() - Method in class org.mule.transport.http.HttpPollingConnector
 
getPollingFrequency() - Method in class org.mule.transport.http.HttpsPollingConnector
 
getPollingFrequency() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getPollingFrequency() - Method in class org.mule.transport.rmi.RmiConnector
 
getPooledObjectFactory() - Method in class org.mule.util.pool.CommonsPoolObjectPool
Template method to be overridden by implementations that do more than just invoke objectFactory
getPooledObjectFactory() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
getPoolExhaustedAction() - Method in interface org.mule.api.config.ThreadingProfile
 
getPoolExhaustedAction() - Method in class org.mule.config.ChainedThreadingProfile
 
getPoolExhaustedAction() - Method in class org.mule.config.ImmutableThreadingProfile
 
getPoolingProfile() - Method in class org.mule.component.PooledJavaComponent
 
getPoolingProfile() - Method in class org.mule.model.seda.SedaModel
 
getPort() - Method in interface org.mule.api.endpoint.EndpointURI
 
getPort() - Method in class org.mule.endpoint.MuleEndpointURI
 
getPort() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Getter for property 'port'.
getPort() - Method in class org.mule.module.management.agent.JdmkAgent
 
getPort() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getPort() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
getPort() - Method in class org.mule.module.management.mbean.YourKitProfilerService
getPort() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
getPort() - Method in class org.mule.transport.tcp.TcpSocketKey
 
getPostcode() - Method in class org.mule.tck.testmodels.services.Address
 
getPostfix() - Method in class org.mule.component.simple.StaticComponent
 
getPostNotification() - Method in class org.mule.lifecycle.LifecycleObject
 
getPostNotificationName() - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
getPrefix() - Method in class org.mule.component.simple.StaticComponent
 
getPrefix() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getPrefix(String) - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
getPrefix() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getPrefixes(String) - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
getPreNotification() - Method in class org.mule.lifecycle.LifecycleObject
 
getPreNotificationName() - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
getPreviousClose() - Method in class org.mule.example.stockquote.StockQuote
 
getPrice() - Method in class org.mule.example.bookstore.Book
 
getPrimeRate() - Method in class org.mule.example.loanbroker.bank.Bank
 
getPrincipal() - Method in interface org.mule.api.security.Authentication
 
getPrincipal() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getPrincipal() - Method in class org.mule.module.jaas.JaasAuthentication
 
getPrincipal() - Method in class org.mule.module.pgp.PGPAuthentication
 
getPrincipal() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getPrincipal() - Method in class org.mule.security.DefaultMuleAuthentication
 
getPriorityWeighting() - Method in interface org.mule.api.transformer.DiscoverableTransformer
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
getPriorityWeighting() - Method in class org.mule.module.xml.transformer.DomDocumentToXml
 
getPriorityWeighting() - Method in class org.mule.module.xml.transformer.XmlToDomDocument
 
getPriorityWeighting() - Method in class org.mule.module.xml.transformer.XmlToOutputHandler
 
getPriorityWeighting() - Method in class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
getPriorityWeighting() - Method in class org.mule.transformer.AbstractDiscoverableTransformer
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectArrayToString
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.ObjectToString
 
getPriorityWeighting() - Method in class org.mule.transformer.simple.SerializableToByteArray
 
getPriorityWeighting() - Method in class org.mule.transport.http.transformers.ServletRequestToOutputHandler
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
getPriorityWeighting() - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
getProcessIdField() - Method in class org.mule.transport.bpm.ProcessConnector
 
getProductDescription() - Static method in class org.mule.config.MuleManifest
 
getProductLicenseInfo() - Static method in class org.mule.config.MuleManifest
 
getProductMoreInfo() - Static method in class org.mule.config.MuleManifest
 
getProductName() - Static method in class org.mule.config.MuleManifest
 
getProductSupport() - Static method in class org.mule.config.MuleManifest
 
getProductUrl() - Static method in class org.mule.config.MuleManifest
 
getProductVersion() - Static method in class org.mule.config.MuleManifest
 
getPrompt() - Static method in class org.mule.example.hello.LocaleMessage
 
getPromptMessage() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getPromptMessageCode() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getProperties() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns any properties set on this endpoint
getProperties() - Method in interface org.mule.api.security.Authentication
 
getProperties() - Method in class org.mule.endpoint.AbstractEndpoint
 
getProperties() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getProperties() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProperties() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProperties() - Method in class org.mule.example.errorhandler.ErrorMessage
 
getProperties() - Method in class org.mule.message.BaseMessage
Returns a map of all properties on this message
getProperties() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
getProperties() - Method in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
getProperties() - Method in class org.mule.module.jaas.JaasAuthentication
 
getProperties() - Method in class org.mule.module.jboss.transaction.JBossArjunaTransactionManagerFactory
 
getProperties() - Method in class org.mule.module.pgp.PGPAuthentication
 
getProperties() - Method in class org.mule.module.scripting.component.Scriptable
 
getProperties() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getProperties() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
getProperties() - Method in class org.mule.object.AbstractObjectFactory
 
getProperties() - Method in class org.mule.object.JndiObjectFactory
 
getProperties() - Method in class org.mule.security.DefaultMuleAuthentication
 
getProperties() - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
getPropertiesForURI(URI) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
getPropertiesFromQueryString(String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesFromString(String, char) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesMap() - Method in class org.mule.module.jca.MuleActivationSpec
 
getPropertiesWithoutPrefix(Map, String) - Static method in class org.mule.util.PropertiesUtils
 
getPropertiesWithPrefix(Map, String, Map) - Static method in class org.mule.util.PropertiesUtils
Will create a map of properties where the names have a prefix Allows the callee to supply the target map so a comparator can be set
getProperty(Object) - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Retrieves a property set on the endpoint
getProperty(String) - Method in interface org.mule.api.MuleEvent
Gets a property associated with the current event.
getProperty(String, Object) - Method in interface org.mule.api.MuleEvent
Gets a property associated with the current event.
getProperty(Object) - Method in interface org.mule.api.MuleSession
Will retrieve a session level property.
getProperty(String) - Method in interface org.mule.api.transport.MessageAdapter
Gets a property of the message implementation
getProperty(String, Object) - Method in interface org.mule.api.transport.MessageAdapter
Gets a property from the message
getProperty(String, PropertyScope) - Method in interface org.mule.api.transport.MessageAdapter
Gets a property from the message with a given scope
getProperty(String) - Method in class org.mule.DefaultMuleEvent
 
getProperty(String, Object) - Method in class org.mule.DefaultMuleEvent
 
getProperty(String) - Method in class org.mule.DefaultMuleMessage
Gets a property of the message implementation
getProperty(String, Object) - Method in class org.mule.DefaultMuleMessage
Gets a property from the message
getProperty(String, PropertyScope) - Method in class org.mule.DefaultMuleMessage
Gets a property from the message with a given scope
getProperty(Object) - Method in class org.mule.DefaultMuleSession
Will retrieve a session level property.
getProperty(Object) - Method in class org.mule.endpoint.AbstractEndpoint
 
getProperty(Object) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProperty(Object) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProperty(Object) - Method in class org.mule.message.BaseMessage
 
getProperty(String) - Method in class org.mule.module.client.MuleClient
 
getProperty(Object) - Method in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
getProperty(Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getProperty(String) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getProperty(String) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
getProperty(String) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a property of the message implementation
getProperty(String, Object) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a property from the message
getProperty(String, PropertyScope) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a property from the message with a given scope
getProperty(String) - Method in class org.mule.transport.http.HttpMessageAdapter
 
getProperty(String) - Method in class org.mule.transport.MessagePropertiesContext
 
getProperty(String, PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getProperty(String, Object) - Method in class org.mule.transport.MessagePropertiesContext
 
getPropertyClass() - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Returns the class type of the property
getPropertyName(Element) - Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
getPropertyName() - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
 
getPropertyName(Element) - Method in class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
 
getPropertyName(Element) - Method in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
getPropertyName(Element) - Method in class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
getPropertyName(Element) - Method in class org.mule.module.xml.config.XsltTextDefinitionParser
 
getPropertyName() - Method in class org.mule.transformer.simple.GetBeanProperty
 
getPropertyName() - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Returns the name of the property
getPropertyNames() - Method in interface org.mule.api.MuleSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in interface org.mule.api.transport.MessageAdapter
 
getPropertyNames(PropertyScope) - Method in interface org.mule.api.transport.MessageAdapter
Gets all property names in a given scope
getPropertyNames() - Method in class org.mule.DefaultMuleMessage
getPropertyNames(PropertyScope) - Method in class org.mule.DefaultMuleMessage
Gets all property names in a given scope
getPropertyNames() - Method in class org.mule.DefaultMuleSession
Returns an iterater of property keys for the session properties on this session
getPropertyNames() - Method in class org.mule.transport.AbstractMessageAdapter
getPropertyNames(PropertyScope) - Method in class org.mule.transport.AbstractMessageAdapter
Gets all property names in a given scope
getPropertyNames() - Method in class org.mule.transport.MessagePropertiesContext
 
getPropertyNames(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getProtocol() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The transport protocol name that the message endpoint communicates over.
getProtocol() - Method in interface org.mule.api.transport.Connector
 
getProtocol() - Method in class org.mule.endpoint.AbstractEndpoint
 
getProtocol() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getProtocol() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getProtocol() - Method in class org.mule.module.management.mbean.ConnectorService
 
getProtocol() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
getProtocol() - Method in class org.mule.transport.bpm.ProcessConnector
 
getProtocol() - Method in class org.mule.transport.cxf.CxfConnector
 
getProtocol() - Method in class org.mule.transport.cxf.wsdl.CxfWsdlConnector
 
getProtocol() - Method in class org.mule.transport.ejb.EjbConnector
 
getProtocol() - Method in class org.mule.transport.email.ImapConnector
 
getProtocol() - Method in class org.mule.transport.email.ImapsConnector
 
getProtocol() - Method in class org.mule.transport.email.Pop3Connector
 
getProtocol() - Method in class org.mule.transport.email.Pop3sConnector
 
getProtocol() - Method in class org.mule.transport.email.SmtpConnector
 
getProtocol() - Method in class org.mule.transport.email.SmtpsConnector
 
getProtocol() - Method in class org.mule.transport.file.FileConnector
 
getProtocol() - Method in class org.mule.transport.ftp.FtpConnector
 
getProtocol() - Method in class org.mule.transport.http.HttpConnector
 
getProtocol() - Method in class org.mule.transport.http.HttpsConnector
 
getProtocol() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getProtocol() - Method in class org.mule.transport.jms.JmsConnector
 
getProtocol() - Method in class org.mule.transport.jnp.JnpConnector
 
getProtocol() - Method in class org.mule.transport.multicast.MulticastConnector
 
getProtocol() - Method in class org.mule.transport.quartz.QuartzConnector
 
getProtocol() - Method in class org.mule.transport.rmi.RmiConnector
 
getProtocol() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
getProtocol() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getProtocol() - Method in class org.mule.transport.servlet.ServletConnector
 
getProtocol() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getProtocol() - Method in class org.mule.transport.soap.axis.wsdl.AxisWsdlConnector
 
getProtocol() - Method in class org.mule.transport.ssl.SslConnector
 
getProtocol() - Method in class org.mule.transport.ssl.TlsConnector
 
getProtocol() - Method in class org.mule.transport.stdio.StdioConnector
 
getProtocol() - Method in class org.mule.transport.tcp.TcpConnector
 
getProtocol() - Method in class org.mule.transport.udp.UdpConnector
 
getProtocol() - Method in class org.mule.transport.vm.VMConnector
 
getProtocol() - Method in class org.mule.transport.xmpp.XmppConnector
 
getProtocol() - Method in class org.mule.transport.xmpp.XmppsConnector
 
getProtocolEndpoint(String) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getProtocolFromKey(String) - Method in class org.mule.transport.soap.SoapServiceFinder
 
getProtocolFromKey(String) - Method in class org.mule.transport.soap.WsdlServiceFinder
 
getProtocolHandler() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getProtocolHandler() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getProtocolHandler() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getProtocolHandler() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getProtocolHandler() - Method in interface org.mule.api.security.TlsProtocolHandler
 
getProtocolHandler() - Method in class org.mule.transport.http.HttpsConnector
 
getProtocolHandler() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getProtocolHandler() - Method in class org.mule.transport.ssl.SslConnector
 
getProvider() - Method in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
 
getProvider() - Method in interface org.mule.api.security.provider.SecurityProviderFactory
 
getProvider(String) - Method in interface org.mule.api.security.SecurityManager
 
getProvider() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getProvider(String) - Method in class org.mule.security.MuleSecurityManager
 
getProvider() - Method in class org.mule.transport.http.HttpsConnector
 
getProvider() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getProvider() - Method in class org.mule.transport.ssl.SslConnector
 
getProviderClass() - Method in class org.mule.api.security.provider.IBMSecurityProvider2Info
 
getProviderClass() - Method in class org.mule.api.security.provider.IBMSecurityProviderInfo
 
getProviderClass() - Method in interface org.mule.api.security.provider.SecurityProviderInfo
 
getProviderClass() - Method in class org.mule.api.security.provider.SunSecurityProviderInfo
 
getProviders() - Method in interface org.mule.api.security.SecurityManager
 
getProviders() - Method in class org.mule.security.MuleSecurityManager
 
getProviderStatsHtml(String) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
getProxy() - Method in class org.mule.module.client.MuleProxyListener
 
getProxyHostname() - Method in class org.mule.transport.http.HttpConnector
 
getProxyPassword() - Method in class org.mule.transport.http.HttpConnector
 
getProxyPort() - Method in class org.mule.transport.http.HttpConnector
 
getProxyUsername() - Method in class org.mule.transport.http.HttpConnector
 
getPublicKeyRingFileName() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getQuantity() - Method in class org.mule.example.bookstore.Order
 
getQuartzScheduler() - Method in class org.mule.transport.quartz.QuartzConnector
 
getQueries() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getQuery() - Method in interface org.mule.api.endpoint.EndpointURI
 
getQuery() - Method in class org.mule.endpoint.MuleEndpointURI
 
getQuery(ImmutableEndpoint, String) - Method in class org.mule.transport.jdbc.JdbcConnector
 
getQueryRunner() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getQueue() - Method in class org.mule.util.queue.FilePersistenceStrategy.HolderImpl
 
getQueue() - Method in interface org.mule.util.queue.QueuePersistenceStrategy.Holder
 
getQueue(String) - Method in interface org.mule.util.queue.QueueSession
 
getQueue(String) - Method in class org.mule.util.queue.TransactionalQueueManager
 
getQueuedEvents() - Method in class org.mule.management.stats.ServiceStatistics
 
getQueuedEvents() - Method in class org.mule.module.management.mbean.ServiceService
 
getQueuedEvents() - Method in class org.mule.module.management.mbean.ServiceStats
 
getQueuedEvents() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getQueueManager() - Method in interface org.mule.api.MuleContext
Gets the queue manager used by mule for queuing events.
getQueueManager() - Method in class org.mule.DefaultMuleContext
 
getQueueManager() - Method in class org.mule.transport.vm.VMConnector
 
getQueueProfile() - Method in class org.mule.model.seda.SedaModel
 
getQueueProfile() - Method in class org.mule.model.seda.SedaService
 
getQueueProfile() - Method in class org.mule.transport.vm.VMConnector
 
getQueueSession() - Method in interface org.mule.util.queue.QueueManager
 
getQueueSession() - Method in class org.mule.util.queue.TransactionalQueueManager
 
getQueueSize() - Method in class org.mule.model.seda.SedaService
 
getQueueSize() - Method in class org.mule.module.management.mbean.ServiceService
 
getQueueSize() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
The number of queued events for this service
getQueueTimeout() - Method in class org.mule.model.seda.SedaModel
 
getQueueTimeout() - Method in class org.mule.model.seda.SedaService
 
getQueueTimeout() - Method in class org.mule.transport.vm.VMConnector
 
getRadius() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getRandomAmount() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
getRandomDuration() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
getRandomSsn() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
getRawAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawFragment() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawPath() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawQuery() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawSchemeSpecificPart() - Method in class org.mule.endpoint.MuleEndpointURI
 
getRawUserInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getReadAndAckStatements(ImmutableEndpoint) - Method in class org.mule.transport.jdbc.JdbcConnector
 
getReadFromDirectory() - Method in class org.mule.transport.file.FileConnector
 
getRealm() - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
getRealm() - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
getReceiveBacklog() - Method in class org.mule.transport.tcp.TcpConnector
 
getReceiveBufferSize() - Method in class org.mule.transport.tcp.TcpConnector
 
getReceiveBufferSize() - Method in class org.mule.transport.udp.UdpConnector
 
getReceivedMessage(int) - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns a message received by the service in chronological order.
getReceivedMessagesCount() - Method in class org.mule.tck.functional.FunctionalTestComponent
If enableMessageHistory = true, returns the number of messages received by this service.
getReceiver(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
getReceiver() - Method in class org.mule.transport.PollingReceiverWorker
 
getReceiverArguments(Map) - Method in class org.mule.transport.ftp.FtpConnector
 
getReceiverByEndpoint(EndpointURI) - Method in class org.mule.transport.vm.VMConnector
 
getReceiverForURI(HttpServletRequest) - Method in class org.mule.transport.servlet.jetty.JettyReceiverServlet
 
getReceiverForURI(HttpServletRequest) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
getReceiverKey() - Method in interface org.mule.api.transport.MessageReceiver
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
The method determines the key used to store the receiver against.
getReceiverKey() - Method in class org.mule.transport.AbstractMessageReceiver
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.cxf.CxfConnector
The method determines the key used to store the receiver against.
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.file.FileConnector
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.http.HttpConnector
The method determines the key used to store the receiver against.
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.jms.JmsConnector
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.multicast.MulticastConnector
 
getReceiverKey(MessageReceiver) - Method in class org.mule.transport.servlet.jetty.JettyReceiverServlet
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.servlet.ServletConnector
 
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.soap.axis.AxisConnector
The method determines the key used to store the receiver against.
getReceiverKey(Service, InboundEndpoint) - Method in class org.mule.transport.udp.UdpConnector
 
getReceiverName(HttpServletRequest) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
getReceivers() - Method in class org.mule.transport.AbstractConnector
Getter for property 'receivers'.
getReceivers(String) - Method in class org.mule.transport.AbstractConnector
 
getReceivers() - Method in class org.mule.transport.http.HttpConnector
 
getReceivers() - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
getReceivers() - Method in class org.mule.transport.servlet.ServletConnector
 
getReceiverServlet() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
getReceiverThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'receiverThreadingProfile'.
getReceiverWorkManager(String) - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message receivers.
getReceiveTimeout() - Method in class org.mule.transport.udp.UdpConnector
 
getRecipientEndpoint(MuleMessage, Object) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipientEndpointFromString(MuleMessage, String) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipientEndpointFromUri(EndpointURI) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(MuleMessage) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getRecipients(MuleMessage) - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
getRecipients(MuleMessage) - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRecipients() - Method in class org.mule.routing.outbound.StaticRecipientList
 
getRedeliveryHandlerFactory() - Method in class org.mule.transport.jms.JmsConnector
 
getRef() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
getReference() - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
getRefreshableBean() - Method in class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
getRegisteredClasses() - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
getRegisteredClasses() - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
getRegistries() - Method in class org.mule.registry.AbstractRegistryBroker
 
getRegistries() - Method in class org.mule.registry.DefaultRegistryBroker
 
getRegistry() - Method in interface org.mule.api.MuleContext
 
getRegistry() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
getRegistry() - Method in class org.mule.DefaultMuleContext
 
getRegistry() - Static method in class org.mule.RegistryContext
 
getRegistryId() - Method in interface org.mule.api.registry.Registry
 
getRegistryId() - Method in class org.mule.DefaultMuleContext
 
getRegistryId() - Method in class org.mule.registry.AbstractRegistry
 
getRegistryId() - Method in class org.mule.registry.AbstractRegistryBroker
 
getRegistryId() - Method in class org.mule.registry.MuleRegistryHelper
 
getRejectedExecutionHandler() - Method in interface org.mule.api.config.ThreadingProfile
 
getRejectedExecutionHandler() - Method in class org.mule.config.ChainedThreadingProfile
 
getRejectedExecutionHandler() - Method in class org.mule.config.ImmutableThreadingProfile
 
getRemoteDispatcher(String) - Method in class org.mule.module.client.MuleClient
 
getRemoteDispatcher(String, String, String) - Method in class org.mule.module.client.MuleClient
 
getRemoteInvocationExecutor() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getRemoteObject(ImmutableEndpoint) - Method in class org.mule.transport.ejb.EjbConnector
 
getRemoteObject(ImmutableEndpoint) - Method in class org.mule.transport.rmi.RmiConnector
 
getRemoteRef(ImmutableEndpoint) - Method in class org.mule.transport.rmi.RmiConnector
 
getRenameProperties() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
getReplyAggregateIdentifier(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseRouter
Extracts a 'Correlation Id' from a reply message.
getReplyMessage() - Method in class org.mule.tck.functional.FunctionalTestNotification
 
getReplyTo() - Method in interface org.mule.api.routing.OutboundRouter
Gets the replyTo endpoint for any outgoing messages.
getReplyTo() - Method in interface org.mule.api.transport.MessageAdapter
Returns a replyTo address for this message.
getReplyTo() - Method in class org.mule.DefaultMuleMessage
Returns a replyTo address for this message.
getReplyTo() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getReplyTo() - Method in class org.mule.transport.AbstractMessageAdapter
Returns a replyTo address for this message.
getReplyTo() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
Sets a replyTo address for this message.
getReplyTo() - Method in class org.mule.transport.soap.MuleSoapHeaders
 
getReplyToAddresses() - Method in class org.mule.transport.email.SmtpConnector
 
getReplyToDestination(Message, Session, MuleEvent, boolean, boolean) - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
getReplyToEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getReplyToEventsSent() - Method in class org.mule.module.management.mbean.ServiceService
 
getReplyToEventsSent() - Method in class org.mule.module.management.mbean.ServiceStats
 
getReplyToEventsSent() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getReplyToHandler(MuleMessage, InboundEndpoint) - Method in class org.mule.service.AbstractService
 
getReplyToHandler() - Method in class org.mule.transport.AbstractConnector
Getter for property 'replyToHandler'.
getReplyToHandler() - Method in class org.mule.transport.jms.JmsConnector
 
getReplyToHandler() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
Getter for property 'replyToHandler'.
getRequest() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
getRequesterFactory() - Method in interface org.mule.api.transport.Connector
The requester factory is used to create a message requester of the current request
getRequesterFactory() - Method in class org.mule.transport.AbstractConnector
 
getRequesterThreadingProfile() - Method in class org.mule.transport.AbstractConnector
Getter for property 'requesterThreadingProfile'.
getRequesterWorkManager() - Method in class org.mule.transport.AbstractConnector
Returns a work manager for message requesters.
getRequestFromUser() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
getRequestLine() - Method in class org.mule.transport.http.HttpRequest
 
getRequestUrl(HttpServletRequest) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
getRequiredParams() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
getResolvedDomain() - Method in class org.mule.module.management.support.JmxRegistrationContext
Getter for property 'resolvedDomain'.
getResource(Object) - Method in interface org.mule.api.transaction.Transaction
 
getResource(String) - Method in class org.mule.config.spring.MuleResourceLoader
 
getResource(String, Class) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
getResource(Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
getResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getResource(Object) - Method in class org.mule.transaction.XaTransaction
 
getResource(String, Class) - Static method in class org.mule.util.ClassUtils
Load a given resource.
getResourceAdapter() - Method in class org.mule.module.jca.MuleActivationSpec
 
getResourceAsStream(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsStream(String, Class, boolean, boolean) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsString(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
getResourceAsUrl(String, Class) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system or from the classpath, in that order.
getResourceAsUrl(String, Class, boolean, boolean) - Static method in class org.mule.util.IOUtils
Attempts to load a resource from the file system or from the classpath, in that order.
getResourceBundle() - Method in class org.mule.transport.stdio.PromptStdioConnector
 
getResourceByPath(String) - Method in class org.mule.config.spring.MuleResourceLoader
 
getResourceIdentifier() - Method in class org.mule.api.context.notification.ServerNotification
 
getResourceInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getResourceInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getResourceManager() - Method in class org.mule.util.xa.DefaultXASession
 
getResourceName() - Method in class org.mule.config.ConfigResource
 
getResourcePath(String, Class) - Static method in class org.mule.util.FileUtils
 
getResourcePath(String, Class, String) - Static method in class org.mule.util.FileUtils
 
getResourceResolver() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getResources(String) - Method in class org.mule.config.spring.MuleResourceLoader
 
getResources(String, Class) - Static method in class org.mule.util.ClassUtils
 
getResponse(MuleMessage) - Method in interface org.mule.api.routing.ResponseRouter
Called by the Mule framework once the outbound router has been processed on a service the Message passed in is the response message from the service (or outbount router if a response was returned).
getResponse(MuleMessage) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getResponse(MuleMessage) - Method in class org.mule.routing.EventCorrelator
This method is called by the responding callee thread and should return the aggregated response message
getResponse(MuleMessage, int) - Method in class org.mule.routing.EventCorrelator
This method is called by the responding callee thread and should return the aggregated response message
getResponse(MuleMessage) - Method in class org.mule.routing.response.AbstractResponseAggregator
This method is called by the responding callee thread and should return the aggregated response message
getResponse(MuleMessage) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getResponseBody(Message, MuleMessage) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getResponseMessages() - Method in class org.mule.routing.EventCorrelator
Deprecated. this is used by a test, but I would like to remove this method
getResponseRouter() - Method in interface org.mule.api.service.Service
Response Routers control how events are returned in a request/response call.
getResponseRouter() - Method in class org.mule.service.AbstractService
 
getResponseTimeout() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The timeout value for waiting for a response from a remote invocation or back channel.
getResponseTimeout() - Method in class org.mule.endpoint.AbstractEndpoint
The timeout value for remoteSync invocations
getResponseTimeout(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getResponseTimeout() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getResponseTimeout() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getResponseTransformers() - Method in interface org.mule.api.endpoint.EndpointURI
 
getResponseTransformers() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The transformers used when a response is returned from invoking this endpoint.
getResponseTransformers() - Method in class org.mule.endpoint.AbstractEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getResponseTransformers() - Method in class org.mule.endpoint.MuleEndpointURI
 
getResponseTransformers() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
getResult() - Method in class org.mule.api.model.InvocationResult
The result of this invocation
getResult() - Method in interface org.mule.module.xml.transformer.AbstractXmlTransformer.ResultHolder
 
getResultHolder(Class) - Static method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
getResultObject() - Method in interface org.mule.module.xml.transformer.AbstractXmlTransformer.ResultHolder
 
getResultSetHandler() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getResultsHandler() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getResultType() - Method in class org.mule.module.xml.transformer.XPathExtractor
Result type from this transformer.
getRetryPolicyTemplate() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
The retry policy on the endpoint configures how retries are handled.
getRetryPolicyTemplate() - Method in interface org.mule.api.transport.Connector
 
getRetryPolicyTemplate() - Method in class org.mule.endpoint.AbstractEndpoint
 
getRetryPolicyTemplate(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getRetryPolicyTemplate() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getRetryPolicyTemplate() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getRetryPolicyTemplate() - Method in class org.mule.transport.AbstractConnector
 
getReturnClass() - Method in interface org.mule.api.transformer.Transformer
 
getReturnClass() - Method in class org.mule.expression.transformers.ExpressionArgument
 
getReturnClass() - Method in class org.mule.transformer.AbstractTransformer
 
getReturnClass() - Method in class org.mule.transport.soap.SoapMethod
 
getReturnData() - Method in class org.mule.tck.functional.FunctionalTestComponent
Often you will may want to return a fixed message payload to simulate and external system call.
getReturnMessages() - Method in interface org.mule.api.retry.RetryContext
 
getReturnMessages() - Method in class org.mule.retry.DefaultRetryContext
 
getReturnType() - Method in class org.mule.transport.soap.SoapMethod
 
getRightFilter() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
getRightFilter() - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
getRmiRegistry() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
getRoles() - Method in interface org.mule.api.security.Credentials
 
getRoles() - Method in class org.mule.security.MuleCredentials
 
getRollbackTxFilter() - Method in class org.mule.AbstractExceptionListener
 
getRootException() - Method in interface org.mule.api.ExceptionPayload
 
getRootException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootException() - Method in class org.mule.message.DefaultExceptionPayload
 
getRootMuleException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRootParentException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
getRouted(String) - Method in class org.mule.management.stats.RouterStatistics
 
getRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getRouted() - Method in class org.mule.module.management.mbean.RouterStats
 
getRouted() - Method in interface org.mule.module.management.mbean.RouterStatsMBean
 
getRouterInbound() - Method in class org.mule.module.management.mbean.ServiceStats
 
getRouterInfo(RouterStatistics, String[], int) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getRouterInfo(RouterStatistics, String[], int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
getRouterOutbound() - Method in class org.mule.module.management.mbean.ServiceStats
 
getRouters() - Method in interface org.mule.api.routing.RouterCollection
 
getRouters() - Method in class org.mule.routing.AbstractRouterCollection
 
getRouterStatistics() - Method in interface org.mule.api.routing.Router
 
getRouterStatistics() - Method in class org.mule.routing.AbstractRouter
 
getSalt() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getSamplePeriod() - Method in class org.mule.management.stats.ServiceStatistics
 
getSatisfiableMethods(Class, Class[], boolean, boolean, Set) - Static method in class org.mule.util.ClassUtils
A helper method that will find all matching methods on a class with the given parameter type
getSatisfiableMethods(Class, Class[], boolean, boolean, Collection, WildcardFilter) - Static method in class org.mule.util.ClassUtils
A helper method that will find all matching methods on a class with the given parameter type
getSatisfiableMethodsWithReturnType(Class, Class, boolean, Set) - Static method in class org.mule.util.ClassUtils
 
getScheduler() - Method in class org.mule.transport.AbstractConnector
Returns a Scheduler service for periodic tasks, currently limited to internal use.
getScheduler() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
getSchemaLanguage() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getSchemaLocations() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getSchemaObject() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getScheme() - Method in interface org.mule.api.endpoint.EndpointURI
 
getScheme() - Method in class org.mule.endpoint.MuleEndpointURI
 
getSchemeMetaInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getSchemeMetaInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getSchemeSpecificPart() - Method in class org.mule.endpoint.MuleEndpointURI
 
getScope() - Method in class org.mule.api.transport.PropertyScope
 
getScopedProperties(PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
 
getScript() - Method in class org.mule.module.scripting.component.ScriptComponent
 
getScript(String) - Method in class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
 
getScript() - Method in class org.mule.module.scripting.transformer.ScriptTransformer
 
getScriptEngine() - Method in class org.mule.module.scripting.component.Scriptable
 
getScriptEngineName() - Method in class org.mule.module.scripting.component.Scriptable
 
getScriptFile() - Method in class org.mule.module.scripting.component.Scriptable
 
getScriptText() - Method in class org.mule.module.scripting.component.Scriptable
 
getSecretAliasId() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretKey() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
getSecretKey() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
getSecretKey() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
getSecretKeyBundle() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getSecretKeyBundle() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretKeyRingFileName() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretPassphrase() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getSecretPassphrase() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecurityContext() - Method in interface org.mule.api.MuleSession
The security context for this session.
getSecurityContext() - Method in class org.mule.DefaultMuleSession
The security context for this session.
getSecurityContextFactory() - Method in class org.mule.security.AbstractSecurityProvider
 
getSecurityFilter() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns an EndpointSecurityFilter for this endpoint.
getSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpoint
Returns an EndpointSecurityFilter for this endpoint.
getSecurityFilter() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getSecurityFilter() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getSecurityFilter() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getSecurityManager() - Method in interface org.mule.api.MuleContext
Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
getSecurityManager() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getSecurityManager() - Method in class org.mule.DefaultMuleContext
Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
getSecurityManager() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getSecurityManager() - Method in class org.mule.transport.rmi.RmiConnector
 
getSecurityPolicy() - Method in class org.mule.transport.rmi.RmiConnector
 
getSecurityProperties() - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
getSecurityProperties() - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
getSecurityProviderFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSecurityProviderFactory() - Method in class org.mule.transport.http.HttpsConnector
 
getSecurityProviderFactory() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getSecurityProviderFactory() - Method in class org.mule.transport.ssl.SslConnector
 
getSecurityProviderInfo() - Method in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Security provider properties for IBM JDK 1.4.2 and higher.
getSecurityProviderInfo() - Method in interface org.mule.api.security.provider.SecurityProviderFactory
 
getSecurityProviders() - Method in interface org.mule.api.security.EndpointSecurityFilter
 
getSecurityProviders() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
getSegments() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
getSendBufferSize() - Method in class org.mule.transport.tcp.TcpConnector
 
getSendBufferSize() - Method in class org.mule.transport.udp.UdpConnector
 
getSendTimeout() - Method in class org.mule.transport.udp.UdpConnector
 
getSerivce(InboundEndpoint, WireFormat, String, int, MuleContext) - Static method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
getServer(String) - Method in class org.mule.transport.cxf.CxfConnector
 
getServer() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
getServerClassName() - Method in class org.mule.transport.rmi.RmiConnector
Method getServerClassName
getServerCodebase() - Method in class org.mule.transport.rmi.RmiConnector
Method getServerCodebase
getServerConfig() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getServerId() - Method in class org.mule.api.context.notification.ServerNotification
 
getServerId() - Method in class org.mule.module.management.mbean.MuleService
 
getServerId() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getServerProvider() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getServerSocket(URI) - Method in class org.mule.transport.http.HttpsConnector
 
getServerSocket(URI) - Method in class org.mule.transport.ssl.SslConnector
 
getServerSocket(URI) - Method in class org.mule.transport.tcp.TcpConnector
 
getServerSocket() - Method in class org.mule.transport.tcp.TcpMessageReceiver
Obtain the serverSocket
getServerSocketFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getServerSocketFactory() - Method in class org.mule.transport.tcp.TcpConnector
 
getServerSoTimeout() - Method in class org.mule.transport.tcp.TcpConnector
 
getServerUri() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
getService() - Method in interface org.mule.api.component.Component
 
getService() - Method in interface org.mule.api.interceptor.Invocation
 
getService() - Method in interface org.mule.api.MuleEvent
Retrieves the service for the current event
getService() - Method in interface org.mule.api.MuleEventContext
 
getService() - Method in interface org.mule.api.MuleSession
Returns the Service associated with the session in its current execution
getService() - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
getService() - Method in interface org.mule.api.registry.ServiceDescriptor
 
getService() - Method in exception org.mule.api.routing.ServiceRoutingException
 
getService() - Method in exception org.mule.api.service.ServiceException
 
getService() - Method in interface org.mule.api.transport.MessageReceiver
 
getService() - Method in class org.mule.component.AbstractComponent
 
getService() - Method in class org.mule.component.ComponentInterceptorInvoker
 
getService() - Method in class org.mule.DefaultMuleEvent
Gets the recipient service of this event
getService() - Method in class org.mule.DefaultMuleEventContext
 
getService() - Method in class org.mule.DefaultMuleSession
 
getService() - Method in class org.mule.transport.AbstractMessageReceiver
 
getService(QName) - Method in class org.mule.transport.soap.axis.extensions.WSDDFileProvider
retrieve an instance of the named service
getServiceBean() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getServiceClass() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getServiceClass(String, SOAPService, MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleMsgProvider
 
getServiceClass(String, SOAPService, MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleRPCProvider
 
getServiceDescriptor() - Method in class org.mule.transport.AbstractConnector
Get the TransportServiceDescriptor for this connector.
getServiceInterface() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getServiceName(MuleEventContext, EndpointURI) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
getServiceOverrides() - Method in class org.mule.transport.AbstractConnector
A map of fully qualified class names that should override those in the connectors' service descriptor This map will be null if there are no overrides
getServiceStatistics() - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
getServiceUrl() - Method in class org.mule.transport.http.components.RestServiceWrapper
 
getServletClass() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
getServletUrl() - Method in class org.mule.transport.servlet.ServletConnector
 
getSession() - Method in interface org.mule.api.MuleEvent
Retrieves the service session for the current event
getSession() - Method in interface org.mule.api.MuleEventContext
 
getSession() - Method in class org.mule.DefaultMuleEvent
 
getSession() - Method in class org.mule.DefaultMuleEventContext
 
getSession() - Method in class org.mule.transport.email.SessionDetails
 
getSession() - Method in class org.mule.transport.email.transformers.Rfc822ByteArraytoMimeMessage
 
getSession(ImmutableEndpoint) - Method in class org.mule.transport.jms.JmsConnector
 
getSession(boolean, boolean) - Method in class org.mule.transport.jms.JmsConnector
 
getSession() - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
getSessionDetails(ImmutableEndpoint) - Method in class org.mule.transport.email.AbstractMailConnector
 
getSessionFromTransaction() - Method in class org.mule.transport.jms.JmsConnector
 
getSessionHandler() - Method in class org.mule.transport.AbstractConnector
Getter for property 'sessionHandler'.
getSessionIDKey() - Method in interface org.mule.api.transport.SessionHandler
The property name of the session id to use when creating the Mule session.
getSessionIDKey() - Method in class org.mule.MuleSessionHandler
 
getSessionIDKey() - Method in class org.mule.NullSessionHandler
The property name of the session id to use when creating the Mule session.
getSessionIDKey() - Method in class org.mule.transport.http.HttpSessionHandler
 
getShort(Object, short) - Static method in class org.mule.util.ObjectUtils
Gets a short from a value in a null-safe manner.
getShortProperty(String, short) - Method in class org.mule.transport.MessagePropertiesContext
 
getSimpleName(Class) - Static method in class org.mule.util.ClassUtils
Provide a simple-to-understand class name (with access to only Java 1.4 API).
getSingleProperty(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
getSingleProperty(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
getSingleProperty(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
getSingleProperty(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
getSize() - Method in class org.mule.example.hello.ChatString
 
getSoapAction(MuleMessage) - Method in class org.mule.transport.cxf.CxfServiceComponent
 
getSoapMessage() - Method in class org.mule.transport.soap.axis.AxisMessageAdapter
 
getSoapService() - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
getSocket() - Method in class org.mule.ResponseOutputStream
 
getSocket(SocketHolder, MessageContext, String, String, int, int, StringBuffer, BooleanHolder) - Method in class org.mule.transport.soap.axis.extensions.MuleHttpSender
Deprecated. Creates a socket connection to the SOAP server
getSocket(ImmutableEndpoint) - Method in class org.mule.transport.tcp.TcpConnector
Lookup a socket in the list of dispatcher sockets but don't create a new socket
getSocket() - Method in class org.mule.transport.udp.UdpMessageReceiver
Obtain the serverSocket
getSocketFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSocketFactory() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getSocketFactory() - Method in class org.mule.transport.email.SmtpsConnector
 
getSocketFactory() - Method in class org.mule.transport.tcp.TcpConnector
 
getSocketFactoryFallback() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getSocketFactoryFallback() - Method in class org.mule.transport.email.SmtpsConnector
 
getSocketFactoryProperties() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getSocketSoLinger() - Method in class org.mule.transport.tcp.TcpConnector
 
getSocketTimeout() - Method in class org.mule.transport.http.HttpServerConnection
 
getSourceTypes() - Method in interface org.mule.api.transformer.Transformer
Returns an unmodifiable list of Source types registered on this transformer
getSourceTypes() - Method in class org.mule.transformer.AbstractTransformer
 
getSpecification() - Method in class org.mule.transport.jms.JmsConnector
 
getSplitExpression() - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
getSqlStatementStrategyFactory() - Method in class org.mule.transport.jdbc.JdbcConnector
 
getSslContext() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSslType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getSslType() - Method in class org.mule.transport.http.HttpsConnector
 
getSslType() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getSslType() - Method in class org.mule.transport.ssl.SslConnector
 
getSsn() - Method in class org.mule.example.loanbroker.messages.Customer
 
getStackAsString(StackTraceElement[]) - Method in class org.mule.example.errorhandler.ExceptionBean
 
getStackTrace() - Method in class org.mule.example.errorhandler.ExceptionBean
 
getStartDate() - Method in interface org.mule.api.MuleContext
Returns the date when the server was started.
getStartDate() - Method in class org.mule.DefaultMuleContext
Returns the long date when the server was started
getStartTime() - Method in class org.mule.management.stats.AllStatistics
 
getStartTime() - Method in class org.mule.module.management.mbean.MuleService
 
getStartTime() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getStartTimeout() - Method in class org.mule.work.WorkerContext
Gets the time duration (in milliseconds) within which the execution of the Work instance must start.
getStartupPropertiesFile() - Static method in class org.mule.MuleServer
 
getState() - Method in class org.mule.api.model.InvocationResult
Returns the state of this invocation.
getState(Object) - Method in interface org.mule.transport.bpm.BPMS
 
getState(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
getStatement(ImmutableEndpoint) - Method in class org.mule.transport.jdbc.JdbcConnector
 
getStatistics() - Method in interface org.mule.api.component.Component
Component statistics are used to gather component statistics such as sync/async invocation counts and total and average execution time.
getStatistics() - Method in interface org.mule.api.MuleContext
 
getStatistics() - Method in interface org.mule.api.routing.RouterCollection
 
getStatistics() - Method in interface org.mule.api.service.Service
Returns the Service statistics.
getStatistics() - Method in class org.mule.component.AbstractComponent
 
getStatistics() - Method in class org.mule.DefaultMuleContext
Gets all statisitcs for this instance
getStatistics() - Method in class org.mule.module.management.mbean.ServiceService
 
getStatistics() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
The statistics for this service
getStatistics() - Method in class org.mule.routing.AbstractCatchAllStrategy
 
getStatistics() - Method in class org.mule.routing.AbstractRouterCollection
 
getStatistics() - Method in class org.mule.service.AbstractService
 
getStatus() - Method in interface org.mule.api.transaction.Transaction
 
getStatus() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Get current profiling status.
getStatus() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Get current profiling status.
getStatus() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
getStatus() - Method in class org.mule.transaction.XaTransaction
 
getStatuscode() - Method in class org.mule.transport.http.HttpResponse
Deprecated. use HttpResponse.getStatusCode() instead
getStatusCode() - Method in class org.mule.transport.http.HttpResponse
 
getStatusLine() - Method in class org.mule.transport.http.HttpResponse
 
getStockQuoteMessage(String, String, String, String, String, String, String, String, String, String) - Static method in class org.mule.example.stockquote.LocaleMessage
 
getStore() - Method in class org.mule.routing.inbound.IdempotentReceiver
 
getStrategy() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
getStrategy() - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
getStrategy() - Method in class org.mule.transformer.compression.AbstractCompressionTransformer
 
getStrategy() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getStrategyName() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getStreamSource() - Method in class org.mule.module.xml.transformer.XsltTransformer
Returns the StreamSource corresponding to xslFile
getString(String, String) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name and resource code
getString(String, String, Object) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and one argument
getString(String, String, Object, Object) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and two arguments
getString(String, String, Object[]) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, resource code and array of arguments.
getString(String, Locale, String, Object[]) - Static method in class org.mule.config.i18n.LocaleMessageHandler
Get the resource string for the given bundle name, locale, resource code and array of arguments.
getString(String, int) - Method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object) - Method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object, Object) - Method in class org.mule.config.i18n.MessageFactory
Factory method to read the message with code code from the resource bundle.
getString(String, int, Object[]) - Method in class org.mule.config.i18n.MessageFactory
 
getString(Object, String) - Static method in class org.mule.util.ObjectUtils
Gets a String from a value in a null-safe manner.
getString(byte[], String) - Static method in class org.mule.util.StringMessageUtils
 
getStringFromDate(Date, String) - Static method in class org.mule.util.DateUtils
 
getStringProperty(String, String) - Method in interface org.mule.api.transport.MessageAdapter
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.DefaultMuleMessage
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.transport.AbstractMessageAdapter
Gets a String property from the message
getStringProperty(String, String) - Method in class org.mule.transport.MessagePropertiesContext
 
getStyle() - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
getStyle() - Method in class org.mule.util.TemplateParser
 
getSubject() - Method in class org.mule.module.jaas.JaasAuthentication
 
getSubject() - Method in class org.mule.transport.email.SmtpConnector
 
getSubscription() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
getSubscriptionFilter() - Method in class org.mule.module.spring.events.MuleEventMulticaster
the type of filter used to filter subscriptions
getSubscriptions() - Method in class org.mule.module.spring.events.MuleEventMulticaster
A list of endpoints the eventMulticaster will receive events on Note that if this eventMulticaster has a Mule Descriptor associated with it, these endpoints are ignored and the ones on the Mule Descriptor are used.
getSubscriptions() - Method in interface org.mule.module.spring.events.MuleSubscriptionEventListener
 
getSummary() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
getSupportedCipherSuites() - Method in class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
getSupportedPhases() - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
getSupportedPhases() - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
getSupportedProtocols() - Method in class org.mule.transport.AbstractConnector
Returns an unmodifiable list of the protocols supported by this connector
getSupportedSchemes() - Method in class org.mule.transport.soap.axis.AxisConnector
 
getSymbol() - Method in class org.mule.example.stockquote.StockQuote
 
getSyncEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getSyncEventsReceived() - Method in class org.mule.module.management.mbean.ServiceService
 
getSyncEventsReceived() - Method in class org.mule.module.management.mbean.ServiceStats
 
getSyncEventsReceived() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getSyncEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getSyncEventsSent() - Method in class org.mule.module.management.mbean.ServiceService
 
getSyncEventsSent() - Method in class org.mule.module.management.mbean.ServiceStats
 
getSyncEventsSent() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getSynchronous(Connector, EndpointURI) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getSynchronous() - Method in class org.mule.routing.outbound.AbstractRecipientList
 
getSynchronousEventTimeout() - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
getSynchronousEventTimeout() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
getSynchronousEventTimeout() - Method in interface org.mule.module.management.mbean.MuleConfigurationServiceMBean
 
getSystemModelType() - Method in interface org.mule.api.config.MuleConfiguration
 
getSystemModelType() - Method in class org.mule.config.DefaultMuleConfiguration
 
getSystemName() - Method in interface org.mule.api.config.MuleConfiguration
 
getSystemName() - Method in class org.mule.config.DefaultMuleConfiguration
 
getTable(Collection) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
getTarget() - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
 
getTarget() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
getTargetConfig() - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
getTargetObject() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
Get XAConnection or XASession from wrapper / proxy
getTargetObject() - Method in class org.mule.transport.jms.xa.ConnectionInvocationHandler
 
getTargetObject() - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
getTargetObject() - Method in interface org.mule.transport.jms.xa.TargetInvocationHandler
 
getTargetOrEndpoint() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getTargetPropertyConfiguration() - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
getTargetPropertyConfiguration() - Method in class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser
 
getTargetPropertyConfiguration() - Method in class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
getTargetPropertyConfiguration() - Method in interface org.mule.config.spring.parsers.MuleChildDefinitionParser
 
getTargetReceiver(MuleMessage, ImmutableEndpoint) - Method in class org.mule.transport.http.HttpMessageReceiver
 
getTargetReference(EndpointInfo, EndpointReferenceType) - Static method in class org.mule.transport.cxf.transport.MuleUniversalConduit
Get the target endpoint reference.
getTcpProtocol() - Method in class org.mule.transport.tcp.TcpConnector
 
getText() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getText() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getTextCharacters() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getTextCharacters() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getTextChild(Element) - Static method in class org.mule.util.XMLUtils
 
getTextLength() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getTextLength() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getTextStart() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getTextStart() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
getThreadFactory() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadFactory() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadFactory() - Method in class org.mule.config.ImmutableThreadingProfile
 
getThreadingProfile() - Method in class org.mule.model.seda.SedaService
 
getThreadPoolSize() - Method in class org.mule.management.stats.ServiceStatistics
 
getThreadPriority() - Method in class org.mule.work.WorkerContext
Gets the priority level of the thread, which will be dispatched to process this work.
getThreadTTL() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadTTL() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadTTL() - Method in class org.mule.config.ImmutableThreadingProfile
 
getThreadWaitTimeout() - Method in interface org.mule.api.config.ThreadingProfile
 
getThreadWaitTimeout() - Method in class org.mule.config.ChainedThreadingProfile
 
getThreadWaitTimeout() - Method in class org.mule.config.ImmutableThreadingProfile
 
getThrowable() - Method in class org.mule.example.errorhandler.ErrorMessage
 
getThrowable() - Method in class org.mule.retry.PolicyStatus
 
getTime() - Method in class org.mule.tck.testmodels.services.PersonResponse
 
getTime() - Method in class org.mule.util.counters.impl.RatePerUnit
 
getTimeExpired() - Method in class org.mule.util.timer.TimeEvent
 
getTimeout() - Method in interface org.mule.api.MuleEvent
The number of milliseconds to wait for a return event when running synchronously.
getTimeout() - Method in interface org.mule.api.MuleEventContext
Get the timeout value associated with the event
getTimeout() - Method in interface org.mule.api.routing.ResponseRouter
Returns the timeout delay that the response router should wait for a response for a given event.
getTimeout() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
getTimeout() - Method in interface org.mule.api.transaction.TransactionConfig
 
getTimeout() - Method in class org.mule.DefaultMuleEvent
 
getTimeout() - Method in class org.mule.DefaultMuleEventContext
Get the timeout value associated with the event
getTimeout() - Method in class org.mule.routing.EventCorrelator
 
getTimeout() - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
getTimeout() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
getTimeout() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
getTimeout() - Method in class org.mule.transaction.MuleTransactionConfig
 
getTimeout() - Method in class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
getTimeout() - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
getTimestamp() - Method in class org.mule.api.context.notification.ServerNotification
 
getTimeStamp() - Method in class org.mule.message.ExceptionMessage
 
getTimeStamp(String) - Static method in class org.mule.util.DateUtils
 
getTimeToLive() - Method in class org.mule.transport.multicast.MulticastConnector
 
getTimeUnit() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
getTitle() - Method in class org.mule.example.bookstore.Book
 
getToken() - Method in class org.mule.security.MuleCredentials
 
getTopicResolver() - Method in class org.mule.transport.jms.JmsConnector
Getter for property 'topicResolver'.
getTotalEventsReceived() - Method in class org.mule.management.stats.ServiceStatistics
 
getTotalEventsReceived() - Method in class org.mule.module.management.mbean.ServiceService
 
getTotalEventsReceived() - Method in class org.mule.module.management.mbean.ServiceStats
 
getTotalEventsReceived() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getTotalEventsSent() - Method in class org.mule.management.stats.ServiceStatistics
 
getTotalEventsSent() - Method in class org.mule.module.management.mbean.ServiceService
 
getTotalEventsSent() - Method in class org.mule.module.management.mbean.ServiceStats
 
getTotalEventsSent() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getTotalExecutionTime() - Method in class org.mule.management.stats.ComponentStatistics
 
getTotalExecutionTime() - Method in class org.mule.management.stats.ServiceStatistics
Deprecated.  
getTotalExecutionTime() - Method in class org.mule.module.management.mbean.ServiceService
 
getTotalExecutionTime() - Method in class org.mule.module.management.mbean.ServiceStats
 
getTotalExecutionTime() - Method in interface org.mule.module.management.mbean.ServiceStatsMBean
 
getTotalMemory() - Method in class org.mule.module.management.mbean.MuleService
 
getTotalMemory() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getTotalReceived() - Method in class org.mule.management.stats.RouterStatistics
 
getTotalReceived() - Method in class org.mule.module.management.mbean.RouterStats
 
getTotalReceived() - Method in interface org.mule.module.management.mbean.RouterStatsMBean
 
getTotalRouted() - Method in class org.mule.management.stats.RouterStatistics
 
getTotalRouted() - Method in class org.mule.module.management.mbean.RouterStats
 
getTotalRouted() - Method in interface org.mule.module.management.mbean.RouterStatsMBean
 
getTransaction() - Method in interface org.mule.api.MuleEventContext
Returns the transaction for the current event or null if there is no transaction in progresss
getTransaction() - Method in class org.mule.DefaultMuleEventContext
Returns the transaction for the current event or null if there is no transaction in progresss
getTransaction() - Method in class org.mule.transaction.TransactionCoordination
 
getTransaction() - Method in class org.mule.transaction.XaTransaction
 
getTransactionConfig() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Returns the transaction configuration for this endpoint
getTransactionConfig() - Method in interface org.mule.api.routing.OutboundRouter
 
getTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpoint
 
getTransactionConfig() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
getTransactionConfig() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getTransactionConfig() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getTransactionConfig() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
getTransactionManager() - Method in interface org.mule.api.MuleContext
Returns the Jta transaction manager used by this Mule server instance.
getTransactionManager() - Method in class org.mule.DefaultMuleContext
Returns the Jta transaction manager used by this Mule server instance.
getTransactionStringId() - Method in class org.mule.context.notification.TransactionNotification
 
getTransactionTimeout() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
getTransactionTimeout() - Method in interface org.mule.module.management.mbean.MuleConfigurationServiceMBean
 
getTransactionTimeout() - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
getTransactionTimeout() - Method in class org.mule.util.xa.DefaultXASession
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.DecryptionTransformer
 
getTransformedBytes(byte[]) - Method in class org.mule.transformer.encryption.EncryptionTransformer
 
getTransformer() - Method in exception org.mule.api.transformer.TransformerException
 
getTransformer() - Static method in class org.mule.module.xml.util.XMLUtils
 
getTransformer() - Method in class org.mule.routing.outbound.TransformerRouter
 
getTransformer() - Method in class org.mule.transformer.TransformerWeighting
 
getTransformers() - Method in interface org.mule.api.endpoint.EndpointURI
 
getTransformers() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Transformers are responsible for transforming data when it is received or sent by the component (depending on whether this endpoint is a receiver or not).
getTransformers() - Method in interface org.mule.api.registry.MuleRegistry
Deprecated. Use lookupTransformer() instead
getTransformers() - Method in interface org.mule.api.transport.ReplyToHandler
 
getTransformers() - Method in class org.mule.endpoint.AbstractEndpoint
 
getTransformers() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
getTransformers() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
getTransformers() - Method in class org.mule.endpoint.MuleEndpointURI
 
getTransformers() - Method in class org.mule.registry.MuleRegistryHelper
 
getTransformers() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
getTransformers(String) - Static method in class org.mule.transformer.TransformerUtils
Builds a list of Transformers.
getTransformers() - Method in interface org.mule.transformer.TransformerUtils.TransformerSource
 
getTransformers() - Method in class org.mule.transport.DefaultReplyToHandler
 
getTransformersFromSource(TransformerUtils.TransformerSource) - Static method in class org.mule.transformer.TransformerUtils
 
getTransport() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
getTransportClass(String) - Static method in class org.mule.transport.soap.axis.extensions.MuleTransport
 
getTransportName() - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
getTrustManagerAlgorithm() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustManagerAlgorithm() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTrustManagerAlgorithm() - Method in class org.mule.transport.http.HttpsConnector
 
getTrustManagerAlgorithm() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getTrustManagerAlgorithm() - Method in class org.mule.transport.ssl.SslConnector
 
getTrustManagerFactory() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustManagerFactory() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTrustManagerFactory() - Method in class org.mule.transport.http.HttpsConnector
 
getTrustManagerFactory() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getTrustManagerFactory() - Method in class org.mule.transport.ssl.SslConnector
 
getTrustStore() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStore() - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
getTrustStore() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getTrustStore() - Method in class org.mule.transport.email.SmtpsConnector
 
getTrustStore() - Method in class org.mule.transport.http.HttpsConnector
 
getTrustStore() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getTrustStore() - Method in class org.mule.transport.ssl.SslConnector
 
getTrustStorePassword() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStorePassword() - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
getTrustStorePassword() - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
getTrustStorePassword() - Method in class org.mule.transport.email.SmtpsConnector
 
getTrustStorePassword() - Method in class org.mule.transport.http.HttpsConnector
 
getTrustStorePassword() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getTrustStorePassword() - Method in class org.mule.transport.ssl.SslConnector
 
getTrustStoreType() - Method in class org.mule.api.security.tls.TlsConfiguration
 
getTrustStoreType() - Method in interface org.mule.api.security.TlsDirectTrustStore
 
getTrustStoreType() - Method in class org.mule.transport.http.HttpsConnector
 
getTrustStoreType() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
getTrustStoreType() - Method in class org.mule.transport.ssl.SslConnector
 
getTxCollection() - Method in interface org.mule.transaction.TransactionCollection
 
getTxManager() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
getType() - Method in class org.mule.api.context.notification.ServerNotification
 
getType() - Method in interface org.mule.api.model.Model
Returns the model type name.
getType() - Method in class org.mule.config.support.InheritedModel
 
getType() - Method in class org.mule.context.notification.ConnectionNotification
 
getType() - Method in class org.mule.context.notification.ExceptionNotification
 
getType() - Method in class org.mule.context.notification.RoutingNotification
 
getType() - Method in class org.mule.context.notification.SecurityNotification
 
getType() - Method in class org.mule.lifecycle.LifecycleObject
 
getType() - Method in class org.mule.model.direct.DirectModel
Returns the model type name.
getType() - Method in class org.mule.model.pipeline.PipelineModel
Returns the model type name.
getType() - Method in class org.mule.model.seda.SedaModel
Returns the model type name.
getType() - Method in class org.mule.module.jca.JcaModel
 
getType() - Method in class org.mule.module.management.mbean.ModelService
 
getType() - Method in interface org.mule.module.management.mbean.ModelServiceMBean
 
getType() - Method in class org.mule.transport.soap.NamedParameter
 
getType() - Method in interface org.mule.util.counters.Counter
Accessor for the counter type.
getType() - Method in class org.mule.util.counters.impl.AbstractCounter
 
getUnderstoodHeaders() - Method in class org.mule.transport.cxf.support.MuleHeadersInInterceptor
 
getUniqueId() - Method in interface org.mule.api.transport.MessageAdapter
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.DefaultMuleMessage
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.transport.AbstractMessageAdapter
gets the unique identifier for the message.
getUniqueId() - Method in class org.mule.transport.DefaultMessageAdapter
gets the unique identifier for the message. It's up to the implementation to ensure a unique id
getUniqueId() - Method in class org.mule.transport.file.FileMessageAdapter
 
getUniqueId() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
getUniqueId() - Method in class org.mule.transport.xmpp.XmppMessageAdapter
 
getUniqueName(Element, String) - Static method in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
getUpperCase() - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
getUri() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUri() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUri() - Method in class org.mule.transport.http.RequestLine
 
getUriPrefixes() - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
getUriResolver() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getUrl() - Method in class org.mule.config.ConfigResource
 
getUrl() - Method in class org.mule.object.JndiObjectFactory
 
getUrl() - Method in class org.mule.transport.email.SessionDetails
 
getURLs() - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
Getter for property 'urls'.
getUse() - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
getUsedNamespaces() - Method in class org.mule.module.xml.stax.MapNamespaceContext
 
getUser() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUser() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUserInfo() - Method in interface org.mule.api.endpoint.EndpointURI
 
getUserInfo() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUsername() - Method in interface org.mule.api.security.Credentials
 
getUserName() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
getUsername() - Method in class org.mule.module.jca.MuleManagedConnection
Gets the user name of the user associated with the ManagedConnection instance.
getUsername() - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Returns the value of the userName property.
getUserName() - Method in class org.mule.module.jca.MuleManagedConnectionMetaData
 
getUserName() - Method in class org.mule.module.jca.MuleResourceAdapter
 
getUsername() - Method in class org.mule.security.MuleCredentials
 
getUsername() - Method in class org.mule.transport.jms.JmsConnector
 
getUserParams() - Method in interface org.mule.api.endpoint.EndpointURI
A reduced version of getParams() - drops some system parameters
getUserParams() - Method in class org.mule.endpoint.MuleEndpointURI
 
getUUID() - Static method in class org.mule.util.UUID
 
getValidatorFeatures() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getValidatorProperties() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getValue(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
 
getValue() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
getValue() - Method in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser.ListEntry
 
getValue() - Method in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
getValue(String, Map) - Method in class org.mule.expression.MapPayloadExpressionEvaluator
 
getValue() - Method in class org.mule.module.xml.filters.JXPathFilter
Deprecated. Use getExpectedValue().
getVendor() - Method in class org.mule.module.management.mbean.MuleService
 
getVendor() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getVendorName() - Static method in class org.mule.config.MuleManifest
 
getVendorUrl() - Static method in class org.mule.config.MuleManifest
 
getVersion() - Method in class org.mule.module.management.mbean.MuleService
 
getVersion() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
getVersion() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
getVolume() - Method in class org.mule.example.stockquote.StockQuote
 
getWaitTime() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
getWarmUpMessages() - Method in class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
 
getWeighting(int, Class, Class) - Method in class org.mule.transformer.TransformerWeighting
 
getWireFormat() - Method in class org.mule.module.client.RemoteDispatcher
 
getWireFormat() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
getWireFormat() - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
getWireFormatClass() - Method in class org.mule.module.client.remoting.ServerHandshake
 
getWorkDescription() - Method in interface org.mule.api.retry.RetryCallback
 
getWorkException() - Method in class org.mule.work.WorkerContext
Gets the WorkException, if any, thrown during the execution.
getWorkingDirectory() - Method in interface org.mule.api.config.MuleConfiguration
 
getWorkingDirectory() - Method in class org.mule.config.DefaultMuleConfiguration
 
getWorkingDirectory() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
getWorkingDirectory() - Method in interface org.mule.module.management.mbean.MuleConfigurationServiceMBean
 
getWorkListener() - Method in interface org.mule.api.MuleContext
 
getWorkListener() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getWorkListener() - Method in class org.mule.DefaultMuleContext
 
getWorkManager() - Method in interface org.mule.api.MuleContext
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManager() - Method in class org.mule.context.DefaultMuleContextBuilder
 
getWorkManager() - Method in class org.mule.DefaultMuleContext
Obtains a workManager instance that can be used to schedule work in a thread pool.
getWorkManager() - Method in class org.mule.model.seda.SedaService
 
getWorkManager() - Method in class org.mule.transport.AbstractConnectable
 
getWorkManager() - Method in class org.mule.transport.AbstractMessageDispatcher
 
getWorkManager() - Method in class org.mule.transport.AbstractMessageReceiver
 
getWorkManager() - Method in class org.mule.transport.AbstractMessageRequester
 
getWorkManagerFactory() - Method in interface org.mule.api.config.ThreadingProfile
 
getWorkManagerFactory() - Method in class org.mule.config.ChainedThreadingProfile
 
getWorkManagerFactory() - Method in class org.mule.config.ImmutableThreadingProfile
 
getWriter() - Method in class org.mule.transport.http.HttpServerConnection
Returns the ResponseWriter used to write the output to the socket.
getWriter() - Method in class org.mule.transport.WriterMessageAdapter
 
getWriteToDirectory() - Method in class org.mule.transport.file.FileConnector
 
getWsdlEndpoint() - Method in class org.mule.transport.soap.WSProxyService
 
getWsdlFile() - Method in class org.mule.transport.soap.WSProxyService
 
getWsdlPort() - Method in class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
getXAResource() - Method in class org.mule.module.jca.MuleManagedConnection
Returns a javax.transaction.xa.XAresource instance.
getXAResource() - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
getXAResource() - Method in class org.mule.util.xa.DefaultXASession
 
getXAResources(ActivationSpec[]) - Method in class org.mule.module.jca.MuleResourceAdapter
We only connect to one resource manager per ResourceAdapter instance, so any ActivationSpec will return the same XAResource.
getXATerminator() - Method in class org.mule.work.MuleWorkManager
 
getXMLInputFactory() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
getXMLInputFactory() - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
getXmlInputFactory() - Method in class org.mule.transport.cxf.support.StaxFeature
 
getXMLOutputFactory() - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
getXmlOutputFactory() - Method in class org.mule.transport.cxf.support.StaxFeature
 
getXMLStreamReader(MuleMessage) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
Gets an XMLStreamReader for this message.
getXMLStreamReader() - Method in class org.mule.module.xml.stax.StaxSource
 
getXPath(String, Object) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
getXpath() - Method in class org.mule.module.xml.filters.XPathFilter
The xpath object to use to evaluate the expression.
getXpath() - Method in class org.mule.module.xml.transformer.XPathExtractor
The XPath evaluator.
getXslFile() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getXslFilePath() - Method in class org.mule.module.management.agent.Mx4jAgent
 
getXslt() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
getXslTransformerFactory() - Method in class org.mule.module.xml.transformer.XsltTransformer
Returns the name of the currently configured javax.xml.transform.Transformer factory class used to create XSLT Transformers.
getXStream() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
giveMeAnOrange() - Static method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactory
 
GLOBAL_ENDPOINT - Static variable in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
GLOBAL_RECEIVER - Static variable in class org.mule.transport.bpm.ProcessConnector
 
GlobalPropertyDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
GlobalPropertyDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.GlobalPropertyDefinitionParser
 
globalTransactions - Variable in class org.mule.util.xa.AbstractResourceManager
 
GmailSmtpConnector - Class in org.mule.transport.email
This class just sets some extra SMTP properties so it works with GMail.
GmailSmtpConnector() - Constructor for class org.mule.transport.email.GmailSmtpConnector
 
GrandchildDefinitionParser - Class in org.mule.config.spring.parsers.generic
Same as ChildDefinitionParser but injects the child element into the grandparent object (2 levels up in the XML tree).
GrandchildDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.generic.GrandchildDefinitionParser
 
GrandchildDefinitionParser(String, Class, Class, boolean) - Constructor for class org.mule.config.spring.parsers.generic.GrandchildDefinitionParser
 
greet(NameString) - Method in class org.mule.example.hello.Greeter
 
Greeter - Class in org.mule.example.hello
Greeter expects a valid NameString object.
Greeter() - Constructor for class org.mule.example.hello.Greeter
 
GroovyExpressionEvaluator - Class in org.mule.module.scripting.expression
An ExpressionEvaluator that allows the user to define Groovy expressions to extract data from the current message.
GroovyExpressionEvaluator() - Constructor for class org.mule.module.scripting.expression.GroovyExpressionEvaluator
 
GroovyRefreshableBeanBuilder - Class in org.mule.module.scripting.component
 
GroovyRefreshableBeanBuilder() - Constructor for class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
GroovyRefreshableBeanBuilderParser - Class in org.mule.module.scripting.config
 
GroovyRefreshableBeanBuilderParser(boolean) - Constructor for class org.mule.module.scripting.config.GroovyRefreshableBeanBuilderParser
 
groupsLock - Variable in class org.mule.routing.EventCorrelator
 
GuiInstallerLibraryDownloader - Class in org.mule.module.boot
 
GuiInstallerLibraryDownloader() - Constructor for class org.mule.module.boot.GuiInstallerLibraryDownloader
 
GuiInstallerLicenseHandler - Class in org.mule.module.boot
 
GuiInstallerLicenseHandler() - Constructor for class org.mule.module.boot.GuiInstallerLicenseHandler
 
GZIP - Static variable in class org.mule.util.Base64
Specify that data should be gzip-compressed.
GZipCompression - Class in org.mule.util.compression
GZipCompression is a CompressionStrategy implementation using the GZip library included in the JDK java.util.zip.
GZipCompression() - Constructor for class org.mule.util.compression.GZipCompression
 
GZipCompressTransformer - Class in org.mule.transformer.compression
GZipCompressTransformer is a transformer compressing objects into byte arrays.
GZipCompressTransformer() - Constructor for class org.mule.transformer.compression.GZipCompressTransformer
 
GZipUncompressTransformer - Class in org.mule.transformer.compression
GZipCompressTransformer will uncompress a byte[] or InputStream
GZipUncompressTransformer() - Constructor for class org.mule.transformer.compression.GZipUncompressTransformer
 

H

handle(Callback[]) - Method in class org.mule.module.jaas.MuleCallbackHandler
The handle() method handles the callbacks to be passed to the Jaas security.
handle(Callback[]) - Method in class org.mule.transport.cxf.support.MuleSecurityManagerCallbackHandler
 
handleAttribute() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleCDATA() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleCharacters() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleComment() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleCookie(String, String, Hashtable, MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleHttpSender
Deprecated. little helper function for cookies
handleDTD() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEndDocument() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEndElement() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityDecl() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleEntityReference() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleException(Exception) - Method in interface org.mule.api.transport.Connector
 
handleException(MuleMessage, Throwable) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
Wraps an exception into a MuleMessage with an Exception payload and returns the Xml representation of it
handleException(Exception) - Method in class org.mule.service.AbstractService
 
handleException(Exception) - Method in class org.mule.transport.AbstractConnectable
 
handleException(Exception) - Method in class org.mule.transport.AbstractConnector
 
handleException(Exception, Connectable) - Method in class org.mule.transport.AbstractConnector
 
handleException(Exception) - Method in class org.mule.transport.AbstractReceiverWorker
A conveniece method that passes the exception to the connector's ExceptionListener
handleException(RestServiceException, MuleMessage) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
handleException(Throwable, String, HttpServletResponse) - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
handleLifecycleException(Object, Throwable) - Method in class org.mule.AbstractExceptionListener
DefaultLifecyclePhase exceptions are thrown when an error occurs during an object's lifecycle call such as start, stop or initialise.
handleLifecycleException(Object, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleLifecycleException(Object, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.CopyAttachmentInInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.CopyAttachmentOutInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.MuleHeadersInInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.MuleHeadersOutInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.MuleProtocolHeadersOutInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.OutputPayloadInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.cxf.support.StreamClosingInterceptor
 
handleMessage(Message) - Method in class org.mule.transport.email.MailMessageAdapter
Store only the first body part directly; add further parts as attachments.
handleMessage(Message) - Method in class org.mule.transport.email.SimpleMailMessageAdapter
By default, this simply stores the entire message as a single message.
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.AbstractExceptionListener
A messaging exception is thrown when an excpetion occurs during normal message processing.
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleMessagingException(MuleMessage, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleMultiTx(Session) - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
handleNamespace() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleNotationDecl() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleNotification(Notification, Object) - Method in class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
handlePI() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handler - Variable in class org.mule.module.xml.stax.StaxSource
 
handler - Variable in class org.mule.transport.jms.CountingRedeliveryHandlerFactory
 
Handler - Class in org.mule.transport.soap.axis.transport.jms
A Dummy Url handler for handling jms.
Handler() - Constructor for class org.mule.transport.soap.axis.transport.jms.Handler
 
Handler - Class in org.mule.transport.soap.axis.transport.pop3
A Dummy Url handler for handling pop3.
Handler() - Constructor for class org.mule.transport.soap.axis.transport.pop3.Handler
 
Handler - Class in org.mule.transport.soap.axis.transport.smtp
A Dummy Url handler for handling smtp.
Handler() - Constructor for class org.mule.transport.soap.axis.transport.smtp.Handler
 
Handler - Class in org.mule.transport.soap.axis.transport.vm
A Dummy Url handler for handling vm.
Handler() - Constructor for class org.mule.transport.soap.axis.transport.vm.Handler
 
handleRedelivery(Message) - Method in class org.mule.transport.jms.CountingRedeliveryHandler
process the redelivered message.
handleRedelivery(Message) - Method in class org.mule.transport.jms.JmsXRedeliveryHandler
process the redelivered message.
handleRedelivery(Message) - Method in interface org.mule.transport.jms.RedeliveryHandler
Process the redelivered message.
handleResults(List) - Method in class org.mule.transport.AbstractReceiverWorker
When Mule has finished processing the current messages, there may be zero or more messages to process by the receiver if request/response messaging is being used.
handleResults(List) - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
HandlerException - Exception in org.mule.example.errorhandler
 
HandlerException(String) - Constructor for exception org.mule.example.errorhandler.HandlerException
 
HandlerException(String, Throwable) - Constructor for exception org.mule.example.errorhandler.HandlerException
 
handlerFailure(ExceptionHandler) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.AbstractExceptionListener
A routing exception is thrown when an excpetion occurs during normal message processing A RoutingException holds a reference to the current message and te endpoint being routing to or from when the error occurred.
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleRoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleSpace() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleSpringElements(Element, BeanDefinition) - Method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
handleStandardException(Throwable) - Method in class org.mule.AbstractExceptionListener
A handler for all other exceptions
handleStandardException(Throwable) - Method in class org.mule.DefaultExceptionStrategy
 
handleStandardException(Throwable) - Method in class org.mule.tck.functional.QuietExceptionStrategy
 
handleStartDocument() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleStartElement() - Method in class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
 
handleTransaction(Throwable) - Method in class org.mule.AbstractExceptionListener
If there is a current transaction this method will mark it for rollback This method should not be called if an event is routed from this exception handler to an endpoint that should take part in the current transaction
handleUnacceptedFilter(MuleMessage) - Method in class org.mule.transport.AbstractMessageReceiver
 
handleUnacceptedFilter(MuleMessage) - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
handleUnacceptedFilter(MuleMessage) - Method in class org.mule.transport.http.HttpMessageReceiver
 
handleWorkException(WorkEvent, String) - Method in class org.mule.model.seda.SedaService
 
handleWorkException(WorkEvent, String) - Method in class org.mule.transport.AbstractConnector
 
handleWorkException(WorkEvent, String) - Method in class org.mule.work.DefaultWorkListener
 
handshakeCompleted(HandshakeCompletedEvent) - Method in class org.mule.transport.ssl.SslMessageReceiver
 
hasBody() - Method in class org.mule.transport.http.HttpResponse
 
hasCode() - Method in class org.mule.module.jaas.MuleJaasPrincipal
 
hasCommandLineOption(String, String[], String[][]) - Static method in class org.mule.util.SystemUtils
Checks whether a command line option is set.
hasEnded(Object) - Method in interface org.mule.transport.bpm.BPMS
 
hasEnded(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
hasEndpoints() - Method in interface org.mule.api.routing.OutboundRouterCollection
Determines if any endpoints have been set on this router.
hasEndpoints() - Method in interface org.mule.api.routing.ResponseRouterCollection
 
hasEndpoints() - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
hasEndpoints() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
hasError() - Method in class org.mule.api.model.InvocationResult
Returns true if an error message has been set on this result, false otherwise
hash(Object[]) - Static method in class org.mule.util.ClassUtils
 
hashCode() - Method in exception org.mule.api.MuleException
 
hashCode() - Method in class org.mule.api.registry.AbstractServiceDescriptor.Key
 
hashCode() - Method in class org.mule.api.transport.PropertyScope
 
hashCode() - Method in class org.mule.config.ConfigResource
 
hashCode() - Method in class org.mule.DefaultMuleEvent
 
hashCode() - Method in class org.mule.endpoint.AbstractEndpoint
 
hashCode() - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
hashCode() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
hashCode() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
hashCode() - Method in class org.mule.endpoint.MuleEndpointURI
 
hashCode() - Method in class org.mule.endpoint.URIBuilder
 
hashCode() - Method in class org.mule.interceptor.InterceptorStack
 
hashCode() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
hashCode() - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
hashCode() - Method in class org.mule.module.jca.MuleEndpointKey
 
hashCode() - Method in class org.mule.module.jca.MuleManagedConnectionFactory
 
hashCode() - Method in class org.mule.module.jca.MuleResourceAdapter
 
hashCode() - Method in class org.mule.module.ognl.filters.OGNLFilter
 
hashCode() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
hashCode() - Method in class org.mule.module.sxc.SxcFilter
 
hashCode() - Method in class org.mule.module.xml.filters.JaxenFilter
 
hashCode() - Method in class org.mule.module.xml.filters.JXPathFilter
 
hashCode() - Method in class org.mule.module.xml.filters.XPathFilter
 
hashCode() - Method in class org.mule.MuleShutdownHook
 
hashCode() - Method in class org.mule.routing.filters.ExpressionFilter
 
hashCode() - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
hashCode() - Method in class org.mule.routing.filters.logic.NotFilter
 
hashCode() - Method in class org.mule.routing.filters.MessagePropertyFilter
 
hashCode() - Method in class org.mule.routing.filters.PayloadTypeFilter
 
hashCode() - Method in class org.mule.routing.filters.RegExFilter
 
hashCode() - Method in class org.mule.routing.filters.WildcardFilter
 
hashCode() - Method in class org.mule.routing.inbound.EventGroup
The hashCode of an EventGroup is derived from the object returned by EventGroup.getGroupId().
hashCode() - Method in class org.mule.transaction.MuleTransactionConfig
 
hashCode() - Method in class org.mule.transformer.TransformerWeighting
 
hashCode() - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
hashCode() - Method in class org.mule.transport.email.filters.MailSubjectRegExFilter
 
hashCode() - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
 
hashCode() - Method in class org.mule.transport.jms.filters.JmsSelectorFilter
 
hashCode() - Method in class org.mule.transport.NullPayload
 
hashCode() - Method in class org.mule.transport.tcp.TcpSocketKey
 
hashCode() - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
hashCode() - Method in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
hashCode() - Method in class org.mule.transport.xmpp.filters.XmppNotFilter
 
hashCode() - Method in class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
hashCode() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
hashCode() - Method in class org.mule.util.concurrent.WaitableBoolean
 
hashCode() - Method in class org.mule.util.MapCombiner
 
hashCode() - Method in class org.mule.util.queue.QueueConfiguration
 
hashCode() - Method in class org.mule.util.queue.QueueInfo
 
hashCode() - Method in class org.mule.util.store.InMemoryObjectStore.StoredObject
 
hashCode() - Method in class org.mule.VoidResult
 
hasMessages(Folder) - Static method in class org.mule.transport.email.RetrieveMessageRequester
Optimised check to se whether to return the message count and retrieve the messages.
hasMoreMessages(Object) - Method in class org.mule.transport.AbstractReceiverResourceWorker
 
hasMoreMessages(Object) - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
hasName() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
hasName() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
hasNext() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
hasNext() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
hasResource(Object) - Method in interface org.mule.api.transaction.Transaction
 
hasResource(Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
hasResource(Object) - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
hasResource(Object) - Method in class org.mule.transaction.XaTransaction
 
hasText() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
hasText() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
header - Variable in class org.mule.util.SplashScreen
 
HEADER_ACCEPT - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ACCEPT_CHARSET - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ACCEPT_ENCODING - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ACCEPT_LANGUAGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ACCEPT_RANGES - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_AGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ALLOW - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_AUTHORIZATION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONNECTION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_ENCODING - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_LANGUAGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_LOCATION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_MD5 - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_RANGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_SEPARATOR - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_COOKIE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_COOKIE_SET - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_DATE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_ETAG - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_EXPECT - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_EXPECT_CONTINUE_REQUEST_VALUE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_EXPIRES - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_FROM - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_HOST - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_IF_MATCH - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_IF_NONE_MATCH - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_IF_RANGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_KEEP_ALIVE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_LAST_MODIFIED - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_LIST_PREFIX - Static variable in class org.mule.transport.email.SimpleMailMessageAdapter
 
HEADER_LOCATION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_MAX_FORWARDS - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_PRAGMA - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_PROXY_AUTHENTICATE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_RANGE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_REFERER - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_RETRY_AFTER - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_SERVER - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_SLUG - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_TE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_TRAILER - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_UPGRADE - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_USER_AGENT - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_VARY - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_VIA - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_WARNING - Static variable in class org.mule.transport.http.HttpConstants
 
HEADER_WWW_AUTHENTICATE - Static variable in class org.mule.transport.http.HttpConstants
 
headerMalformedValueIs(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
headersToString(MuleMessage) - Static method in class org.mule.util.StringMessageUtils
 
HexStringToByteArray - Class in org.mule.transformer.simple
Converts a Hex String to a Byte array
HexStringToByteArray() - Constructor for class org.mule.transformer.simple.HexStringToByteArray
 
hexStringToByteArray(String) - Static method in class org.mule.util.StringUtils
Convert a hexadecimal string into its byte representation.
HIDDEN_KEY - Static variable in class org.mule.config.spring.parsers.specific.properties.NestedListDefinitionParser
 
HIDDEN_KEY - Static variable in class org.mule.config.spring.parsers.specific.properties.NestedMapDefinitionParser
 
HIDDEN_VALUE - Static variable in class org.mule.config.spring.parsers.specific.properties.NestedListDefinitionParser
 
HOST - Static variable in class org.mule.endpoint.URIBuilder
 
HOST_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
HOSTNAME_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
HostNameFactory - Class in org.mule.config.factories
Extracts the local hostname from the local system
HostNameFactory() - Constructor for class org.mule.config.factories.HostNameFactory
 
hours() - Static method in class org.mule.config.i18n.CoreMessages
 
HtmlTablePrinter - Class in org.mule.management.stats.printers
HtmlTablePrinter prints event processing stats as a HTML table
HtmlTablePrinter(Writer) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 
HtmlTablePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.HtmlTablePrinter
 
HtmlTemplate - Class in org.mule.example.bookstore.web
Poor man's CSS stylesheet
HtmlTemplate() - Constructor for class org.mule.example.bookstore.web.HtmlTemplate
 
HTTP - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP10 - Static variable in class org.mule.transport.http.HttpConstants
 
HTTP11 - Static variable in class org.mule.transport.http.HttpConstants
 
HTTP1X - Static variable in class org.mule.transport.http.HttpConstants
 
HTTP_ADAPTER_OBJECT_NAME - Static variable in class org.mule.module.management.agent.Mx4jAgent
 
HTTP_CONTEXT_PATH_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
The context path of the endpoint being accessed.
HTTP_COOKIE_SPEC_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_COOKIES_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_CUSTOM_HEADERS_MAP_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_ENABLE_COOKIES_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_GET_BODY_PARAM_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_INBOUND_PROPERTIES - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_METHOD - Static variable in class org.mule.transport.http.components.RestServiceWrapper
 
HTTP_METHOD_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_PARAMS_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
Allows the user to set a HttpMethodParams object in the client request to be set on the HttpMethod request object
HTTP_POST_BODY_PARAM_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_PREFIX - Static variable in class org.mule.transport.http.HttpConnector
 
HTTP_REQUEST_PATH_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
The path portion of the URL being accessed.
HTTP_REQUEST_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
The path and query portions of the URL being accessed.
HTTP_STATUS_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
MuleEvent property to pass back the status for the response
HTTP_VERSION_PROPERTY - Static variable in class org.mule.transport.http.HttpConnector
 
HttpBasicAuthenticationFilter - Class in org.mule.module.acegi.filters.http
HttpBasicAuthenticationFilter TODO
HttpBasicAuthenticationFilter() - Constructor for class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
HttpBasicAuthenticationFilter(String) - Constructor for class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
HttpBasicAuthenticationFilter - Class in org.mule.module.spring.security.filters.http
HttpBasicAuthenticationFilter TODO
HttpBasicAuthenticationFilter() - Constructor for class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
HttpBasicAuthenticationFilter(String) - Constructor for class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
HttpClientMessageDispatcher - Class in org.mule.transport.http
HttpClientMessageDispatcher dispatches Mule events over HTTP.
HttpClientMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.http.HttpClientMessageDispatcher
 
HttpClientMessageDispatcherFactory - Class in org.mule.transport.http
Creates a HttpClientMessageDispatcher to make client requests
HttpClientMessageDispatcherFactory() - Constructor for class org.mule.transport.http.HttpClientMessageDispatcherFactory
 
HttpClientMessageRequester - Class in org.mule.transport.http
Rquests Mule events over HTTP.
HttpClientMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.http.HttpClientMessageRequester
 
HttpClientMessageRequesterFactory - Class in org.mule.transport.http
Creates a HttpClientMessageDispatcher to make client requests
HttpClientMessageRequesterFactory() - Constructor for class org.mule.transport.http.HttpClientMessageRequesterFactory
 
HttpClientMethodResponseToObject - Class in org.mule.transport.http.transformers
HttpClientMethodResponseToObject transforms a http client response to a DefaultMuleMessage.
HttpClientMethodResponseToObject() - Constructor for class org.mule.transport.http.transformers.HttpClientMethodResponseToObject
 
HttpConnector - Class in org.mule.transport.http
HttpConnector provides a way of receiving and sending http requests and responses.
HttpConnector() - Constructor for class org.mule.transport.http.HttpConnector
 
HttpConstants - Class in org.mule.transport.http
HttpConstants for request and response headers
HttpConstants() - Constructor for class org.mule.transport.http.HttpConstants
 
HttpMessageAdapter - Class in org.mule.transport.http
HttpMessageAdapter Wraps an incoming Http Request making the payload and headers available as standard message adapter.
HttpMessageAdapter(Object) - Constructor for class org.mule.transport.http.HttpMessageAdapter
 
HttpMessageAdapter(HttpMessageAdapter) - Constructor for class org.mule.transport.http.HttpMessageAdapter
 
HttpMessageReceiver - Class in org.mule.transport.http
HttpMessageReceiver is a simple http server that can be used to listen for HTTP requests on a particular port.
HttpMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.http.HttpMessageReceiver
 
HttpMessageReceiver.HttpWorker - Class in org.mule.transport.http
 
HttpMessageReceiver.HttpWorker(Socket) - Constructor for class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
HttpMessages - Class in org.mule.transport.http.i18n
 
HttpMessages() - Constructor for class org.mule.transport.http.i18n.HttpMessages
 
HttpNamespaceHandler - Class in org.mule.transport.http.config
Reigsters a Bean Definition Parser for handling elements.
HttpNamespaceHandler() - Constructor for class org.mule.transport.http.config.HttpNamespaceHandler
 
httpParameterNotSet(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
HttpPollingConnector - Class in org.mule.transport.http
The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use to poll for a result.
HttpPollingConnector() - Constructor for class org.mule.transport.http.HttpPollingConnector
 
HttpRequest - Class in org.mule.transport.http
A http request wrapper
HttpRequest(RequestLine, Header[], InputStream) - Constructor for class org.mule.transport.http.HttpRequest
 
HttpRequest(RequestLine, Header[]) - Constructor for class org.mule.transport.http.HttpRequest
 
HttpRequestBodyToParamMap - Class in org.mule.transport.http.transformers
 
HttpRequestBodyToParamMap() - Constructor for class org.mule.transport.http.transformers.HttpRequestBodyToParamMap
 
HttpRequestMessageAdapter - Class in org.mule.transport.servlet
HttpRequestMessageAdapter is a Mule message adapter for javax.servletHttpServletRequest objects.
HttpRequestMessageAdapter(Object) - Constructor for class org.mule.transport.servlet.HttpRequestMessageAdapter
 
HttpRequestMessageAdapter(HttpRequestMessageAdapter) - Constructor for class org.mule.transport.servlet.HttpRequestMessageAdapter
 
HttpRequestToByteArray - Class in org.mule.transport.servlet.transformers
Converts an HttpServletRequest into an array of bytes by extracting the payload of the request.
HttpRequestToByteArray() - Constructor for class org.mule.transport.servlet.transformers.HttpRequestToByteArray
 
HttpRequestToInputStream - Class in org.mule.transport.servlet.transformers
Converts an HttpServletRequest into an InputStream.
HttpRequestToInputStream() - Constructor for class org.mule.transport.servlet.transformers.HttpRequestToInputStream
 
HttpRequestToNameString - Class in org.mule.example.hello
 
HttpRequestToNameString() - Constructor for class org.mule.example.hello.HttpRequestToNameString
 
HttpRequestToParameter - Class in org.mule.transport.servlet.transformers
 
HttpRequestToParameter() - Constructor for class org.mule.transport.servlet.transformers.HttpRequestToParameter
 
HttpRequestToParameterMap - Class in org.mule.transport.servlet.transformers
Returns a simple Map of the parameters sent with the HTTP Request.
HttpRequestToParameterMap() - Constructor for class org.mule.transport.servlet.transformers.HttpRequestToParameterMap
 
HttpRequestToSoapRequest - Class in org.mule.transport.soap.transformers
A simple transformer for converting an Http GET request into a SOAP request.
HttpRequestToSoapRequest() - Constructor for class org.mule.transport.soap.transformers.HttpRequestToSoapRequest
 
HttpRequestWildcardFilter - Class in org.mule.transport.http.filters
HttpRequestWildcardFilter filters out wildcard URL expressions.
HttpRequestWildcardFilter() - Constructor for class org.mule.transport.http.filters.HttpRequestWildcardFilter
 
HttpRequestWildcardFilter(String) - Constructor for class org.mule.transport.http.filters.HttpRequestWildcardFilter
 
HttpResponse - Class in org.mule.transport.http
A generic HTTP response wrapper.
HttpResponse() - Constructor for class org.mule.transport.http.HttpResponse
 
HttpResponse(StatusLine, Header[], InputStream) - Constructor for class org.mule.transport.http.HttpResponse
 
HttpResponseToString - Class in org.mule.transport.http.transformers
Converts an Http Response object to String.
HttpResponseToString() - Constructor for class org.mule.transport.http.transformers.HttpResponseToString
 
HTTPS - Static variable in class org.mule.transport.http.HttpsConnector
 
HTTPS - Static variable in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
HttpsConnector - Class in org.mule.transport.http
HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
HttpsConnector() - Constructor for class org.mule.transport.http.HttpsConnector
 
HttpServerConnection - Class in org.mule.transport.http
A connection to the SimpleHttpServer.
HttpServerConnection(Socket, String, HttpConnector) - Constructor for class org.mule.transport.http.HttpServerConnection
 
HttpSessionHandler - Class in org.mule.transport.http
Will read and write Http Cookie information to and from the Mule MuleSession
HttpSessionHandler() - Constructor for class org.mule.transport.http.HttpSessionHandler
 
HttpsMessageReceiver - Class in org.mule.transport.http
 
HttpsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.http.HttpsMessageReceiver
 
HttpsNamespaceHandler - Class in org.mule.transport.http.config
Reigsters a Bean Definition Parser for handling elements.
HttpsNamespaceHandler() - Constructor for class org.mule.transport.http.config.HttpsNamespaceHandler
 
HttpsPollingConnector - Class in org.mule.transport.http
HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
HttpsPollingConnector() - Constructor for class org.mule.transport.http.HttpsPollingConnector
 

I

IBMSecurityProvider2Info - Class in org.mule.api.security.provider
IBM JDK 1.4.2-specific security provider information.
IBMSecurityProvider2Info() - Constructor for class org.mule.api.security.provider.IBMSecurityProvider2Info
 
IBMSecurityProviderInfo - Class in org.mule.api.security.provider
IBM JDK-specific security provider information.
IBMSecurityProviderInfo() - Constructor for class org.mule.api.security.provider.IBMSecurityProviderInfo
 
IBMSslAdapterServerSocketFactory - Class in org.mule.module.management.agent
This MBean creates SSLServerSocket instances.
IBMSslAdapterServerSocketFactory() - Constructor for class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
id - Variable in class org.mule.transport.AbstractMessageAdapter
the default UUID for the message.
id - Variable in class org.mule.util.xa.AbstractTransactionContext
 
IdAttribute - Class in org.mule.config.spring.parsers.processors
 
IdAttribute(String) - Constructor for class org.mule.config.spring.parsers.processors.IdAttribute
 
IdempotentReceiver - Class in org.mule.routing.inbound
IdempotentReceiver ensures that only unique messages are received by a service.
IdempotentReceiver() - Constructor for class org.mule.routing.inbound.IdempotentReceiver
 
IdempotentSecureHashReceiver - Class in org.mule.routing.inbound
IdempotentSecureHashReceiver ensures that only unique messages are received by a service.
IdempotentSecureHashReceiver() - Constructor for class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
identityToShortString(Object) - Static method in class org.mule.util.ObjectUtils
Like ObjectUtils.identityToString(Object) but without the object's full package name.
idExpression - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
IGNORED_METHOD - Static variable in class org.mule.config.spring.parsers.specific.IgnoreObjectMethodsDefinitionParser
 
ignoredPropertyOverrides - Variable in class org.mule.DefaultMuleEvent
 
ignoreMethods - Variable in class org.mule.component.builder.ReflectionMessageBuilder
Deprecated.  
IgnoreObjectMethodsDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
IgnoreObjectMethodsDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.IgnoreObjectMethodsDefinitionParser
 
ignoreProperty(String) - Method in class org.mule.DefaultMuleEvent
This method is used to determine if a property on the previous event should be ignorred for the next event.
ignoreType(Class) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
IllegalTransactionStateException - Exception in org.mule.transaction
IllegalTransactionStateException TODO (document class)
IllegalTransactionStateException(Message) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
IllegalTransactionStateException(Message, Throwable) - Constructor for exception org.mule.transaction.IllegalTransactionStateException
 
IMAP - Static variable in class org.mule.transport.email.ImapConnector
 
ImapConnector - Class in org.mule.transport.email
Receives messages from an IMAP mailbox
ImapConnector() - Constructor for class org.mule.transport.email.ImapConnector
 
ImapNamespaceHandler - Class in org.mule.transport.email.config
Reigsters a Bean Definition Parser for handling elements.
ImapNamespaceHandler() - Constructor for class org.mule.transport.email.config.ImapNamespaceHandler
 
IMAPS - Static variable in class org.mule.transport.email.ImapsConnector
 
ImapsConnector - Class in org.mule.transport.email
Creates a secure IMAP connection
ImapsConnector() - Constructor for class org.mule.transport.email.ImapsConnector
 
ImapsNamespaceHandler - Class in org.mule.transport.email.config
Reigsters a Bean Definition Parser for handling elements.
ImapsNamespaceHandler() - Constructor for class org.mule.transport.email.config.ImapsNamespaceHandler
 
ImapsSocketFactory - Class in org.mule.transport.email
A socket factor that reads "indirect" configuration (see TlsConfiguration) for IMAPS from System properties.
ImapsSocketFactory() - Constructor for class org.mule.transport.email.ImapsSocketFactory
 
ImmutableEndpoint - Interface in org.mule.api.endpoint
ImmutableEndpoint describes a Message endpoint where data is sent or received.
ImmutableThreadingProfile - Class in org.mule.config
 
ImmutableThreadingProfile(int, int, int, long, long, int, boolean, RejectedExecutionHandler, ThreadFactory) - Constructor for class org.mule.config.ImmutableThreadingProfile
 
ImmutableThreadingProfile(ThreadingProfile) - Constructor for class org.mule.config.ImmutableThreadingProfile
 
ImmutableThreadingProfile.DefaultWorkManagerFactory - Class in org.mule.config
 
ImmutableThreadingProfile.DefaultWorkManagerFactory() - Constructor for class org.mule.config.ImmutableThreadingProfile.DefaultWorkManagerFactory
 
IN_FAULT_INTERCEPTORS - Static variable in class org.mule.transport.cxf.CxfConstants
 
IN_INTERCEPTORS - Static variable in class org.mule.transport.cxf.CxfConstants
 
inappropriateMessageTypeForAttachments(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
INBOUND - Static variable in class org.mule.api.transport.PropertyScope
This scope holds all inbound headers when a message is received.
INBOUND_BCC_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_CC_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_CONTENT_TYPE_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_CUSTOM_HEADERS_MAP_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_ENDPOINT - Static variable in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
INBOUND_FROM_ADDRESS_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
INBOUND_OPERATION - Static variable in class org.mule.transport.cxf.CxfConstants
 
INBOUND_REPLY_TO_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_SENT_DATE_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_SERVICE - Static variable in class org.mule.transport.cxf.CxfConstants
 
INBOUND_SUBJECT_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
INBOUND_TO_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
InboundEndpoint - Interface in org.mule.api.endpoint
 
InboundEndpointFactoryBean - Class in org.mule.config.spring.factories
Spring FactoryBean used to create concrete instances of inbound endpoints
InboundEndpointFactoryBean(EndpointURIEndpointBuilder) - Constructor for class org.mule.config.spring.factories.InboundEndpointFactoryBean
 
InboundEndpointFactoryBean() - Constructor for class org.mule.config.spring.factories.InboundEndpointFactoryBean
 
InboundPassThroughRouter - Class in org.mule.routing.inbound
InboundPassThroughRouter allows inbound routing over all registered endpoints without any filtering.
InboundPassThroughRouter() - Constructor for class org.mule.routing.inbound.InboundPassThroughRouter
 
InboundRouter - Interface in org.mule.api.routing
InboundRouter defines an interface for an inbound Message router.
inboundRouter - Variable in class org.mule.service.AbstractService
 
InboundRouterCollection - Interface in org.mule.api.routing
DefaultInboundRouterCollection manages a collection of inbound routers.
inboundRouterMustUseInboundEndpoints(InboundRouterCollection, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
inboundTransformer - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
inc() - Method in class org.mule.tck.testmodels.services.TestComponent
 
inc() - Method in class org.mule.tck.testmodels.services.TestReceiver
 
incCallbackCount() - Method in class org.mule.tck.functional.CounterCallback
Increment callback count.
incExecutionError() - Method in class org.mule.management.stats.ServiceStatistics
 
incFatalError() - Method in class org.mule.management.stats.ServiceStatistics
 
includeBranchInXid() - Method in class org.mule.util.xa.AbstractXAResourceManager
 
incorrectlyFormattedEndpointUri(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
incProfiles() - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
incQueuedEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
incQuotes() - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
incReceivedEventASync() - Method in class org.mule.management.stats.ServiceStatistics
 
incReceivedEventSync() - Method in class org.mule.management.stats.ServiceStatistics
 
increment() - Method in interface org.mule.util.counters.Counter
Increment the counter's value by 1.0.
increment() - Method in class org.mule.util.counters.impl.AbstractCounter
 
increment() - Method in class org.mule.util.counters.impl.AggregateCounter
 
increment() - Method in class org.mule.util.counters.impl.Number
 
incrementBy(double) - Method in interface org.mule.util.counters.Counter
Increment the counter's value by the specified amount.
incrementBy(double) - Method in class org.mule.util.counters.impl.AbstractCounter
 
incrementBy(double) - Method in class org.mule.util.counters.impl.AggregateCounter
 
incrementBy(double) - Method in class org.mule.util.counters.impl.Number
 
incrementCaughtMessage() - Method in class org.mule.management.stats.RouterStatistics
Increment no routed message
incrementNoRoutedMessage() - Method in class org.mule.management.stats.RouterStatistics
Increment no routed message
incrementRoutedMessage(Collection) - Method in class org.mule.management.stats.RouterStatistics
Increment routed message for multiple endpoints
incrementRoutedMessage(ImmutableEndpoint) - Method in class org.mule.management.stats.RouterStatistics
Increment routed message for an endpoint
incRequests() - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
incSentEventASync() - Method in class org.mule.management.stats.ServiceStatistics
 
incSentEventSync() - Method in class org.mule.management.stats.ServiceStatistics
 
incSentReplyToEvent() - Method in class org.mule.management.stats.ServiceStatistics
 
IndependentDefinitionParser - Class in org.mule.config.spring.parsers
 
IndependentDefinitionParser() - Constructor for class org.mule.config.spring.parsers.IndependentDefinitionParser
 
index - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
inetAddress - Variable in class org.mule.transport.udp.UdpMessageReceiver
 
info - Variable in class org.mule.module.jca.MuleResourceAdapter
 
info(Object) - Method in class org.mule.util.MuleLogger
 
info(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
INHERIT - Static variable in class org.mule.config.spring.parsers.delegate.InheritDefinitionParser
 
InheritDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This encapsulates two definition parsers - orphan and named - and returns the named definition parser if the "inherit" attribute is set.
InheritDefinitionParser(OrphanDefinitionParser, NamedDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.InheritDefinitionParser
 
InheritDefinitionParser(boolean, OrphanDefinitionParser, NamedDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.InheritDefinitionParser
 
InheritedModel - Class in org.mule.config.support
TODO
InheritedModel() - Constructor for class org.mule.config.support.InheritedModel
 
InheritedModelDefinitionParser - Class in org.mule.config.spring.parsers.specific
Allows the Inherited model type to be used.
InheritedModelDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.InheritedModelDefinitionParser
 
init() - Method in class org.mule.config.builders.MuleXmlBuilderContextServlet
 
init() - Method in class org.mule.config.spring.handlers.CustomNamespaceHandler
 
init() - Method in class org.mule.config.spring.handlers.MuleNamespaceHandler
 
init() - Method in class org.mule.config.spring.handlers.SimpleNamespaceHandler
 
init() - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
init() - Method in class org.mule.example.loanbroker.bpm.LoanBrokerApp
 
init() - Method in class org.mule.module.acegi.config.AcegiNamespaceHandler
 
init() - Method in class org.mule.module.client.config.ClientNamespaceHandler
Invoked by the DefaultBeanDefinitionDocumentReader after construction but before any custom elements are parsed.
init() - Method in class org.mule.module.jaas.config.JaasNamespaceHandler
 
init() - Static method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
Initializes and sets the Jaas Configuration
init() - Method in class org.mule.module.jboss.config.JbossTSNamespaceHandler
 
init() - Method in class org.mule.module.management.config.ManagementNamespaceHandler
 
init() - Method in class org.mule.module.ognl.config.OGNLNamespaceHandler
 
init() - Method in class org.mule.module.pgp.config.PgpNamespaceHandler
 
init() - Method in class org.mule.module.scripting.config.ScriptingNamespaceHandler
 
init() - Method in class org.mule.module.spring.security.config.SpringSecurityNamespaceHandler
 
init() - Method in class org.mule.module.sxc.SxcNamespaceHandler
 
init() - Method in class org.mule.module.xml.config.XmlNamespaceHandler
 
init(String[]) - Method in class org.mule.MuleServer
 
init() - Method in class org.mule.tck.config.TestNamespaceHandler
 
init() - Method in class org.mule.transport.bpm.config.BpmNamespaceHandler
 
init() - Method in class org.mule.transport.cxf.config.CxfNamespaceHandler
 
init() - Method in class org.mule.transport.ejb.config.EjbNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.EmailNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.ImapNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.ImapsNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.Pop3NamespaceHandler
 
init() - Method in class org.mule.transport.email.config.Pop3sNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.SmtpNamespaceHandler
 
init() - Method in class org.mule.transport.email.config.SmtpsNamespaceHandler
 
init() - Method in class org.mule.transport.file.config.FileNamespaceHandler
 
init() - Method in class org.mule.transport.ftp.config.FtpNamespaceHandler
 
init() - Method in class org.mule.transport.http.config.HttpNamespaceHandler
 
init() - Method in class org.mule.transport.http.config.HttpsNamespaceHandler
 
init() - Method in class org.mule.transport.jdbc.config.JdbcNamespaceHandler
 
init() - Method in class org.mule.transport.jms.config.JmsNamespaceHandler
 
init() - Method in class org.mule.transport.jnp.config.JnpNamespaceHandler
 
init() - Method in class org.mule.transport.multicast.config.MulticastNamespaceHandler
 
init() - Method in class org.mule.transport.quartz.config.QuartzNamespaceHandler
 
init() - Method in class org.mule.transport.rmi.config.RmiNamespaceHandler
 
init() - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
init(ServletConfig) - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
init() - Method in class org.mule.transport.servlet.config.ServletNamespaceHandler
 
init() - Method in class org.mule.transport.servlet.jetty.JettyNamespaceHandler
 
init() - Method in class org.mule.transport.servlet.jetty.JettySslNamespaceHandler
 
init() - Method in class org.mule.transport.soap.axis.config.AxisNamespaceHandler
 
init() - Method in class org.mule.transport.soap.config.SoapNamespaceHandler
 
init() - Method in class org.mule.transport.ssl.config.SslNamespaceHandler
 
init() - Method in class org.mule.transport.ssl.config.TlsNamespaceHandler
 
init() - Method in class org.mule.transport.stdio.config.StdioNamespaceHandler
 
init() - Method in class org.mule.transport.tcp.config.TcpNamespaceHandler
 
init() - Method in class org.mule.transport.udp.config.UdpNamespaceHandler
 
init() - Method in class org.mule.transport.vm.config.VmNamespaceHandler
 
init() - Method in class org.mule.transport.xmpp.config.XmppNamespaceHandler
 
init() - Method in class org.mule.transport.xmpp.config.XmppsNamespaceHandler
 
init() - Method in class org.mule.util.monitor.ExpiryMonitor
 
INIT_PARAMETER_MULE_CONFIG - Static variable in class org.mule.config.builders.MuleXmlBuilderContextListener
One or more Mule config files.
INIT_PROPERTY_ENABLE_LIST - Static variable in class org.mule.transport.soap.axis.AxisServiceComponent
 
INIT_PROPERTY_TRANSPORT_NAME - Static variable in class org.mule.transport.soap.axis.AxisServiceComponent
 
INIT_PROPERTY_USE_SECURITY - Static variable in class org.mule.transport.soap.axis.AxisServiceComponent
 
initFromServiceDescriptor() - Method in class org.mule.transport.AbstractConnector
Initialises this connector from its TransportServiceDescriptor This will be called before the AbstractConnector.doInitialise() method is called.
INITIAL_STATE_PAUSED - Static variable in class org.mule.service.AbstractService
 
INITIAL_STATE_STARTED - Static variable in interface org.mule.api.endpoint.ImmutableEndpoint
 
INITIAL_STATE_STARTED - Static variable in class org.mule.service.AbstractService
 
INITIAL_STATE_STOPPED - Static variable in interface org.mule.api.endpoint.ImmutableEndpoint
 
INITIAL_STATE_STOPPED - Static variable in class org.mule.service.AbstractService
The initial states that the service can be started in
Initialisable - Interface in org.mule.api.lifecycle
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing service.
InitialisationCallback - Interface in org.mule.api.lifecycle
InitialisationCallback is used to provide customised initialiation for more complex components.
initialisationCallbacks - Variable in class org.mule.object.AbstractObjectFactory
 
InitialisationException - Exception in org.mule.api.lifecycle
InitialisationException is thrown by the initialise method defined in the org.mule.api.lifecycle.Initialisable interface.
InitialisationException(Message, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
InitialisationException(Message, Throwable, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
InitialisationException(Throwable, Initialisable) - Constructor for exception org.mule.api.lifecycle.InitialisationException
 
initialisationFailure(String) - Static method in class org.mule.config.i18n.CoreMessages
 
initialise() - Method in class org.mule.AbstractAgent
 
initialise() - Method in class org.mule.AbstractExceptionListener
The initialise method is call every time the Exception stategy is assigned to a service or connector.
initialise() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
initialise() - Method in class org.mule.agent.ConfigScannerAgent
 
initialise() - Method in interface org.mule.api.lifecycle.Initialisable
Method used to perform any initialisation work.
initialise(Object) - Method in interface org.mule.api.lifecycle.InitialisationCallback
 
initialise() - Method in exception org.mule.api.MuleException
 
initialise(boolean, String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
initialise() - Method in class org.mule.component.AbstractComponent
 
initialise() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates initialise() life-cycle to component object implementations if they implement the mule Initialisable interface.
initialise() - Method in class org.mule.component.NullLifecycleAdapter
 
initialise() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
initialise() - Method in class org.mule.component.simple.StaticComponent
 
initialise() - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
Method used to perform any initialisation work.
initialise() - Method in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
initialise() - Method in class org.mule.config.spring.factories.EndpointFactoryBean
 
initialise() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
initialise() - Method in class org.mule.DefaultMuleContext
 
initialise() - Method in class org.mule.endpoint.MuleEndpointURI
 
initialise() - Method in class org.mule.example.bookstore.CatalogServiceImpl
 
initialise() - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.expression.transformers.BeanBuilderTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.interceptor.InterceptorStack
 
initialise() - Method in class org.mule.model.AbstractModel
 
initialise() - Method in class org.mule.model.seda.SedaModel
 
initialise() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
initialise() - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
initialise() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Method used to perform any initialisation work.
initialise() - Method in class org.mule.module.management.agent.JdmkAgent
 
initialise() - Method in class org.mule.module.management.agent.JmxAgent
Method used to perform any initialisation work.
initialise() - Method in class org.mule.module.management.agent.Log4jAgent
 
initialise() - Method in class org.mule.module.management.agent.Mx4jAgent
 
initialise() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
initialise() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
initialise() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
initialise() - Method in class org.mule.module.management.mbean.ConnectorService
 
initialise() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
initialise() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
initialise() - Method in class org.mule.module.scripting.component.Scriptable
 
initialise() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
initialise() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
initialise() - Method in class org.mule.module.xml.filters.AbstractJaxpFilter
 
initialise() - Method in class org.mule.module.xml.filters.JXPathFilter
 
initialise(JXPathContext) - Method in class org.mule.module.xml.filters.JXPathFilter
Initializes the JXPathContext based on any relevant properties set for the filter.
initialise() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
initialise() - Method in class org.mule.module.xml.filters.XPathFilter
 
initialise() - Method in class org.mule.module.xml.routing.FilterBasedXmlMessageSplitter
 
initialise() - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
initialise() - Method in class org.mule.module.xml.transformer.JXPathExtractor
Template method where deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.module.xml.transformer.XPathExtractor
 
initialise() - Method in class org.mule.module.xml.transformer.XsltTransformer
 
initialise() - Method in class org.mule.module.xml.util.NamespaceManager
 
initialise() - Method in class org.mule.object.AbstractObjectFactory
 
initialise() - Method in class org.mule.object.JndiObjectFactory
 
initialise() - Method in class org.mule.object.SingletonObjectFactory
 
initialise() - Method in class org.mule.registry.AbstractRegistry
 
initialise() - Method in class org.mule.registry.AbstractRegistryBroker
 
initialise() - Method in class org.mule.registry.MuleRegistryHelper
 
initialise() - Method in class org.mule.routing.AbstractRouter
 
initialise() - Method in class org.mule.routing.AbstractRouterCollection
 
initialise() - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
initialise() - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
initialise() - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
 
initialise() - Method in class org.mule.routing.outbound.ChainingRouter
 
initialise() - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
initialise() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
initialise() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
initialise() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
initialise() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
initialise() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
initialise() - Method in class org.mule.security.AbstractSecurityProvider
 
initialise() - Method in class org.mule.security.MuleSecurityManager
 
initialise() - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
initialise() - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
initialise() - Method in class org.mule.service.AbstractService
Initialise the service.
initialise() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
initialise() - Method in class org.mule.tck.security.MockEncryptionStrategy
 
initialise() - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
Method used to perform any initialisation work.
initialise() - Method in class org.mule.transformer.AbstractTransformer
Template method where deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
Template method were deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transformer.simple.AutoTransformer
Template method where deriving classes can do any initialisation after the properties have been set on this transformer
initialise() - Method in class org.mule.transport.AbstractConnectable
 
initialise() - Method in class org.mule.transport.AbstractConnector
 
initialise() - Method in class org.mule.transport.AbstractMessageDispatcher
 
initialise() - Method in class org.mule.transport.AbstractMessageReceiver
Method used to perform any initialisation work.
initialise() - Method in class org.mule.transport.AbstractMessageRequester
 
initialise() - Method in class org.mule.transport.cxf.CxfServiceComponent
 
initialise() - Method in class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
initialise(SOAPService) - Method in interface org.mule.transport.soap.axis.AxisInitialisable
 
initialise(Object) - Method in class org.mule.transport.soap.axis.AxisInitialisationCallback
 
initialise() - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
initialise() - Method in class org.mule.transport.soap.WSProxyService
 
initialise(Map) - Static method in class org.mule.util.JndiContextHelper
Create a new initial context.
initialise() - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
initialise() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
initialise() - Method in class org.mule.util.store.TextFileObjectStore
 
INITIALISE_ALL - Static variable in class org.mule.config.PoolingProfile
Tells the object pool to initialise all components on startup.
INITIALISE_NONE - Static variable in class org.mule.config.PoolingProfile
Tells the object pool not to initialise any components on startup.
INITIALISE_ONE - Static variable in class org.mule.config.PoolingProfile
Tells the object pool only to initialise one service on startup.
initialiseAll(Iterator) - Static method in class org.mule.api.lifecycle.LifecycleTransitionResult
Initialise children
initialiseAllTransformers(List) - Static method in class org.mule.transformer.TransformerUtils
 
initialised - Variable in class org.mule.AbstractExceptionListener
 
initialised - Variable in class org.mule.component.AbstractComponent
 
initialised - Variable in class org.mule.service.AbstractService
Determines if the service has been initilised
initialised - Variable in class org.mule.transport.AbstractConnector
 
initialiseEndpoint() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
initialiseFromUrl(EndpointURI) - Method in class org.mule.transport.AbstractConnector
When this connector is created via the TransportFactory the endpoint used to determine the connector type is passed to this method so that any properties set on the endpoint that can be used to initialise the connector are made available.
initialize(ServletContext) - Method in class org.mule.config.builders.MuleXmlBuilderContextListener
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
Initialises the callbackHandler, the credentials and the credentials list
initialize() - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
initialize() - Method in class org.mule.MuleServer
Initializes this daemon.
initialize(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
initialize() - Method in class org.mule.transport.cxf.ClientWrapper
 
initialize(Client, Bus) - Method in class org.mule.transport.cxf.support.StaxFeature
 
initialize(Server, Bus) - Method in class org.mule.transport.cxf.support.StaxFeature
 
initialize(Bus) - Method in class org.mule.transport.cxf.support.StaxFeature
 
initializeClass(Class) - Static method in class org.mule.util.ClassUtils
Ensure that the given class is properly initialized when the argument is passed in as .class literal.
initializeProtocolEndpoint(String) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
initializeServerFactory(ServerFactoryBean) - Method in class org.mule.transport.cxf.CxfMessageReceiver
If any custom initialization logic needs to be done, it can be done by overriding this method.
initializeWSDLOperations() - Method in class org.mule.transport.cxf.support.ProxyServiceFactoryBean
 
initializeWSDLOperationsForProvider() - Method in class org.mule.transport.cxf.support.ProxyServiceFactoryBean
 
initialState - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
initialState - Variable in class org.mule.service.AbstractService
Determines the initial state of this service when the model starts.
initialValue() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver.ThreadContextLocal
 
initJndiContext() - Method in class org.mule.transport.AbstractJndiConnector
 
initJndiContext() - Method in class org.mule.transport.jms.JmsConnector
 
initWorkManagers() - Method in class org.mule.transport.AbstractConnector
 
InMemoryContext - Class in org.mule.tck.jndi
Simple in-memory JNDI context for unit testing.
InMemoryContext() - Constructor for class org.mule.tck.jndi.InMemoryContext
 
InMemoryContextFactory - Class in org.mule.tck.jndi
Simple in-memory JNDI context for unit testing.
InMemoryContextFactory() - Constructor for class org.mule.tck.jndi.InMemoryContextFactory
 
InMemoryObjectStore - Class in org.mule.util.store
InMemoryObjectStore implements an optionally bounded in-memory store for message IDs with periodic expiry of old entries.
InMemoryObjectStore() - Constructor for class org.mule.util.store.InMemoryObjectStore
 
InMemoryObjectStore.StoredObject - Class in org.mule.util.store
Represents the object stored in the store.
InMemoryObjectStore.StoredObject(String, Object) - Constructor for class org.mule.util.store.InMemoryObjectStore.StoredObject
 
inputStream - Variable in class org.mule.transport.stdio.StdioConnector
 
insert(int, char[]) - Method in class org.mule.example.hello.ChatString
 
insert(int, char[], int, int) - Method in class org.mule.example.hello.ChatString
 
insertBean(BeanAssembler, BeanDefinition, Element, Element) - Method in class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
 
insertBean(BeanAssembler, BeanDefinition, Element, Element) - Method in class org.mule.config.spring.parsers.processors.NamedSetterChildElementIterator
 
insertBeanInTarget(String) - Method in class org.mule.config.spring.parsers.assembly.AttributeMapBeanAssembler
We override this method to insert a map instead of the definition.
insertBeanInTarget(String) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Insert the bean we have built into the target (typically the parent bean).
insertBeanInTarget(String) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
Insert the bean we have built into the target (typically the parent bean).
insertBeanInTarget(String) - Method in class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssembler
We overwrite this method to populate a map instead of inserting the definition.
insertDefinitionAsMap(String) - Method in class org.mule.config.spring.parsers.assembly.AbstractMapBeanAssembler
 
installUrlStreamHandlerFactory() - Static method in class org.mule.util.MuleUrlStreamHandlerFactory
Install an instance of this class as UrlStreamHandlerFactory.
instanciateClass(Class, Object...) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object...) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[], Class) - Static method in class org.mule.util.ClassUtils
 
instanciateClass(String, Object[], ClassLoader) - Static method in class org.mule.util.ClassUtils
 
INSTANT_RATE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the instant rate of a counter
InstantRate - Class in org.mule.util.counters.impl
 
InstantRate(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.InstantRate
 
INT_VALUE_NOT_SET - Static variable in interface org.mule.api.transport.Connector
 
INTEGER_ERROR - Static variable in class org.mule.util.NumberUtils
 
IntegrationActionHandler - Class in org.mule.transport.bpm.jbpm.actions
 
IntegrationActionHandler() - Constructor for class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
intercept(Invocation) - Method in interface org.mule.api.interceptor.Interceptor
Invoked when the component should be called.
intercept(Invocation) - Method in class org.mule.component.AbstractComponent
 
intercept(Invocation) - Method in class org.mule.interceptor.EnvelopeInterceptor
 
intercept(Invocation) - Method in class org.mule.interceptor.InterceptorStack
 
intercept(Invocation) - Method in class org.mule.interceptor.TimerInterceptor
 
Interceptor - Interface in org.mule.api.interceptor
Interceptor is based on a similar concept of servlet filters and works much the same way.
INTERCEPTOR - Static variable in class org.mule.config.spring.parsers.specific.InterceptorDefinitionParser
 
INTERCEPTOR_STACK - Static variable in class org.mule.config.spring.parsers.specific.InterceptorStackDefinitionParser
 
InterceptorDefinitionParser - Class in org.mule.config.spring.parsers.specific
This allows a interceptor to be defined on a global interceptor stack or on a service.
InterceptorDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.InterceptorDefinitionParser
 
InterceptorDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.InterceptorDefinitionParser
For custom transformers
interceptors - Variable in class org.mule.component.AbstractComponent
 
InterceptorStack - Class in org.mule.interceptor
Maintains a list of interceptors that can be applied to components.
InterceptorStack() - Constructor for class org.mule.interceptor.InterceptorStack
 
InterceptorStack(List) - Constructor for class org.mule.interceptor.InterceptorStack
 
InterceptorStackDefinitionParser - Class in org.mule.config.spring.parsers.specific
This allows a interceptor-stack to be defined globally, or configured on a service.
InterceptorStackDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.InterceptorStackDefinitionParser
For custom transformers
INTERFACE - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
INTERFACE_ATTRIBUTES - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
INTERFACE_CLASS - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
INTERFACE_MAP - Static variable in class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
InterfaceBinding - Interface in org.mule.api.routing
 
internalBind(String, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
internalBind(String, Object, boolean) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
internalCreateCounter(String, String, String, CounterFactory.Type, boolean) - Static method in class org.mule.util.counters.impl.CounterFactoryImpl
 
InternalMessageListener - Interface in org.mule.api.transport
A listener used to receive Muleevents from a transport receiver.
internalRewriteEvent(MuleMessage, boolean) - Static method in class org.mule.RequestContext
 
internalSetEvent(MuleEvent) - Static method in class org.mule.RequestContext
 
internetAddressesToString(InternetAddress[]) - Static method in class org.mule.transport.email.MailUtils
 
internetAddressesToString(InternetAddress) - Static method in class org.mule.transport.email.MailUtils
 
interruptedQueuingEventFor(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
invalidate() - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
InvalidEndpointTypeException - Exception in org.mule.api.endpoint
 
InvalidEndpointTypeException(Message) - Constructor for exception org.mule.api.endpoint.InvalidEndpointTypeException
 
InvalidEndpointTypeException(Message, Throwable) - Constructor for exception org.mule.api.endpoint.InvalidEndpointTypeException
 
invalidFileFilter(EndpointURI) - Static method in class org.mule.transport.file.i18n.FileMessages
 
invalidFrontend(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
invalidJobObject() - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
invalidPayloadType() - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
invalidResourceType(Class, Object) - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
invalidReturnTypeForTransformer(Class) - Static method in class org.mule.module.xml.i18n.XmlMessages
 
invalidSignature() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
invalidStreamingOutputType(Class) - Static method in class org.mule.transport.tcp.i18n.TcpMessages
 
Invocation - Interface in org.mule.api.interceptor
Invocation represents a link in an interceptor chain.
INVOCATION - Static variable in class org.mule.api.transport.PropertyScope
This scope is defined from the point that a Message is created until a service has processed the message.
INVOCATION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
InvocationResult - Class in org.mule.api.model
TODO
InvocationResult(int) - Constructor for class org.mule.api.model.InvocationResult
Will construct an InvocationResult with a given state.
InvocationResult(Object, Method) - Constructor for class org.mule.api.model.InvocationResult
Creates a result with the result payload set.
invocationSuccessfulCantSetError() - Static method in class org.mule.config.i18n.CoreMessages
 
invoke(MuleEvent) - Method in interface org.mule.api.component.Component
Invokes the component
invoke(MuleEvent) - Method in interface org.mule.api.component.LifecycleAdapter
 
invoke() - Method in interface org.mule.api.interceptor.Invocation
Invokes the next interceptor or target
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPoint
 
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPointResolver
 
invoke(Object, MuleEventContext) - Method in interface org.mule.api.model.EntryPointResolverSet
 
invoke(MuleEvent) - Method in class org.mule.component.AbstractComponent
 
invoke() - Method in class org.mule.component.ComponentInterceptorInvoker
 
invoke(MuleEvent) - Method in class org.mule.component.DefaultLifecycleAdapter
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.CallableEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
invoke(Object, MuleEventContext) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
Will discover the entrypoint on the service using the payload type to figure out the method to call.
invoke(Object, Method, Object[]) - Method in class org.mule.module.client.MuleProxyListener
 
invoke(Object, Method, Object[]) - Method in class org.mule.routing.binding.BindingInvocationHandler
 
invoke(Exchange, Object) - Method in class org.mule.transport.cxf.MuleInvoker
 
invoke(Source) - Method in interface org.mule.transport.cxf.support.ProxyService
 
invoke(Object, Method, Object[]) - Method in class org.mule.transport.jdbc.xa.StatementInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.mule.transport.jms.xa.ConnectionInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.mule.transport.jms.xa.ConsumerProducerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
invoke(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleHttpSender
Deprecated. invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
invoke(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleMsgProvider
 
invoke(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleRPCProvider
 
invoke(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
 
invoke(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.UniversalSender
 
invokeAction(RemoteDispatcherNotification, MuleEventContext) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
invokeComponent(MuleEvent) - Method in class org.mule.service.AbstractService
 
invokeComponentInstance(MuleEvent) - Method in class org.mule.component.AbstractJavaComponent
 
invokeComponentInstance(MuleEvent) - Method in class org.mule.component.SimpleCallableJavaComponent
 
invokedMethod - Variable in class org.mule.transport.rmi.RmiMessageDispatcher
 
invokeEndpointFromGet(MessageContext, WriterMessageAdapter, String, String) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
invokeMethod(Object, Method, Object[]) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
invokeMethod - Variable in class org.mule.transport.rmi.RmiMessageReceiver
 
IOUtils - Class in org.mule.util
Mule input/output utilities.
IOUtils() - Constructor for class org.mule.util.IOUtils
 
IP_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
IS_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
isAbsolute() - Method in class org.mule.endpoint.MuleEndpointURI
 
isAcceptMuleMessage() - Method in class org.mule.module.xml.transformer.ObjectToXml
 
isAcceptMuleMessage() - Method in class org.mule.transformer.simple.SerializableToByteArray
 
isAcceptNull() - Method in interface org.mule.api.transformer.Transformer
Does this transformer allow null input?
isAcceptNull() - Method in class org.mule.transformer.AbstractTransformer
 
isAcceptNull() - Method in class org.mule.transformer.NoActionTransformer
 
isAcceptNull() - Method in class org.mule.transport.http.transformers.HttpRequestBodyToParamMap
 
isAcceptNull() - Method in class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
isAcceptUMOMessage() - Method in class org.mule.transformer.simple.SerializableToByteArray
Deprecated. use SerializableToByteArray.isAcceptMuleMessage()
isAcceptVoidMethods() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
isAddressFromMessage() - Method in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
isAgentRegistered(Agent) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
 
isAllowClassAttribute() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
isAllowGlobalDispatcher() - Method in class org.mule.transport.bpm.ProcessConnector
 
isAllowGlobalReceiver() - Method in class org.mule.transport.bpm.ProcessConnector
 
isApplyFiltersToProtocol() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
isApplySecurityToProtocol() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
isApplyTransformersToProtocol() - Method in class org.mule.transport.cxf.ClientWrapper
 
isApplyTransformersToProtocol() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
isAssertMessageAccess() - Static method in class org.mule.api.ThreadSafeAccess.AccessControl
 
isAsynchronous() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Determines whether events will be processed asynchronously
isAttributeSpecified(int) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isAttributeSpecified(int) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isAuthenticate() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
isAuthenticated() - Method in interface org.mule.api.security.Authentication
 
isAuthenticated() - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
isAuthenticated() - Method in class org.mule.module.jaas.JaasAuthentication
 
isAuthenticated() - Method in class org.mule.module.pgp.PGPAuthentication
 
isAuthenticated() - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
isAuthenticated() - Method in class org.mule.security.DefaultMuleAuthentication
 
isAutoDelete() - Method in class org.mule.transport.file.FileConnector
 
isAutoWrapMessageAwareTransform() - Method in interface org.mule.api.config.MuleConfiguration
 
isAutoWrapMessageAwareTransform() - Method in class org.mule.config.DefaultMuleConfiguration
 
isBackupEnabled() - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
isBase64Encoding() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
isBeanReference(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
isBeansNamespace(Element) - Static method in class org.mule.config.spring.util.SpringXMLUtils
 
isBegun() - Method in interface org.mule.api.transaction.Transaction
 
isBegun() - Method in class org.mule.transaction.AbstractTransaction
 
isBinary() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
isBinary() - Method in class org.mule.transport.ftp.FtpConnector
Getter for FTP transfer type.
isBinary() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
isBroadcast() - Method in class org.mule.transport.udp.UdpConnector
 
isCacheJmsSessions() - Method in class org.mule.transport.jms.JmsConnector
 
isCacheMessageAsBytes() - Method in interface org.mule.api.config.MuleConfiguration
 
isCacheMessageAsBytes() - Method in class org.mule.config.DefaultMuleConfiguration
 
isCacheMessageOriginalPayload() - Method in interface org.mule.api.config.MuleConfiguration
 
isCacheMessageOriginalPayload() - Method in class org.mule.config.DefaultMuleConfiguration
 
isCacheXsl() - Method in class org.mule.module.management.agent.Mx4jAgent
 
isCaseSensitive() - Method in class org.mule.routing.filters.MessagePropertyFilter
 
isCaseSensitive() - Method in class org.mule.routing.filters.WildcardFilter
 
isCharacters() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isCharacters() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isCheckEtag() - Method in class org.mule.transport.http.HttpPollingConnector
 
isCheckEtag() - Method in class org.mule.transport.http.HttpsPollingConnector
 
isChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
isClassOnPath(String, Class) - Static method in class org.mule.util.ClassUtils
Can be used by serice endpoints to select which service to use based on what's loaded on the classpath
isClientMode() - Method in interface org.mule.api.config.MuleConfiguration
 
isClientMode() - Method in class org.mule.config.DefaultMuleConfiguration
 
isClientMode() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
isClientProxyAvailable() - Method in class org.mule.transport.cxf.ClientWrapper
 
isCollection(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
isCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
isCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
isCollection() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
isCollection() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
isCollection() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
isCollection(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
isCollection(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
isCommitted() - Method in interface org.mule.api.transaction.Transaction
 
isCommitted() - Method in class org.mule.transaction.AbstractTransaction
 
isCompressed(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
isCompressed(byte[]) - Method in class org.mule.util.compression.GZipCompression
Determines if a byte array is compressed.
isConcrete(Class) - Static method in class org.mule.util.ClassUtils
 
isConfigured() - Method in interface org.mule.api.config.ConfigurationBuilder
Indicate whether this ConfigurationBulder has been configured yet
isConfigured() - Method in interface org.mule.api.transaction.TransactionConfig
 
isConfigured() - Method in class org.mule.config.builders.AbstractConfigurationBuilder
 
isConfigured() - Method in class org.mule.transaction.MuleTransactionConfig
 
isConnected() - Method in interface org.mule.api.transport.Connectable
Determines if this object is connected or not
isConnected() - Method in interface org.mule.api.transport.Connector
 
isConnected() - Method in class org.mule.module.management.mbean.EndpointService
 
isConnected() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
isConnected() - Method in class org.mule.transport.AbstractConnectable
 
isConnected() - Method in class org.mule.transport.AbstractConnector
 
isConsumable() - Method in class org.mule.DefaultMuleMessage
Determines if the payload of this message is consumable i.e.
isConsumed(Class) - Method in class org.mule.transformer.AbstractTransformer
 
isContainsTemplate(String) - Method in class org.mule.util.TemplateParser
 
isCreateDispatcherPerRequest() - Method in interface org.mule.api.transport.MessageDispatcherFactory
Controls whether dispatchers are cached or created per request.
isCreateDispatcherPerRequest() - Method in class org.mule.transport.AbstractMessageDispatcherFactory
This default implementation of MessageDispatcherFactory.isCreateDispatcherPerRequest() returns false, which means that dispatchers are pooled according to their lifecycle as described in MessageDispatcher.
isCreateDispatcherPerRequest() - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
isCreateMultipleTransactedReceivers() - Method in class org.mule.transport.AbstractConnector
For better throughput when using TransactedMessageReceivers this will enable a number of concurrent receivers, based on the value returned by AbstractConnector.getNumberOfConcurrentTransactedReceivers().
isCreateRegistry() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
isCreateRequesterPerRequest() - Method in interface org.mule.api.transport.MessageRequesterFactory
Controls whether dispatchers are cached or created per request.
isCreateRequesterPerRequest() - Method in class org.mule.transport.AbstractMessageRequesterFactory
This default implementation of MessageDispatcherFactory.isCreateDispatcherPerRequest() returns false, which means that dispatchers are pooled according to their lifecycle as described in MessageRequester.
isCreateRequesterPerRequest() - Method in class org.mule.transport.email.RetrieveMessageRequesterFactory
By default client connections are closed after the request.
isCreateRequesterPerRequest() - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
isCreateServer() - Method in class org.mule.module.management.agent.JmxAgent
 
isDebugEnabled() - Method in class org.mule.util.MuleLogger
 
isDefaultSynchronousEndpoints() - Method in interface org.mule.api.config.MuleConfiguration
 
isDefaultSynchronousEndpoints() - Method in class org.mule.config.DefaultMuleConfiguration
 
isDeleteReadMessages() - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
isDeleteUnacceptedMessages() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
If a filter is configured on this endpoint, this property will determine if message that are not excepted by the filter are deleted
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.AbstractEndpoint
 
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isDeleteUnacceptedMessages() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isDeterministic() - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
If this option is true (the default) then the first message part is routed to the first endpoint, the second part to the second endpoint, etc, with the nth part going to the (n modulo number of endpoints) endpoint.
isDisabled() - Method in class org.mule.transport.AbstractMessageAdapter
 
isDisableRoundRobin() - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
The default behaviour for splitter routers is to round-robin across endpoints.
isDisableTemporaryDestinations() - Method in class org.mule.transport.jms.JmsMessageDispatcher
 
isDisableTemporaryReplyToDestinations() - Method in class org.mule.transport.jms.JmsConnector
 
isDiscardEmptyContent() - Method in class org.mule.transport.http.HttpPollingConnector
 
isDiscardEmptyContent() - Method in class org.mule.transport.http.HttpsPollingConnector
 
isDisposed() - Method in interface org.mule.api.component.LifecycleAdapter
 
isDisposed() - Method in interface org.mule.api.MuleContext
 
isDisposed() - Method in interface org.mule.api.transport.Connector
 
isDisposed() - Method in class org.mule.component.DefaultLifecycleAdapter
 
isDisposed() - Method in class org.mule.component.NullLifecycleAdapter
 
isDisposed() - Method in class org.mule.DefaultMuleContext
 
isDisposed() - Method in class org.mule.module.management.mbean.ConnectorService
 
isDisposed() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
isDisposed() - Method in class org.mule.transport.AbstractConnector
 
isDisposing() - Method in interface org.mule.api.MuleContext
 
isDisposing() - Method in class org.mule.DefaultMuleContext
 
isDoAutoTypes() - Method in class org.mule.transport.soap.axis.AxisConnector
 
isDoInboundTransform() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isDoThreading() - Method in interface org.mule.api.config.ThreadingProfile
 
isDoThreading() - Method in class org.mule.config.ChainedThreadingProfile
 
isDoThreading() - Method in class org.mule.config.ImmutableThreadingProfile
 
isDoThreading() - Method in class org.mule.transport.AbstractConnectable
 
isDurable() - Method in class org.mule.transport.jms.JmsConnector
 
isDynamicEndpoints() - Method in interface org.mule.api.routing.OutboundRouter
Determines whether this router supports dynamic endpoint.
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
isDynamicEndpoints() - Method in class org.mule.routing.outbound.AbstractRecipientList
 
isEagerConsumer() - Method in class org.mule.transport.jms.JmsConnector
Getter for property 'eagerConsumer'.
isEagerInit() - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
isEagerInit() - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
isEmpty() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
isEmpty() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
isEmpty() - Method in class org.mule.util.MapCombiner
 
isEnableCookies() - Method in class org.mule.transport.http.HttpConnector
 
isEnabled() - Method in interface org.mule.api.management.stats.Statistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.AllStatistics
Are statistics logged
isEnabled() - Method in class org.mule.management.stats.ComponentStatistics
 
isEnabled() - Method in class org.mule.management.stats.RouterStatistics
 
isEnabled() - Method in class org.mule.management.stats.ServiceStatistics
Are statistics logged
isEnabled() - Method in class org.mule.module.management.mbean.StatisticsService
 
isEnableDiscovery() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
isEnableList() - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
isEnableMessageEvents() - Method in class org.mule.transport.AbstractConnector
 
isEnableMessageHistory() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isEnableNotifications() - Method in class org.mule.AbstractExceptionListener
 
isEnableNotifications() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isEnableStatistics() - Method in class org.mule.module.management.agent.JmxAgent
 
isEnableStreaming() - Method in interface org.mule.api.config.MuleConfiguration
 
isEnableStreaming() - Method in class org.mule.config.DefaultMuleConfiguration
 
isEndElement() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isEndElement() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isEnlisted() - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
isError() - Method in class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
isErrorEnabled() - Method in class org.mule.util.MuleLogger
 
isErrorPayload(MuleMessage) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
isEvaluatorRegistered(String) - Method in interface org.mule.api.expression.ExpressionManager
Checks whether an evaluator is registered with the manager
isEvaluatorRegistered(String) - Method in class org.mule.expression.DefaultExpressionManager
Checks whether an evaluator is registered with the manager
isExactMatch() - Method in class org.mule.transformer.TransformerWeighting
 
isExceptionHandled(Exception) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
isExceptionThrown() - Method in class org.mule.util.ExceptionHolder
 
isExhausted() - Method in class org.mule.retry.PolicyStatus
 
isExpandEmptyElements() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isExpectTransaction() - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
isExplicitTrustStoreOnly() - Method in class org.mule.api.security.tls.TlsConfiguration
 
isExplicitTrustStoreOnly() - Method in interface org.mule.api.security.TlsDirectTrustStore
If the trust store is undefined and the trust store generated via System properties then the key store certificates defined via TODO can be used as a source of trust information.
isExplicitTrustStoreOnly() - Method in class org.mule.transport.http.HttpsConnector
 
isExplicitTrustStoreOnly() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
isExplicitTrustStoreOnly() - Method in class org.mule.transport.ssl.SslConnector
 
isExternallyManagedLifecycle() - Method in interface org.mule.api.object.ObjectFactory
Returns true if Mule should not manage the life-cycle the object instance returned from the ObjectFactory.
isExternallyManagedLifecycle() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
isExternallyManagedLifecycle() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
isExternallyManagedLifecycle() - Method in class org.mule.object.AbstractObjectFactory
 
isExternallyManagedLifecycle() - Method in class org.mule.object.JndiObjectFactory
 
isFailIfNoMatch() - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
If none of the endpoints match a split message part i.e.
isFailOnMessageScribbling() - Static method in class org.mule.api.ThreadSafeAccess.AccessControl
Should we fail when we detect "message scribbling"?
isFailOnTimeout() - Method in interface org.mule.api.routing.ResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
isFailOnTimeout() - Method in class org.mule.routing.EventCorrelator
 
isFailOnTimeout() - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
isFailOnTimeout() - Method in class org.mule.routing.response.AbstractResponseAggregator
 
isFailOnTimeout() - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
isFatalEnabled() - Method in class org.mule.util.MuleLogger
 
isFollowRedirects() - Method in class org.mule.transport.http.HttpConnector
 
isForceJndiDestinations() - Method in class org.mule.transport.jms.JmsConnector
 
isFreeze() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
isGroupAlreadyProcessed(Object) - Method in class org.mule.routing.EventCorrelator
 
isHandleReplyTo(Message, MuleEvent) - Method in class org.mule.transport.jms.JmsMessageDispatcher
Some Jms implementations do not support ReplyTo or require some further fiddling of the message
isHonorQosHeaders() - Method in class org.mule.transport.jms.JmsConnector
Gets the value of honorQosHeaders property.
isIbmJDK() - Static method in class org.mule.util.SystemUtils
 
isIgnoreAdminNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreBadInput() - Method in interface org.mule.api.transformer.Transformer
 
isIgnoreBadInput() - Method in class org.mule.transformer.AbstractTransformer
 
isIgnoreComponentMessageNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreComponentNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreConnectionNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreCustomNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnored(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
isIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
isIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
isIgnored() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
isIgnored() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
isIgnored() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
isIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
isIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
isIgnoreEndpointMessageNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreManagementNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreManagerNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreMessageNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreModelNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isIgnoreSecurityNotifications() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
isInbound() - Method in class org.mule.management.stats.RouterStatistics
 
isInbound() - Method in class org.mule.module.management.mbean.EndpointService
 
isInbound() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
isIncludeConfigNamespaces() - Method in class org.mule.module.xml.util.NamespaceManager
 
isInfoEnabled() - Method in class org.mule.util.MuleLogger
 
isInitialised() - Method in class org.mule.AbstractExceptionListener
 
isInitialised() - Method in interface org.mule.api.MuleContext
Determines if the server has been initialised
isInitialised() - Method in class org.mule.DefaultMuleContext
Determines if the server has been initialised
isInitialised() - Method in class org.mule.module.management.mbean.MuleService
 
isInitialised() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
isInitialising() - Method in interface org.mule.api.MuleContext
Determines if the server is being initialised
isInitialising() - Method in class org.mule.DefaultMuleContext
Determines if the server is being initialised
isInitializeStaticBusInstance() - Method in class org.mule.transport.cxf.CxfConnector
 
isInteger() - Method in class org.mule.example.scripting.StringToNumber
 
isJdkDynamicProxy(Object) - Static method in class org.mule.transport.cxf.MuleInvoker
Return whether the given object is a J2SE dynamic proxy.
isJndiDestinations() - Method in class org.mule.transport.jms.JmsConnector
 
isKeepAlive() - Method in class org.mule.transport.http.HttpResponse
 
isKeepAlive() - Method in class org.mule.transport.http.HttpServerConnection
 
isKeepAlive() - Method in class org.mule.transport.tcp.TcpConnector
 
isKeepSendSocketOpen() - Method in class org.mule.transport.tcp.TcpConnector
 
isKeepSendSocketOpen() - Method in class org.mule.transport.udp.UdpConnector
 
isLenient() - Method in class org.mule.module.xml.filters.JXPathFilter
 
isLicenseAccepted() - Static method in class org.mule.module.boot.LicenseHandler
 
isListHeader(String) - Static method in class org.mule.transport.email.SimpleMailMessageAdapter
Check whether a property name has the format associated with a list of header values
isLoadJdmkAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Getter for property 'loadJdmkAgent'.
isLoadMx4jAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Getter for property 'loadMx4jAgent'.
isLoadProfilerAgent() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Getter for property 'loadProfilerAgent'.
isLocalName(Element, String) - Static method in class org.mule.util.XMLUtils
 
isLocateServer() - Method in class org.mule.module.management.agent.JmxAgent
 
isLogMessageDetails() - Method in class org.mule.tck.functional.FunctionalTestComponent
 
isLookupOnEachCall() - Method in class org.mule.object.JndiObjectFactory
 
isLoopback() - Method in class org.mule.transport.multicast.MulticastConnector
 
isMatch(MuleEvent) - Method in interface org.mule.api.routing.InboundRouter
Determines if the event should be processed by this router.
isMatch(MuleMessage) - Method in interface org.mule.api.routing.OutboundRouter
Determines if the event should be processed by this router.
isMatch(MuleMessage) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
isMatch(MuleEvent) - Method in class org.mule.routing.inbound.WireTap
 
isMatch(MuleMessage) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isMatch(MuleMessage) - Method in class org.mule.routing.outbound.TransformerRouter
 
isMatchAll() - Method in interface org.mule.api.routing.RouterCollection
 
isMatchAll() - Method in class org.mule.routing.AbstractRouterCollection
 
isMissingParser(Problem) - Method in class org.mule.config.spring.MissingParserProblemReporter
 
isModernSpecAvailable() - Method in class org.mule.module.management.support.AutoDiscoveryJmxSupportFactory
Is JMX 1.2 and up available for use?
isMuleNamespace(Element) - Static method in class org.mule.config.spring.util.SpringXMLUtils
 
isMuleUri(String) - Static method in class org.mule.endpoint.MuleEndpointURI
 
isNewlines() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isNoLocal() - Method in class org.mule.transport.jms.JmsConnector
 
isNotificationDynamic() - Method in interface org.mule.api.context.notification.ServerNotificationHandler
 
isNotificationDynamic() - Method in class org.mule.context.notification.OptimisedNotificationHandler
 
isNotificationDynamic() - Method in class org.mule.context.notification.ServerNotificationManager
 
isNotificationEnabled(Class) - Method in interface org.mule.api.context.notification.ServerNotificationHandler
This returns a very "conservative" value - it is true if the notification or any subclass would be accepted.
isNotificationEnabled(Class) - Method in class org.mule.context.notification.OptimisedNotificationHandler
This returns a very "conservative" value - it is true if the notification or any subclass would be accepted.
isNotificationEnabled(Class) - Method in class org.mule.context.notification.ServerNotificationManager
 
isNotMatch() - Method in class org.mule.transformer.TransformerWeighting
 
isNullReturnsTrue() - Method in class org.mule.routing.filters.ExpressionFilter
 
isNullSubscription() - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
ISO_8859_1 - Static variable in class org.mule.transport.http.ResponseWriter
 
isOk() - Method in interface org.mule.api.retry.RetryContext
Note that it's possible for an implementation to return false and have no failure specified, thus the subsequent RetryContext.getLastFailure() may return null.
isOk() - Method in class org.mule.retry.DefaultRetryContext
 
isOk() - Method in class org.mule.retry.PolicyStatus
 
isOmitEncoding() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isOneway(Exchange) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
isOpaque() - Method in class org.mule.endpoint.MuleEndpointURI
 
isOpen() - Method in class org.mule.transport.http.HttpServerConnection
 
isOptional() - Method in class org.mule.expression.transformers.ExpressionArgument
 
isOutbound() - Method in class org.mule.module.management.mbean.EndpointService
 
isOutbound() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
isOutputAppend() - Method in class org.mule.transport.file.FileConnector
 
isOverwrite() - Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
 
isOverwrite() - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
isPadText() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isPassive() - Method in class org.mule.transport.ftp.FtpConnector
Getter for FTP passive mode.
isPaused() - Method in interface org.mule.api.service.Service
True if the service is in a paused state, false otherwise
isPaused() - Method in class org.mule.module.jca.JcaService
 
isPaused() - Method in class org.mule.module.management.mbean.ServiceService
 
isPaused() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
 
isPaused() - Method in class org.mule.service.AbstractService
Determines if the service is in a paused state
isPayloadConsumed(Class) - Method in class org.mule.DefaultMuleMessage
Checks if the payload has been consumed for this message.
isPersistent() - Method in class org.mule.config.QueueProfile
 
isPersistent() - Method in class org.mule.util.queue.QueueConfiguration
 
isPersistentDelivery() - Method in class org.mule.transport.jms.JmsConnector
 
isPhaseComplete(String) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
isPhaseComplete(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
isPhaseSupported(String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
isPhaseSupported(String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
isPrintHeaders() - Method in class org.mule.management.stats.printers.CSVPrinter
 
isProcess(Object) - Method in interface org.mule.transport.bpm.BPMS
 
isProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
isPrototype() - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
isPrototype() - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
isProxy() - Method in class org.mule.transport.cxf.ClientWrapper
 
isProxy() - Method in class org.mule.transport.cxf.CxfMessageReceiver
 
isQueueEvents() - Method in class org.mule.transport.vm.VMConnector
 
isReadOnly() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
 
isReadOnly() - Method in interface org.mule.api.registry.Registry
 
isReadOnly() - Method in class org.mule.config.spring.SpringRegistry
 
isReadOnly() - Method in class org.mule.endpoint.AbstractEndpoint
 
isReadOnly() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isReadOnly() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isReadOnly() - Method in class org.mule.registry.AbstractRegistryBroker
 
isReadOnly() - Method in class org.mule.registry.MuleRegistryHelper
 
isReadOnly() - Method in class org.mule.registry.TransientRegistry
 
isRealmRequired() - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
isRealmRequired() - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
isReceiveMessagesInTransaction() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
isReference(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
A property can be explicitly registered as a bean reference via registerBeanReference() or it can simply use the "-ref" suffix.
isReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
isReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
A property can be explicitly registered as a bean reference via registerBeanReference() or it can simply use the "-ref" suffix.
isReference() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
isReference() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
isReference() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
isReference(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
isRegistered(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
isRegisteredFor(Class) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
isRegisteredFor(Class) - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
isRegisterTraceInterceptor() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
isRemote() - Method in interface org.mule.api.registry.Registry
 
isRemote() - Method in class org.mule.config.spring.SpringRegistry
 
isRemote() - Method in class org.mule.registry.AbstractRegistryBroker
 
isRemote() - Method in class org.mule.registry.MuleRegistryHelper
 
isRemote() - Method in class org.mule.registry.TransientRegistry
 
isRepeat(int, int) - Method in class org.mule.transport.tcp.protocols.DirectProtocol
Decide whether to repeat transfer.
isRepeat(int, int) - Method in class org.mule.transport.tcp.protocols.EOFProtocol
Repeat until end of file
isRepeat(int, int) - Method in class org.mule.transport.tcp.protocols.LengthProtocol
Read all four bytes for initial integer (limit is set in read)
isRepeat(int, int, int) - Method in class org.mule.transport.tcp.protocols.XmlMessageEOFProtocol
Continue reading til EOF or new document found
isRepeat(int, int, int) - Method in class org.mule.transport.tcp.protocols.XmlMessageProtocol
Show we continue reading? This class, following previous implementations, only reads while input is saturated.
isRepeatable() - Method in class org.mule.transport.http.StreamPayloadRequestEntity
 
isRequireClientAuthentication() - Method in class org.mule.api.security.tls.TlsConfiguration
 
isRequireClientAuthentication() - Method in interface org.mule.api.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
isRequireClientAuthentication() - Method in class org.mule.transport.http.HttpsConnector
 
isRequireClientAuthentication() - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
isRequireClientAuthentication() - Method in class org.mule.transport.ssl.SslConnector
 
isRequiresNewMessage() - Method in interface org.mule.api.routing.OutboundRouter
Determines is this router requires a new message copy.
isRequiresNewMessage() - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
isRequiresNewMessage() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isResourceIdentifierAnUri() - Method in class org.mule.api.context.notification.ServerNotification
 
isResponseEnabled() - Method in interface org.mule.api.transport.Connector
 
isResponseEnabled() - Method in class org.mule.transport.AbstractConnector
 
isResponseEnabled() - Method in class org.mule.transport.jms.JmsConnector
 
isResponseEnabled() - Method in class org.mule.transport.tcp.TcpConnector
 
isResponseEnabled() - Method in class org.mule.transport.vm.VMConnector
 
isResponseEnabled() - Method in class org.mule.transport.xmpp.XmppConnector
 
isReturnResult() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
isReturnSourceIfNull() - Method in class org.mule.expression.transformers.ExpressionTransformer
 
isReuseAddress() - Method in class org.mule.transport.tcp.TcpConnector
 
isReuseObject() - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
isReversible() - Method in class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
isRollback() - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
isRollbackOnly() - Method in interface org.mule.api.transaction.Transaction
 
isRollbackOnly() - Method in class org.mule.transaction.AbstractTransaction
 
isRolledBack() - Method in interface org.mule.api.transaction.Transaction
 
isRolledBack() - Method in class org.mule.transaction.AbstractTransaction
 
isRunning() - Method in class org.mule.transport.PollingReceiverWorker
 
isSameRM(XAResource) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
isSameRM(XAResource) - Method in class org.mule.util.xa.DefaultXASession
 
isSendTcpNoDelay() - Method in class org.mule.transport.tcp.TcpConnector
 
isSendTransformed() - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
isSerialiseObjects() - Method in class org.mule.transport.file.FileConnector
 
isServerReachable(URL, int) - Static method in class org.mule.util.NetworkUtils
 
isServerReachable(String, int, int) - Static method in class org.mule.util.NetworkUtils
 
isSignRequested() - Method in class org.mule.module.pgp.PGPCryptInfo
 
isSignRequired() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
isSingleResult() - Method in class org.mule.module.xml.transformer.JXPathExtractor
Should a single value be returned.
isSingleton() - Method in interface org.mule.api.object.ObjectFactory
Returns true if the ObjectFactory implementation always returns the same object instance.
isSingleton() - Method in class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
isSingleton() - Method in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
isSingleton() - Method in class org.mule.config.spring.factories.EndpointFactoryBean
 
isSingleton() - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
isSingleton() - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
isSingleton() - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
isSingleton() - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
isSingleton() - Method in class org.mule.config.spring.util.SpringBeanLookup
 
isSingleton() - Method in class org.mule.object.AbstractObjectFactory
 
isSingleton() - Method in class org.mule.object.JndiObjectFactory
 
isSingleton() - Method in class org.mule.object.SingletonObjectFactory
 
isSingleton() - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
isSingleton() - Method in class org.mule.transport.http.config.ErrorFilterFactoryBean
 
isSourceTypeSupported(Class) - Method in interface org.mule.api.transformer.Transformer
Determines if a particular source class can be handled by this transformer
isSourceTypeSupported(Class, boolean) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
isSourceTypeSupported(Class) - Method in class org.mule.transformer.AbstractTransformer
 
isSourceTypeSupported(Class, boolean) - Method in class org.mule.transformer.AbstractTransformer
 
isSourceTypeSupportedByFirst(List, Class) - Static method in class org.mule.transformer.TransformerUtils
 
isStandalone() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isStarted() - Method in interface org.mule.api.component.LifecycleAdapter
 
isStarted() - Method in interface org.mule.api.MuleContext
Determines if the server has been started
isStarted() - Method in interface org.mule.api.service.Service
Determines whether this service has been started
isStarted() - Method in interface org.mule.api.transport.Connector
 
isStarted() - Method in class org.mule.component.DefaultLifecycleAdapter
 
isStarted() - Method in class org.mule.component.NullLifecycleAdapter
 
isStarted() - Method in class org.mule.DefaultMuleContext
Determines if the server has been started
isStarted() - Method in class org.mule.module.management.mbean.ConnectorService
 
isStarted() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
isStarted() - Method in class org.mule.service.AbstractService
 
isStarted() - Method in class org.mule.transport.AbstractConnectable
 
isStarted() - Method in class org.mule.transport.AbstractConnector
 
isStarted() - Method in class org.mule.util.timer.EventTimerTask
 
isStartElement() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isStartElement() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isStarting() - Method in class org.mule.DefaultMuleContext
 
isStopFurtherProcessing() - Method in interface org.mule.api.MuleEvent
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in interface org.mule.api.MuleEventContext
Determines whether the default processing for this event will be executed.
isStopFurtherProcessing() - Method in class org.mule.DefaultMuleEvent
Determines whether the default processing for this event will be executed
isStopFurtherProcessing() - Method in class org.mule.DefaultMuleEventContext
Determines whether the default processing for this event will be executed.
isStopped() - Method in class org.mule.DefaultMuleContext
 
isStopped() - Method in class org.mule.module.management.mbean.MuleService
 
isStopped() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
isStopped() - Method in class org.mule.module.management.mbean.ServiceService
 
isStopped() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
 
isStopped() - Method in class org.mule.service.AbstractService
 
isStopping() - Method in class org.mule.DefaultMuleContext
 
isStopping() - Method in class org.mule.module.management.mbean.ServiceService
 
isStopping() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
 
isStopping() - Method in class org.mule.service.AbstractService
 
isStreaming() - Method in class org.mule.transport.file.FileConnector
 
isStreaming() - Method in class org.mule.transport.ftp.FtpConnector
 
isStreaming() - Method in class org.mule.transport.tcp.TcpInputStream
 
isStreamOpen() - Method in class org.mule.config.ConfigResource
 
isSunJDK() - Static method in class org.mule.util.SystemUtils
 
isSuppressDeclaration() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isSyncEnabled(String) - Method in interface org.mule.api.transport.Connector
Used to define is this connectors endpoints' should be synchronous by default rather than using Mule's instance wide default.
isSyncEnabled(String) - Method in class org.mule.transport.AbstractConnector
 
isSyncEnabled(String) - Method in class org.mule.transport.cxf.CxfConnector
 
isSyncEnabled(String) - Method in class org.mule.transport.soap.axis.AxisConnector
 
isSynchronous() - Method in interface org.mule.api.endpoint.ImmutableEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronous() - Method in interface org.mule.api.MuleEvent
Determines whether the was sent synchrounously or not
isSynchronous() - Method in interface org.mule.api.MuleEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in class org.mule.DefaultMuleEvent
 
isSynchronous() - Method in class org.mule.DefaultMuleEventContext
Determines whether the was sent synchrounously or not
isSynchronous() - Method in class org.mule.endpoint.AbstractEndpoint
Determines if requests originating from this endpoint should be synchronous i.e.
isSynchronous() - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
isSynchronous() - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
isSynchronous() - Method in class org.mule.module.management.mbean.EndpointService
 
isSynchronous() - Method in interface org.mule.module.management.mbean.EndpointServiceMBean
 
isSynchronous() - Method in class org.mule.module.management.mbean.MuleConfigurationService
 
isSynchronous() - Method in interface org.mule.module.management.mbean.MuleConfigurationServiceMBean
 
isText(String) - Method in class org.mule.transport.servlet.transformers.HttpRequestToParameter
 
isThrowException() - Method in class org.mule.tck.functional.FunctionalTestComponent
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.
isTimedOut() - Method in class org.mule.work.WorkerContext
Used by a Work executor in order to know if this work, which should be accepted but not started has timed out.
isTopic(ImmutableEndpoint) - Method in class org.mule.transport.jms.DefaultJmsTopicResolver
Will use endpoint's resource info to detect a topic, as in jms://topic:trade.PriceUpdatesTopic.
isTopic(ImmutableEndpoint, boolean) - Method in class org.mule.transport.jms.DefaultJmsTopicResolver
Use endpoint configuration to detect a topic.
isTopic(Destination) - Method in class org.mule.transport.jms.DefaultJmsTopicResolver
Will use an instanceof operator.
isTopic(ImmutableEndpoint) - Method in interface org.mule.transport.jms.JmsTopicResolver
Use endpoint configuration to detect a topic.
isTopic(ImmutableEndpoint, boolean) - Method in interface org.mule.transport.jms.JmsTopicResolver
Use endpoint configuration to detect a topic.
isTopic(Destination) - Method in interface org.mule.transport.jms.JmsTopicResolver
Use any means suitable to detect a topic.
isTopic(Destination) - Method in class org.mule.transport.jms.weblogic.WeblogicJmsTopicResolver
For Weblogic 8.x (JMS 1.0.2b) will use Weblogic-specific API call to test for topic.
isTopLevel(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
isTraceEnabled() - Method in class org.mule.util.MuleLogger
 
isTracking() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isTransacted() - Method in interface org.mule.api.transaction.TransactionConfig
 
isTransacted() - Method in interface org.mule.api.transaction.TransactionFactory
Determines whether this transaction factory creates transactions that are really transacted or if they are being used to simulate batch actions, such as using Jms Client Acknowledge.
isTransacted() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
isTransacted() - Method in class org.mule.transaction.MuleTransactionConfig
 
isTransacted() - Method in class org.mule.transaction.XaTransactionFactory
Determines whether this transaction factory creates transactions that are really transacted or if they are being used to simulate batch actions, such as using Jms Client Acknowledge.
isTransacted() - Method in class org.mule.transport.jdbc.JdbcTransactionFactory
 
isTransacted() - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransactionFactory
 
isTransacted() - Method in class org.mule.transport.jms.JmsTransactionFactory
 
isTransacted() - Method in class org.mule.transport.vm.VMTransactionFactory
 
isTransactionPerMessage() - Method in class org.mule.transport.jdbc.JdbcConnector
 
isTransactionRollback() - Method in class org.mule.transport.AbstractMessageDispatcher
Checks to see if the current transaction has been rolled back
isTransformFirst() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
isTransformFirst() - Method in class org.mule.routing.inbound.SelectiveConsumer
 
isTransient() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
isTransient() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
isTransient() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
 
isTransportSupported(String) - Static method in class org.mule.transport.soap.axis.extensions.MuleTransport
 
isTreatMapAsNamedParams() - Method in class org.mule.transport.soap.axis.AxisConnector
 
isTrimText() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
isUseContinuations() - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
isUseDefaultConfigResource() - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
isUseMultipleTransactedReceivers() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
isUseStaxSource() - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
isUseStaxSource() - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
isUseTemplates() - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
isValid() - Method in interface org.mule.api.MuleSession
Determines if this session is valid.
isValid() - Method in class org.mule.DefaultMuleSession
 
isValid() - Method in class org.mule.example.hello.NameString
 
isValidateConnections() - Method in class org.mule.transport.AbstractConnector
Whether to test a connection on each take from pool.
isValidateSchema() - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
isValidExpression(String) - Method in interface org.mule.api.expression.ExpressionManager
Determines if the expression is valid or not.
isValidExpression(String) - Method in class org.mule.expression.DefaultExpressionManager
Determines if the expression is valid or not.
isWarnEnabled() - Method in class org.mule.util.MuleLogger
 
isWhiteSpace() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
isWhiteSpace() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
isXA() - Method in interface org.mule.api.transaction.Transaction
 
isXA() - Method in class org.mule.transaction.AbstractTransaction
 
isXA() - Method in class org.mule.transaction.XaTransaction
 
isXHTML() - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
IsXmlFilter - Class in org.mule.module.xml.filters
IsXmlFilter accepts a String or byte[] if its contents are valid (well-formed) XML.
IsXmlFilter() - Constructor for class org.mule.module.xml.filters.IsXmlFilter
 
iterator() - Method in class org.mule.routing.inbound.EventGroup
Returns an iterator over a snapshot copy of this group's collected events.
iterator() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
ITestComponent - Interface in org.mule.tck.testmodels.services
Interface for TestComponent (to make it easier to host the service on Axis)

J

JaasAuthentication - Class in org.mule.module.jaas
 
JaasAuthentication(Credentials) - Constructor for class org.mule.module.jaas.JaasAuthentication
 
JaasAuthentication(Object, Object, Subject) - Constructor for class org.mule.module.jaas.JaasAuthentication
 
JaasNamespaceHandler - Class in org.mule.module.jaas.config
 
JaasNamespaceHandler() - Constructor for class org.mule.module.jaas.config.JaasNamespaceHandler
 
JaasSecurityFilter - Class in org.mule.module.jaas.filters
 
JaasSecurityFilter() - Constructor for class org.mule.module.jaas.filters.JaasSecurityFilter
 
JaasSimpleAuthenticationProvider - Class in org.mule.module.jaas
This is the Provider for Mule's Jaas Security.
JaasSimpleAuthenticationProvider() - Constructor for class org.mule.module.jaas.JaasSimpleAuthenticationProvider
 
JaasSimpleAuthenticationProvider.JaasConfig - Class in org.mule.module.jaas
The JaasConfig class extends the Jaas Configuration in order to be able to configure the jaas security programmatically.
JaasSimpleAuthenticationProvider.JaasConfig() - Constructor for class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
 
JarUtils - Class in org.mule.util
 
JavaComponent - Interface in org.mule.api.component
JavaComponent is a Java Component implementation used to invoke Java component implementations.
javaComponentRequiredForInboundEndpoint() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
JAX_WS_FRONTEND - Static variable in class org.mule.transport.cxf.CxfConstants
 
JaxenFilter - Class in org.mule.module.xml.filters
JaxenFilter evaluates an XPath expression against an XML document using Jaxen.
JaxenFilter() - Constructor for class org.mule.module.xml.filters.JaxenFilter
 
JaxenFilter(String) - Constructor for class org.mule.module.xml.filters.JaxenFilter
 
JaxenFilter(String, String) - Constructor for class org.mule.module.xml.filters.JaxenFilter
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE - Static variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE - Static variable in class org.mule.module.xml.util.XMLUtils
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE_VALUE - Static variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
JAXP_PROPERTIES_SCHEMA_LANGUAGE_VALUE - Static variable in class org.mule.module.xml.util.XMLUtils
 
JAXP_PROPERTIES_SCHEMA_SOURCE - Static variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
JAXP_PROPERTIES_SCHEMA_SOURCE - Static variable in class org.mule.module.xml.util.XMLUtils
 
JBossArjunaTransactionManagerFactory - Class in org.mule.module.jboss.transaction
 
JBossArjunaTransactionManagerFactory() - Constructor for class org.mule.module.jboss.transaction.JBossArjunaTransactionManagerFactory
 
JBossTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JBossTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JBossTransactionManagerLookupFactory
 
JbossTSNamespaceHandler - Class in org.mule.module.jboss.config
Registers Bean Definition Parsers for the "jbossts" namespace.
JbossTSNamespaceHandler() - Constructor for class org.mule.module.jboss.config.JbossTSNamespaceHandler
 
Jbpm - Class in org.mule.transport.bpm.jbpm
jBPM's implementation of Mule's generic BPMS interface.
Jbpm() - Constructor for class org.mule.transport.bpm.jbpm.Jbpm
Creates the Mule wrapper for jBPM using a default configuration.
Jbpm(JbpmConfiguration) - Constructor for class org.mule.transport.bpm.jbpm.Jbpm
Creates the Mule BPM wrapper based on an already-initialized jBPM instance
jbpmConfiguration - Variable in class org.mule.transport.bpm.jbpm.Jbpm
 
JCA_MODEL_TYPE - Static variable in class org.mule.module.jca.JcaModel
 
JcaComponent - Class in org.mule.module.jca
 
JcaComponent(MessageEndpointFactory, EntryPointResolverSet, Service, WorkManager) - Constructor for class org.mule.module.jca.JcaComponent
 
JcaComponent.MuleJcaWorker - Class in org.mule.module.jca
 
JcaMessages - Class in org.mule.module.jca.i18n
 
JcaMessages() - Constructor for class org.mule.module.jca.i18n.JcaMessages
 
JcaModel - Class in org.mule.module.jca
Creates a model suitable for Jca execution
JcaModel() - Constructor for class org.mule.module.jca.JcaModel
 
JcaService - Class in org.mule.module.jca
JcaService Is the type of service used in Mule when embedded inside an app server using JCA.
JcaService() - Constructor for class org.mule.module.jca.JcaService
 
JDBC - Static variable in class org.mule.transport.jdbc.JdbcConnector
 
JdbcConnector - Class in org.mule.transport.jdbc
 
JdbcConnector() - Constructor for class org.mule.transport.jdbc.JdbcConnector
 
JdbcEndpointURIBuilder - Class in org.mule.transport.jdbc
Parses a JDBC style endpoint to a MuleEndpointURI
JdbcEndpointURIBuilder() - Constructor for class org.mule.transport.jdbc.JdbcEndpointURIBuilder
 
JdbcMessageDispatcher - Class in org.mule.transport.jdbc
The Jdbc Message dispatcher is responsible for executing SQL queries against a database.
JdbcMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.jdbc.JdbcMessageDispatcher
 
JdbcMessageDispatcherFactory - Class in org.mule.transport.jdbc
Creates JdbcMessageDispatchers.
JdbcMessageDispatcherFactory() - Constructor for class org.mule.transport.jdbc.JdbcMessageDispatcherFactory
 
JdbcMessageReceiver - Class in org.mule.transport.jdbc
TODO
JdbcMessageReceiver(Connector, Service, InboundEndpoint, String, String) - Constructor for class org.mule.transport.jdbc.JdbcMessageReceiver
 
JdbcMessageRequester - Class in org.mule.transport.jdbc
 
JdbcMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.jdbc.JdbcMessageRequester
 
JdbcMessageRequesterFactory - Class in org.mule.transport.jdbc
Creates JdbcMessageDispatchers.
JdbcMessageRequesterFactory() - Constructor for class org.mule.transport.jdbc.JdbcMessageRequesterFactory
 
JdbcMessages - Class in org.mule.transport.jdbc.i18n
 
JdbcMessages() - Constructor for class org.mule.transport.jdbc.i18n.JdbcMessages
 
JdbcNamespaceHandler - Class in org.mule.transport.jdbc.config
Registers Bean Definition Parsers for the "jdbc" namespace.
JdbcNamespaceHandler() - Constructor for class org.mule.transport.jdbc.config.JdbcNamespaceHandler
 
JdbcTransaction - Class in org.mule.transport.jdbc
TODO
JdbcTransaction() - Constructor for class org.mule.transport.jdbc.JdbcTransaction
 
JdbcTransactionFactory - Class in org.mule.transport.jdbc
TODO
JdbcTransactionFactory() - Constructor for class org.mule.transport.jdbc.JdbcTransactionFactory
 
JdbcUtils - Class in org.mule.transport.jdbc
Utility methods for working with various parts of JDBC.
JdbcUtils() - Constructor for class org.mule.transport.jdbc.JdbcUtils
 
JdmkAgent - Class in org.mule.module.management.agent
JdmkAgent configures an Jdmk Http Adaptor for Jmx management, statistics and configuration viewing of a Mule instance.
JdmkAgent() - Constructor for class org.mule.module.management.agent.JdmkAgent
 
JETTY - Static variable in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
JETTY_SERVLET_CONNECTOR_NAME - Static variable in class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
JETTY_SSL - Static variable in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
JettyContinuationsReceiverServlet - Class in org.mule.transport.servlet.jetty
 
JettyContinuationsReceiverServlet() - Constructor for class org.mule.transport.servlet.jetty.JettyContinuationsReceiverServlet
 
JettyContinuationsReplyToHandler - Class in org.mule.transport.servlet.jetty
This handler is responsible for resuming the continuation for the current request
JettyContinuationsReplyToHandler(List) - Constructor for class org.mule.transport.servlet.jetty.JettyContinuationsReplyToHandler
 
JettyHttpConnector - Class in org.mule.transport.servlet.jetty
The JettyConnector can be using to embed a Jetty server to receive requests on an http inound endpoint.
JettyHttpConnector() - Constructor for class org.mule.transport.servlet.jetty.JettyHttpConnector
 
JettyHttpMessageReceiver - Class in org.mule.transport.servlet.jetty
JettyHttpMessageReceiver is a simple http server that can be used to listen for http requests on a particular port
JettyHttpMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
 
JettyHttpsConnector - Class in org.mule.transport.servlet.jetty
The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint.
JettyHttpsConnector() - Constructor for class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
JettyNamespaceHandler - Class in org.mule.transport.servlet.jetty
Registers a Bean Definition Parser for handling elements.
JettyNamespaceHandler() - Constructor for class org.mule.transport.servlet.jetty.JettyNamespaceHandler
 
JettyReceiverServlet - Class in org.mule.transport.servlet.jetty
 
JettyReceiverServlet() - Constructor for class org.mule.transport.servlet.jetty.JettyReceiverServlet
 
JettySslNamespaceHandler - Class in org.mule.transport.servlet.jetty
Registers a Bean Definition Parser for handling elements.
JettySslNamespaceHandler() - Constructor for class org.mule.transport.servlet.jetty.JettySslNamespaceHandler
 
JMS - Static variable in class org.mule.transport.jms.JmsConnector
 
Jms102bSupport - Class in org.mule.transport.jms
Jms102bSupport is a template class to provide an absstraction to to the Jms 1.0.2b api specification.
Jms102bSupport(JmsConnector) - Constructor for class org.mule.transport.jms.Jms102bSupport
 
Jms11Support - Class in org.mule.transport.jms
Jms11Support is a template class to provide an abstraction to to the JMS 1.1 API specification.
Jms11Support(JmsConnector) - Constructor for class org.mule.transport.jms.Jms11Support
 
JMS_ATTRIBUTES - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
JMS_CORRELATION_ID - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_DELIVERY_MODE - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_DESTINATION - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_EXPIRATION - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_MESSAGE_ID - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_PRIORITY - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_PROPERTY_NAMES - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_REDELIVERED - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_REPLY_TO - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_SELECTOR_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_SPECIFICATION_102B - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_SPECIFICATION_11 - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_TIMESTAMP - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_TYPE - Static variable in class org.mule.transport.jms.JmsConstants
 
JMS_X_DELIVERY_COUNT - Static variable in class org.mule.transport.jms.JmsConstants
 
JmsClientAcknowledgeTransaction - Class in org.mule.transport.jms
JmsClientAcknowledgeTransaction is a transaction implementation of performing a message acknowledgement.
JmsClientAcknowledgeTransaction() - Constructor for class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
JmsClientAcknowledgeTransactionFactory - Class in org.mule.transport.jms
JmsClientAcknowledgeTransactionFactory creates a JMS Client Acknowledge Transaction using a JMS Message.
JmsClientAcknowledgeTransactionFactory() - Constructor for class org.mule.transport.jms.JmsClientAcknowledgeTransactionFactory
 
JmsConnector - Class in org.mule.transport.jms
JmsConnector is a JMS 1.0.2b compliant connector that can be used by a Mule endpoint.
JmsConnector() - Constructor for class org.mule.transport.jms.JmsConnector
 
JmsConnectorDefinitionParser - Class in org.mule.transport.jms.config
 
JmsConnectorDefinitionParser() - Constructor for class org.mule.transport.jms.config.JmsConnectorDefinitionParser
 
JmsConnectorDefinitionParser(Class) - Constructor for class org.mule.transport.jms.config.JmsConnectorDefinitionParser
 
JmsConstants - Class in org.mule.transport.jms
 
JmsConstants() - Constructor for class org.mule.transport.jms.JmsConstants
 
JmsExceptionReader - Class in org.mule.transport.jms
This reader will ensure that the LinkedException and JMS code is not lost when printing the JMSException.
JmsExceptionReader() - Constructor for class org.mule.transport.jms.JmsExceptionReader
 
JmsMessageAdapter - Class in org.mule.transport.jms
JmsMessageAdapter allows a DefaultMuleEvent to access the properties and payload of a JMS Message in a uniform way.
JmsMessageAdapter(Object) - Constructor for class org.mule.transport.jms.JmsMessageAdapter
 
JmsMessageAdapter(JmsMessageAdapter) - Constructor for class org.mule.transport.jms.JmsMessageAdapter
 
JmsMessageDispatcher - Class in org.mule.transport.jms
JmsMessageDispatcher is responsible for dispatching messages to JMS destinations.
JmsMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.jms.JmsMessageDispatcher
 
JmsMessageDispatcher.ReplyToListener - Class in org.mule.transport.jms
 
JmsMessageDispatcher.ReplyToListener(Latch) - Constructor for class org.mule.transport.jms.JmsMessageDispatcher.ReplyToListener
 
JmsMessageDispatcherFactory - Class in org.mule.transport.jms
JmsMessageDispatcherFactory creates a message adapter that will send JMS messages
JmsMessageDispatcherFactory() - Constructor for class org.mule.transport.jms.JmsMessageDispatcherFactory
 
JmsMessageReceiver - Class in org.mule.transport.jms
Deprecated. use MultiConsumerJmsMessageReceiver (set by default).
JmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
JmsMessageReceiver.JmsWorker - Class in org.mule.transport.jms
Deprecated.  
JmsMessageReceiver.JmsWorker(Message, AbstractMessageReceiver) - Constructor for class org.mule.transport.jms.JmsMessageReceiver.JmsWorker
Deprecated.  
JmsMessageReceiver.JmsWorker(List, AbstractMessageReceiver) - Constructor for class org.mule.transport.jms.JmsMessageReceiver.JmsWorker
Deprecated.  
JmsMessageRequester - Class in org.mule.transport.jms
JmsMessageDispatcher is responsible for dispatching messages to JMS destinations.
JmsMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.jms.JmsMessageRequester
 
JmsMessageRequesterFactory - Class in org.mule.transport.jms
JmsMessageDispatcherFactory creates a message adapter that will send JMS messages
JmsMessageRequesterFactory() - Constructor for class org.mule.transport.jms.JmsMessageRequesterFactory
 
JmsMessages - Class in org.mule.transport.jms.i18n
 
JmsMessages() - Constructor for class org.mule.transport.jms.i18n.JmsMessages
 
JMSMessageToObject - Class in org.mule.transport.jms.transformers
JMSMessageToObject Will convert a javax.jms.Message or sub-type into an object by extracting the message payload.
JMSMessageToObject() - Constructor for class org.mule.transport.jms.transformers.JMSMessageToObject
 
JmsMessageUtils - Class in org.mule.transport.jms
JmsMessageUtils contains helper method for dealing with JMS messages in Mule.
JmsMessageUtils() - Constructor for class org.mule.transport.jms.JmsMessageUtils
 
JmsNamespaceHandler - Class in org.mule.transport.jms.config
Registers Bean Definition Parsers for the "jms" namespace.
JmsNamespaceHandler() - Constructor for class org.mule.transport.jms.config.JmsNamespaceHandler
 
JmsPropertyFilter - Class in org.mule.transport.jms.filters
 
JmsPropertyFilter() - Constructor for class org.mule.transport.jms.filters.JmsPropertyFilter
 
JmsReplyToHandler - Class in org.mule.transport.jms
JmsReplyToHandler will process a JMS replyTo or hand off to the default replyTo handler if the replyTo is a URL.
JmsReplyToHandler(JmsConnector, List) - Constructor for class org.mule.transport.jms.JmsReplyToHandler
 
JmsSelectorFilter - Class in org.mule.transport.jms.filters
JmsSelectorFilter is a wrapper for a JMS Selector.
JmsSelectorFilter() - Constructor for class org.mule.transport.jms.filters.JmsSelectorFilter
 
JmsSupport - Interface in org.mule.transport.jms
JmsSupport is an interface that provides a polymorphic facade to the JMS 1.0.2b and 1.1 API specifications.
JmsTopicResolver - Interface in org.mule.transport.jms
A strategy interface to detect a javax.jms.Topic in, possibly, a vendor-specific way.
JmsTransaction - Class in org.mule.transport.jms
JmsTransaction is a wrapper for a JMS local transaction.
JmsTransaction() - Constructor for class org.mule.transport.jms.JmsTransaction
 
JmsTransactionFactory - Class in org.mule.transport.jms
JmsTransactionFactory creates a JMS local transaction
JmsTransactionFactory() - Constructor for class org.mule.transport.jms.JmsTransactionFactory
 
JmsXRedeliveryHandler - Class in org.mule.transport.jms
A redelivery handler which relies on JMS provider's redelivery count facilities.
JmsXRedeliveryHandler() - Constructor for class org.mule.transport.jms.JmsXRedeliveryHandler
 
JmsXRedeliveryHandlerFactory - Class in org.mule.transport.jms
 
JmsXRedeliveryHandlerFactory() - Constructor for class org.mule.transport.jms.JmsXRedeliveryHandlerFactory
 
JMX_OBJECT_NAME - Static variable in class org.mule.module.management.agent.Log4jAgent
 
JmxAgent - Class in org.mule.module.management.agent
JmxAgent registers Mule Jmx management beans with an MBean server.
JmxAgent() - Constructor for class org.mule.module.management.agent.JmxAgent
 
JmxAgent.MuleContextStartedListener - Class in org.mule.module.management.agent
 
JmxAgent.MuleContextStartedListener() - Constructor for class org.mule.module.management.agent.JmxAgent.MuleContextStartedListener
 
JmxAgent.MuleContextStoppedListener - Class in org.mule.module.management.agent
 
JmxAgent.MuleContextStoppedListener() - Constructor for class org.mule.module.management.agent.JmxAgent.MuleContextStoppedListener
 
JmxAgentDefinitionParser - Class in org.mule.module.management.config
 
JmxAgentDefinitionParser() - Constructor for class org.mule.module.management.config.JmxAgentDefinitionParser
 
JmxLegacySupport - Class in org.mule.module.management.support
Support class for JMX 1.1 based systems.
JmxLegacySupport() - Constructor for class org.mule.module.management.support.JmxLegacySupport
 
JmxManagementException - Exception in org.mule.module.management.agent
JmxManagementException is thrown by the Jmx agents if an error occurs while executing an operation.
JmxManagementException(Message) - Constructor for exception org.mule.module.management.agent.JmxManagementException
 
JmxManagementException(Message, Throwable) - Constructor for exception org.mule.module.management.agent.JmxManagementException
 
JmxManagementException(Message, ObjectName) - Constructor for exception org.mule.module.management.agent.JmxManagementException
 
JmxManagementException(Message, ObjectName, Throwable) - Constructor for exception org.mule.module.management.agent.JmxManagementException
 
JmxManagementException(Throwable) - Constructor for exception org.mule.module.management.agent.JmxManagementException
 
JmxModernSupport - Class in org.mule.module.management.support
Support class using JMX 1.2 and newer calls.
JmxModernSupport() - Constructor for class org.mule.module.management.support.JmxModernSupport
 
JmxRegistrationContext - Class in org.mule.module.management.support
Stores JMX info pertinent to the currently intialising Mule manager with JMX management enabled.
JmxServerNotificationAgent - Class in org.mule.module.management.agent
An agent that propergates Mule Server notifications to Jmx.
JmxServerNotificationAgent() - Constructor for class org.mule.module.management.agent.JmxServerNotificationAgent
 
JmxServerNotificationAgent.BroadcastNotificationService - Class in org.mule.module.management.agent
 
JmxServerNotificationAgent.BroadcastNotificationService() - Constructor for class org.mule.module.management.agent.JmxServerNotificationAgent.BroadcastNotificationService
 
JmxServerNotificationAgent.BroadcastNotificationServiceMBean - Interface in org.mule.module.management.agent
 
JmxServerNotificationAgent.NotificationListener - Class in org.mule.module.management.agent
 
JmxServerNotificationAgent.NotificationListener() - Constructor for class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
 
JmxServerNotificationAgent.NotificationListenerMBean - Interface in org.mule.module.management.agent
 
JmxSupport - Interface in org.mule.module.management.support
Mule JMX supporting interface.
JmxSupportFactory - Interface in org.mule.module.management.support
Factory for instantiating JMX helper classes.
jndiContext - Variable in class org.mule.transport.AbstractJndiConnector
 
JndiContextHelper - Class in org.mule.util
Common code for initialising the JNDI context.
jndiInitialFactory - Variable in class org.mule.transport.AbstractJndiConnector
 
JndiObjectFactory - Class in org.mule.object
 
JndiObjectFactory() - Constructor for class org.mule.object.JndiObjectFactory
 
JndiObjectFactory(String, String, String) - Constructor for class org.mule.object.JndiObjectFactory
 
JndiObjectFactory(String, String, String, Map) - Constructor for class org.mule.object.JndiObjectFactory
 
jndiProviderProperties - Variable in class org.mule.transport.AbstractJndiConnector
 
jndiProviderUrl - Variable in class org.mule.transport.AbstractJndiConnector
 
jndiResourceNotFound(String) - Static method in class org.mule.transport.jdbc.i18n.JdbcMessages
 
jndiUrlPkgPrefixes - Variable in class org.mule.transport.AbstractJndiConnector
 
JNP - Static variable in class org.mule.transport.jnp.JnpConnector
 
JnpConnector - Class in org.mule.transport.jnp
JnpConnector uses the Java Naming protocol to bind to remote objects
JnpConnector() - Constructor for class org.mule.transport.jnp.JnpConnector
 
JnpNamespaceHandler - Class in org.mule.transport.jnp.config
Registers a Bean Definition Parser for handling <jnp:connector> elements.
JnpNamespaceHandler() - Constructor for class org.mule.transport.jnp.config.JnpNamespaceHandler
 
JOB_NAME_ATTRIBUTE - Static variable in class org.mule.transport.quartz.config.QuartzNamespaceHandler
 
JobConfig - Interface in org.mule.transport.quartz.config
The generic interface for Job Configuration endpoints that are described on Quartz endpoints
JRunTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
JRunTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.JRunTransactionManagerLookupFactory
 
JSSE_NAMESPACE - Static variable in class org.mule.api.security.tls.TlsConfiguration
 
JXPathExpressionEvaluator - Class in org.mule.module.xml.expression
Deprecated. Developers should use xpath, bean or groovy instead of this expression evaluator since there are some quirks with JXPath and the performance is not good.
JXPathExpressionEvaluator() - Constructor for class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated.  
JXPathExtractor - Class in org.mule.module.xml.transformer
The JXPathExtractor is a simple transformer that evaluates an xpath expression against the given bean and that returns the result.
JXPathExtractor() - Constructor for class org.mule.module.xml.transformer.JXPathExtractor
 
JXPathFilter - Class in org.mule.module.xml.filters
JXPathFilter evaluates an XPath expression against a W3C Document, XML string, or Java bean and returns true if the result is as expected.
JXPathFilter() - Constructor for class org.mule.module.xml.filters.JXPathFilter
 
JXPathFilter(String) - Constructor for class org.mule.module.xml.filters.JXPathFilter
 
JXPathFilter(String, String) - Constructor for class org.mule.module.xml.filters.JXPathFilter
 

K

KEEP_SEND_SOCKET_OPEN_PROPERTY - Static variable in class org.mule.transport.tcp.TcpConnector
Property can be set on the endpoint to configure how the socket is managed
KEEP_SEND_SOCKET_OPEN_PROPERTY - Static variable in class org.mule.transport.udp.UdpConnector
 
keepSendSocketOpen - Variable in class org.mule.transport.udp.UdpConnector
 
KEY - Static variable in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
KEY - Static variable in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser
 
KEY - Static variable in class org.mule.config.spring.parsers.collection.ChildSingletonMapDefinitionParser
 
key - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
key - Variable in class org.mule.transformer.simple.MapLookup
 
KeyBasedEncryptionStrategy - Class in org.mule.module.pgp
 
KeyBasedEncryptionStrategy() - Constructor for class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
KeyedPoolMessageDispatcherFactoryAdapter - Class in org.mule.transport
KeyedPoolMessageDispatcherFactoryAdapter adapts a MessageDispatcherFactory with methods from commons-pool KeyedPoolableObjectFactory.
KeyedPoolMessageDispatcherFactoryAdapter(MessageDispatcherFactory) - Constructor for class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
KeyedPoolMessageRequesterFactoryAdapter - Class in org.mule.transport
KeyedPoolMessageRequesterFactoryAdapter adapts a MessageRequesterFactory with methods from commons-pool KeyedPoolableObjectFactory.
KeyedPoolMessageRequesterFactoryAdapter(MessageRequesterFactory) - Constructor for class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
keySet() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
keySet - Variable in class org.mule.transport.MessagePropertiesContext
 
keySet() - Method in class org.mule.util.MapCombiner
 
keySpec - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
KeyStoreDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
 
KeyStoreDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.tls.KeyStoreDefinitionParser
 

L

Latch - Class in org.mule.util.concurrent
 
Latch() - Constructor for class org.mule.util.concurrent.Latch
 
lazyInit() - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
lazyInitWrapperManager() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
LegacyEntryPointResolverSet - Class in org.mule.model.resolvers
An EntryPointResolverSet that mimics the behaviour of the Mule 1.x DynamicEntryPointResolver.
LegacyEntryPointResolverSet() - Constructor for class org.mule.model.resolvers.LegacyEntryPointResolverSet
 
LenderService - Interface in org.mule.example.loanbroker.lender
 
LengthProtocol - Class in org.mule.transport.tcp.protocols
The LengthProtocol is an application level tcp protocol that can be used to transfer large amounts of data without risking some data to be loss.
LengthProtocol() - Constructor for class org.mule.transport.tcp.protocols.LengthProtocol
 
LengthProtocol(int) - Constructor for class org.mule.transport.tcp.protocols.LengthProtocol
 
LicenseHandler - Class in org.mule.module.boot
This class has methods for displaying the EULA and saving the license acceptance acknowledgment.
LicenseHandler.LicenseInfo - Class in org.mule.module.boot
 
LicenseHandler.LicenseInfo() - Constructor for class org.mule.module.boot.LicenseHandler.LicenseInfo
 
LicenseHandler.LicenseInfo(String, String) - Constructor for class org.mule.module.boot.LicenseHandler.LicenseInfo
 
Lifecycle - Interface in org.mule.api.lifecycle
DefaultLifecyclePhase adds lifecycle methods start, stop and dispose.
LifecycleAdapter - Interface in org.mule.api.component
LifecycleAdapter is a wrapper around a pojo service that adds Lifecycle methods to the pojo.
LifecycleAdapterFactory - Interface in org.mule.api.component
LifecycleAdapterFactory TODO (document class)
lifecycleAdapterFactory - Variable in class org.mule.component.AbstractJavaComponent
 
lifecycleAdapterPool - Variable in class org.mule.component.PooledJavaComponent
 
LifecycleException - Exception in org.mule.api.lifecycle
LifecycleException TODO
LifecycleException(Message, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleException(Message, Throwable, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleException(Throwable, Object) - Constructor for exception org.mule.api.lifecycle.LifecycleException
 
LifecycleManager - Interface in org.mule.api.lifecycle
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the transitions between lifecycle phases.
lifecycleManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
lifecycleManager - Variable in class org.mule.DefaultMuleContext
LifecycleManager for the MuleContext.
LifecycleObject - Class in org.mule.lifecycle
 
LifecycleObject(Class) - Constructor for class org.mule.lifecycle.LifecycleObject
 
LifecyclePhase - Interface in org.mule.api.lifecycle
Encapsulates the notion of a lifecycle phase i.e.
lifecycles - Variable in class org.mule.lifecycle.GenericLifecycleManager
 
LifecycleTransitionResult - Class in org.mule.api.lifecycle
Restrict possible results - only OK or a retry based on some throwable are currently allowed.
LifecycleTransitionResult() - Constructor for class org.mule.api.lifecycle.LifecycleTransitionResult
 
LifecyleEnabledObjectPool - Interface in org.mule.util.pool
An ObjectPool that allows Start and Stop life-cycle to be propagated pooled object.
list(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
list(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
list(Name) - Method in class org.mule.jndi.SimpleContext
 
list(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
list(String) - Method in class org.mule.jndi.SimpleContext
 
list(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
list(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
LIST - Static variable in class org.mule.util.MapCombiner
 
list - Variable in class org.mule.util.queue.QueueInfo
 
LIST_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
listAvailableEngines() - Method in class org.mule.module.scripting.component.Scriptable
 
listBindings(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
listBindings(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
listBindings(Name) - Method in class org.mule.jndi.SimpleContext
 
listBindings(String) - Method in class org.mule.jndi.SimpleContext
 
listBindings(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
listBindings(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
listCryptoImplementations(String) - Static method in class org.mule.util.DebugUtils
 
LISTENER_JMX_OBJECT_NAME - Static variable in class org.mule.module.management.agent.JmxServerNotificationAgent
 
listenerAlreadyRegistered(EndpointURI) - Static method in class org.mule.config.i18n.CoreMessages
 
listeners - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The set of listeners for this Multicaster
ListenerSubscriptionPair - Class in org.mule.context.notification
A simple tuple that stores a listener with an optional subscription (used to match a resource ID).
ListenerSubscriptionPair() - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
For config - must be constructed using the setters
ListenerSubscriptionPair(ServerNotificationListener) - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
 
ListenerSubscriptionPair(ServerNotificationListener, String) - Constructor for class org.mule.context.notification.ListenerSubscriptionPair
 
listFiles() - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
listJars(File) - Method in class org.mule.module.boot.DefaultMuleClassPathConfig
Find and if necessary filter the jars for classpath.
ListMessageSplitter - 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.
ListMessageSplitter() - Constructor for class org.mule.routing.outbound.ListMessageSplitter
 
ListPropertyDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
This allows a child element to extends a list of values, via an attribute, on a parent setter.
ListPropertyDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.specific.properties.ListPropertyDefinitionParser
 
ListPropertyDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.specific.properties.ListPropertyDefinitionParser
This method is to explain how things work.
listSecurityServiceTypes() - Static method in class org.mule.util.DebugUtils
 
ListValueMap - Class in org.mule.config.spring.parsers.assembly.configuration
Be careful - this doesn't work with endpoint properties because they need to be converted to a URI.
ListValueMap() - Constructor for class org.mule.config.spring.parsers.assembly.configuration.ListValueMap
 
load(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
load(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
load(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Loads an object specified by the given id.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.mule.config.spring.MuleApplicationContext
 
loadClass(String, Class) - Static method in class org.mule.util.ClassUtils
Load a class with a given name.
loadClass(String, ClassLoader) - Static method in class org.mule.util.ClassUtils
Load a class with a given name from the given classloader.
loadConfigResources(String[]) - Method in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
loadConfigResources(String[]) - Method in class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
 
loadContext(Resource, String) - Method in class org.mule.config.spring.jndi.SpringInitialContextFactory
 
loadDatabaseName(String, String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
loadFromStore() - Method in class org.mule.util.store.TextFileObjectStore
 
loadingAsync() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
loadingEndpointEjb() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
loadingManagedEjb() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
loadingSync() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
loadParentContext(ServletContext) - Method in class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
Used to lookup parent spring ApplicationContext.
loadProperties(String, Class) - Static method in class org.mule.util.PropertiesUtils
Read in the properties from a properties file.
loadResource(String) - Method in class org.mule.tck.FunctionalTestCase
 
loadResourceAsString(String) - Method in class org.mule.tck.FunctionalTestCase
 
loadSchemaStream(String) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
loadSource(MuleMessage) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
Load the source from the specified object.
loadTasks(ProcessInstance) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
loanAmountError(String) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
LoanBrokerApp - Class in org.mule.example.loanbroker.bpm
Executes the LoanBroker BPM example.
LoanBrokerApp(String) - Constructor for class org.mule.example.loanbroker.bpm.LoanBrokerApp
 
LoanBrokerApp - Class in org.mule.example.loanbroker.esb
Runs the LoanBroker ESB example application.
LoanBrokerApp(String) - Constructor for class org.mule.example.loanbroker.esb.LoanBrokerApp
 
LoanBrokerApp - Class in org.mule.example.loanbroker.esn
Runs the LoanBroker ESN example application.
LoanBrokerApp() - Constructor for class org.mule.example.loanbroker.esn.LoanBrokerApp
 
LoanBrokerApp(String) - Constructor for class org.mule.example.loanbroker.esn.LoanBrokerApp
 
LoanBrokerException - Exception in org.mule.example.loanbroker
Exception related to the LoanBroker example app.
LoanBrokerException(String) - Constructor for exception org.mule.example.loanbroker.LoanBrokerException
 
LoanBrokerException(Exception) - Constructor for exception org.mule.example.loanbroker.LoanBrokerException
 
LoanBrokerQuoteRequest - Class in org.mule.example.loanbroker.messages
LoanQuoteRequest represents a customer request for a loan through a loan broker
LoanBrokerQuoteRequest() - Constructor for class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
LoanBrokerService - Interface in org.mule.example.loanbroker
LoanBroker is the Service that starts the loan request process.
loanDurationError(String) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
loanQuote(String, double) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
LoanQuote - Class in org.mule.example.loanbroker.messages
LoanQuote is a loan quote from a bank
LoanQuote() - Constructor for class org.mule.example.loanbroker.messages.LoanQuote
 
LoanQuoteRequestToCreditProfileArgs - Class in org.mule.example.loanbroker.transformers
Extracts the customer information from the request into an array of arguments used to invoke the Credit Agency MuleSession bean
LoanQuoteRequestToCreditProfileArgs() - Constructor for class org.mule.example.loanbroker.transformers.LoanQuoteRequestToCreditProfileArgs
 
LOCAL_CERTIFICATES - Static variable in class org.mule.transport.http.HttpsConnector
 
LOCAL_CERTIFICATES - Static variable in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
LOCAL_CERTIFICATES - Static variable in class org.mule.transport.ssl.SslConnector
 
localContext - Variable in class org.mule.util.xa.DefaultXASession
 
LocaleMessage - Class in org.mule.example.errorhandler
LocaleMessage is a convenience interface for retrieving internationalised strings from resource bundles.
LocaleMessage() - Constructor for class org.mule.example.errorhandler.LocaleMessage
 
LocaleMessage - Class in org.mule.example.hello
LocaleMessage is a convenience interface for retrieving internationalised strings from resource bundles.
LocaleMessage() - Constructor for class org.mule.example.hello.LocaleMessage
 
LocaleMessage - Class in org.mule.example.loanbroker
 
LocaleMessage() - Constructor for class org.mule.example.loanbroker.LocaleMessage
 
LocaleMessage - Class in org.mule.example.stockquote
LocaleMessage is a convenience interface for retrieving internationalised strings from resource bundles.
LocaleMessage() - Constructor for class org.mule.example.stockquote.LocaleMessage
 
LocaleMessageHandler - Class in org.mule.config.i18n
The LocaleMessageHandler is essentially a merging of the Message and Messages classes, since there is no good reason to have them separate.
LocaleMessageHandler() - Constructor for class org.mule.config.i18n.LocaleMessageHandler
 
localTransactionCommitted(ConnectionEvent) - Method in class org.mule.module.jca.DefaultConnectionManager
 
localTransactionRolledback(ConnectionEvent) - Method in class org.mule.module.jca.DefaultConnectionManager
 
localTransactionStarted(ConnectionEvent) - Method in class org.mule.module.jca.DefaultConnectionManager
 
localXid - Variable in class org.mule.util.xa.DefaultXASession
 
locateServer - Variable in class org.mule.module.management.agent.JmxAgent
Should MBeanServer be discovered.
lock - Variable in class org.mule.util.concurrent.SynchronizedVariable
 
locks - Variable in class org.mule.routing.EventCorrelator
A map of locks used to wait for response messages for a given message id
log(String) - Method in interface org.mule.api.component.simple.LogService
 
log(String) - Method in class org.mule.component.simple.LogComponent
 
log - Static variable in class org.mule.transport.soap.axis.extensions.MuleHttpSender
Deprecated.  
Log4jAgent - Class in org.mule.module.management.agent
Log4jAgent exposes the configuration of the Log4J instance running in Mule for Jmx management
Log4jAgent() - Constructor for class org.mule.module.management.agent.Log4jAgent
 
Log4jNotificationLoggerAgent - Class in org.mule.agent
AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
Log4jNotificationLoggerAgent() - Constructor for class org.mule.agent.Log4jNotificationLoggerAgent
 
logBoilerPlate(List) - Method in class org.mule.util.MuleLogger
 
logBoilerPlate(String[]) - Method in class org.mule.util.MuleLogger
 
LogComponent - Class in org.mule.component.simple
LogComponent simply logs the content (or content length if it is a large message)
LogComponent() - Constructor for class org.mule.component.simple.LogComponent
 
logEvent(ServerNotification) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
logEvent(ServerNotification) - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
logEvent(ServerNotification) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
logEvent(ServerNotification) - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
logException(Throwable) - Method in class org.mule.AbstractExceptionListener
Used to log the error passed into this Exception Listener
logFatal(MuleMessage, Throwable) - Method in class org.mule.AbstractExceptionListener
Logs a fatal error message to the logging system.
logFatal(MuleMessage, Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
logger - Variable in class org.mule.AbstractExceptionListener
logger used by this class
logger - Variable in class org.mule.agent.AbstractNotificationLoggerAgent
The logger used for this class
logger - Variable in class org.mule.api.registry.AbstractServiceDescriptor
logger used by this class
logger - Variable in class org.mule.api.registry.ServiceDescriptorFactory
 
logger - Variable in class org.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
Logger used by this class.
logger - Variable in class org.mule.component.AbstractComponent
logger used by this class
logger - Variable in class org.mule.component.builder.AbstractMessageBuilder
Deprecated. logger used by this class
logger - Static variable in class org.mule.component.DefaultLifecycleAdapter
logger used by this class
logger - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
logger - Variable in class org.mule.config.builders.AbstractConfigurationBuilder
 
logger - Static variable in class org.mule.config.builders.AbstractResourceConfigurationBuilder
 
logger - Static variable in class org.mule.config.builders.AutoConfigurationBuilder
 
logger - Variable in class org.mule.config.builders.MuleXmlBuilderContextListener
 
logger - Variable in class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
Logger used by this class
logger - Variable in class org.mule.config.DefaultMuleConfiguration
 
logger - Static variable in class org.mule.config.ExceptionHelper
logger used by this class
logger - Static variable in class org.mule.config.factories.HostNameFactory
 
logger - Static variable in class org.mule.config.i18n.LocaleMessageHandler
logger used by this class
logger - Variable in class org.mule.config.i18n.MessageFactory
 
logger - Static variable in class org.mule.config.MuleManifest
logger used by this class
logger - Variable in class org.mule.config.spring.factories.AbstractEndpointFactoryBean
 
logger - Variable in class org.mule.config.spring.factories.EndpointFactoryBean
 
logger - Variable in class org.mule.config.spring.MuleConfigurationConfigurator
 
logger - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
logger - Variable in class org.mule.config.spring.MuleResourceLoader
 
logger - Variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
logger used by this class
logger - Variable in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
logger - Variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
logger - Static variable in class org.mule.context.DefaultMuleContextBuilder
 
logger - Static variable in class org.mule.context.DefaultMuleContextFactory
 
logger - Static variable in class org.mule.context.notification.EndpointMessageNotification
logger used by this class
logger - Variable in class org.mule.context.notification.ServerNotificationManager
 
logger - Variable in class org.mule.DefaultMuleEvent
logger used by this class
logger - Static variable in class org.mule.DefaultMuleEventContext
logger used by this class
logger - Static variable in class org.mule.endpoint.AbstractEndpoint
logger used by this class
logger - Static variable in class org.mule.endpoint.DefaultEndpointFactory
logger used by this class
logger - Static variable in class org.mule.endpoint.MuleEndpointURI
logger used by this class
logger - Static variable in class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
logger - Static variable in class org.mule.example.loanbroker.bank.Bank
logger used by this class
logger - Variable in class org.mule.example.loanbroker.DefaultLoanBroker
logger used by this class
logger - Static variable in class org.mule.example.loanbroker.routers.BankQuotesAggregationLogic
logger used by this class
logger - Static variable in class org.mule.expression.DefaultExpressionManager
logger used by this class
logger - Variable in class org.mule.expression.EndpointInfoExpressionEvaluator
logger used by this class
logger - Variable in class org.mule.expression.MessageExpressionEvaluator
logger used by this class
logger - Variable in class org.mule.expression.MessagePayloadExpressionEvaluator
logger used by this class
logger - Variable in class org.mule.expression.RegistryExpressionEvaluator
logger used by this class
logger - Variable in class org.mule.lifecycle.DefaultLifecyclePhase
 
logger - Variable in class org.mule.management.stats.ComponentStatistics
 
logger - Variable in class org.mule.model.AbstractModel
 
logger - Variable in class org.mule.model.resolvers.AbstractEntryPointResolver
logger used by this class
logger - Variable in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
logger - Variable in class org.mule.model.streaming.CallbackOutputStream
 
logger - Static variable in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
logger used by this class
logger - Static variable in class org.mule.module.client.MuleClient
logger used by this class
logger - Static variable in class org.mule.module.client.RemoteDispatcher
logger used by this class
logger - Static variable in class org.mule.module.client.remoting.RemoteDispatcherAgent
logger used by this class
logger - Static variable in class org.mule.module.client.remoting.RemoteDispatcherComponent
logger used by this class
logger - Variable in class org.mule.module.jca.DefaultMuleConnectionFactory
logger used by this class
logger - Variable in class org.mule.module.jca.MuleManagedConnectionFactory
logger used by this class
logger - Variable in class org.mule.module.jca.MuleResourceAdapter
logger used by this class
logger - Static variable in class org.mule.module.management.agent.JmxAgent
Logger used by this class
logger - Variable in class org.mule.module.management.agent.RmiRegistryAgent
logger used by this class
logger - Static variable in class org.mule.module.management.agent.YourKitProfilerAgent
Logger used by this class
logger - Variable in class org.mule.module.management.mbean.EndpointService
logger used by this class
logger - Variable in class org.mule.module.management.mbean.MuleService
logger used by this class
logger - Static variable in class org.mule.module.management.mbean.StatisticsService
logger used by this class
logger - Variable in class org.mule.module.management.mbean.YourKitProfilerService
logger used by this class
logger - Static variable in class org.mule.module.management.support.SimplePasswordJmxAuthenticator
Logger used by this class.
logger - Variable in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
logger used by this class
logger - Variable in class org.mule.module.ognl.filters.OGNLFilter
 
logger - Static variable in class org.mule.module.pgp.filters.PGPSecurityFilter
logger used by this class
logger - Static variable in class org.mule.module.pgp.KeyBasedEncryptionStrategy
logger used by this class
logger - Static variable in class org.mule.module.pgp.PGPKeyRingImpl
 
logger - Variable in class org.mule.module.scripting.component.Scriptable
 
logger - Static variable in class org.mule.module.spring.events.AsynchronousEventListener
logger used by this class
logger - Static variable in class org.mule.module.spring.events.MuleEventMulticaster
logger used by this class
logger - Static variable in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
logger used by this class
logger - Variable in class org.mule.module.sxc.SxcFilter
 
logger - Variable in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated. logger used by this class
logger - Variable in class org.mule.module.xml.filters.JaxenFilter
 
logger - Variable in class org.mule.module.xml.filters.JXPathFilter
 
logger - Variable in class org.mule.module.xml.filters.SchemaValidationFilter
 
logger - Variable in class org.mule.module.xml.filters.XPathFilter
 
logger - Variable in class org.mule.MuleSessionHandler
logger used by this class
logger - Variable in class org.mule.object.AbstractObjectFactory
 
logger - Variable in class org.mule.object.JndiObjectFactory
 
logger - Variable in class org.mule.registry.AbstractRegistry
 
logger - Variable in class org.mule.registry.MuleRegistryHelper
 
logger - Variable in class org.mule.registry.TransientRegistry
logger used by this class
logger - Variable in class org.mule.retry.notifiers.ConnectNotifier
 
logger - Variable in class org.mule.retry.policies.AbstractPolicyTemplate
 
logger - Variable in class org.mule.routing.AbstractCatchAllStrategy
logger used by this class
logger - Variable in class org.mule.routing.AbstractRouterCollection
logger used by this class
logger - Static variable in class org.mule.routing.binding.BindingInvocationHandler
 
logger - Variable in class org.mule.routing.CollectionCorrelatorCallback
logger used by this class
logger - Variable in class org.mule.routing.EventCorrelator
logger used by this class
logger - Variable in class org.mule.routing.filters.ExpressionFilter
logger used by this class
logger - Variable in class org.mule.routing.filters.MessagePropertyFilter
logger used by this class
logger - Variable in class org.mule.routing.filters.RegExFilter
 
logger - Variable in class org.mule.routing.filters.WildcardFilter
 
logger - Variable in class org.mule.routing.inbound.SelectiveConsumer
 
logger - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
logger used by this class
logger - Variable in class org.mule.routing.outbound.AbstractRecipientList
logger used by this class
logger - Variable in class org.mule.routing.ResequenceCorrelatorCallback
logger used by this class
logger - Variable in class org.mule.routing.response.AbstractResponseRouter
 
logger - Variable in class org.mule.routing.SingleCorrelatorCallback
logger used by this class
logger - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
logger - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
logger used by this class
logger - Static variable in class org.mule.security.MuleSecurityManager
logger used by this class
logger - Variable in class org.mule.service.AbstractService
logger used by this class
logger - Variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
logger - Variable in class org.mule.tck.functional.FunctionalTestComponent
 
logger - Variable in class org.mule.tck.functional.QuietExceptionStrategy
 
logger - Static variable in class org.mule.tck.security.TestSecurityComponent
 
logger - Variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
logger - Static variable in class org.mule.tck.testmodels.services.TestComponent
 
logger - Static variable in class org.mule.tck.testmodels.services.TestReceiver
 
logger - Variable in class org.mule.transaction.AbstractTransaction
 
logger - Variable in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
logger - Static variable in class org.mule.transaction.MuleTransactionConfig
logger used by this class
logger - Static variable in class org.mule.transaction.TransactionCoordination
 
logger - Variable in class org.mule.transformer.AbstractTransformer
 
logger - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
logger used by this class
logger - Variable in class org.mule.transport.AbstractConnectable
 
logger - Variable in class org.mule.transport.AbstractConnector
logger used by this class
logger - Static variable in class org.mule.transport.AbstractMessageAdapter
logger used by this class
logger - Variable in class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
logger - Static variable in class org.mule.transport.bpm.jbpm.Jbpm
 
logger - Variable in class org.mule.transport.ConnectNotifier
logger used by this class
logger - Variable in class org.mule.transport.cxf.CxfServiceComponent
logger used by this class
logger - Variable in class org.mule.transport.DefaultReplyToHandler
logger used by this class
logger - Variable in class org.mule.transport.email.filters.AbstractMailFilter
logger used by this class
logger - Variable in class org.mule.transport.file.SimpleFilenameParser
Deprecated.  
logger - Variable in class org.mule.transport.http.components.RestServiceWrapper
logger used by this class
logger - Static variable in class org.mule.transport.http.CookieHelper
logger used by this class
logger - Variable in class org.mule.transport.http.HttpMessageReceiver
 
logger - Variable in class org.mule.transport.http.HttpSessionHandler
logger used by this class
logger - Variable in class org.mule.transport.jdbc.sqlstrategy.SelectSqlStatementStrategy
 
logger - Variable in class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
 
logger - Variable in class org.mule.transport.jms.AutoDiscoveryRedeliveryHandlerFactory
 
logger - Static variable in class org.mule.transport.jms.CountingRedeliveryHandler
logger used by this class
logger - Static variable in class org.mule.transport.jms.DefaultJmsTopicResolver
logger used by this class
logger - Variable in class org.mule.transport.jms.Jms11Support
logger used by this class
logger - Static variable in class org.mule.transport.jms.JmsXRedeliveryHandler
logger used by this class
logger - Static variable in class org.mule.transport.jms.xa.ConnectionFactoryWrapper
logger used by this class
logger - Static variable in class org.mule.transport.jms.xa.SessionInvocationHandler
 
logger - Variable in class org.mule.transport.quartz.jobs.EndpointPollingJob
The logger used for this class
logger - Variable in class org.mule.transport.quartz.jobs.EventGeneratorJob
The logger used for this class
logger - Variable in class org.mule.transport.quartz.jobs.ScheduledDispatchJob
The logger used for this class
logger - Static variable in class org.mule.transport.service.TransportFactory
logger used by this class
logger - Variable in class org.mule.transport.servlet.AbstractReceiverServlet
logger used by this class
logger - Static variable in class org.mule.transport.soap.axis.AxisInitialisationCallback
 
logger - Static variable in class org.mule.transport.soap.axis.AxisServiceComponent
 
logger - Static variable in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
logger used by this class
logger - Variable in class org.mule.transport.soap.axis.extensions.UniversalSender
logger used by this class
logger - Variable in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
logger - Static variable in class org.mule.transport.soap.WSProxyService
 
logger - Variable in class org.mule.transport.udp.UdpSocketFactory
logger used by this class
logger - Variable in class org.mule.util.ExceptionHolder
 
logger - Static variable in class org.mule.util.monitor.ExpiryMonitor
logger used by this class
logger - Static variable in class org.mule.util.ObjectUtils
logger used by this class
logger - Static variable in class org.mule.util.pool.CommonsPoolObjectPool
logger used by this class
logger - Static variable in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
logger used by this class
logger - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
logger - Static variable in class org.mule.util.SystemUtils
 
logger - Static variable in class org.mule.util.TemplateParser
logger used by this class
logger - Variable in class org.mule.util.xa.AbstractResourceManager
 
logger - Variable in class org.mule.util.xa.DefaultXASession
logger used by this class
logger - Variable in class org.mule.work.DefaultWorkListener
logger used by this class
logger - Static variable in class org.mule.work.MuleWorkManager
logger used by this class
logger - Static variable in class org.mule.work.WorkerContext
logger used by this class
LoggingActionHandler - Class in org.mule.transport.bpm.jbpm.actions
 
LoggingActionHandler() - Constructor for class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
LoggingCatchAllStrategy - Class in org.mule.routing
LoggingCatchAllStrategy is a simple strategy that only logs any events not caught by the router associated with this strategy.
LoggingCatchAllStrategy() - Constructor for class org.mule.routing.LoggingCatchAllStrategy
 
LoggingInterceptor - Class in org.mule.interceptor
LoggingInterceptor is a simple interceptor that logs a message before and after the event processing.
LoggingInterceptor() - Constructor for class org.mule.interceptor.LoggingInterceptor
 
login() - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
This method attempts to login the user by checking his credentials against those of the authorised users.
logout() - Method in class org.mule.module.jaas.loginmodule.DefaultLoginModule
Returns true when authentication succeeds or false when it fails
LogService - Interface in org.mule.api.component.simple
 
logSummary() - Method in interface org.mule.api.management.stats.Statistics
 
logSummary() - Method in class org.mule.management.stats.AllStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.AllStatistics
 
logSummary() - Method in class org.mule.management.stats.ComponentStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.ComponentStatistics
 
logSummary() - Method in class org.mule.management.stats.RouterStatistics
 
logSummary(PrintWriter) - Method in class org.mule.management.stats.RouterStatistics
 
logSummary() - Method in class org.mule.management.stats.ServiceStatistics
log in info level the main statistics
logSummary(PrintWriter) - Method in class org.mule.management.stats.ServiceStatistics
 
logSummary() - Method in class org.mule.module.management.mbean.StatisticsService
 
logTsdDeprecationWarning(String) - Static method in class org.mule.util.SpiUtils
Log a deprecation warning when a Transport Service Descriptor was located in old location (META-INF/service/org/mule/providers).
LONG_ERROR - Static variable in class org.mule.util.NumberUtils
 
lookup(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
lookup(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
lookup(Name) - Method in class org.mule.jndi.SimpleContext
 
lookup(String) - Method in class org.mule.jndi.SimpleContext
 
lookup(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookup(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookupAgent(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupAgent(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupConnector(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupConnector(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupEndpoint(String) - Method in class org.mule.registry.MuleRegistryHelper
Removed this method from Registry API as it should only be used internally and may confuse users.
lookupEndpoint(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
lookupEndpoint(String) - Method in class org.mule.transport.soap.axis.extensions.UniversalSender
 
lookupEndpointBuilder(String) - Method in interface org.mule.api.registry.MuleRegistry
Looks-up endpoint builders which can be used to repeatably create endpoints with the same configuration.
lookupEndpointBuilder(String) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
lookupEndpointBuilder(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupEndpointFactory() - Method in interface org.mule.api.registry.MuleRegistry
 
lookupEndpointFactory() - Method in class org.mule.registry.MuleRegistryHelper
 
lookupFromJndi(String) - Method in class org.mule.transport.jms.JmsConnector
 
lookupLink(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
lookupLink(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
lookupLink(Name) - Method in class org.mule.jndi.SimpleContext
 
lookupLink(Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
lookupLink(String) - Method in class org.mule.jndi.SimpleContext
 
lookupLink(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookupLink(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
lookupModel(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupModel(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupObject(String) - Method in interface org.mule.api.registry.Registry
Look up a single object by name.
lookupObject(Class) - Method in interface org.mule.api.registry.Registry
Look up a single object by type.
lookupObject(String) - Method in class org.mule.config.spring.SpringRegistry
 
lookupObject(Class) - Method in class org.mule.registry.AbstractRegistry
 
lookupObject(String) - Method in class org.mule.registry.AbstractRegistryBroker
 
lookupObject(Class) - Method in class org.mule.registry.AbstractRegistryBroker
 
lookupObject(Class) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupObject(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupObject(String) - Method in class org.mule.registry.TransientRegistry
 
lookupObjects(Class) - Method in interface org.mule.api.registry.Registry
Look up all objects of a given type.
lookupObjects(Class) - Method in class org.mule.config.spring.SpringRegistry
 
lookupObjects(Class) - Method in class org.mule.registry.AbstractRegistryBroker
 
lookupObjects(Class) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupObjects(Class) - Method in class org.mule.registry.TransientRegistry
 
lookupPhase(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
lookupProcess(Object) - Method in interface org.mule.transport.bpm.BPMS
Looks up an already-running process.
lookupProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Look up an already-running process instance.
lookupReceiver(String) - Method in class org.mule.transport.AbstractConnector
 
lookupReceiver(String, Object) - Method in class org.mule.transport.bpm.ProcessConnector
This method looks for a receiver based on the process name and ID.
lookupService(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupService(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupServiceDescriptor(String, String, Properties) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupServiceDescriptor(String, String, Properties) - Method in class org.mule.registry.MuleRegistryHelper
Looks up the service descriptor from a singleton cache and creates a new one if not found.
lookupServices(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupServices() - Method in interface org.mule.api.registry.MuleRegistry
 
lookupServices() - Method in class org.mule.registry.MuleRegistryHelper
 
lookupServices(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupSystemModel() - Method in interface org.mule.api.registry.MuleRegistry
 
lookupSystemModel() - Method in class org.mule.registry.MuleRegistryHelper
 
lookupTransformer(String) - Method in interface org.mule.api.registry.MuleRegistry
 
lookupTransformer(Class, Class) - Method in interface org.mule.api.registry.MuleRegistry
Will find a transformer that is the closest match to the desired input and output.
lookupTransformer(String) - Method in class org.mule.registry.MuleRegistryHelper
 
lookupTransformer(Class, Class) - Method in class org.mule.registry.MuleRegistryHelper
Will find a transformer that is the closest match to the desired input and output.
lookupTransformers(Class, Class) - Method in interface org.mule.api.registry.MuleRegistry
This method will return a list of Transformer objects that accept the given input and return the given output type of object
lookupTransformers(Class, Class) - Method in class org.mule.registry.MuleRegistryHelper
This method will return a list of Transformer objects that accept the given input and return the given output type of object
lowestQuote(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
 

M

mailAddressesToString(Address[]) - Static method in class org.mule.transport.email.MailUtils
 
mailAddressesToString(Address) - Static method in class org.mule.transport.email.MailUtils
 
MAILBOX - Static variable in class org.mule.transport.email.AbstractMailConnector
 
MailMessageAdapter - Class in org.mule.transport.email
MailMessageAdapter is a wrapper for a javax.mail.Message that separates multi-part mail messages, storing all but the first part as attachments to the underlying AbstractMessageAdapter.
MailMessageAdapter(Object) - Constructor for class org.mule.transport.email.MailMessageAdapter
 
MailProperties - Interface in org.mule.transport.email
Mail properties that are sent on the DefaultMuleMessage when receiving a Mail Message or which can be set on the endpoint or event to be added to outgoing mail
MailSubjectRegExFilter - Class in org.mule.transport.email.filters
MailSubjectRegExFilter applies a regular expression to a Mail Message subject.
MailSubjectRegExFilter() - Constructor for class org.mule.transport.email.filters.MailSubjectRegExFilter
 
MailUtils - Class in org.mule.transport.email
Contains javax.mail helpers.
MailUtils() - Constructor for class org.mule.transport.email.MailUtils
 
main(String[]) - Static method in class org.mule.example.loanbroker.bpm.LoanBrokerApp
 
main(String[]) - Static method in class org.mule.example.loanbroker.esb.LoanBrokerApp
 
main(String[]) - Static method in class org.mule.example.loanbroker.esn.LoanBrokerApp
 
main(String[]) - Static method in class org.mule.module.boot.GuiInstallerLibraryDownloader
 
main(String[]) - Static method in class org.mule.module.boot.GuiInstallerLicenseHandler
The main method which is called by the GUI.
main(String[]) - Static method in class org.mule.module.boot.MuleBootstrap
 
main(String[]) - Static method in class org.mule.MuleServer
Application entry point.
makeInitialContext() - Static method in class org.mule.config.spring.jndi.SpringInitialContextFactory
A factory method which can be used to initialise a singleton JNDI context from inside a Spring.xml such that future calls to new InitialContext() will reuse it
makeNewServiceObject(MessageContext, String) - Method in class org.mule.transport.soap.axis.extensions.MuleMsgProvider
 
makeNewServiceObject(MessageContext, String) - Method in class org.mule.transport.soap.axis.extensions.MuleRPCProvider
 
makeObject() - Method in class org.mule.module.xml.transformer.XsltTransformer.PooledXsltTransformerFactory
 
makeObject() - Method in class org.mule.transport.ftp.FtpConnectionFactory
 
makeObject(Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
makeObject(Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
makeObject(Object) - Method in class org.mule.transport.multicast.MulticastSocketFactory
 
makeObject(Object) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
makeObject(Object) - Method in class org.mule.transport.udp.UdpSocketFactory
 
MalformedEndpointException - Exception in org.mule.api.endpoint
MalformedEndpointException is thrown by the MuleEndpointURI class if it fails to parse a Url
MalformedEndpointException(String) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(Message, String) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(String, Throwable) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
MalformedEndpointException(Throwable) - Constructor for exception org.mule.api.endpoint.MalformedEndpointException
 
malformedSyntax() - Static method in class org.mule.transport.http.i18n.HttpMessages
 
MANAGEMENT_COMPONENT_QUEUE_EXHAUSTED - Static variable in class org.mule.context.notification.ManagementNotification
 
MANAGEMENT_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MANAGEMENT_NODE_PING - Static variable in class org.mule.context.notification.ManagementNotification
 
ManagementException - Exception in org.mule.module.management
ManagementException is a general exception thrown by management extensions.
ManagementException(Message) - Constructor for exception org.mule.module.management.ManagementException
 
ManagementException(Message, Throwable) - Constructor for exception org.mule.module.management.ManagementException
 
ManagementException(Throwable) - Constructor for exception org.mule.module.management.ManagementException
 
ManagementMessages - Class in org.mule.module.management.i18n
 
ManagementMessages() - Constructor for class org.mule.module.management.i18n.ManagementMessages
 
ManagementNamespaceHandler - Class in org.mule.module.management.config
Handles all configuration elements in the Mule Management module.
ManagementNamespaceHandler() - Constructor for class org.mule.module.management.config.ManagementNamespaceHandler
 
ManagementNotification - Class in org.mule.context.notification
ManagementNotification is fired when monitored resources such as internal queues reach capacity
ManagementNotification(Object, int) - Constructor for class org.mule.context.notification.ManagementNotification
 
ManagementNotificationListener - Interface in org.mule.api.context.notification
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
MANAGER_COMPONENT_NAME - Static variable in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
managerAlreadyStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
managerIsAlreadyConfigured() - Static method in class org.mule.module.client.i18n.ClientMessages
 
ManualConstraint - Class in org.mule.transaction.constraints
ManualConstraint always returns false, meaning that the transaction should be committed manually.
ManualConstraint() - Constructor for class org.mule.transaction.constraints.ManualConstraint
 
MapCombiner - Class in org.mule.util
This allows a collection (list) of maps to be defined in Spring, via the "list" property, and then presents all the maps as a single combine map at run time.
MapCombiner() - Constructor for class org.mule.util.MapCombiner
 
MapDefinitionParserMutator - Class in org.mule.config.spring.parsers.delegate
This changes a ChildDefinitionParser so that it generates a map instead of a bean definition.
MapDefinitionParserMutator(String, ChildDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
MapEntryCombiner - Class in org.mule.config.spring.parsers.assembly
This is used internally by DefaultBeanAssembler along with ChildSingletonMapDefinitionParser.
MapEntryCombiner() - Constructor for class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
MapLookup - Class in org.mule.transformer.simple
MapLookup looks up and returns an object from a Map based on a key.
MapLookup() - Constructor for class org.mule.transformer.simple.MapLookup
 
MapNamespaceContext - Class in org.mule.module.xml.stax
 
MapNamespaceContext() - Constructor for class org.mule.module.xml.stax.MapNamespaceContext
 
MapNamespaceContext(Map) - Constructor for class org.mule.module.xml.stax.MapNamespaceContext
 
MapPayloadExpressionEvaluator - Class in org.mule.expression
If the message payload is a map this extractor will look up the property value in the map
MapPayloadExpressionEvaluator() - Constructor for class org.mule.expression.MapPayloadExpressionEvaluator
 
MapUtils - Class in org.mule.util
 
MapUtils() - Constructor for class org.mule.util.MapUtils
 
mapWithKeysAndValues(Class, Object[], Object[]) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Collection, Collection) - Static method in class org.mule.util.MapUtils
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator, Iterator); keys and values can be null or empty.
mapWithKeysAndValues(Class, Iterator, Iterator) - Static method in class org.mule.util.MapUtils
Create & populate a Map of arbitrary class.
mark(int) - Method in class org.mule.model.streaming.DelegatingInputStream
 
markPartialResponse(Message, EndpointReferenceType) - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
markSupported() - Method in class org.mule.model.streaming.DelegatingInputStream
 
markTransactionForRollback() - Method in interface org.mule.api.MuleEventContext
Mark the current transaction (if any) for rollback
markTransactionForRollback() - Method in class org.mule.DefaultMuleEventContext
 
maskedPropertyValue(Map.Entry) - Static method in class org.mule.util.PropertiesUtils
Returns the String representation of the property value or a masked String if the property key has been registered previously via PropertiesUtils.registerMaskedPropertyName(String).
match(String) - Method in interface org.mule.util.TemplateParser.TemplateCallback
 
matchAll - Variable in class org.mule.routing.AbstractRouterCollection
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Returns a matched managed connection from the candidate set of connections.
MAX - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the maximum value of a counter
Max - Class in org.mule.util.counters.impl
 
Max(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Max
 
MAX_ELEMENTS - Static variable in class org.mule.util.StringMessageUtils
 
MAX_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
MAX_PROCESSED_GROUPS - Static variable in class org.mule.routing.EventCorrelator
 
maxEntries - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
MBeanServerFactory - Class in org.mule.module.management.mbean
 
MBeanServerFactory() - Constructor for class org.mule.module.management.mbean.MBeanServerFactory
 
MemoryPersistenceStrategy - Class in org.mule.util.queue
 
MemoryPersistenceStrategy() - Constructor for class org.mule.util.queue.MemoryPersistenceStrategy
 
menu() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
menuError() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
menuErrorNumberOfRequests() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
menuOptionMode() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
menuOptionNumberOfRequests() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
menuOptionSoap() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
mergeProperties() - Method in class org.mule.config.spring.processors.PropertyPlaceholderProcessor
 
Message - Class in org.mule.config.i18n
 
Message(String, int, Object...) - Constructor for class org.mule.config.i18n.Message
 
message - Variable in class org.mule.message.BaseMessage
 
message - Variable in class org.mule.transport.DefaultMessageAdapter
The message object wrapped by this adapter
message - Variable in class org.mule.transport.jms.MessageTransactionCallback
 
MESSAGE_DISPATCHED - Static variable in class org.mule.context.notification.EndpointMessageNotification
 
MESSAGE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MESSAGE_PREFIX - Static variable in exception org.mule.tck.testmodels.services.TestComponentException
 
MESSAGE_RECEIVED - Static variable in class org.mule.context.notification.EndpointMessageNotification
 
MESSAGE_REQUESTED - Static variable in class org.mule.context.notification.EndpointMessageNotification
 
MESSAGE_SENT - Static variable in class org.mule.context.notification.EndpointMessageNotification
 
MessageAdapter - Interface in org.mule.api.transport
MessageAdapter provides a common abstraction of different message implementations provided by different underlying technologies.
MessageAttachmentExpressionEvaluator - Class in org.mule.expression
Looks up an attachment with the given name.
MessageAttachmentExpressionEvaluator() - Constructor for class org.mule.expression.MessageAttachmentExpressionEvaluator
 
MessageAttachmentsExpressionEvaluator - Class in org.mule.expression
Looks up the attachment(s) on the message using the expression given.
MessageAttachmentsExpressionEvaluator() - Constructor for class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
MessageAttachmentsListExpressionEvaluator - Class in org.mule.expression
Looks up the attachment(s) on the message using the expression given.
MessageAttachmentsListExpressionEvaluator() - Constructor for class org.mule.expression.MessageAttachmentsListExpressionEvaluator
 
MessageBuilder - Interface in org.mule.api.component.builder
Deprecated. Since 2.2. Users should configure components with bindings.
MessageBuilderException - Exception in org.mule.component.builder
Thrown by a MessageBuilder implementation if it cannot build the current message or some other error occurs.
MessageBuilderException(Message, MuleMessage) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageBuilderException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageBuilderException(MuleMessage, Throwable) - Constructor for exception org.mule.component.builder.MessageBuilderException
 
MessageChunkingAggregator - Class in org.mule.routing.inbound
 
MessageChunkingAggregator() - Constructor for class org.mule.routing.inbound.MessageChunkingAggregator
 
MessageChunkingRouter - Class in org.mule.routing.outbound
A router that breaks up the current message onto smaller parts and sends them to the same destination.
MessageChunkingRouter() - Constructor for class org.mule.routing.outbound.MessageChunkingRouter
 
MessageDispatcher - Interface in org.mule.api.transport
Combine MessageDispatching with various lifecycle methods for the actual instances doing message sending.
MessageDispatcherFactory - Interface in org.mule.api.transport
MessageDispatcherFactory is a factory interface for managing the lifecycles of a transport's message dispatchers.
MessageDispatching - Interface in org.mule.api.transport
Define generic methods for dispatching events.
messageEndpointFactory - Variable in class org.mule.module.jca.JcaComponent
 
MessageExpressionEvaluator - Class in org.mule.expression
Returns properties on the MuleMessage itself.
MessageExpressionEvaluator() - Constructor for class org.mule.expression.MessageExpressionEvaluator
 
MessageFactory - Class in org.mule.config.i18n
 
MessageFactory() - Constructor for class org.mule.config.i18n.MessageFactory
 
messageFromContextIfAvailable(MuleMessage) - Method in class org.mule.DefaultExceptionStrategy
 
MessageHeaderExpressionEvaluator - Class in org.mule.expression
Looks up the property on the message using the property name given.
MessageHeaderExpressionEvaluator() - Constructor for class org.mule.expression.MessageHeaderExpressionEvaluator
 
MessageHeadersExpressionEvaluator - Class in org.mule.expression
Looks up the property on the message using the expression given.
MessageHeadersExpressionEvaluator() - Constructor for class org.mule.expression.MessageHeadersExpressionEvaluator
 
MessageHeadersListExpressionEvaluator - Class in org.mule.expression
Looks up the property on the message using the expression given.
MessageHeadersListExpressionEvaluator() - Constructor for class org.mule.expression.MessageHeadersListExpressionEvaluator
 
MessageInfoMapping - Interface in org.mule.api.routing
This mapping us used by routers to control how Important message information is pulled from the current message.
messageInfoMapping - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
messageInfoMapping - Variable in class org.mule.routing.response.AbstractResponseRouter
 
messageIsOfType(Class) - Static method in class org.mule.config.i18n.CoreMessages
 
messageMarkedForRedelivery(JmsMessageAdapter) - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
MessageNotification - Class in org.mule.context.notification
Deprecated. renamed to EndpointMessageNotification
MessageNotification(MuleMessage, ImmutableEndpoint, String, int) - Constructor for class org.mule.context.notification.MessageNotification
Deprecated.  
MessageNotificationListener - Interface in org.mule.api.context.notification
MessageNotificationListener is an observer interface that objects can use to receive notifications about messages being sent and received from a Mule Server
messageNotSupportedByAdapter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
messageParamServiceMethodNotSet() - Static method in class org.mule.transport.rmi.i18n.RmiMessages
 
MessagePayloadExpressionEvaluator - Class in org.mule.expression
Returns the message payload.
MessagePayloadExpressionEvaluator() - Constructor for class org.mule.expression.MessagePayloadExpressionEvaluator
 
MessagePropertiesContext - Class in org.mule.transport
This object maintains a scoped map of properties.
MessagePropertiesContext() - Constructor for class org.mule.transport.MessagePropertiesContext
 
MessagePropertiesContext(PropertyScope) - Constructor for class org.mule.transport.MessagePropertiesContext
 
MessagePropertiesTransformer - Class in org.mule.transformer.simple
A configurable message transformer that allows users to add, overwrite and delete properties on the current message.
MessagePropertiesTransformer() - Constructor for class org.mule.transformer.simple.MessagePropertiesTransformer
 
MessagePropertyFilter - Class in org.mule.routing.filters
MessagePropertyFilter can be used to filter against properties on an event.
MessagePropertyFilter() - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
MessagePropertyFilter(String) - Constructor for class org.mule.routing.filters.MessagePropertyFilter
 
MessageReceiver - Interface in org.mule.api.transport
MessageReceiver is used to receive data from an external system.
messageReceiverNeedsRmiAble() - Static method in class org.mule.transport.rmi.i18n.RmiMessages
 
MessageRedeliveredException - Exception in org.mule.transport.jms
 
MessageRedeliveredException(JmsMessageAdapter) - Constructor for exception org.mule.transport.jms.MessageRedeliveredException
 
MessageRedeliveredException(Message, JmsMessageAdapter) - Constructor for exception org.mule.transport.jms.MessageRedeliveredException
 
MessageRequester - Interface in org.mule.api.transport
Combine MessageRequesting with various lifecycle methods for the actual instances doing message sending.
MessageRequesterFactory - Interface in org.mule.api.transport
A factory interface for managing the lifecycles of a transport's message requesters.
MessageRequesting - Interface in org.mule.api.transport
Defines generic methods for receiving events.
messages - Variable in class org.mule.transport.AbstractReceiverWorker
 
messagesAdded(MessageCountEvent) - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
MessageService - Interface in org.mule.transport.bpm
A message-generation service provided by Mule.
messagesRemoved(MessageCountEvent) - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
MessageTransactionCallback - Class in org.mule.transport.jms
 
MessageTransactionCallback(Message) - Constructor for class org.mule.transport.jms.MessageTransactionCallback
 
MessageTypeNotSupportedException - Exception in org.mule.api.transport
MessageTypeNotSupportedException is thrown when a message payload is set on a Message implementation of MessageAdapter which is not of supported type for that message or adapter.
MessageTypeNotSupportedException(Object, Class) - Constructor for exception org.mule.api.transport.MessageTypeNotSupportedException
 
MessageTypeNotSupportedException(Object, Class, Throwable) - Constructor for exception org.mule.api.transport.MessageTypeNotSupportedException
 
MessagingException - Exception in org.mule.api
MessagingException is a general message exception thrown when errors specific to Message processing occur..
MessagingException(Message, MuleMessage) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, Object) - Constructor for exception org.mule.api.MessagingException
 
MessagingException(Message, Object, Throwable) - Constructor for exception org.mule.api.MessagingException
 
META - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
META - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.ChildAddressDefinitionParser
 
META - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.OrphanAddressDefinitionParser
 
META - Static variable in class org.mule.endpoint.URIBuilder
 
METHOD_CONNECT - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_DELETE - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_GET - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_HEAD - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_NAMESPACE_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
METHOD_OPTIONS - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_POST - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_PUT - Static variable in class org.mule.transport.http.HttpConstants
 
METHOD_TRACE - Static variable in class org.mule.transport.http.HttpConstants
 
methodArguments - Variable in class org.mule.transport.rmi.RmiMessageReceiver
 
methodCache - Variable in class org.mule.model.resolvers.AbstractEntryPointResolver
 
methodExists(String, String) - Static method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
MethodHeaderPropertyEntryPointResolver - Class in org.mule.model.resolvers
This resolver will look for a 'method' property on the incoming event to determine which method to invoke Users can customise the name of the property used to look up the method name on the event
MethodHeaderPropertyEntryPointResolver() - Constructor for class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
methodNotAllowed(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
methodWithParamsNotFoundOnObject(String, Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
MILLI_TO_NANO_MULTIPLIER - Static variable in class org.mule.routing.EventCorrelator
 
MimeMessageToRfc822ByteArray - Class in org.mule.transport.email.transformers
 
MimeMessageToRfc822ByteArray() - Constructor for class org.mule.transport.email.transformers.MimeMessageToRfc822ByteArray
 
MIN - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the minimum value of a counter
Min - Class in org.mule.util.counters.impl
 
Min(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Min
 
MIN_PRIORITY_WEIGHTING - Static variable in interface org.mule.api.transformer.DiscoverableTransformer
 
MINUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the difference of two other counters
minutes() - Static method in class org.mule.config.i18n.CoreMessages
 
MISSED_ASYNC_REPLY - Static variable in class org.mule.context.notification.RoutingNotification
 
MISSING_NAME_DISPLAY_VALUE - Static variable in class org.mule.config.NamingExceptionReader
Displayed when no remaining or resolved name found.
missingJobDetail(String) - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
MissingParserProblemReporter - Class in org.mule.config.spring
A very simple extension to FailFastProblemReporter that intercepts errors related to missing definition parsers to give a more helpful message.
MissingParserProblemReporter() - Constructor for class org.mule.config.spring.MissingParserProblemReporter
 
MockEncryptionStrategy - Class in org.mule.tck.security
Empty mock for tests
MockEncryptionStrategy() - Constructor for class org.mule.tck.security.MockEncryptionStrategy
 
MockKeyFactory - Class in org.mule.tck.security
Empty mock for tests
MockKeyFactory() - Constructor for class org.mule.tck.security.MockKeyFactory
 
MODE_IN - Variable in class org.mule.transport.soap.NamedParameter
 
MODE_INOUT - Variable in class org.mule.transport.soap.NamedParameter
 
MODE_OUT - Variable in class org.mule.transport.soap.NamedParameter
 
Model - Interface in org.mule.api.model
The Model encapsulates and manages the runtime behaviour of a Mule Server instance.
model - Variable in class org.mule.service.AbstractService
The model in which this service is registered
MODEL_CLASS - Static variable in class org.mule.api.config.MuleProperties
Model Service descriptor properties
MODEL_DISPOSED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_DISPOSING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
MODEL_INITIALISED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISED_LISTENERS - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_INITIALISING_LISTENERS - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
MODEL_STARTED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STARTING - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STOPPED - Static variable in class org.mule.context.notification.ModelNotification
 
MODEL_STOPPING - Static variable in class org.mule.context.notification.ModelNotification
 
ModelDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
ModelDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.ModelDefinitionParser
 
ModelException - Exception in org.mule.api.model
 
ModelException(Message) - Constructor for exception org.mule.api.model.ModelException
 
ModelException(Message, Throwable) - Constructor for exception org.mule.api.model.ModelException
 
ModelNotification - Class in org.mule.context.notification
ModelNotification is fired when an event such as the model starting occurs.
ModelNotification(Model, int) - Constructor for class org.mule.context.notification.ModelNotification
 
ModelNotificationListener - Interface in org.mule.api.context.notification
ModelNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Model event occurs.
ModelService - Class in org.mule.module.management.mbean
ModelService exposes service information and actions on the Mule Model.
ModelService(Model) - Constructor for class org.mule.module.management.mbean.ModelService
 
ModelServiceDescriptor - Interface in org.mule.api.model
ModelServiceDescriptor describes the necessery information for creating a model from a service descriptor.
ModelServiceMBean - Interface in org.mule.module.management.mbean
ModelServiceMBean JMX Service interface for the Model.
ModelServiceNotFoundException - Exception in org.mule.model
Is thrown when a model service name is specified and cannot be found or loaded
ModelServiceNotFoundException(String) - Constructor for exception org.mule.model.ModelServiceNotFoundException
 
ModelServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.model.ModelServiceNotFoundException
 
ModuleArchetypeMojo - Class in org.mule.tools.maven.archetype
Builds archetype containers.
ModuleArchetypeMojo() - Constructor for class org.mule.tools.maven.archetype.ModuleArchetypeMojo
 
MONITOR_PROFILING - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
moreThanOneConnectorWithProtocol(String) - Static method in class org.mule.config.i18n.CoreMessages
 
moreThanOneMessageInTransaction(String, String) - Static method in class org.mule.transport.jdbc.i18n.JdbcMessages
 
moveFile(File, File) - Static method in class org.mule.util.FileUtils
Try to move a file by renaming with backup attempt by copying/deleting via NIO
moveToDirectoryNotWritable() - Static method in class org.mule.transport.file.i18n.FileMessages
 
MTOM_ENABLED - Static variable in class org.mule.transport.cxf.CxfConstants
 
MULE_10_ACTOR - Static variable in class org.mule.transport.soap.MuleSoapHeaders
 
MULE_CORRELATION_GROUP_SIZE_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_CORRELATION_ID_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_CORRELATION_SEQUENCE_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_DEFAULT_NAMESPACE - Static variable in class org.mule.config.spring.util.SpringXMLUtils
 
MULE_DEFAULTS_CONFIG - Static variable in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
MULE_DIR - Static variable in class org.mule.module.boot.DefaultMuleClassPathConfig
 
MULE_ENCODING_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_ENDPOINT_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_ERROR_CODE_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_EVENT_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
MuleEvent Level properties
MULE_EVENT_TIMEOUT_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_FORCE_RECURSE - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MULE_HEADER - Static variable in class org.mule.transport.soap.MuleSoapHeaders
 
MULE_HOME_DIRECTORY_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_IGNORE_METHOD_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_IMAPS_NAMESPACE - Static variable in class org.mule.transport.email.ImapsSocketFactory
 
MULE_JMS_SESSION - Static variable in class org.mule.api.config.MuleProperties
 
MULE_LOCAL_JAR_FILENAME - Static variable in class org.mule.module.boot.MuleBootstrapUtils
 
MULE_LOCAL_JAR_FILENAME - Static variable in class org.mule.util.JarUtils
 
MULE_MANAGEMENT_CONTEXT_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_MESSAGE - Static variable in class org.mule.transport.cxf.CxfConstants
 
MULE_MESSAGE_ID_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_METHOD_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_NAMESPACE - Static variable in class org.mule.transport.soap.MuleSoapHeaders
 
MULE_NAMESPACE_PREFIX - Static variable in class org.mule.config.spring.util.SpringXMLUtils
 
MULE_NO_RECURSE - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MULE_NO_REGISTRATION - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MULE_ORIGINATING_ENDPOINT_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_POP3S_NAMESPACE - Static variable in class org.mule.transport.email.Pop3sSocketFactory
 
MULE_POST_CHILDREN - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MULE_REMOTE_CLIENT_ADDRESS - Static variable in class org.mule.api.config.MuleProperties
 
MULE_REMOTE_SYNC_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_REPEAT_PARSE - Static variable in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MULE_REPLY_TO_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_REPLY_TO_REQUESTOR_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_REPLY_TO_STOP_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
Prevents processing of the ReplyTo property by the Service.
MULE_SESSION_ID_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_SESSION_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_SMTPS_NAMESPACE - Static variable in class org.mule.transport.email.SmtpsSocketFactory
 
MULE_SOAP_METHOD - Static variable in class org.mule.api.config.MuleProperties
 
MULE_USER_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MULE_WORKING_DIRECTORY_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
 
MuleActivationSpec - Class in org.mule.module.jca
MuleActivationSpec defines the contract between a Message Driven Bean (MDB) and the Mule Resource Adapter.
MuleActivationSpec() - Constructor for class org.mule.module.jca.MuleActivationSpec
 
MuleApplicationContext - Class in org.mule.config.spring
MuleApplicationContext is a simple extension application context that allows resources to be loaded from the Classpath of file system using the MuleBeanDefinitionReader.
MuleApplicationContext(MuleContext, ConfigResource[]) - Constructor for class org.mule.config.spring.MuleApplicationContext
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry registry implementation to wraps the spring ApplicationContext
MuleApplicationContext(MuleContext, Resource[]) - Constructor for class org.mule.config.spring.MuleApplicationContext
 
MuleApplicationEvent - Class in org.mule.module.spring.events
MuleApplicationEvent is an Spring ApplicationEvent used to wrap a DefaultMuleEvent
MuleApplicationEvent(Object, String) - Constructor for class org.mule.module.spring.events.MuleApplicationEvent
 
MuleBeanDefinitionDocumentReader - Class in org.mule.config.spring
Allows us to hook in our own Hierarchical Parser delegate.
MuleBeanDefinitionDocumentReader() - Constructor for class org.mule.config.spring.MuleBeanDefinitionDocumentReader
 
MuleBootstrap - Class in org.mule.module.boot
Determine which is the main class to run and delegate control to the Java Service Wrapper.
MuleBootstrap() - Constructor for class org.mule.module.boot.MuleBootstrap
 
MuleBootstrapUtils - Class in org.mule.module.boot
 
MuleBootstrapUtils.ProxyInfo - Class in org.mule.module.boot
 
MuleBootstrapUtils.ProxyInfo(String, String) - Constructor for class org.mule.module.boot.MuleBootstrapUtils.ProxyInfo
 
MuleBootstrapUtils.ProxyInfo(String, String, String, String) - Constructor for class org.mule.module.boot.MuleBootstrapUtils.ProxyInfo
 
MuleCallbackHandler - Class in org.mule.module.jaas
 
MuleCallbackHandler(Authentication) - Constructor for class org.mule.module.jaas.MuleCallbackHandler
 
MuleChildDefinitionParser - Interface in org.mule.config.spring.parsers
Extra functionality exposed by child parsers
MuleClient - Class in org.mule.module.client
MuleClient is a simple interface for Mule clients to send and receive events from a Mule Server.
MuleClient() - Constructor for class org.mule.module.client.MuleClient
Creates a Mule client that will use the default serverEndpoint when connecting to a remote server instance.
MuleClient(boolean) - Constructor for class org.mule.module.client.MuleClient
 
MuleClient(MuleContext) - Constructor for class org.mule.module.client.MuleClient
 
MuleClient(String) - Constructor for class org.mule.module.client.MuleClient
Configures a Mule client instance using the the default SpringXmlConfigurationBuilder to parse configResources.
MuleClient(String, String) - Constructor for class org.mule.module.client.MuleClient
Configures a new Mule client and either uses an existing Manager running in this JVM or creates a new empty MuleContext
MuleClient(String, ConfigurationBuilder) - Constructor for class org.mule.module.client.MuleClient
Configures a Mule client instance
MuleClient(String, ConfigurationBuilder, String, String) - Constructor for class org.mule.module.client.MuleClient
Configures a Mule client instance
MuleConfigProvider - Class in org.mule.transport.soap.axis.extensions
MuleConfigProvider is needed because the Simple Provider does not list services in the defaultConfiguration.
MuleConfigProvider(EngineConfiguration) - Constructor for class org.mule.transport.soap.axis.extensions.MuleConfigProvider
 
MuleConfiguration - Interface in org.mule.api.config
Configuration info.
MuleConfigurationConfigurator - Class in org.mule.config.spring
This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the otherwise read-only MuleConfiguration.
MuleConfigurationConfigurator() - Constructor for class org.mule.config.spring.MuleConfigurationConfigurator
 
MuleConfigurationService - Class in org.mule.module.management.mbean
MuleConfigurationService exposes the MuleConfiguration settings as a management service TODO MULE-3110 I'm not sure this is relevant anymore since the MuleConfiguration should be immutable after startup.
MuleConfigurationService(MuleConfiguration) - Constructor for class org.mule.module.management.mbean.MuleConfigurationService
 
MuleConfigurationServiceMBean - Interface in org.mule.module.management.mbean
MuleConfigurationServiceMBean is a JMx service interface for the Mule server configuration.
MuleConnection - Interface in org.mule.module.jca
MuleConnection defines the client connection methods for the JCA CCI contract
MuleConnectionFactory - Interface in org.mule.module.jca
MuleConnectionFactory defines the connection factory interface that the RA clients will obtain a reference to.
MuleConnectionRequestInfo - Class in org.mule.module.jca
MuleConnectionRequestInfo TODO
MuleConnectionRequestInfo() - Constructor for class org.mule.module.jca.MuleConnectionRequestInfo
 
muleContext - Variable in class org.mule.AbstractAgent
 
muleContext - Variable in class org.mule.AbstractExceptionListener
 
MuleContext - Interface in org.mule.api
 
muleContext - Variable in class org.mule.component.AbstractComponent
 
muleContext - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
muleContext - Variable in class org.mule.endpoint.DefaultEndpointFactory
 
muleContext - Static variable in class org.mule.expression.transformers.AbstractExpressionTransformer
 
muleContext - Variable in class org.mule.model.AbstractModel
 
muleContext - Variable in class org.mule.module.jca.MuleResourceAdapter
 
muleContext - Variable in class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
muleContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
 
muleContext - Static variable in class org.mule.MuleServer
The MuleContext should contain anything which does not belong in the Registry.
muleContext - Variable in class org.mule.routing.AbstractRouter
 
muleContext - Variable in class org.mule.routing.AbstractRouterCollection
 
muleContext - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
muleContext - Variable in class org.mule.service.AbstractService
 
muleContext - Variable in class org.mule.transport.AbstractConnector
 
muleContext - Variable in class org.mule.util.queue.FilePersistenceStrategy
 
MuleContextAware - Interface in org.mule.api.context
Objects who want to be aware of the MuleContext should implement this interface.
MuleContextBuilder - Interface in org.mule.api.context
Builder that is used to build instances of MuleContext.
MuleContextDisposePhase - Class in org.mule.lifecycle.phases
Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them.
MuleContextDisposePhase() - Constructor for class org.mule.lifecycle.phases.MuleContextDisposePhase
 
MuleContextException - Exception in org.mule.api.context
MuleContextException is thrown when an exception occurs with Manager objects
MuleContextException(Message) - Constructor for exception org.mule.api.context.MuleContextException
 
MuleContextException(Message, Throwable) - Constructor for exception org.mule.api.context.MuleContextException
 
MuleContextExpressionEvaluator - Class in org.mule.expression
This property extractor exposes mule context information as expressions.
MuleContextExpressionEvaluator() - Constructor for class org.mule.expression.MuleContextExpressionEvaluator
 
MuleContextFactory - Interface in org.mule.api.context
A CopyOfMuleContextFactory is used to create instances of MuleContext.
MuleContextInitialisePhase - Class in org.mule.lifecycle.phases
Since all objects are created and initialised in the registry, the Initialise lifecyclePhase is always taken care of by the Registry, hence this class extends ContainerManagedLifecyclePhase
MuleContextInitialisePhase() - Constructor for class org.mule.lifecycle.phases.MuleContextInitialisePhase
 
MuleContextNotification - Class in org.mule.context.notification
MuleContextNotification is fired when an event such as the mule context starting occurs.
MuleContextNotification(MuleContext, String) - Constructor for class org.mule.context.notification.MuleContextNotification
 
MuleContextNotification(MuleContext, int) - Constructor for class org.mule.context.notification.MuleContextNotification
 
MuleContextNotificationListener - Interface in org.mule.api.context.notification
MuleContextNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.
MuleContextPostProcessor - Class in org.mule.config.spring
Responsible for passing in the MuleContext instance for all objects in the registry that want it.
MuleContextPostProcessor(MuleContext) - Constructor for class org.mule.config.spring.MuleContextPostProcessor
 
MuleContextProcessor - Class in org.mule.registry
Injects the MuleContext object for objects stored in the TransientRegistry where the object registered implements MuleContextAware.
MuleContextProcessor(MuleContext) - Constructor for class org.mule.registry.MuleContextProcessor
 
MuleContextStartPhase - Class in org.mule.lifecycle.phases
The Start phase for the MuleContext.
MuleContextStartPhase() - Constructor for class org.mule.lifecycle.phases.MuleContextStartPhase
 
MuleContextStartPhase(Class[]) - Constructor for class org.mule.lifecycle.phases.MuleContextStartPhase
 
MuleContextStopPhase - Class in org.mule.lifecycle.phases
The Stop phase for the Management context LifecycleManager.
MuleContextStopPhase() - Constructor for class org.mule.lifecycle.phases.MuleContextStopPhase
 
MuleContextStopPhase(Class[]) - Constructor for class org.mule.lifecycle.phases.MuleContextStopPhase
 
MuleCredentials - Class in org.mule.security
MuleCredentials can be used to read and set Mule user information that can be stored in a message header.
MuleCredentials(String, char[]) - Constructor for class org.mule.security.MuleCredentials
 
MuleCredentials(String, char[], Object) - Constructor for class org.mule.security.MuleCredentials
 
MuleCredentials(String, SecurityManager) - Constructor for class org.mule.security.MuleCredentials
 
MuleDefinitionParser - Interface in org.mule.config.spring.parsers
This is the interface all Mule BDPs implement.
MuleDefinitionParserConfiguration - Interface in org.mule.config.spring.parsers
 
MuleDerbyTestUtils - Class in org.mule.tck.util
NOTE: Don't forget to duplicate all the changes in org.mule.example.loanbroker.bpm.DbUtils
MuleEncryptionEndpointSecurityFilter - Class in org.mule.security.filters
MuleEncryptionEndpointSecurityFilter provides password-based encryption
MuleEncryptionEndpointSecurityFilter() - Constructor for class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
MuleEndpointKey - Class in org.mule.module.jca
MuleEndpointKey TODO
MuleEndpointKey(MessageEndpointFactory, MuleActivationSpec) - Constructor for class org.mule.module.jca.MuleEndpointKey
 
MuleEndpointURI - Class in org.mule.endpoint
MuleEndpointURI is used to determine how a message is sent of received.
MuleEndpointURI(String, String, String, String, String, Properties, URI) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(EndpointURI) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(EndpointURI, String) - Constructor for class org.mule.endpoint.MuleEndpointURI
 
MuleEndpointURI(String) - Constructor for class org.mule.endpoint.MuleEndpointURI
Creates but does not initialize the endpoint URI.
MuleEvent - Interface in org.mule.api
MuleEvent represents any data event occuring in the Mule environment.
MuleEventContext - Interface in org.mule.api
MuleEventContext is the context object for the current request.
MuleEventListener - Interface in org.mule.module.spring.events
MuleEventListener is a interface that identifies an object as wanting to receive Mule Events
MuleEventMulticaster - Class in org.mule.module.spring.events
MuleEventMulticaster is an implementation of a Spring ApplicationeventMulticaster.
MuleEventMulticaster() - Constructor for class org.mule.module.spring.events.MuleEventMulticaster
 
MuleException - Exception in org.mule.api
MuleException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on this exception,
MuleException(Message) - Constructor for exception org.mule.api.MuleException
 
MuleException(Message, Throwable) - Constructor for exception org.mule.api.MuleException
 
MuleException(Throwable) - Constructor for exception org.mule.api.MuleException
 
MuleException() - Constructor for exception org.mule.api.MuleException
 
MuleExceptionReader - Class in org.mule.config
Grabs all information from the MuleException type
MuleExceptionReader() - Constructor for class org.mule.config.MuleExceptionReader
 
MuleExpressionEvaluator - Class in org.mule.expression
This evaluator provide a powerful expression language for querying mule information at runtime.
MuleExpressionEvaluator() - Constructor for class org.mule.expression.MuleExpressionEvaluator
 
MuleHeaderCredentialsAccessor - Class in org.mule.security
MuleHeaderCredentialsAccessor obtains and sets the user credentials as Mule property headers.
MuleHeaderCredentialsAccessor() - Constructor for class org.mule.security.MuleHeaderCredentialsAccessor
 
MuleHeadersInInterceptor - Class in org.mule.transport.cxf.support
Reads the Mule Soap Header and sets the various header properties on the message.
MuleHeadersInInterceptor() - Constructor for class org.mule.transport.cxf.support.MuleHeadersInInterceptor
 
MuleHeadersOutInterceptor - Class in org.mule.transport.cxf.support
Writes the Mule Soap Header to the outgoing request.
MuleHeadersOutInterceptor() - Constructor for class org.mule.transport.cxf.support.MuleHeadersOutInterceptor
 
MuleHierarchicalBeanDefinitionParserDelegate - Class in org.mule.config.spring
This parser enables Mule to parse heirarchical bean structures using spring Namespace handling There are 4 base DefinitionParsers supplied in Mule that most Parsers will extend from, these are AbstractChildDefinitionParser AbstractMuleBeanDefinitionParser ChildDefinitionParser MuleOrphanDefinitionParser
MuleHierarchicalBeanDefinitionParserDelegate(XmlReaderContext, DefaultBeanDefinitionDocumentReader) - Constructor for class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
MuleHttpMethodRetryHandler - Class in org.mule.transport.http
 
MuleHttpMethodRetryHandler() - Constructor for class org.mule.transport.http.MuleHttpMethodRetryHandler
 
MuleHttpSender - Class in org.mule.transport.soap.axis.extensions
Deprecated. Use the UniversalSender instead
MuleHttpSender() - Constructor for class org.mule.transport.soap.axis.extensions.MuleHttpSender
Deprecated.  
MuleInitialContextFactory - Class in org.mule.jndi
 
MuleInitialContextFactory() - Constructor for class org.mule.jndi.MuleInitialContextFactory
 
MuleInvoker - Class in org.mule.transport.cxf
Invokes a Mule Service via a CXF binding.
MuleInvoker(CxfMessageReceiver, Class<?>, boolean) - Constructor for class org.mule.transport.cxf.MuleInvoker
 
MuleJaasPrincipal - Class in org.mule.module.jaas
 
MuleJaasPrincipal(String) - Constructor for class org.mule.module.jaas.MuleJaasPrincipal
 
MuleLogger - Class in org.mule.util
A Log wrapper that supports boilerplate logging for high impact messages
MuleLogger(Log) - Constructor for class org.mule.util.MuleLogger
 
MuleManagedConnection - Class in org.mule.module.jca
MuleManagedConnection TODO
MuleManagedConnectionFactory - Class in org.mule.module.jca
MuleManagedConnectionFactory TODO
MuleManagedConnectionFactory() - Constructor for class org.mule.module.jca.MuleManagedConnectionFactory
 
MuleManagedConnectionMetaData - Class in org.mule.module.jca
MuleManagedConnectionMetaData TODO
MuleManagedConnectionMetaData(MuleManagedConnection) - Constructor for class org.mule.module.jca.MuleManagedConnectionMetaData
 
MuleManifest - Class in org.mule.config
This is a static class that provides access to the Mule core manifest file.
MuleManifest() - Constructor for class org.mule.config.MuleManifest
 
muleMessage - Variable in exception org.mule.api.MessagingException
The MuleMessage being processed when the error occurred
MuleMessage - Interface in org.mule.api
MuleMessage represents a message payload.
MuleMessage - Class in org.mule.transport.bpm.jbpm
This is an unfinished work, see MULE-1219
MuleMessage() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessage
 
MuleMessageCollection - Interface in org.mule.api
An interface that defines a collection of Mule Messages and methods for working with the collection.
MuleMessageDirectProtocol - Class in org.mule.transport.tcp.protocols
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking.
MuleMessageDirectProtocol() - Constructor for class org.mule.transport.tcp.protocols.MuleMessageDirectProtocol
 
MuleMessageEOFProtocol - Class in org.mule.transport.tcp.protocols
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking.
MuleMessageEOFProtocol() - Constructor for class org.mule.transport.tcp.protocols.MuleMessageEOFProtocol
 
MuleMessageInfoMapping - Class in org.mule.routing
A simple facade implementation of MessageInfoMapping that simply grabs the message information from the MuleMessage untouched.
MuleMessageInfoMapping() - Constructor for class org.mule.routing.MuleMessageInfoMapping
 
MuleMessageLengthProtocol - Class in org.mule.transport.tcp.protocols
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking.
MuleMessageLengthProtocol() - Constructor for class org.mule.transport.tcp.protocols.MuleMessageLengthProtocol
 
MuleMessageSafeProtocol - Class in org.mule.transport.tcp.protocols
This Protocol will send the actual Mule Message over the TCP channel, and in this way we are preserving any headers which might be needed, for example Correlation IDs in order to be able to aggregate messages after chunking.
MuleMessageSafeProtocol() - Constructor for class org.mule.transport.tcp.protocols.MuleMessageSafeProtocol
 
MuleMessageService - Class in org.mule.transport.bpm.jbpm
jBPM has built-in support for messaging via the org.jbpm.msg.MessageService interface, the idea being that one can plug in a JMS implementation and send messages from a process using a standard "" construct.
MuleMessageService() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessageService
 
MuleMessageServiceFactory - Class in org.mule.transport.bpm.jbpm
 
MuleMessageServiceFactory() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 
MuleMessageToByteArray - Class in org.mule.transformer.simple
TODO
MuleMessageToByteArray() - Constructor for class org.mule.transformer.simple.MuleMessageToByteArray
 
MuleMessageToHttpResponse - Class in org.mule.transport.http.transformers
Converts a UMOMEssage into an Http response.
MuleMessageToHttpResponse() - Constructor for class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
MuleMsgProvider - Class in org.mule.transport.soap.axis.extensions
MuleMsgProvider is an Axis service endpoint that builds services from Mule managed components.
MuleMsgProvider(AxisConnector) - Constructor for class org.mule.transport.soap.axis.extensions.MuleMsgProvider
 
MuleNamespaceHandler - Class in org.mule.config.spring.handlers
This is the core namespace handler for Mule and configures all Mule configuration elements under the http://www.mulesource.org/schema/mule/core/${version} Namespace.
MuleNamespaceHandler() - Constructor for class org.mule.config.spring.handlers.MuleNamespaceHandler
 
MuleObjectNameProcessor - Class in org.mule.config.spring.processors
MuleObjectNameProcessor is used to set spring ids to Mule object names so the the bean id and name property on the object don't both have to be set.
MuleObjectNameProcessor() - Constructor for class org.mule.config.spring.processors.MuleObjectNameProcessor
 
MuleOrphanDefinitionParser - Class in org.mule.config.spring.parsers.generic
A parser for direct children of the element.
MuleOrphanDefinitionParser(boolean) - Constructor for class org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser
This constructor assumes that the class name will be explicitly specified as an attribute on the element.
MuleOrphanDefinitionParser(Class, boolean) - Constructor for class org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
muleParse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
muleParse(Element, ParserContext) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParser
 
MuleProperties - Class in org.mule.api.config
MuleProperties is a set of constants pertaining to Mule properties.
MuleProperties() - Constructor for class org.mule.api.config.MuleProperties
 
MuleProtocolHeadersOutInterceptor - Class in org.mule.transport.cxf.support
 
MuleProtocolHeadersOutInterceptor() - Constructor for class org.mule.transport.cxf.support.MuleProtocolHeadersOutInterceptor
 
MuleProxyListener - Class in org.mule.module.client
MuleProxyListener is a generic listent proxy that can be used to foward calls as Mule events from any Observer/Observerable implementation.
MuleProxyListener(Class, String) - Constructor for class org.mule.module.client.MuleProxyListener
 
MuleProxyListener(Class, AbstractEventTransformer, String) - Constructor for class org.mule.module.client.MuleProxyListener
 
MuleProxyListener(Class, AbstractEventTransformer, String, MuleClient) - Constructor for class org.mule.module.client.MuleProxyListener
 
MuleReceiverServlet - Class in org.mule.transport.servlet
Receives Http requests via a Servlet and routes them to listeners with servlet:// endpoints

There needs to be a ServletConnector configured on the Mule Server, this connector must have the servletUrl property set that matches the Url for the container that this Servlet is hosted in, i.e.

MuleReceiverServlet() - Constructor for class org.mule.transport.servlet.MuleReceiverServlet
 
MuleRegistry - Interface in org.mule.api.registry
Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
MuleRegistryHelper - Class in org.mule.registry
Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
MuleRegistryHelper(Registry) - Constructor for class org.mule.registry.MuleRegistryHelper
 
MuleResourceAdapter - Class in org.mule.module.jca
MuleResourceAdapter TODO
MuleResourceAdapter() - Constructor for class org.mule.module.jca.MuleResourceAdapter
 
MuleResourceLoader - Class in org.mule.config.spring
MuleResourceLoader is a custom Spring resource loader that calls standard Mule methods for loading resource files.
MuleResourceLoader() - Constructor for class org.mule.config.spring.MuleResourceLoader
 
MuleRESTReceiverServlet - Class in org.mule.transport.servlet
MuleRESTReceiverServlet is used for sending and receiving events from the Mule server via a servlet container.
MuleRESTReceiverServlet() - Constructor for class org.mule.transport.servlet.MuleRESTReceiverServlet
 
MuleRPCProvider - Class in org.mule.transport.soap.axis.extensions
MuleProvider is an Axis service endpoint that builds services from Mule managed components.
MuleRPCProvider(AxisConnector) - Constructor for class org.mule.transport.soap.axis.extensions.MuleRPCProvider
 
MuleRuntimeException - Exception in org.mule.api
MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by Mule code will use or be based on this exception.
MuleRuntimeException(Message) - Constructor for exception org.mule.api.MuleRuntimeException
 
MuleRuntimeException(Message, Throwable) - Constructor for exception org.mule.api.MuleRuntimeException
 
MuleSecurityManager - Class in org.mule.security
MuleSecurityManager is a default implementation security manager for a Mule instance.
MuleSecurityManager() - Constructor for class org.mule.security.MuleSecurityManager
 
MuleSecurityManagerCallbackHandler - Class in org.mule.transport.cxf.support
 
MuleSecurityManagerCallbackHandler() - Constructor for class org.mule.transport.cxf.support.MuleSecurityManagerCallbackHandler
 
MuleServer - Class in org.mule
MuleServer is a simple application that represents a local Mule Server daemon.
MuleServer() - Constructor for class org.mule.MuleServer
 
MuleServer(String) - Constructor for class org.mule.MuleServer
 
MuleServer(String[]) - Constructor for class org.mule.MuleServer
Configure the server with command-line arguments.
MuleServerWrapper - Class in org.mule.module.boot
 
MuleServerWrapper() - Constructor for class org.mule.module.boot.MuleServerWrapper
 
MuleService - Class in org.mule.module.management.mbean
MuleService exposes certain Mule server functions for management
MuleService(MuleContext) - Constructor for class org.mule.module.management.mbean.MuleService
 
MuleServiceMBean - Interface in org.mule.module.management.mbean
MuleServiceMBean is a JMX service interface for the MuleContext.
MuleSession - Interface in org.mule.api
MuleSession is the context in which a request is executed.
MuleSessionHandler - Class in org.mule
A default session handler used to store and retrieve session information on an event.
MuleSessionHandler() - Constructor for class org.mule.MuleSessionHandler
 
MuleShutdownHook - Class in org.mule
The shutdown thread used by the server when its main thread is terminated
MuleShutdownHook(Log) - Constructor for class org.mule.MuleShutdownHook
 
MuleShutdownHook(Log, Throwable) - Constructor for class org.mule.MuleShutdownHook
 
MuleSoapHeaders - Class in org.mule.transport.soap
MuleSoapHeaders is a helper class for extracting and writing Mule header properties to s Soap message
MuleSoapHeaders(MuleEvent) - Constructor for class org.mule.transport.soap.MuleSoapHeaders
Extracts header properties from a Mule event
MuleSoapHeaders(SOAPHeader) - Constructor for class org.mule.transport.soap.MuleSoapHeaders
Extracts Mule header properties from a Soap message
MuleSoapHeaders(Iterator) - Constructor for class org.mule.transport.soap.MuleSoapHeaders
 
MuleSoapHeadersHandler - Class in org.mule.transport.soap.axis.extensions
MuleSoapHeadersHandler is an Axis handler that can read and write Mule header properties to a SOAP message.
MuleSoapHeadersHandler() - Constructor for class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
 
MuleSubscriptionEventListener - Interface in org.mule.module.spring.events
MuleSubscriptionEventListener is a Spring ApplicationListener that is used to register interest about Mule events.
MuleTransactionConfig - Class in org.mule.transaction

MuleTransactionConfig defines transaction configuration for a transactional endpoint.

MuleTransactionConfig() - Constructor for class org.mule.transaction.MuleTransactionConfig
 
MuleTransport - Class in org.mule.transport.soap.axis.extensions
A container for all Mule supported transports for Axis.
MuleTransport() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport
 
MuleTransport(String) - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport
 
MuleTransport.HTTP - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.HTTP() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.HTTP
 
MuleTransport.HTTPS - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.HTTPS() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.HTTPS
 
MuleTransport.IMAP - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.IMAP() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.IMAP
 
MuleTransport.IMAPS - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.IMAPS() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.IMAPS
 
MuleTransport.JMS - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.JMS() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.JMS
 
MuleTransport.POP3 - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.POP3() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.POP3
 
MuleTransport.POP3S - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.POP3S() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.POP3S
 
MuleTransport.SERVLET - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.SERVLET() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.SERVLET
 
MuleTransport.SMTP - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.SMTP() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.SMTP
 
MuleTransport.SMTPS - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.SMTPS() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.SMTPS
 
MuleTransport.SSL - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.SSL() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.SSL
 
MuleTransport.TCP - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.TCP() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.TCP
 
MuleTransport.VM - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.VM() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.VM
 
MuleTransport.XMPP - Class in org.mule.transport.soap.axis.extensions
 
MuleTransport.XMPP() - Constructor for class org.mule.transport.soap.axis.extensions.MuleTransport.XMPP
 
MuleUniversalConduit - Class in org.mule.transport.cxf.transport
A Conduit is primarily responsible for sending messages from CXF to somewhere else.
MuleUniversalConduit(MuleUniversalTransport, CxfConnector, EndpointInfo, EndpointReferenceType) - Constructor for class org.mule.transport.cxf.transport.MuleUniversalConduit
 
MuleUniversalConduit.InterposedMessageObserver - Class in org.mule.transport.cxf.transport
Used to set appropriate message properties, exchange etc.
MuleUniversalConduit.InterposedMessageObserver() - Constructor for class org.mule.transport.cxf.transport.MuleUniversalConduit.InterposedMessageObserver
 
MuleUniversalDestination - Class in org.mule.transport.cxf.transport
 
MuleUniversalDestination(MuleUniversalTransport, EndpointReferenceType, EndpointInfo) - Constructor for class org.mule.transport.cxf.transport.MuleUniversalDestination
 
MuleUniversalDestination.ResponseConduit - Class in org.mule.transport.cxf.transport
 
MuleUniversalDestination.ResponseConduit(EndpointReferenceType) - Constructor for class org.mule.transport.cxf.transport.MuleUniversalDestination.ResponseConduit
 
MuleUniversalTransport - Class in org.mule.transport.cxf.transport
 
MuleUniversalTransport(CxfConnector) - Constructor for class org.mule.transport.cxf.transport.MuleUniversalTransport
 
MuleUrlStreamHandlerFactory - Class in org.mule.util
A factory for loading URL protocol handlers.
MuleUrlStreamHandlerFactory() - Constructor for class org.mule.util.MuleUrlStreamHandlerFactory
 
MuleWorkManager - Class in org.mule.work
MuleWorkManager is a JCA Work manager implementation used to manage thread allocation for Mule components and connectors.
MuleWorkManager(ThreadingProfile, String) - Constructor for class org.mule.work.MuleWorkManager
 
MuleXmlBuilderContextListener - Class in org.mule.config.builders
MuleXmlBuilderContextListener is a bootstrap listener used to construct a MuleManager instance.
MuleXmlBuilderContextListener() - Constructor for class org.mule.config.builders.MuleXmlBuilderContextListener
 
MuleXmlBuilderContextServlet - Class in org.mule.config.builders
 
MuleXmlBuilderContextServlet() - Constructor for class org.mule.config.builders.MuleXmlBuilderContextServlet
 
MULTICAST - Static variable in class org.mule.transport.multicast.MulticastConnector
 
MulticastConnector - Class in org.mule.transport.multicast
MulticastConnector can dispatch mule events using ip multicasting
MulticastConnector() - Constructor for class org.mule.transport.multicast.MulticastConnector
 
Multicaster - Class in org.mule.util
Multicaster is a utility that can call a given method on a collection of objects that implement one or more common interfaces.
Multicaster.InvokeListener - Interface in org.mule.util
 
multicastEvent(ApplicationEvent) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Method is used to dispatch events to listeners registered with the EventManager or dispatches events to Mule depending on the type and state of the event received.
MulticastingRouter - Class in org.mule.routing.outbound
MulticastingRouter will broadcast the current message to every endpoint registed with the router.
MulticastingRouter() - Constructor for class org.mule.routing.outbound.MulticastingRouter
 
MulticastMessageAdapter - Class in org.mule.transport.multicast
MulticastMessageAdapter TODO
MulticastMessageAdapter(Object) - Constructor for class org.mule.transport.multicast.MulticastMessageAdapter
 
MulticastMessageReceiver - Class in org.mule.transport.multicast
 
MulticastMessageReceiver(AbstractConnector, Service, InboundEndpoint) - Constructor for class org.mule.transport.multicast.MulticastMessageReceiver
 
MulticastMessageReceiver.MulticastWorker - Class in org.mule.transport.multicast
 
MulticastMessageReceiver.MulticastWorker(DatagramPacket) - Constructor for class org.mule.transport.multicast.MulticastMessageReceiver.MulticastWorker
 
MulticastNamespaceHandler - Class in org.mule.transport.multicast.config
Reigsters a Bean Definition Parser for handling elements.
MulticastNamespaceHandler() - Constructor for class org.mule.transport.multicast.config.MulticastNamespaceHandler
 
MulticastSocketFactory - Class in org.mule.transport.multicast
TODO
MulticastSocketFactory() - Constructor for class org.mule.transport.multicast.MulticastSocketFactory
 
MultiConsumerJmsMessageReceiver - Class in org.mule.transport.jms
In Mule an endpoint corresponds to a single receiver.
MultiConsumerJmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
MultiConsumerJmsMessageReceiver.JmsWorker - Class in org.mule.transport.jms
 
MultiConsumerJmsMessageReceiver.JmsWorker(Message, AbstractMessageReceiver, MultiConsumerJmsMessageReceiver.SubReceiver) - Constructor for class org.mule.transport.jms.MultiConsumerJmsMessageReceiver.JmsWorker
 
MULTIPLY - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the multiplication of two other counters
mustSetMethodNamesOnBinding() - Static method in class org.mule.config.i18n.CoreMessages
 
mustSpecifyContainerRefOrClassAttribute(String, String, String) - Static method in class org.mule.config.builders.i18n.BuildersMessages
 
mustSpecifyPort() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
MutableMessageAdapter - Interface in org.mule.api.transport
Defines a MessageAdapter that can have its payload re-assigned after it has been created.
Mx4jAgent - Class in org.mule.module.management.agent
Mx4jAgent configures an Mx4J Http Adaptor for Jmx management, statistics and configuration viewing of a Mule instance.
Mx4jAgent() - Constructor for class org.mule.module.management.agent.Mx4jAgent
 

N

name - Variable in class org.mule.AbstractAgent
 
name - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
NAME - Static variable in class org.mule.expression.EndpointInfoExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MapPayloadExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageAttachmentExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageAttachmentsExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageHeaderExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageHeadersExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessageHeadersListExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MessagePayloadExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MuleContextExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.MuleExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.RegistryExpressionEvaluator
 
NAME - Static variable in class org.mule.expression.StringExpressionEvaluator
 
NAME - Static variable in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
NAME - Static variable in class org.mule.module.scripting.expression.GroovyExpressionEvaluator
 
NAME - Static variable in class org.mule.module.xml.expression.BeanPayloadExpressionEvaluator
 
NAME - Static variable in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated.  
NAME - Static variable in class org.mule.module.xml.expression.XPathExpressionEvaluator
 
NAME - Static variable in class org.mule.module.xml.expression.XPathNodeExpressionEvaluator
 
name - Variable in class org.mule.service.AbstractService
The service's name
name - Variable in class org.mule.transformer.AbstractTransformer
The name that identifies this transformer.
name - Variable in class org.mule.transport.AbstractConnector
The name that identifies the endpoint
name - Variable in class org.mule.util.queue.QueueInfo
 
name - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
 
NameAttribute - Class in org.mule.config.spring.parsers.processors
 
NameAttribute(String) - Constructor for class org.mule.config.spring.parsers.processors.NameAttribute
 
Named - Class in org.mule.tck.security
 
Named() - Constructor for class org.mule.tck.security.Named
 
NamedDefinitionParser - Class in org.mule.config.spring.parsers.generic
Behaves as ParentDefinitionParser, but allows any named bean to be the parent, rather than using the enclosing element in the DOM tree.
NamedDefinitionParser() - Constructor for class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
NamedDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
NamedObject - Interface in org.mule.api
Adds NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object
NamedParameter - Class in org.mule.transport.soap
Representation of a Named parameter in a SOAP call
NamedParameter(QName, QName, String) - Constructor for class org.mule.transport.soap.NamedParameter
 
NamedParameter(QName, QName, ParameterMode) - Constructor for class org.mule.transport.soap.NamedParameter
 
NamedParameter(String, String, ParameterMode) - Constructor for class org.mule.transport.soap.NamedParameter
 
NamedSetterChildElementIterator - Class in org.mule.config.spring.parsers.processors
This iterates over the child elements, generates beans, and sets them on the current bean via the setter given.
NamedSetterChildElementIterator(String, BeanAssemblerFactory, PropertyConfiguration) - Constructor for class org.mule.config.spring.parsers.processors.NamedSetterChildElementIterator
 
NamedThreadFactory - Class in org.mule.util.concurrent
 
NamedThreadFactory(String) - Constructor for class org.mule.util.concurrent.NamedThreadFactory
 
nameParser - Static variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
NAMESPACE - Static variable in class org.mule.transport.cxf.CxfConstants
 
namespaceManager - Variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
NamespaceManager - Class in org.mule.module.xml.util
A simple manager that holds a registry of global namespaces that will be recognised by all xml queries and transforms
NamespaceManager() - Constructor for class org.mule.module.xml.util.NamespaceManager
 
NamespaceManagerDefinitionParser - Class in org.mule.module.xml.config
TODO
NamespaceManagerDefinitionParser() - Constructor for class org.mule.module.xml.config.NamespaceManagerDefinitionParser
 
namespaces - Variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
NameString - Class in org.mule.example.hello
NameString is a simple string wrapper that holds a name and a greeting string
NameString() - Constructor for class org.mule.example.hello.NameString
 
NameString(String) - Constructor for class org.mule.example.hello.NameString
 
NameStringToChatString - Class in org.mule.example.hello
NameStringToChatString converts from a NameString object to a ChatString object.
NameStringToChatString() - Constructor for class org.mule.example.hello.NameStringToChatString
 
NameTransferDefinitionParser - Class in org.mule.config.spring.parsers.generic
This extends ParentDefinitionParser so that the "name" attribute is set locally, not on the parent.
NameTransferDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.NameTransferDefinitionParser
 
NamingExceptionReader - Class in org.mule.config
 
NamingExceptionReader() - Constructor for class org.mule.config.NamingExceptionReader
 
NestedListDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
This extends a list that is itself a property (with key mapKey).
NestedListDefinitionParser(String, String, String) - Constructor for class org.mule.config.spring.parsers.specific.properties.NestedListDefinitionParser
 
NestedMapDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
This extends a map that is itself a property (with key mapKey).
NestedMapDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.specific.properties.NestedMapDefinitionParser
 
NestedMapWithAttributesDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
This generates a nested map (an element of the parent map, with the key "mapKey", which is a map itself) and then adds any attributes as name/value pairs.
NestedMapWithAttributesDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.specific.properties.NestedMapWithAttributesDefinitionParser
 
nestedRetry() - Static method in class org.mule.config.i18n.CoreMessages
 
NetworkUtils - Class in org.mule.util
 
NEVER_CREATE_STRING - Static variable in class org.mule.config.spring.factories.EndpointFactoryBean
 
newBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Method in class org.mule.config.spring.parsers.assembly.AttributeMapBeanAssemblerFactory
 
newBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssemblerFactory
 
newBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssemblerFactory
 
newBeanAssembler(PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Method in class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssemblerFactory
 
newContext() - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
newEvent(MuleEvent, boolean) - Static method in class org.mule.RequestContext
 
newException(String) - Method in class org.mule.transport.AbstractMessageAdapter
 
newFile(String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(URI) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(File, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newFile(String, String) - Static method in class org.mule.util.FileUtils
Workaround for JDK bug 4117557.
newMessage(MuleMessage, boolean) - Static method in class org.mule.RequestContext
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.mule.transport.soap.axis.extensions.WSDDJavaMuleProvider
Factory method for creating an MuleRPCProvider.
newSession(ImmutableEndpoint) - Method in class org.mule.transport.email.AbstractMailConnector
 
newStore() - Method in class org.mule.transport.email.SessionDetails
 
newThread(Runnable) - Method in class org.mule.util.concurrent.DaemonThreadFactory
 
newThread(Runnable) - Method in class org.mule.util.concurrent.NamedThreadFactory
 
newThreadCopy() - Method in interface org.mule.api.ThreadSafeAccess
 
newThreadCopy() - Method in class org.mule.DefaultMessageCollection
We need to overload this if we find we want to make this class available to users, but the copy will be expensive;
newThreadCopy() - Method in class org.mule.DefaultMuleEvent
 
newThreadCopy() - Method in class org.mule.DefaultMuleMessage
newThreadCopy() - Method in class org.mule.transport.AbstractMessageAdapter
newThreadCopy() - Method in class org.mule.transport.DefaultMessageAdapter
newThreadCopy() - Method in class org.mule.transport.email.SimpleMailMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.file.FileContentsMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.file.FileMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.http.HttpMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.jms.JmsMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.rmi.RmiMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.soap.axis.AxisMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.udp.UdpMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.WriterMessageAdapter
 
newThreadCopy() - Method in class org.mule.transport.xmpp.XmppMessageAdapter
 
newTransport() - Method in class org.mule.transport.email.SessionDetails
 
next() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
next() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
nextTag() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
nextTag() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
nextValue() - Method in interface org.mule.util.counters.Counter
Compute and return the value of the counter.
nextValue() - Method in class org.mule.util.counters.impl.AbstractCounter
 
nextValue() - Method in class org.mule.util.counters.impl.AggregateCounter
 
nextValue() - Method in class org.mule.util.counters.impl.Average
 
nextValue() - Method in class org.mule.util.counters.impl.Delta
 
nextValue() - Method in class org.mule.util.counters.impl.InstantRate
 
nextValue() - Method in class org.mule.util.counters.impl.Max
 
nextValue() - Method in class org.mule.util.counters.impl.Min
 
nextValue() - Method in class org.mule.util.counters.impl.Number
 
nextValue() - Method in class org.mule.util.counters.impl.Operator
 
nextValue() - Method in class org.mule.util.counters.impl.RatePerUnit
 
nextValue() - Method in class org.mule.util.counters.impl.Sum
 
nextValue() - Method in class org.mule.util.counters.impl.TimeAverage
 
nicknameMustBeSet() - Static method in class org.mule.transport.xmpp.i18n.XmppMessages
 
NO_ACTION_ID - Static variable in class org.mule.api.context.notification.ServerNotification
 
NO_ACTION_NAME - Static variable in class org.mule.api.context.notification.ServerNotification
 
NO_ARGS - Static variable in class org.mule.util.ClassUtils
 
NO_ARGS_TYPE - Static variable in class org.mule.util.ClassUtils
 
NO_CORRELATION_ID - Static variable in class org.mule.routing.EventCorrelator
 
NO_MAX_LENGTH - Static variable in class org.mule.transport.tcp.protocols.LengthProtocol
 
NO_OPTIONS - Static variable in class org.mule.util.Base64
No options specified.
NO_PARSER_PREFIX - Static variable in class org.mule.config.spring.MissingParserProblemReporter
 
NO_STREAM - Static variable in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
NoActionTransformer - Class in org.mule.transformer
NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
NoActionTransformer() - Constructor for class org.mule.transformer.NoActionTransformer
 
noArgsForProxy() - Static method in class org.mule.module.client.i18n.ClientMessages
 
NoArgumentsEntryPointResolver - Class in org.mule.model.resolvers
Allows for arguments with no parameters to be called.
NoArgumentsEntryPointResolver() - Constructor for class org.mule.model.resolvers.NoArgumentsEntryPointResolver
 
noBindingResource() - Static method in class org.mule.config.i18n.CoreMessages
Deprecated. Use more specific CoreMessages.commitTxButNoResource(org.mule.api.transaction.Transaction) or CoreMessages.rollbackTxButNoResource(org.mule.api.transaction.Transaction)
noCatchAllEndpointSet() - Static method in class org.mule.config.i18n.CoreMessages
 
noComponentForEndpoint() - Static method in class org.mule.config.i18n.CoreMessages
 
noConnectionFactoryConfigured() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
noConnectorForProtocolServlet() - Static method in class org.mule.transport.servlet.i18n.ServletMessages
 
noConnectorFound(String) - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
noCorrelationId() - Static method in class org.mule.config.i18n.CoreMessages
 
noCurrentEventForTransformer() - Static method in class org.mule.config.i18n.CoreMessages
 
noDelegateClassAndMethodProvidedForNoArgsWrapper() - Static method in class org.mule.config.i18n.CoreMessages
 
noDelegateClassIfDelegateInstanceSpecified() - Static method in class org.mule.config.i18n.CoreMessages
 
noEndpointsForRouter() - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundForNoArgsMethod(Object, String) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundForNoArgsMethodUsingResolver(Object, String, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundWithArgs(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
noEntryPointFoundWithArgsUsingResolver(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noJtaTransactionAvailable(Thread) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectCalledUsingResolver(Object, String, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectReturning(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
noMatchingMethodsOnObjectReturningUsingResolver(Object, Class, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
noMBeanServerAvailable() - Static method in class org.mule.module.management.i18n.ManagementMessages
 
noMessageBoundForAck() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
noMuleTransactionAvailable() - Static method in class org.mule.config.i18n.CoreMessages
 
none() - Static method in class org.mule.config.i18n.CoreMessages
 
NONE - Static variable in class org.mule.config.spring.parsers.processors.CheckExclusiveAttribute
 
NONE - Static variable in class org.mule.config.spring.parsers.processors.CheckExclusiveAttributes
 
noOperationWasFoundOrSpecified() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
noOutboundRouterSetOn(String) - Static method in class org.mule.config.i18n.CoreMessages
 
noPublicKeyForUser(String) - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noReceiverForEndpoint(String, Object) - Static method in class org.mule.transport.vm.i18n.VMMessages
 
NoReceiverForEndpointException - Exception in org.mule.api.transport
NoReceiverForEndpointException is thrown when an enpoint is specified for a receiver but no such receiver exists.
NoReceiverForEndpointException(String) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Message, Throwable) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
NoReceiverForEndpointException(Throwable) - Constructor for exception org.mule.api.transport.NoReceiverForEndpointException
 
noReceiverInConnector(String, String) - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
noRecipientInUri() - Static method in class org.mule.transport.xmpp.i18n.XmppMessages
 
NoRetryPolicyTemplate - Class in org.mule.retry.policies
This policy is basically a placeholder.
NoRetryPolicyTemplate() - Constructor for class org.mule.retry.policies.NoRetryPolicyTemplate
 
NoRetryPolicyTemplate.NoRetryPolicy - Class in org.mule.retry.policies
 
NoRetryPolicyTemplate.NoRetryPolicy() - Constructor for class org.mule.retry.policies.NoRetryPolicyTemplate.NoRetryPolicy
 
normalize() - Method in class org.mule.endpoint.MuleEndpointURI
 
normalizeFilePath(URL, String) - Static method in class org.mule.util.FileUtils
Remove from uri to file prefix file:/ Add if need file separator to begin
normalizeUrl(String) - Static method in class org.mule.transport.http.HttpConnector
Ensures that the supplied URL starts with a '/'.
normalShutdown() - Static method in class org.mule.config.i18n.CoreMessages
 
NoSatisfiableMethodsException - Exception in org.mule.model.resolvers
NoSatisfiableMethodsException is thrown by EntryPointResolvers when the service passed has no methods that meet the criteria of the configured EntryPointResolver.
NoSatisfiableMethodsException(Object, String) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class[]) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
NoSatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.model.resolvers.NoSatisfiableMethodsException
 
noServiceQueueTimeoutSet(Service) - Static method in class org.mule.config.i18n.CoreMessages
 
noServiceTransportDescriptor(String) - Static method in class org.mule.config.i18n.CoreMessages
 
noServletConnectorFound(String) - Static method in class org.mule.transport.servlet.i18n.ServletMessages
 
noSignedMessageFound() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
notClustered() - Static method in class org.mule.config.i18n.CoreMessages
 
notConnectedYet(String) - Static method in class org.mule.config.i18n.CoreMessages
 
NotFilter - Class in org.mule.routing.filters.logic
NotFilter accepts if the filter does not accept.
NotFilter() - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotFilter(Filter) - Constructor for class org.mule.routing.filters.logic.NotFilter
 
NotificationDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
NotificationDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.NotificationDefinitionParser
 
NotificationDisableDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
NotificationDisableDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.NotificationDisableDefinitionParser
 
NotificationException - Exception in org.mule.context.notification
Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
NotificationException(Message) - Constructor for exception org.mule.context.notification.NotificationException
 
NotificationException(Message, Throwable) - Constructor for exception org.mule.context.notification.NotificationException
 
notificationHandler - Variable in class org.mule.component.AbstractComponent
 
NotificationLifecycleObject - Class in org.mule.lifecycle
TODO
NotificationLifecycleObject(Class) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
NotificationLifecycleObject(Class, Class) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
NotificationLifecycleObject(Class, Class, int, int) - Constructor for class org.mule.lifecycle.NotificationLifecycleObject
 
notificationManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
notificationManager - Variable in class org.mule.DefaultMuleContext
 
notifier - Variable in class org.mule.retry.policies.AbstractPolicyTemplate
 
notify - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
notifyFinish() - Method in class org.mule.util.xa.AbstractTransactionContext
 
notifyListeners(ServerNotification) - Method in class org.mule.context.notification.ServerNotificationManager
 
notInLifecyclePhase - Static variable in class org.mule.lifecycle.GenericLifecycleManager
 
NotInLifecyclePhase - Class in org.mule.lifecycle.phases
This lifecycle phase marks the 'pre-lifecycle' phase of an object.
NotInLifecyclePhase() - Constructor for class org.mule.lifecycle.phases.NotInLifecyclePhase
 
notMuleXaTransaction(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
noTransformerFoundForMessage(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
notSet() - Static method in class org.mule.config.i18n.CoreMessages
 
NOW_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
NULL_ACTION - Static variable in class org.mule.api.context.notification.ServerNotification
 
NULL_MESSAGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
NULL_SUBSCRIPTION - Static variable in class org.mule.context.notification.ServerNotificationManager
 
NullComponent - Class in org.mule.component.simple
NullComponent is a service that is used as a placeholder.
NullComponent() - Constructor for class org.mule.component.simple.NullComponent
 
nullEmptyArray(byte[]) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
NullLifecycleAdapter - Class in org.mule.component
NullLifecycleAdapter is a lifecycle adaptor implementation that performs no Mule lifecycle propagation to Mule service component implementations.
NullLifecycleAdapter(Object, JavaComponent, EntryPointResolverSet, MuleContext) - Constructor for class org.mule.component.NullLifecycleAdapter
 
NullPayload - Class in org.mule.transport
NullPayload represents a null event payload
NullSessionHandler - Class in org.mule
A session handler that ignores any session information
NullSessionHandler() - Constructor for class org.mule.NullSessionHandler
 
NUMBER - Static variable in class org.mule.util.counters.CounterFactory.Type
A basic counter representing a double value
Number - Class in org.mule.util.counters.impl
 
Number(String) - Constructor for class org.mule.util.counters.impl.Number
 
NUMBER_OF_CONCURRENT_TRANSACTED_RECEIVERS_ATTRIBUTE - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
NUMBER_OF_CONSUMERS_ATTRIBUTE - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
NUMBER_OF_CONSUMERS_PROPERTY - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
numberOfConcurrentTransactedReceivers - Variable in class org.mule.transport.AbstractConnector
 
NumberUtils - Class in org.mule.util
NumberUtils contains useful methods for manipulating numbers.
NumberUtils() - Constructor for class org.mule.util.NumberUtils
 

O

OBJECT - Static variable in class org.mule.transport.rmi.config.RmiNamespaceHandler
 
OBJECT_DEFAULT_MESSAGE_DISPATCHER_THREADING_PROFILE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_MESSAGE_RECEIVER_THREADING_PROFILE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_MESSAGE_REQUESTER_THREADING_PROFILE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_RETRY_POLICY_TEMPLATE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_SERVICE_THREADING_PROFILE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_DEFAULT_THREADING_PROFILE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_FACTORY_SETTER - Static variable in class org.mule.config.spring.parsers.specific.ObjectFactoryWrapper
 
OBJECT_LIFECYCLE_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_APPLICATION_PROPERTIES - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_CONFIGURATION - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_CONTEXT_PROCESSOR - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_ENDPOINT_FACTORY - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_NAMESPACE_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_SIMPLE_REGISTRY_BOOTSTRAP - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_MULE_STREAM_CLOSER_SERVICE - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_NOTIFICATION_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_OBJECT_NAME_PROCESSOR - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_PREFIX - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
OBJECT_PROPERTY_PLACEHOLDER_PROCESSOR - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_QUEUE_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_SECURITY_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_SYSTEM_MODEL - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_TRANSACTION_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
OBJECT_WORK_MANAGER - Static variable in class org.mule.api.config.MuleProperties
 
objectAlreadyExists(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectAlreadyInitialised(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectAlreadyRegistered(String, Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectArrayToString - Class in org.mule.transformer.simple
ObjectArrayToString transformer is the opposite of StringToObjectArray - it simply converts Object[] to a String in which each element is separated by a configurable delimiter (default is a space).
ObjectArrayToString() - Constructor for class org.mule.transformer.simple.ObjectArrayToString
 
objectClass - Variable in class org.mule.object.AbstractObjectFactory
 
objectClassName - Variable in class org.mule.object.AbstractObjectFactory
 
objectDoesNotImplementInterface(Object, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectFactory - Interface in org.mule.api.object
ObjectFactory is a generic Factory interface.
objectFactory - Variable in class org.mule.component.AbstractJavaComponent
 
objectFactory - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The ObjectFactory used to create new pool instances
ObjectFactoryDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
ObjectFactoryDefinitionParser(Class, String) - Constructor for class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
ObjectFactoryDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
ObjectFactoryWrapper - Class in org.mule.config.spring.parsers.specific
Use this BeanDefinitionParser when you need a "wrapper" element for an ObjectFactory.
ObjectFactoryWrapper(String) - Constructor for class org.mule.config.spring.parsers.specific.ObjectFactoryWrapper
 
objectFailedToInitialise(String) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectFilter - Interface in org.mule.api.routing.filter
Interface for filtering any kind of object.
objectIsDisposed(Object) - Static method in class org.mule.module.jca.i18n.JcaMessages
 
objectIsNull(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectMarkedInvalid(String) - Static method in class org.mule.module.jca.i18n.JcaMessages
 
objectMustImplementAnInterface(String) - Static method in class org.mule.transport.soap.axis.i18n.AxisMessages
 
ObjectNameHelper - Class in org.mule.util
Generates consistent objects names for Mule components
ObjectNameHelper() - Constructor for class org.mule.util.ObjectNameHelper
Do not instanciate.
objectNotFound(String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotFound(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotOfCorrectType(Class, Class[]) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotOfCorrectType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotRegistered(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
objectNotSetInService(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
ObjectPool - Interface in org.mule.util.pool
ObjectPool is a simple pooling interface for objects
ObjectProcessor - Interface in org.mule.api.registry
TODO
objects - Variable in class org.mule.config.builders.SimpleConfigurationBuilder
 
ObjectStore - Interface in org.mule.api.store
TODO
ObjectToByteArray - Class in org.mule.transformer.simple
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
ObjectToByteArray() - Constructor for class org.mule.transformer.simple.ObjectToByteArray
 
ObjectToHttpClientMethodRequest - Class in org.mule.transport.http.transformers
ObjectToHttpClientMethodRequest transforms a MuleMessage into a HttpClient HttpMethod that represents an HttpRequest.
ObjectToHttpClientMethodRequest() - Constructor for class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
ObjectToInputStream - Class in org.mule.transformer.simple
ObjectToInputStream converts serilaizable object to a input stream but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
ObjectToInputStream() - Constructor for class org.mule.transformer.simple.ObjectToInputStream
 
ObjectToJMSMessage - Class in org.mule.transport.jms.transformers
ObjectToJMSMessage will convert any object to a javax.jms.Message or sub-type into an object.
ObjectToJMSMessage() - Constructor for class org.mule.transport.jms.transformers.ObjectToJMSMessage
 
ObjectToMimeMessage - Class in org.mule.transport.email.transformers
Transforms a javax.mail.Message to a MuleMessage, with support for attachments
ObjectToMimeMessage() - Constructor for class org.mule.transport.email.transformers.ObjectToMimeMessage
 
ObjectToOutputHandler - Class in org.mule.transformer.simple
ObjectToOutputHandler converts a byte array into a String.
ObjectToOutputHandler() - Constructor for class org.mule.transformer.simple.ObjectToOutputHandler
 
ObjectToRemoteInvocationResultTransformer - Class in org.mule.module.spring.remoting
Converts an Object to a Spring RemoteInvocationResult and then into a byte[].
ObjectToRemoteInvocationResultTransformer() - Constructor for class org.mule.module.spring.remoting.ObjectToRemoteInvocationResultTransformer
 
ObjectToRemoteInvocationTransformer - Class in org.mule.module.spring.remoting
Transforms a byte[] into an ObjectInputStream and then into a Spring RemoteInvocation instance.
ObjectToRemoteInvocationTransformer() - Constructor for class org.mule.module.spring.remoting.ObjectToRemoteInvocationTransformer
 
ObjectToString - Class in org.mule.transformer.simple
ObjectToString transformer is useful for debugging.
ObjectToString() - Constructor for class org.mule.transformer.simple.ObjectToString
 
ObjectToXml - Class in org.mule.module.xml.transformer
ObjectToXml converts any object to XML using Xstream.
ObjectToXml() - Constructor for class org.mule.module.xml.transformer.ObjectToXml
 
ObjectToXmppPacket - Class in org.mule.transport.xmpp.transformers
Creates an Xmpp message packet from a MuleMessage
ObjectToXmppPacket() - Constructor for class org.mule.transport.xmpp.transformers.ObjectToXmppPacket
 
ObjectUtils - Class in org.mule.util
 
ObjectUtils() - Constructor for class org.mule.util.ObjectUtils
 
offer(Object, long) - Method in interface org.mule.util.queue.Queue
 
offer(Object, int, long) - Method in class org.mule.util.queue.QueueInfo
 
offer(QueueInfo, Object, long) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
OgnlExpressionEvaluator - Class in org.mule.module.ognl.expression
An expression evaluator that uses OGNL as the expression language
OgnlExpressionEvaluator() - Constructor for class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
OGNLFilter - Class in org.mule.module.ognl.filters
 
OGNLFilter() - Constructor for class org.mule.module.ognl.filters.OGNLFilter
 
OGNLNamespaceHandler - Class in org.mule.module.ognl.config
Registers Bean Definition Parsers for the "ognl" namespace.
OGNLNamespaceHandler() - Constructor for class org.mule.module.ognl.config.OGNLNamespaceHandler
 
OlderFirstComparator - Class in org.mule.transport.file.comparator
OlderComparatorComparator is a Comparator of File which is capable of comparing files for equality based on their modification dates.
OlderFirstComparator() - Constructor for class org.mule.transport.file.comparator.OlderFirstComparator
 
onApplicationEvent(ApplicationEvent) - Method in class org.mule.module.spring.events.AsynchronousEventListener
 
onCall(MuleEventContext) - Method in interface org.mule.api.lifecycle.Callable
Passes the event to the listener
onCall(MuleEventContext) - Method in class org.mule.component.builder.AbstractMessageBuilder
Deprecated.  
onCall(MuleEventContext) - Method in class org.mule.component.simple.BridgeComponent
Deprecated.  
onCall(MuleEventContext) - Method in class org.mule.component.simple.EchoComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.LogComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.NullComponent
 
onCall(MuleEventContext) - Method in class org.mule.component.simple.StaticComponent
 
onCall(MuleEventContext) - Method in class org.mule.example.errorhandler.BusinessErrorManager
 
onCall(MuleEventContext) - Method in class org.mule.example.scripting.AccumulatorComponent
 
onCall(MuleEventContext) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
onCall(MuleEventContext) - Method in class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
onCall(MuleEventContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
This is the callback method used by Mule to give Mule events to this Multicaster
onCall(MuleEventContext) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
onCall(MuleEventContext) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
onCall(MuleEventContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
Passes the event to the listener
onCall(MuleEventContext) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
Passes the event to the listener
onCall(MuleEventContext) - Method in class org.mule.tck.security.TestSecurityComponent
 
onCall(MuleEventContext) - Method in class org.mule.transport.cxf.CxfServiceComponent
 
onCall(MuleEventContext) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
Passes the context to the listener
onCall(MuleEventContext) - Method in class org.mule.transport.soap.WSProxyService
 
onCall(MuleMessage, boolean) - Method in class org.mule.transport.vm.VMMessageReceiver
 
onClose() - Method in interface org.mule.model.streaming.CallbackOutputStream.Callback
 
onClose(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
onException(ErrorMessage) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
onException(ErrorMessage) - Method in class org.mule.example.errorhandler.ErrorManager
 
onException(ErrorMessage) - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
onException(JMSException) - Method in class org.mule.transport.jms.JmsConnector
 
onException(Object, Method, Object[], Throwable) - Method in interface org.mule.util.Multicaster.InvokeListener
 
onFailure(RetryContext, Throwable) - Method in interface org.mule.api.retry.RetryNotifier
Called each time a retry attempt fails.
onFailure(RetryContext, Throwable) - Method in class org.mule.retry.notifiers.ConnectNotifier
 
onFailure(RetryContext, Throwable) - Method in class org.mule.transport.ConnectNotifier
 
onMatch(XPathEvent) - Method in class org.mule.module.sxc.FilterEventHandler
 
onMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in interface org.mule.api.transport.InternalMessageListener
 
onMessage(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit.InterposedMessageObserver
Called for an incoming message.
onMessage(Message) - Method in class org.mule.transport.jms.JmsMessageDispatcher.ReplyToListener
 
onMessage(Message) - Method in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
onMessage(Message) - Method in class org.mule.transport.jms.SingleJmsMessageReceiver
 
onMessage(Message) - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
onMessage(MuleMessage) - Method in class org.mule.transport.vm.VMMessageReceiver
 
onNotification(ServerNotification) - Method in interface org.mule.api.context.notification.ServerNotificationListener
 
onNotification(ServerNotification) - Method in class org.mule.module.management.agent.JmxAgent.MuleContextStartedListener
 
onNotification(ServerNotification) - Method in class org.mule.module.management.agent.JmxAgent.MuleContextStoppedListener
 
onNotification(ServerNotification) - Method in class org.mule.transport.cxf.CxfConnector
 
onNotification(ServerNotification) - Method in class org.mule.transport.jms.JmsConnector
 
onNotification(ServerNotification) - Method in class org.mule.transport.soap.axis.AxisConnector
 
onReceive(Object) - Method in class org.mule.tck.functional.FunctionalTestComponent
This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.
onReceive(Object) - Method in interface org.mule.tck.functional.Receiveable
This method is used by some WebServices tests where you don' want to be introducing the MuleEventContext as a complex type.
onSuccess(RetryContext) - Method in interface org.mule.api.retry.RetryNotifier
Called when a retry attempt finally suceeds.
onSuccess(RetryContext) - Method in class org.mule.retry.notifiers.ConnectNotifier
 
onSuccess(RetryContext) - Method in class org.mule.transport.ConnectNotifier
 
open() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
open() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
open() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Open the store.
openConnection(URL) - Method in class org.mule.transport.soap.axis.transport.jms.Handler
 
openConnection(URL) - Method in class org.mule.transport.soap.axis.transport.pop3.Handler
 
openConnection(URL) - Method in class org.mule.transport.soap.axis.transport.smtp.Handler
 
openConnection(URL) - Method in class org.mule.transport.soap.axis.transport.vm.Handler
 
openDirectory(String) - Static method in class org.mule.util.FileUtils
 
openService() - Method in class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 
OPERATION - Static variable in class org.mule.transport.cxf.CxfConstants
 
OPERATION_MODE_RECOVERING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STARTING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPED - Static variable in class org.mule.util.xa.AbstractResourceManager
 
OPERATION_MODE_STOPPING - Static variable in class org.mule.util.xa.AbstractResourceManager
 
operationMode - Variable in class org.mule.util.xa.AbstractResourceManager
 
Operator - Class in org.mule.util.counters.impl
 
Operator(String, AbstractCounter, AbstractCounter, CounterFactory.Type) - Constructor for class org.mule.util.counters.impl.Operator
 
OPT_DIR - Static variable in class org.mule.module.boot.DefaultMuleClassPathConfig
 
OptimisedNotificationHandler - Class in org.mule.context.notification
Optimized to make a quick decision on a particular class of messages.
OptimisedNotificationHandler(ServerNotificationHandler, Class) - Constructor for class org.mule.context.notification.OptimisedNotificationHandler
 
OptimizedRequestContext - Class in org.mule
NOT FOR PUBLIC USE - please use the interface provided by RequestContext.
OptionalChildDefinitionParser - Class in org.mule.config.spring.parsers.generic
This class should be used when the same element can be configured as a child or an orphan (i.e., top-level).
OptionalChildDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
OptionalChildDefinitionParser(String, Class) - Constructor for class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
OptionalChildDefinitionParser(String, Class, Class) - Constructor for class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
OptionalChildDefinitionParser(String, Class, Class, boolean) - Constructor for class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
options - Variable in class org.mule.MuleServer
 
or(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
Order - Class in org.mule.example.bookstore
Simple class which represents a Book Order.
Order() - Constructor for class org.mule.example.bookstore.Order
 
Order(Book, int, String, String) - Constructor for class org.mule.example.bookstore.Order
 
orderBook(Book, int, String, String) - Method in interface org.mule.example.bookstore.OrderService
Place a book order
orderBook(Book, int, String, String) - Method in class org.mule.example.bookstore.OrderServiceImpl
 
OrderService - Interface in org.mule.example.bookstore
Interface for placing a book order
OrderServiceImpl - Class in org.mule.example.bookstore
Service for placing a book order.
OrderServiceImpl() - Constructor for class org.mule.example.bookstore.OrderServiceImpl
 
OrderToEmailTransformer - Class in org.mule.example.bookstore.transformers
Composes an e-mail notification message to be sent based on the Book Order.
OrderToEmailTransformer() - Constructor for class org.mule.example.bookstore.transformers.OrderToEmailTransformer
 
OrFilter - Class in org.mule.routing.filters.logic
OrFilter accepts if any of the filters accept the message
OrFilter() - Constructor for class org.mule.routing.filters.logic.OrFilter
 
OrFilter(Filter, Filter) - Constructor for class org.mule.routing.filters.logic.OrFilter
 
org.apache.maven.plugin.archetype - package org.apache.maven.plugin.archetype
 
org.mule - package org.mule
The Mule implementation of the Universal Message Objects(tm) API specification.
org.mule.agent - package org.mule.agent
Admin components and Agents used to control and Monitor Mule
org.mule.api - package org.mule.api
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
org.mule.api.agent - package org.mule.api.agent
 
org.mule.api.component - package org.mule.api.component
 
org.mule.api.component.builder - package org.mule.api.component.builder
 
org.mule.api.component.simple - package org.mule.api.component.simple
 
org.mule.api.config - package org.mule.api.config
 
org.mule.api.context - package org.mule.api.context
Mule Context APIs, including the MuleContext, agent and server event interfaces
org.mule.api.context.notification - package org.mule.api.context.notification
 
org.mule.api.endpoint - package org.mule.api.endpoint
Endpoint interfaces.
org.mule.api.expression - package org.mule.api.expression
 
org.mule.api.interceptor - package org.mule.api.interceptor
 
org.mule.api.lifecycle - package org.mule.api.lifecycle
Lifecycle interfaces for all Components.
org.mule.api.management.stats - package org.mule.api.management.stats
 
org.mule.api.model - package org.mule.api.model
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
org.mule.api.object - package org.mule.api.object
 
org.mule.api.registry - package org.mule.api.registry
 
org.mule.api.retry - package org.mule.api.retry
 
org.mule.api.routing - package org.mule.api.routing
Interfaces that define inbound and outbound routing API.
org.mule.api.routing.filter - package org.mule.api.routing.filter
 
org.mule.api.security - package org.mule.api.security
Security API for authentication and authorisation.
org.mule.api.security.provider - package org.mule.api.security.provider
This package contains classes related to JDK-specific security provider lookup and configuration.
org.mule.api.security.tls - package org.mule.api.security.tls
This package contains classes to support TLS/SSL configuration and socket creation.
org.mule.api.service - package org.mule.api.service
 
org.mule.api.store - package org.mule.api.store
 
org.mule.api.transaction - package org.mule.api.transaction
 
org.mule.api.transformer - package org.mule.api.transformer
Contains the interfaces for transformers and exceptions for the Transformer API.
org.mule.api.transformer.wire - package org.mule.api.transformer.wire
 
org.mule.api.transport - package org.mule.api.transport
Contains the interfaces that comprise a provider implementation.
org.mule.api.util - package org.mule.api.util
 
org.mule.api.work - package org.mule.api.work
 
org.mule.component - package org.mule.component
 
org.mule.component.builder - package org.mule.component.builder
 
org.mule.component.simple - package org.mule.component.simple
A collection of simple mule components that can be useful to simplify configuration while testing.
org.mule.config - package org.mule.config
Providers Mule Xml configuration support and general configuration classes.
org.mule.config.bootstrap - package org.mule.config.bootstrap
 
org.mule.config.builders - package org.mule.config.builders
 
org.mule.config.builders.i18n - package org.mule.config.builders.i18n
 
org.mule.config.factories - package org.mule.config.factories
 
org.mule.config.i18n - package org.mule.config.i18n
Internationalisation support for Mule messages and exception messages.
org.mule.config.spring - package org.mule.config.spring
Support claases for Load Mule from Spring.
org.mule.config.spring.editors - package org.mule.config.spring.editors
 
org.mule.config.spring.factories - package org.mule.config.spring.factories
 
org.mule.config.spring.handlers - package org.mule.config.spring.handlers
 
org.mule.config.spring.jndi - package org.mule.config.spring.jndi
 
org.mule.config.spring.parsers - package org.mule.config.spring.parsers
Classes that help to construct a Mule model via Spring's XML specification.
org.mule.config.spring.parsers.assembly - package org.mule.config.spring.parsers.assembly
 
org.mule.config.spring.parsers.assembly.configuration - package org.mule.config.spring.parsers.assembly.configuration
 
org.mule.config.spring.parsers.collection - package org.mule.config.spring.parsers.collection
Support for building collections, or adding an element to a collection in a parent bean.
org.mule.config.spring.parsers.delegate - package org.mule.config.spring.parsers.delegate
 
org.mule.config.spring.parsers.generic - package org.mule.config.spring.parsers.generic
General support for bean construction.
org.mule.config.spring.parsers.processors - package org.mule.config.spring.parsers.processors
 
org.mule.config.spring.parsers.specific - package org.mule.config.spring.parsers.specific
Targetted support for specific components in the Mule system.
org.mule.config.spring.parsers.specific.endpoint - package org.mule.config.spring.parsers.specific.endpoint
 
org.mule.config.spring.parsers.specific.endpoint.support - package org.mule.config.spring.parsers.specific.endpoint.support
 
org.mule.config.spring.parsers.specific.properties - package org.mule.config.spring.parsers.specific.properties
 
org.mule.config.spring.parsers.specific.tls - package org.mule.config.spring.parsers.specific.tls
 
org.mule.config.spring.processors - package org.mule.config.spring.processors
 
org.mule.config.spring.util - package org.mule.config.spring.util
 
org.mule.config.support - package org.mule.config.support
 
org.mule.context - package org.mule.context
 
org.mule.context.notification - package org.mule.context.notification
Internal server notification types fired via the MuleManager.
org.mule.endpoint - package org.mule.endpoint
Implemtation of Mule endpoint uris.
org.mule.example.bookstore - package org.mule.example.bookstore
 
org.mule.example.bookstore.transformers - package org.mule.example.bookstore.transformers
 
org.mule.example.bookstore.web - package org.mule.example.bookstore.web
 
org.mule.example.echo - package org.mule.example.echo
 
org.mule.example.errorhandler - package org.mule.example.errorhandler
 
org.mule.example.errorhandler.exceptions - package org.mule.example.errorhandler.exceptions
 
org.mule.example.errorhandler.handlers - package org.mule.example.errorhandler.handlers
 
org.mule.example.hello - package org.mule.example.hello
 
org.mule.example.loanbroker - package org.mule.example.loanbroker
 
org.mule.example.loanbroker.bank - package org.mule.example.loanbroker.bank
 
org.mule.example.loanbroker.bpm - package org.mule.example.loanbroker.bpm
 
org.mule.example.loanbroker.bpm.actions - package org.mule.example.loanbroker.bpm.actions
 
org.mule.example.loanbroker.credit - package org.mule.example.loanbroker.credit
 
org.mule.example.loanbroker.esb - package org.mule.example.loanbroker.esb
 
org.mule.example.loanbroker.esn - package org.mule.example.loanbroker.esn
 
org.mule.example.loanbroker.lender - package org.mule.example.loanbroker.lender
 
org.mule.example.loanbroker.messages - package org.mule.example.loanbroker.messages
 
org.mule.example.loanbroker.routers - package org.mule.example.loanbroker.routers
 
org.mule.example.loanbroker.tests - package org.mule.example.loanbroker.tests
 
org.mule.example.loanbroker.transformers - package org.mule.example.loanbroker.transformers
 
org.mule.example.rest - package org.mule.example.rest
 
org.mule.example.scripting - package org.mule.example.scripting
 
org.mule.example.stockquote - package org.mule.example.stockquote
 
org.mule.expression - package org.mule.expression
 
org.mule.expression.transformers - package org.mule.expression.transformers
 
org.mule.interceptor - package org.mule.interceptor
 
org.mule.jndi - package org.mule.jndi
 
org.mule.lifecycle - package org.mule.lifecycle
 
org.mule.lifecycle.phases - package org.mule.lifecycle.phases
 
org.mule.management.stats - package org.mule.management.stats
Jmx statistics support used to monitor messaging status for various Mule components.
org.mule.management.stats.printers - package org.mule.management.stats.printers
Various statistics printers, for table, plain and CVS formats.
org.mule.message - package org.mule.message
Wire message implementations.
org.mule.model - package org.mule.model
 
org.mule.model.direct - package org.mule.model.direct
 
org.mule.model.pipeline - package org.mule.model.pipeline
 
org.mule.model.resolvers - package org.mule.model.resolvers
 
org.mule.model.seda - package org.mule.model.seda
 
org.mule.model.streaming - package org.mule.model.streaming
 
org.mule.module.acegi - package org.mule.module.acegi
 
org.mule.module.acegi.config - package org.mule.module.acegi.config
 
org.mule.module.acegi.filters.http - package org.mule.module.acegi.filters.http
 
org.mule.module.acegi.i18n - package org.mule.module.acegi.i18n
 
org.mule.module.boot - package org.mule.module.boot
 
org.mule.module.client - package org.mule.module.client
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
org.mule.module.client.config - package org.mule.module.client.config
 
org.mule.module.client.i18n - package org.mule.module.client.i18n
 
org.mule.module.client.remoting - package org.mule.module.client.remoting
 
org.mule.module.client.remoting.notification - package org.mule.module.client.remoting.notification
 
org.mule.module.jaas - package org.mule.module.jaas
 
org.mule.module.jaas.config - package org.mule.module.jaas.config
 
org.mule.module.jaas.filters - package org.mule.module.jaas.filters
 
org.mule.module.jaas.loginmodule - package org.mule.module.jaas.loginmodule
 
org.mule.module.jboss.config - package org.mule.module.jboss.config
 
org.mule.module.jboss.transaction - package org.mule.module.jboss.transaction
Provides integration with JBoss TS (Arjuna).
org.mule.module.jca - package org.mule.module.jca
A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture.
org.mule.module.jca.i18n - package org.mule.module.jca.i18n
 
org.mule.module.management - package org.mule.module.management
Mule system management extensions such as Jmx support.
org.mule.module.management.agent - package org.mule.module.management.agent
Management agents including agents for Jdmk, MX4J, and Log4J
org.mule.module.management.config - package org.mule.module.management.config
 
org.mule.module.management.i18n - package org.mule.module.management.i18n
 
org.mule.module.management.mbean - package org.mule.module.management.mbean
Jmx Management beans for mule components, the model and the Mule server.
org.mule.module.management.support - package org.mule.module.management.support
Support classes and interface for Mule management subsystem
org.mule.module.ognl.config - package org.mule.module.ognl.config
 
org.mule.module.ognl.expression - package org.mule.module.ognl.expression
 
org.mule.module.ognl.filters - package org.mule.module.ognl.filters
 
org.mule.module.pgp - package org.mule.module.pgp
 
org.mule.module.pgp.config - package org.mule.module.pgp.config
 
org.mule.module.pgp.filters - package org.mule.module.pgp.filters
 
org.mule.module.pgp.i18n - package org.mule.module.pgp.i18n
 
org.mule.module.scripting.builders - package org.mule.module.scripting.builders
 
org.mule.module.scripting.component - package org.mule.module.scripting.component
Base classes for script based components such as BeanShell or Groovy.
org.mule.module.scripting.config - package org.mule.module.scripting.config
 
org.mule.module.scripting.expression - package org.mule.module.scripting.expression
 
org.mule.module.scripting.transformer - package org.mule.module.scripting.transformer
 
org.mule.module.spring.events - package org.mule.module.spring.events
A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners.
org.mule.module.spring.i18n - package org.mule.module.spring.i18n
 
org.mule.module.spring.remoting - package org.mule.module.spring.remoting
 
org.mule.module.spring.security - package org.mule.module.spring.security
 
org.mule.module.spring.security.config - package org.mule.module.spring.security.config
 
org.mule.module.spring.security.filters.http - package org.mule.module.spring.security.filters.http
 
org.mule.module.spring.security.i18n - package org.mule.module.spring.security.i18n
 
org.mule.module.spring.transaction - package org.mule.module.spring.transaction
 
org.mule.module.sxc - package org.mule.module.sxc
 
org.mule.module.xml.config - package org.mule.module.xml.config
 
org.mule.module.xml.expression - package org.mule.module.xml.expression
 
org.mule.module.xml.filters - package org.mule.module.xml.filters
Filters that apply specifically to xml using xml querying mechanisms.
org.mule.module.xml.i18n - package org.mule.module.xml.i18n
 
org.mule.module.xml.routing - package org.mule.module.xml.routing
 
org.mule.module.xml.stax - package org.mule.module.xml.stax
 
org.mule.module.xml.transformer - package org.mule.module.xml.transformer
Xml and Xslt Transformer implementations.
org.mule.module.xml.transformer.wire - package org.mule.module.xml.transformer.wire
 
org.mule.module.xml.util - package org.mule.module.xml.util
 
org.mule.object - package org.mule.object
 
org.mule.registry - package org.mule.registry
 
org.mule.retry - package org.mule.retry
 
org.mule.retry.notifiers - package org.mule.retry.notifiers
 
org.mule.retry.policies - package org.mule.retry.policies
 
org.mule.routing - package org.mule.routing
Defines the core routing patterns supported by mule.
org.mule.routing.binding - package org.mule.routing.binding
 
org.mule.routing.filters - package org.mule.routing.filters
Filters are often used by routers to determine if the event should be accepted by the router.
org.mule.routing.filters.logic - package org.mule.routing.filters.logic
Filters that allow other filters to be combined.
org.mule.routing.inbound - package org.mule.routing.inbound
Inbound router implementation as described in the Enterprise Integration Patterns book.
org.mule.routing.outbound - package org.mule.routing.outbound
Outbound router implementation as described in the Enterprise Integration Patterns book.
org.mule.routing.response - package org.mule.routing.response
Response router implementations that enable asynchronous event processing in request /response messaging requests.
org.mule.security - package org.mule.security
Core security implementation including the mule security manager and encryption types
org.mule.security.filters - package org.mule.security.filters
Core sercurity filter types.
org.mule.service - package org.mule.service
 
org.mule.tck - package org.mule.tck
 
org.mule.tck.concurrency - package org.mule.tck.concurrency
 
org.mule.tck.config - package org.mule.tck.config
 
org.mule.tck.exceptions - package org.mule.tck.exceptions
 
org.mule.tck.functional - package org.mule.tck.functional
Helper classes and interfaces used by Mule fnctional tests.
org.mule.tck.jndi - package org.mule.tck.jndi
 
org.mule.tck.security - package org.mule.tck.security
 
org.mule.tck.testmodels.fruit - package org.mule.tck.testmodels.fruit
 
org.mule.tck.testmodels.services - package org.mule.tck.testmodels.services
 
org.mule.tck.util - package org.mule.tck.util
 
org.mule.tools.maven.archetype - package org.mule.tools.maven.archetype
 
org.mule.transaction - package org.mule.transaction
Contains the core transaction support classes and exception types.
org.mule.transaction.constraints - package org.mule.transaction.constraints
Contains the transaction contraint filter used to control how and when transactions are committed.
org.mule.transaction.lookup - package org.mule.transaction.lookup
 
org.mule.transformer - package org.mule.transformer
Provides the default transformer base implementations for Mule including compression and encryption support.
org.mule.transformer.codec - package org.mule.transformer.codec
Transformers for Base64, UC and UU encoding/decoding.
org.mule.transformer.compression - package org.mule.transformer.compression
Transformers for compressing and uncompressing message payloads.
org.mule.transformer.encryption - package org.mule.transformer.encryption
Transformers for encrypting and decrypting message payloads.
org.mule.transformer.simple - package org.mule.transformer.simple
Basic transformer implementations.
org.mule.transformer.wire - package org.mule.transformer.wire
 
org.mule.transport - package org.mule.transport
Contains Abstract classes providing common functionality for all Mule providers.
org.mule.transport.bpm - package org.mule.transport.bpm
 
org.mule.transport.bpm.config - package org.mule.transport.bpm.config
 
org.mule.transport.bpm.jbpm - package org.mule.transport.bpm.jbpm
 
org.mule.transport.bpm.jbpm.actions - package org.mule.transport.bpm.jbpm.actions
 
org.mule.transport.cxf - package org.mule.transport.cxf
 
org.mule.transport.cxf.component - package org.mule.transport.cxf.component
 
org.mule.transport.cxf.config - package org.mule.transport.cxf.config
 
org.mule.transport.cxf.i18n - package org.mule.transport.cxf.i18n
 
org.mule.transport.cxf.support - package org.mule.transport.cxf.support
 
org.mule.transport.cxf.transport - package org.mule.transport.cxf.transport
 
org.mule.transport.cxf.wsdl - package org.mule.transport.cxf.wsdl
 
org.mule.transport.ejb - package org.mule.transport.ejb
 
org.mule.transport.ejb.config - package org.mule.transport.ejb.config
 
org.mule.transport.ejb.i18n - package org.mule.transport.ejb.i18n
 
org.mule.transport.email - package org.mule.transport.email
Provides pop3, smtp and imap connectivity for Mule.
org.mule.transport.email.config - package org.mule.transport.email.config
 
org.mule.transport.email.filters - package org.mule.transport.email.filters
 
org.mule.transport.email.i18n - package org.mule.transport.email.i18n
 
org.mule.transport.email.transformers - package org.mule.transport.email.transformers
Contains transformers to convert to and from the java.mail.Message type.
org.mule.transport.file - package org.mule.transport.file
Provides file transport in the form of a directory listeners and file dispatchers.
org.mule.transport.file.comparator - package org.mule.transport.file.comparator
 
org.mule.transport.file.config - package org.mule.transport.file.config
 
org.mule.transport.file.filters - package org.mule.transport.file.filters
Filename filters used to filter on a listening directory.
org.mule.transport.file.i18n - package org.mule.transport.file.i18n
 
org.mule.transport.file.transformers - package org.mule.transport.file.transformers
Transformers for converting to and from the FileMessage type.
org.mule.transport.ftp - package org.mule.transport.ftp
 
org.mule.transport.ftp.config - package org.mule.transport.ftp.config
 
org.mule.transport.http - package org.mule.transport.http
Provides http transport including proxy support.
org.mule.transport.http.components - package org.mule.transport.http.components
 
org.mule.transport.http.config - package org.mule.transport.http.config
 
org.mule.transport.http.filters - package org.mule.transport.http.filters
 
org.mule.transport.http.i18n - package org.mule.transport.http.i18n
 
org.mule.transport.http.transformers - package org.mule.transport.http.transformers
 
org.mule.transport.jdbc - package org.mule.transport.jdbc
Provides jdbc transport.
org.mule.transport.jdbc.config - package org.mule.transport.jdbc.config
 
org.mule.transport.jdbc.i18n - package org.mule.transport.jdbc.i18n
 
org.mule.transport.jdbc.sqlstrategy - package org.mule.transport.jdbc.sqlstrategy
 
org.mule.transport.jdbc.xa - package org.mule.transport.jdbc.xa
 
org.mule.transport.jms - package org.mule.transport.jms
Provides Jms transport connectivity with support for all Jms features.
org.mule.transport.jms.activemq - package org.mule.transport.jms.activemq
Provides Jms connectivity with ActiveMQ-specific workarounds and improvements.
org.mule.transport.jms.config - package org.mule.transport.jms.config
 
org.mule.transport.jms.filters - package org.mule.transport.jms.filters
 
org.mule.transport.jms.i18n - package org.mule.transport.jms.i18n
 
org.mule.transport.jms.transformers - package org.mule.transport.jms.transformers
Contains transformers to convert to and from different javax.jms.Message types
org.mule.transport.jms.weblogic - package org.mule.transport.jms.weblogic
Provides Jms connectivity with Weblogic-specific workarounds and improvements.
org.mule.transport.jms.websphere - package org.mule.transport.jms.websphere
Provides Jms connectivity with Websphere-specific workarounds and improvements.
org.mule.transport.jms.xa - package org.mule.transport.jms.xa
 
org.mule.transport.jnp - package org.mule.transport.jnp
 
org.mule.transport.jnp.config - package org.mule.transport.jnp.config
 
org.mule.transport.multicast - package org.mule.transport.multicast
IP multicast connectivity for Mule.
org.mule.transport.multicast.config - package org.mule.transport.multicast.config
 
org.mule.transport.quartz - package org.mule.transport.quartz
 
org.mule.transport.quartz.config - package org.mule.transport.quartz.config
 
org.mule.transport.quartz.i18n - package org.mule.transport.quartz.i18n
 
org.mule.transport.quartz.jobs - package org.mule.transport.quartz.jobs
 
org.mule.transport.rmi - package org.mule.transport.rmi
 
org.mule.transport.rmi.config - package org.mule.transport.rmi.config
 
org.mule.transport.rmi.i18n - package org.mule.transport.rmi.i18n
 
org.mule.transport.service - package org.mule.transport.service
Provides SPI support for building mule connectors and providers using service descriptors.
org.mule.transport.servlet - package org.mule.transport.servlet
 
org.mule.transport.servlet.config - package org.mule.transport.servlet.config
 
org.mule.transport.servlet.i18n - package org.mule.transport.servlet.i18n
 
org.mule.transport.servlet.jetty - package org.mule.transport.servlet.jetty
 
org.mule.transport.servlet.transformers - package org.mule.transport.servlet.transformers
 
org.mule.transport.soap - package org.mule.transport.soap
 
org.mule.transport.soap.axis - package org.mule.transport.soap.axis
Provides an Axis soap transport for Mule.
org.mule.transport.soap.axis.component - package org.mule.transport.soap.axis.component
 
org.mule.transport.soap.axis.config - package org.mule.transport.soap.axis.config
 
org.mule.transport.soap.axis.extensions - package org.mule.transport.soap.axis.extensions
Axis specific extensions and component implementation that enables Mule components to act as Axis soap services.
org.mule.transport.soap.axis.extras - package org.mule.transport.soap.axis.extras
 
org.mule.transport.soap.axis.i18n - package org.mule.transport.soap.axis.i18n
 
org.mule.transport.soap.axis.transport - package org.mule.transport.soap.axis.transport
 
org.mule.transport.soap.axis.transport.jms - package org.mule.transport.soap.axis.transport.jms
 
org.mule.transport.soap.axis.transport.pop3 - package org.mule.transport.soap.axis.transport.pop3
 
org.mule.transport.soap.axis.transport.smtp - package org.mule.transport.soap.axis.transport.smtp
 
org.mule.transport.soap.axis.transport.vm - package org.mule.transport.soap.axis.transport.vm
 
org.mule.transport.soap.axis.wsdl - package org.mule.transport.soap.axis.wsdl
 
org.mule.transport.soap.component - package org.mule.transport.soap.component
 
org.mule.transport.soap.config - package org.mule.transport.soap.config
 
org.mule.transport.soap.i18n - package org.mule.transport.soap.i18n
 
org.mule.transport.soap.transformers - package org.mule.transport.soap.transformers
 
org.mule.transport.ssl - package org.mule.transport.ssl
Provides tcp connectivity over Ssl for Mule.
org.mule.transport.ssl.config - package org.mule.transport.ssl.config
Configuration classes for processing Xml config elements within the SSL namespace.
org.mule.transport.stdio - package org.mule.transport.stdio
 
org.mule.transport.stdio.config - package org.mule.transport.stdio.config
 
org.mule.transport.stdio.i18n - package org.mule.transport.stdio.i18n
 
org.mule.transport.tcp - package org.mule.transport.tcp
Provides tcp connectivity for Mule.
org.mule.transport.tcp.config - package org.mule.transport.tcp.config
Configuration classes for processing Xml config elements within the TCP namespace.
org.mule.transport.tcp.i18n - package org.mule.transport.tcp.i18n
 
org.mule.transport.tcp.protocols - package org.mule.transport.tcp.protocols
 
org.mule.transport.udp - package org.mule.transport.udp
Provides Udp connectivity for Mule.
org.mule.transport.udp.config - package org.mule.transport.udp.config
 
org.mule.transport.udp.i18n - package org.mule.transport.udp.i18n
 
org.mule.transport.vm - package org.mule.transport.vm
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
org.mule.transport.vm.config - package org.mule.transport.vm.config
 
org.mule.transport.vm.i18n - package org.mule.transport.vm.i18n
 
org.mule.transport.xmpp - package org.mule.transport.xmpp
 
org.mule.transport.xmpp.config - package org.mule.transport.xmpp.config
 
org.mule.transport.xmpp.filters - package org.mule.transport.xmpp.filters
 
org.mule.transport.xmpp.i18n - package org.mule.transport.xmpp.i18n
 
org.mule.transport.xmpp.transformers - package org.mule.transport.xmpp.transformers
 
org.mule.util - package org.mule.util
Common helper classes for reading/writing files setting bean properties and SPI helpers.
org.mule.util.compression - package org.mule.util.compression
Compression support used by Mule transformers.
org.mule.util.concurrent - package org.mule.util.concurrent
 
org.mule.util.counters - package org.mule.util.counters
 
org.mule.util.counters.impl - package org.mule.util.counters.impl
 
org.mule.util.file - package org.mule.util.file
A file resource manager to allow acid operations on file systems.
org.mule.util.monitor - package org.mule.util.monitor
Various resource monitor implementations.
org.mule.util.pool - package org.mule.util.pool
 
org.mule.util.queue - package org.mule.util.queue
A resource manager that allow access to transactional queues with optional persistence.
org.mule.util.store - package org.mule.util.store
 
org.mule.util.timer - package org.mule.util.timer
An Event based timer extending the java.util.Timer* classes.
org.mule.util.xa - package org.mule.util.xa
An abstract resource manager that supports local and xa transactions.
org.mule.work - package org.mule.work
A javax.resource.spi.WorkManager implementation.
OrphanAddressDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint.support
Generate an Endpoint URI from simple address components.
OrphanAddressDefinitionParser(String, boolean) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.OrphanAddressDefinitionParser
 
OrphanDefinitionParser - Class in org.mule.config.spring.parsers.generic
Contructs a single, standalone bean from an element - it is not injected into any other object.
OrphanDefinitionParser(boolean) - Constructor for class org.mule.config.spring.parsers.generic.OrphanDefinitionParser
This constructor assumes that the class name will be explicitly specified as an attribute on the element.
OrphanDefinitionParser(Class, boolean) - Constructor for class org.mule.config.spring.parsers.generic.OrphanDefinitionParser
 
OrphanEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint.support
A parser for "orphan" (top-level) endpoints - ie GlobalEndpoints.
OrphanEndpointDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.support.OrphanEndpointDefinitionParser
 
OrphanMapDefinitionParser - Class in org.mule.config.spring.parsers.collection
Creates a single, stand-alone map object and processes standard Spring sub elements
OrphanMapDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
OrphanMapDefinitionParser(Class, String) - Constructor for class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
OSGI_HEADER_TRANSPORT - Static variable in interface org.mule.transport.service.TransportServiceDescriptor
 
otherwise(MuleDefinitionParser) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
out - Variable in class org.mule.transport.AbstractReceiverWorker
 
OUT_FAULT_INTERCEPTORS - Static variable in class org.mule.transport.cxf.CxfConstants
 
OUT_INTERCEPTORS - Static variable in class org.mule.transport.cxf.CxfConstants
 
OUTBOUND - Static variable in class org.mule.api.transport.PropertyScope
This is the default scope when writing properties to a message.
OUTBOUND_ENDPOINT - Static variable in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
OUTBOUND_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
OutboundEndpoint - Interface in org.mule.api.endpoint
 
OutboundEndpointFactoryBean - Class in org.mule.config.spring.factories
Spring FactoryBean used to create concrete instances of outbound endpoints
OutboundEndpointFactoryBean(EndpointURIEndpointBuilder) - Constructor for class org.mule.config.spring.factories.OutboundEndpointFactoryBean
 
OutboundEndpointFactoryBean() - Constructor for class org.mule.config.spring.factories.OutboundEndpointFactoryBean
 
OutboundPassThroughRouter - Class in org.mule.routing.outbound
OutboundPassThroughRouter allows outbound routing over a single endpoint without any filtering.
OutboundPassThroughRouter() - Constructor for class org.mule.routing.outbound.OutboundPassThroughRouter
 
OutboundRouter - Interface in org.mule.api.routing
OutboundRouter is used to control outbound routing behaviour for an event.
outboundRouter - Variable in class org.mule.routing.binding.DefaultInterfaceBinding
 
outboundRouter - Variable in class org.mule.service.AbstractService
 
OutboundRouterCollection - Interface in org.mule.api.routing
OutboundRouterCollection is responsible for holding all outbound routers for a service service.
outboundRouterMustUseOutboudEndpoints(OutboundRouter, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
outboundTransformer - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
OUTPUT_TYPE_NODE - Static variable in class org.mule.module.xml.transformer.JXPathExtractor
 
OUTPUT_TYPE_VALUE - Static variable in class org.mule.module.xml.transformer.JXPathExtractor
 
OUTPUT_TYPE_XML - Static variable in class org.mule.module.xml.transformer.JXPathExtractor
 
outputFormat - Variable in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
OutputHandler - Interface in org.mule.api.transport
The OutputHandler is a strategy class that is set on the StreamMessageAdapter to defer the writing of the message payload until there is a stream available to write it to.
OutputPayloadInterceptor - Class in org.mule.transport.cxf.support
 
OutputPayloadInterceptor() - Constructor for class org.mule.transport.cxf.support.OutputPayloadInterceptor
 
outputStream - Variable in class org.mule.transport.stdio.StdioConnector
 

P

PARAMETER_TYPES_NONE - Static variable in class org.mule.transport.jms.weblogic.WeblogicJmsTopicResolver
Cached empty class array, used in the no-args reflective method call.
ParameterMapToBook - Class in org.mule.example.bookstore.transformers
Transforms a Map of HttpRequest parameters into a Book object.
ParameterMapToBook() - Constructor for class org.mule.example.bookstore.transformers.ParameterMapToBook
 
paramToString(Object) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
ParentContextDefinitionParser - Class in org.mule.config.spring.parsers.delegate
This encapsulates several definition parsers, selected depending on the parent element in the DOM.
ParentContextDefinitionParser(String, MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
ParentDefinitionParser - Class in org.mule.config.spring.parsers.generic
Processes child property elements in Xml but sets the properties on the parent object.
ParentDefinitionParser() - Constructor for class org.mule.config.spring.parsers.generic.ParentDefinitionParser
 
parse(String, MuleMessage) - Method in interface org.mule.api.expression.ExpressionManager
Evaluates expressions in a given string.
parse(String, MuleMessage, boolean) - Method in interface org.mule.api.expression.ExpressionManager
Evaluates expressions in a given string.
parse(String) - Method in class org.mule.config.spring.jndi.DefaultNameParser
 
parse(Element, ParserContext) - Method in class org.mule.config.spring.parsers.IndependentDefinitionParser
 
parse(String, MuleMessage) - Method in class org.mule.expression.DefaultExpressionManager
Evaluates expressions in a given string.
parse(String, MuleMessage, boolean) - Method in class org.mule.expression.DefaultExpressionManager
Evaluates expressions in a given string.
parse(String) - Method in class org.mule.expression.ExpressionConfig
 
parse(InputSource) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
parse(String) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
parse() - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
parse(Map, String) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(TemplateParser.TemplateCallback, String) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(Map, String, TemplateParser.TemplateCallback) - Method in class org.mule.util.TemplateParser
 
parse(Map, List) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(Map, Map) - Method in class org.mule.util.TemplateParser
Matches one or more templates against a Map of key value pairs.
parse(TemplateParser.TemplateCallback, Map) - Method in class org.mule.util.TemplateParser
 
parseBeanDefinitions(Element, BeanDefinitionParserDelegate) - Method in class org.mule.config.spring.MuleBeanDefinitionDocumentReader
Override to reject configuration files with no namespace, e.g.
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.AttributeMapDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.ChildListDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.ChildMapDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.collection.ChildPropertiesDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.specific.ComponentDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.specific.ServiceOverridesDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.specific.ShortcutComponentDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.specific.SimpleComponentDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.tck.config.TestComponentDefinitionParser
 
parseCookies(Header, String) - Static method in class org.mule.transport.http.CookieHelper
 
parseCustomElement(Element, BeanDefinition) - Method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
parseHeaders(HttpRequest) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Creates a BeanDefinitionBuilder instance for the bean Class and passes it to the AbstractMuleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder) strategy method.
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.generic.MuleOrphanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.generic.NameTransferDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.generic.ParentDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.config.spring.parsers.specific.InheritedModelDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.mule.transport.jdbc.config.SqlStatementStrategyFactoryDefinitionParser
 
parseLine(String) - Static method in class org.mule.transport.http.RequestLine
 
parsePropertyDefinitions(String) - Static method in class org.mule.util.SystemUtils
Returns a Map of all valid property definitions in -Dkey=value format.
parseQName(String) - Method in class org.mule.config.spring.editors.QNamePropertyEditor
 
parseServerAuthority() - Method in class org.mule.endpoint.MuleEndpointURI
 
parseSoapAction(String, QName, MuleEvent) - Method in class org.mule.transport.cxf.CxfMessageDispatcher
 
parseSoapAction(String, QName, MuleEvent) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
parseStatement(String, List) - Method in class org.mule.transport.jdbc.JdbcConnector
Parse the given statement filling the parameter list and return the ready to use statement.
parseStyle(MuleEvent, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
parseUse(MuleEvent, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
passivate() - Method in interface org.mule.api.transport.MessageDispatcher
After sending a message, the dispatcher can use this method e.g.
passivate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked immediately before the given dispatcher is returned to its pool.
passivate() - Method in interface org.mule.api.transport.MessageRequester
After receiving a message, the dispatcher can use this method e.g.
passivate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked immediately before the given requester is returned to its pool.
passivate() - Method in class org.mule.transport.AbstractConnectable
 
passivate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
passivate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
passivate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
passivate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
passivateObject(Object) - Method in class org.mule.transport.ftp.FtpConnectionFactory
 
passivateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
passivateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
passivateObject(Object, Object) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
passivateObject(Object, Object) - Method in class org.mule.transport.udp.UdpSocketFactory
 
PassThroughComponent - Class in org.mule.component.simple
PassThroughComponent will simply return the payload back as the result.
PassThroughComponent() - Constructor for class org.mule.component.simple.PassThroughComponent
 
PASSWORD - Static variable in class org.mule.endpoint.URIBuilder
 
PASSWORD - Static variable in class org.mule.transport.jms.config.ConnectionFactoryDefinitionParser
 
password - Variable in class org.mule.transport.jms.JmsConnector
 
PasswordBasedEncryptionStrategy - Class in org.mule.security
Provides password-based encryption using JCE.
PasswordBasedEncryptionStrategy() - Constructor for class org.mule.security.PasswordBasedEncryptionStrategy
 
PATH - Static variable in class org.mule.endpoint.URIBuilder
 
PATH_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
pattern - Variable in class org.mule.routing.filters.WildcardFilter
 
pattern - Variable in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
patterns - Variable in class org.mule.routing.filters.WildcardFilter
 
pause() - Method in interface org.mule.api.service.Service
Pauses event processing for a single Mule Service.
pause() - Method in class org.mule.module.management.mbean.ServiceService
Pauses event processing for theComponent.
pause() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
Pauses event processing for theComponent.
pause() - Method in class org.mule.service.AbstractService
Pauses event processing for a single Mule Service.
paused - Variable in class org.mule.service.AbstractService
Determines if the service has been paused
PAYLOAD_CLASS_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
PAYLOAD_PARAMETER_NAME - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
payloadParameterName - Variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
PayloadTypeFilter - Class in org.mule.routing.filters
PayloadTypeFilter filters based on the type of the object received.
PayloadTypeFilter() - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(String) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
PayloadTypeFilter(Class) - Constructor for class org.mule.routing.filters.PayloadTypeFilter
 
peek() - Method in interface org.mule.util.queue.Queue
 
peek() - Method in class org.mule.util.queue.QueueInfo
 
peek(QueueInfo) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
PEER_CERTIFICATES - Static variable in class org.mule.transport.http.HttpsConnector
 
PEER_CERTIFICATES - Static variable in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
PEER_CERTIFICATES - Static variable in class org.mule.transport.ssl.SslConnector
 
PeopleService - Interface in org.mule.tck.testmodels.services
PeopleService is a test service that returns complex types
persistent - Variable in class org.mule.util.queue.QueueConfiguration
 
PERSISTENT_DELIVERY_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
Person - Class in org.mule.tck.testmodels.services
Person part of the PeopleService
Person() - Constructor for class org.mule.tck.testmodels.services.Person
 
Person(String, String) - Constructor for class org.mule.tck.testmodels.services.Person
 
PersonResponse - Class in org.mule.tck.testmodels.services
 
PersonResponse() - Constructor for class org.mule.tck.testmodels.services.PersonResponse
 
PersonResponse(Person) - Constructor for class org.mule.tck.testmodels.services.PersonResponse
 
PGPAuthentication - Class in org.mule.module.pgp
 
PGPAuthentication(String, Message) - Constructor for class org.mule.module.pgp.PGPAuthentication
 
PGPCryptInfo - Class in org.mule.module.pgp
 
PGPCryptInfo(KeyBundle, boolean) - Constructor for class org.mule.module.pgp.PGPCryptInfo
 
PGPKeyRing - Interface in org.mule.module.pgp
 
PGPKeyRingImpl - Class in org.mule.module.pgp
 
PGPKeyRingImpl() - Constructor for class org.mule.module.pgp.PGPKeyRingImpl
 
PGPMessages - Class in org.mule.module.pgp.i18n
 
PGPMessages() - Constructor for class org.mule.module.pgp.i18n.PGPMessages
 
PgpNamespaceHandler - Class in org.mule.module.pgp.config
 
PgpNamespaceHandler() - Constructor for class org.mule.module.pgp.config.PgpNamespaceHandler
 
PGPSecurityContext - Class in org.mule.module.pgp
 
PGPSecurityContext(PGPAuthentication) - Constructor for class org.mule.module.pgp.PGPSecurityContext
 
PGPSecurityContextFactory - Class in org.mule.module.pgp
 
PGPSecurityContextFactory() - Constructor for class org.mule.module.pgp.PGPSecurityContextFactory
 
PGPSecurityFilter - Class in org.mule.module.pgp.filters
 
PGPSecurityFilter() - Constructor for class org.mule.module.pgp.filters.PGPSecurityFilter
 
PGPSecurityProvider - Class in org.mule.module.pgp
 
PGPSecurityProvider() - Constructor for class org.mule.module.pgp.PGPSecurityProvider
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Disposable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Initialisable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Startable
 
PHASE_NAME - Static variable in interface org.mule.api.lifecycle.Stoppable
 
PHASE_NAME - Static variable in class org.mule.lifecycle.phases.NotInLifecyclePhase
 
PipelineModel - Class in org.mule.model.pipeline
 
PipelineModel() - Constructor for class org.mule.model.pipeline.PipelineModel
 
PipelineService - Class in org.mule.model.pipeline
 
PipelineService() - Constructor for class org.mule.model.pipeline.PipelineService
 
PlainTextDataSource - Class in org.mule.transport.email.transformers
 
PlainTextDataSource(String, String) - Constructor for class org.mule.transport.email.transformers.PlainTextDataSource
 
PLUS - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter represening the sum of two other counters
policyExhausted(Throwable) - Static method in class org.mule.retry.PolicyStatus
 
policyOk() - Static method in class org.mule.retry.PolicyStatus
 
PolicyStatus - Class in org.mule.retry
Indicates the current state of a RetryPolicy - ok: The policy is active - exhausted: The policy has run through the actions for the policy For example, a RetryPolicy may have a RetryCount - how many times the policy can be invoked.
PolicyStatus() - Constructor for class org.mule.retry.PolicyStatus
 
PolicyStatus(boolean, Throwable) - Constructor for class org.mule.retry.PolicyStatus
 
poll() - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
poll() - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
poll() - Method in class org.mule.transport.file.FileMessageReceiver
 
poll() - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
poll() - Method in class org.mule.transport.http.PollingHttpMessageReceiver
 
poll() - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
The poll method is overriden from the TransactedPollingMessageReceiver
poll() - Method in class org.mule.transport.rmi.RmiMessageReceiver
 
poll() - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
poll() - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
poll(long) - Method in interface org.mule.util.queue.Queue
 
poll(long) - Method in class org.mule.util.queue.QueueInfo
 
poll(QueueInfo, long) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
pollingFrequency - Variable in class org.mule.transport.jdbc.JdbcConnector
 
pollingFrequency - Variable in class org.mule.transport.rmi.RmiConnector
 
PollingHttpMessageReceiver - Class in org.mule.transport.http
Will poll an http URL and use the response as the input for a service request.
PollingHttpMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.http.PollingHttpMessageReceiver
 
PollingReceiverWorker - Class in org.mule.transport
 
PollingReceiverWorker(AbstractPollingMessageReceiver) - Constructor for class org.mule.transport.PollingReceiverWorker
 
PollingReceiverWorkerSchedule - Class in org.mule.transport
 
PollingReceiverWorkerSchedule(PollingReceiverWorker) - Constructor for class org.mule.transport.PollingReceiverWorkerSchedule
 
pollingReciverCannotbeUsed() - Static method in class org.mule.transport.http.i18n.HttpMessages
 
pool - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The pool
POOL_EXHAUSTED_ACTIONS - Static variable in interface org.mule.api.config.ThreadingProfile
 
POOL_EXHAUSTED_ACTIONS - Static variable in class org.mule.config.PoolingProfile
 
POOL_INITIALISATION_POLICIES - Static variable in class org.mule.config.PoolingProfile
 
PooledJavaComponent - Class in org.mule.component
PooledJavaComponent implements pooling.
PooledJavaComponent() - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory, PoolingProfile) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent(ObjectFactory, PoolingProfile, EntryPointResolverSet, BindingCollection) - Constructor for class org.mule.component.PooledJavaComponent
 
PooledJavaComponent.LifeCycleAdaptorFactory - Class in org.mule.component
LifeCycleAdaptorFactory wraps the Component' s ObjectFactory.
PooledJavaComponent.LifeCycleAdaptorFactory() - Constructor for class org.mule.component.PooledJavaComponent.LifeCycleAdaptorFactory
 
poolingProfile - Variable in class org.mule.component.PooledJavaComponent
 
PoolingProfile - Class in org.mule.config
PoolingProfile is a configuration object used to define the object pooling parameters for the service it is associated with.
PoolingProfile() - Constructor for class org.mule.config.PoolingProfile
 
PoolingProfile(PoolingProfile) - Constructor for class org.mule.config.PoolingProfile
 
PoolingProfile(int, int, long, int, int) - Constructor for class org.mule.config.PoolingProfile
 
poolingProfile - Variable in class org.mule.model.seda.SedaModel
the pooling configuration used when initialising the service described by this descriptor.
poolingProfile - Variable in class org.mule.util.pool.CommonsPoolObjectPool
The pooling profile used to configure and initialise pool
PoolingProfileDefinitionParser - Class in org.mule.config.spring.parsers.specific
This parser is responsible for processing the configuration elements.
PoolingProfileDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.PoolingProfileDefinitionParser
 
POP3 - Static variable in class org.mule.transport.email.Pop3Connector
 
Pop3Connector - Class in org.mule.transport.email
Pop3Connector is used to connect and receive mail from a POP3 mailbox.
Pop3Connector() - Constructor for class org.mule.transport.email.Pop3Connector
 
Pop3NamespaceHandler - Class in org.mule.transport.email.config
Reigsters a Bean Definition Parser for handling elements.
Pop3NamespaceHandler() - Constructor for class org.mule.transport.email.config.Pop3NamespaceHandler
 
POP3S - Static variable in class org.mule.transport.email.Pop3sConnector
 
Pop3sConnector - Class in org.mule.transport.email
Creates a secure connection to a POP3 mailbox
Pop3sConnector() - Constructor for class org.mule.transport.email.Pop3sConnector
 
Pop3sNamespaceHandler - Class in org.mule.transport.email.config
Reigsters a Bean Definition Parser for handling elements.
Pop3sNamespaceHandler() - Constructor for class org.mule.transport.email.config.Pop3sNamespaceHandler
 
Pop3sSocketFactory - Class in org.mule.transport.email
A socket factor that reads "indirect" configuration (see TlsConfiguration) for POP3S from System properties.
Pop3sSocketFactory() - Constructor for class org.mule.transport.email.Pop3sSocketFactory
 
populate(Object, Map) - Static method in class org.mule.util.BeanUtils
This will overlay a map of properties on a bean.
populateBindings(Bindings) - Method in class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
populateBindings(Bindings, Object) - Method in class org.mule.module.scripting.component.Scriptable
 
populateBindings(Bindings, MessageAdapter) - Method in class org.mule.module.scripting.component.Scriptable
 
populateBindings(Bindings, MuleEvent) - Method in class org.mule.module.scripting.component.Scriptable
 
populateDefaultBindings(Bindings) - Method in class org.mule.module.scripting.component.Scriptable
 
populateTestData(Context) - Method in class org.mule.tck.jndi.TestContextFactory
 
populateWithoutFail(Object, Map, boolean) - Static method in class org.mule.util.BeanUtils
Exception safe version of BeanUtils.populate()
PORT - Static variable in class org.mule.endpoint.URIBuilder
 
PORT_PROPERTY - Static variable in class org.mule.transport.udp.UdpMessageAdapter
 
portNotFound(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
postDeregister() - Method in class org.mule.module.management.mbean.ServiceService
 
postDeregister() - Method in class org.mule.module.management.mbean.ServiceStats
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.AbstractChildDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.generic.OptionalChildDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.generic.ParentDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.generic.TextDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in interface org.mule.config.spring.parsers.PostProcessor
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.processors.AddAttribute
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.processors.ConstructorReference
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.processors.ExtendTarget
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.specific.GlobalPropertyDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.config.spring.parsers.specific.ObjectFactoryWrapper
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.module.management.config.JmxAgentDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.module.scripting.config.ScriptDefinitionParser
 
postProcess(ParserContext, BeanAssembler, Element) - Method in class org.mule.module.xml.config.XsltTextDefinitionParser
 
postProcess(FTPClient, FTPFile, MuleMessage) - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.config.spring.MuleContextPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.config.spring.MuleContextPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
 
postProcessMessage(MuleMessage) - Method in class org.mule.transport.AbstractReceiverWorker
If a result is returned back this method will get called before the message is added to te list of results (these are later passed to AbstractReceiverWorker.handleResults(java.util.List))
PostProcessor - Interface in org.mule.config.spring.parsers
This interface allows post-processing of the bean assmebler to be injected into definition parsers
postRegister(Boolean) - Method in class org.mule.module.management.mbean.ServiceService
 
postRegister(Boolean) - Method in class org.mule.module.management.mbean.ServiceStats
 
preDeregister() - Method in class org.mule.module.management.mbean.ServiceService
 
preDeregister() - Method in class org.mule.module.management.mbean.ServiceStats
 
PREFERRED_ENCODING - Static variable in class org.mule.util.Base64
Preferred encoding.
PREFIX - Static variable in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
PrefixValueMap - Class in org.mule.config.spring.parsers.assembly.configuration
 
PrefixValueMap(String) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.PrefixValueMap
 
prepare(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
Prepare the message for writing.
prepare(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination.ResponseConduit
 
prepare(Xid) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
prepare(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.mule.config.spring.MuleApplicationContext
 
PrepareLoanQuoteRequest - Class in org.mule.example.loanbroker.bpm.actions
Prepares a loan request for the banks based on the original customer request and the customer's credit profile.
PrepareLoanQuoteRequest() - Constructor for class org.mule.example.loanbroker.bpm.actions.PrepareLoanQuoteRequest
 
prepareTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
prepareWinFilename(String) - Static method in class org.mule.util.FileUtils
 
prependMessage(String) - Method in exception org.mule.api.MuleException
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
Hook method that derived classes can implement to modify internal state before processing.
preProcess(Element) - Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.generic.OrphanDefinitionParser
 
preProcess(PropertyConfiguration, Element) - Method in interface org.mule.config.spring.parsers.PreProcessor
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.AddAttribute
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.AttributeConcatenation
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.BlockAttribute
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.CheckExclusiveAttribute
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.CheckExclusiveAttributes
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.CheckRequiredAttributes
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.ProvideDefaultName
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.ProvideDefaultNameFromElement
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.config.spring.parsers.processors.RequireAttribute
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.specific.endpoint.EndpointRefParser
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.specific.properties.SimplePropertyDefinitionParser
 
preProcess(Element) - Method in class org.mule.config.spring.parsers.specific.SimpleComponentDefinitionParser
 
preProcess(PropertyConfiguration, Element) - Method in class org.mule.transport.xmpp.config.XmppNamespaceHandler.RequireNickname
 
preProcessMessage(Object) - Method in class org.mule.transport.AbstractReceiverWorker
Before a message is passed into Mule this callback is called and can be used by the worker to inspect the message before it gets sent to Mule
preProcessMessage(Message, Session) - Method in class org.mule.transport.jms.JmsConnector
This method may be overridden in order to apply pre-processing to the message as soon as it arrives.
preProcessMessage(Object) - Method in class org.mule.transport.jms.JmsMessageReceiver.JmsWorker
Deprecated.  
preProcessMessage(Object) - Method in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver.JmsWorker
 
PreProcessor - Interface in org.mule.config.spring.parsers
This interface allows pre-processing of the element.
preRegister(MBeanServer, ObjectName) - Method in class org.mule.module.management.mbean.ServiceService
 
preRegister(MBeanServer, ObjectName) - Method in class org.mule.module.management.mbean.ServiceStats
 
preRouteMessage(MuleMessage) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
preRouteMuleMessage(DefaultMuleMessage) - Method in class org.mule.transport.AbstractReceiverWorker
This callback is called before a message is routed into Mule and can be used by the worker to set connection specific properties to message before it gets routed
preRouteMuleMessage(DefaultMuleMessage) - Method in class org.mule.transport.ssl.SslMessageReceiver.SslWorker
 
preRouteMuleMessage(DefaultMuleMessage) - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
preTransformMessage(MuleMessage) - Method in class org.mule.transport.jms.JmsMessageDispatcher
This method is called before the current message is transformed.
print(Object) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(String) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.CSVPrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.HtmlTablePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.SimplePrinter
 
print(Collection) - Method in class org.mule.management.stats.printers.XMLPrinter
 
print(String) - Method in class org.mule.transport.http.ResponseWriter
 
print(int) - Method in class org.mule.transport.http.ResponseWriter
 
print() - Method in class org.mule.util.ExceptionHolder
 
printClassLoader() - Static method in class org.mule.util.ClassUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class org.mule.util.ClassUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
printCSVSummary() - Method in class org.mule.module.management.mbean.StatisticsService
 
printCSVSummary() - Method in interface org.mule.module.management.mbean.StatisticsServiceMBean
 
printHtmlStats() - Method in class org.mule.example.bookstore.DataWarehouse
 
printHtmlSummary() - Method in class org.mule.module.management.mbean.StatisticsService
 
printHtmlSummary() - Method in interface org.mule.module.management.mbean.StatisticsServiceMBean
 
println(Object) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String) - Method in class org.mule.management.stats.printers.AbstractTablePrinter
 
println(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
println(int) - Method in class org.mule.transport.http.ResponseWriter
 
println(String) - Method in class org.mule.transport.http.ResponseWriter
 
println() - Method in class org.mule.transport.http.ResponseWriter
 
printProviderStatsXml(String, int) - Method in class org.mule.management.stats.printers.XMLPrinter
 
printXmlSummary() - Method in class org.mule.module.management.mbean.StatisticsService
 
printXmlSummary() - Method in interface org.mule.module.management.mbean.StatisticsServiceMBean
 
PRIORITY_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
process(Object) - Method in interface org.mule.api.registry.ObjectProcessor
 
process(MuleEvent) - Method in interface org.mule.api.routing.InboundRouter
A received MuleEvent is passed to this method for processing.
process(MuleEvent) - Method in interface org.mule.api.routing.ResponseRouter
This method is invoked when an event is received via an endpoint on this Response Router.
process(Properties) - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
process(LoanBrokerQuoteRequest) - Method in class org.mule.example.loanbroker.esb.CreditAgencyGateway
 
process(Object) - Method in class org.mule.registry.ExpressionEvaluatorProcessor
 
process(Object) - Method in class org.mule.registry.MuleContextProcessor
 
process(MuleEvent) - Method in class org.mule.routing.EventCorrelator
 
process(MuleEvent) - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
process(MuleEvent) - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.ForwardingConsumer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
process(MuleEvent) - Method in class org.mule.routing.inbound.InboundPassThroughRouter
 
process(MuleEvent) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
process(MuleEvent) - Method in class org.mule.routing.inbound.WireTap
 
process(MuleEvent) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
process(Object, MuleEventContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
The service method that implements the test component logic.
PROCESS - Static variable in class org.mule.transport.bpm.config.BpmNamespaceHandler
 
PROCESS_VARIABLE_DATA - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROCESS_VARIABLE_INCOMING - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROCESS_VARIABLE_INCOMING_SOURCE - Static variable in class org.mule.transport.bpm.ProcessConnector
 
processAction(MuleEvent) - Method in class org.mule.transport.bpm.ProcessMessageDispatcher
 
processAsyncReplyRouter(MuleMessage) - Method in class org.mule.service.AbstractService
 
processAxisFault(AxisFault) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
processChildElement(ParserContext, BeanAssembler, Element, Element) - Method in class org.mule.config.spring.parsers.processors.AbstractChildElementIterator
 
processClientRequest(MessageContext, boolean) - Method in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
Method processClientRequest
processClientResponse(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
Method processClientResponse
ProcessComponent - Class in org.mule.transport.bpm
 
ProcessComponent() - Constructor for class org.mule.transport.bpm.ProcessComponent
 
ProcessConnector - Class in org.mule.transport.bpm
The BPM provider allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS).
ProcessConnector() - Constructor for class org.mule.transport.bpm.ProcessConnector
 
processCookies(MuleEvent) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
processedGroups - Variable in class org.mule.routing.EventCorrelator
 
processException(ErrorMessage, Throwable) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
processException(ErrorMessage, Throwable) - Method in class org.mule.example.errorhandler.handlers.BusinessHandler
 
processException(ErrorMessage, Throwable) - Method in class org.mule.example.errorhandler.handlers.DefaultHandler
 
processException(ErrorMessage, Throwable) - Method in class org.mule.example.errorhandler.handlers.FatalHandler
 
processFile(File) - Method in class org.mule.transport.file.FileMessageReceiver
 
processFile(FTPFile) - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
processIdField - Variable in class org.mule.transport.bpm.ProcessConnector
This field will be used to correlate messages with processes.
processingQuote(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
processIntermediaryResult(MuleMessage, MuleMessage) - Method in class org.mule.routing.outbound.ChainingRouter
Process intermediary result of invocation.
processListRequest(WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
processMessage(Object) - Method in class org.mule.transport.jdbc.JdbcMessageReceiver
 
processMessage(Message, MuleEvent) - Method in class org.mule.transport.jms.JmsMessageDispatcher
This method is called once the JMS message is created.
processMessage(Message, MuleEvent) - Method in class org.mule.transport.jms.JmsReplyToHandler
 
processMessage(Object) - Method in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
processMessage(Object) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
processMessage(Object) - Method in class org.mule.transport.vm.VMMessageReceiver
 
ProcessMessageDispatcher - Class in org.mule.transport.bpm
Initiates or advances a workflow process from an outgoing Mule event.
ProcessMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.bpm.ProcessMessageDispatcher
 
ProcessMessageDispatcherFactory - Class in org.mule.transport.bpm
Creates a WorkflowMessageDispatcher instance.
ProcessMessageDispatcherFactory() - Constructor for class org.mule.transport.bpm.ProcessMessageDispatcherFactory
 
ProcessMessageReceiver - Class in org.mule.transport.bpm
Generates an incoming Mule event from an executing workflow process.
ProcessMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.bpm.ProcessMessageReceiver
 
processMethodRequest(MessageContext, MuleEventContext, WriterMessageAdapter, EndpointURI) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
processPacket(Packet) - Method in class org.mule.transport.xmpp.XmppMessageReceiver
 
processProperty(Attr, BeanAssembler) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in interface org.mule.api.transport.ReplyToHandler
 
processReplyTo(MuleEvent, MuleMessage, ReplyToHandler, Object) - Method in class org.mule.service.AbstractService
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in class org.mule.transport.DefaultReplyToHandler
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in class org.mule.transport.jms.JmsReplyToHandler
 
processReplyTo(MuleEvent, MuleMessage, Object) - Method in class org.mule.transport.servlet.jetty.JettyContinuationsReplyToHandler
 
processRequest(HttpRequest) - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
processResponse(MuleMessage) - Method in class org.mule.DefaultMuleSession
Once an event has been processed we need to romove certain properties so that they not propagated to the next request
processServerRequest(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
Method processServerRequest
processServerResponse(MessageContext, boolean) - Method in class org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
Method processServerResponse
processTemplate(Template, String, VelocityContext) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
processVariables(Iterator, VelocityContext, boolean) - Method in class com.javaforge.bobber.plugin.archetype.BobberArchetype
 
processWsdlRequest(MessageContext, WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
productInformation() - Static method in class org.mule.config.i18n.CoreMessages
Returns a message that is a product informatin.
PROFILER_OBJECT_NAME - Static variable in class org.mule.module.management.agent.YourKitProfilerAgent
MBean name to register under.
ProjectArchetypeMojo - Class in org.mule.tools.maven.archetype
Builds archetype containers.
ProjectArchetypeMojo() - Constructor for class org.mule.tools.maven.archetype.ProjectArchetypeMojo
 
PromptStdioConnector - Class in org.mule.transport.stdio
PromptStdioConnector connects to the System streams in and out by default and add some basic fuctionality for writing out prompt messages.
PromptStdioConnector() - Constructor for class org.mule.transport.stdio.PromptStdioConnector
 
propagate() - Method in class org.mule.util.counters.impl.AbstractCounter
 
PROPERTIES - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
properties - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
properties - Variable in class org.mule.object.AbstractObjectFactory
 
properties - Variable in class org.mule.transport.AbstractMessageAdapter
Scoped properties for this message
PROPERTIES - Static variable in class org.mule.transport.cxf.config.EndpointChildDefinitionParser
 
PROPERTIES - Static variable in class org.mule.transport.rmi.config.RmiNamespaceHandler
 
PROPERTIES - Static variable in class org.mule.transport.soap.axis.config.AxisNamespaceHandler
 
propertiesNotSet(String) - Static method in class org.mule.config.i18n.CoreMessages
 
propertiesToString(Map, boolean) - Static method in class org.mule.util.PropertiesUtils
Deprecated. Use MapUtils.toString(Map, boolean) instead
PropertiesUtils - Class in org.mule.util
PropertiesHelper is a utility class for manipulating and filtering property Maps.
PropertiesUtils() - Constructor for class org.mule.util.PropertiesUtils
Do not instanciate.
PROPERTY_ACTION - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_BINARY_TRANSFER - Static variable in class org.mule.transport.ftp.FtpConnector
 
PROPERTY_CONNECTOR_NAME - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_CRON_EXPRESSION - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_ENDPOINT - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_ENDPOINT_NAME - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_ENDPOINT_URI - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_FAVORITE_COLOR - Static variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
PROPERTY_FILE_AGE - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILE_SIZE - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILENAME - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILENAME - Static variable in class org.mule.transport.ftp.FtpConnector
 
PROPERTY_JOB_CONFIG - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_JOB_OBJECT - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_JOB_REF - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_MOVE_TO_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_MOVE_TO_PATTERN - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_NUMBER_LOGINS - Static variable in class org.mule.tck.security.TestSingleUserSecurityProvider
 
PROPERTY_ORIGINAL_FILENAME - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_OUTPUT_PATTERN - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_OUTPUT_PATTERN - Static variable in class org.mule.transport.ftp.FtpConnector
 
PROPERTY_PASSIVE_MODE - Static variable in class org.mule.transport.ftp.FtpConnector
 
PROPERTY_PAYLOAD - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_POLLING_FREQUENCY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_POLLING_FREQUENCY - Static variable in class org.mule.transport.ftp.FtpConnector
 
PROPERTY_POLLING_FREQUENCY - Static variable in class org.mule.transport.jdbc.JdbcConnector
 
PROPERTY_PREFIX - Static variable in class org.mule.api.config.MuleProperties
The prefix for any Mule-specific properties set on an event
PROPERTY_PROCESS_ID - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_PROCESS_STARTED - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_PROCESS_TYPE - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_READ_FROM_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_REPEAT_COUNT - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_REPEAT_INTERVAL - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_RESPONSE_TIMEOUT - Static variable in class org.mule.endpoint.AbstractEndpointBuilder
 
PROPERTY_RESPONSE_TRANSFORMERS - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_RMI_SECURITY_POLICY - Static variable in class org.mule.transport.rmi.RmiConnector
 
PROPERTY_RMI_SERVER_CODEBASE - Static variable in class org.mule.transport.rmi.RmiConnector
 
PROPERTY_SERVER_CLASS_NAME - Static variable in class org.mule.transport.rmi.RmiConnector
 
PROPERTY_SERVICE_CLASS_NAME - Static variable in class org.mule.transport.rmi.RmiCallbackMessageReceiver
The property name for the service object implementing the callback interface RmiAble This should be set on the inbound endpoint
PROPERTY_SERVICE_METHOD_PARAM_TYPES - Static variable in class org.mule.transport.rmi.RmiConnector
The property name that explicitly defines which argument types should be passed to a remote object method invocation.
PROPERTY_SERVICE_METHOD_PARAMS_LIST - Static variable in class org.mule.transport.rmi.RmiConnector
The property name for a list of objects used to call a Remote object via an RMI or EJB MessageReceiver
PROPERTY_START_DELAY - Static variable in class org.mule.transport.quartz.QuartzConnector
 
PROPERTY_TRANSFORMERS - Static variable in interface org.mule.api.endpoint.EndpointURI
 
PROPERTY_TRANSITION - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROPERTY_WRITE_TO_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PropertyConfiguration - Interface in org.mule.config.spring.parsers.assembly.configuration
This collects together various constraints/rewrites that can be applied to attributes.
propertyDoesNotExistOnObject(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
PropertyFactory - Interface in org.mule.api.config
PropertyFactory is used to create objects from the property file.
propertyHasInvalidValue(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSetOnEvent(String) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSupportedType(String, Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
propertyIsNotSupportedType(String, Class[], Class) - Static method in class org.mule.config.i18n.CoreMessages
 
PropertyPlaceholderProcessor - Class in org.mule.config.spring.processors
TODO
PropertyPlaceholderProcessor() - Constructor for class org.mule.config.spring.processors.PropertyPlaceholderProcessor
 
PropertyScope - Class in org.mule.api.transport
A PropertyScope is used to assoaciate a message property with a lifetime.
PropertyScope(String, int) - Constructor for class org.mule.api.transport.PropertyScope
 
PropertyScope.ScopeComparator - Class in org.mule.api.transport
Used for comparing PropertyScope instances in a map.
PropertyScope.ScopeComparator() - Constructor for class org.mule.api.transport.PropertyScope.ScopeComparator
 
propertyTemplateMalformed(String) - Static method in class org.mule.config.builders.i18n.BuildersMessages
 
PROTOCOL - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
PROTOCOL - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.ChildAddressDefinitionParser
 
PROTOCOL - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.OrphanAddressDefinitionParser
 
PROTOCOL - Static variable in class org.mule.endpoint.URIBuilder
 
PROTOCOL - Static variable in class org.mule.transport.bpm.ProcessConnector
 
PROTOCOL - Static variable in class org.mule.transport.tcp.config.ByteOrMessageProtocolDefinitionParser
 
protocol - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
PROTOCOL_CONNECTOR - Static variable in class org.mule.transport.cxf.CxfConstants
 
ProtocolHandlerDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
 
ProtocolHandlerDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.tls.ProtocolHandlerDefinitionParser
 
ProtocolStream - Class in org.mule.transport.tcp.protocols
 
ProtocolStream(TcpProtocol, boolean, OutputStream) - Constructor for class org.mule.transport.tcp.protocols.ProtocolStream
 
PrototypeObjectFactory - Class in org.mule.object
Creates a new instance of the object on each call.
PrototypeObjectFactory() - Constructor for class org.mule.object.PrototypeObjectFactory
For Spring only
PrototypeObjectFactory(String) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(String, Map) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(Class) - Constructor for class org.mule.object.PrototypeObjectFactory
 
PrototypeObjectFactory(Class, Map) - Constructor for class org.mule.object.PrototypeObjectFactory
 
ProvideDefaultName - Class in org.mule.config.spring.parsers.processors
 
ProvideDefaultName(String) - Constructor for class org.mule.config.spring.parsers.processors.ProvideDefaultName
 
ProvideDefaultNameFromElement - Class in org.mule.config.spring.parsers.processors
 
ProvideDefaultNameFromElement() - Constructor for class org.mule.config.spring.parsers.processors.ProvideDefaultNameFromElement
 
provideEndLatch() - Method in class org.mule.work.WorkerContext
Provides a latch, which can be used to wait the end of a work execution.
PROVIDER_SERVICE_PATH - Static variable in class org.mule.util.SpiUtils
Deprecated. use {@link #TRANSPORT_SERVICE_PATH
PROVIDER_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
Deprecated. use ServiceDescriptorFactory.TRANSPORT_SERVICE_TYPE
provideStartLatch() - Method in class org.mule.work.WorkerContext
Provides a latch, which can be used to wait the start of a work execution.
proxy - Static variable in class org.mule.transport.bpm.jbpm.MuleMessageService
 
proxy - Variable in class org.mule.transport.cxf.ClientWrapper
 
PROXY - Static variable in class org.mule.transport.cxf.CxfConstants
 
proxyPoolTimedOut() - Static method in class org.mule.config.i18n.CoreMessages
 
ProxyService - Interface in org.mule.transport.cxf.support
 
ProxyServiceFactoryBean - Class in org.mule.transport.cxf.support
 
ProxyServiceFactoryBean() - Constructor for class org.mule.transport.cxf.support.ProxyServiceFactoryBean
 
pseudoParser - Variable in class org.mule.module.xml.stax.StaxSource
 
put(Object, Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
put(Object, Object) - Method in class org.mule.transport.cxf.CxfMuleSession
Put a variable into the session with a key.
put(Object, Object) - Method in class org.mule.util.MapCombiner
 
put(Object) - Method in interface org.mule.util.queue.Queue
Puts a new object in this queue and wait if necessary.
putAll(Map) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
putAll(Map) - Method in class org.mule.util.MapCombiner
 
putNow(Object) - Method in class org.mule.util.queue.QueueInfo
 

Q

QNAME_MULE_PROVIDER - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
QNAME_MULE_TYPE_MAPPINGS - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
QNamePropertyEditor - Class in org.mule.config.spring.editors
This handles qname{....} syntax as used in stockquote-soap-config.xml
QNamePropertyEditor() - Constructor for class org.mule.config.spring.editors.QNamePropertyEditor
 
QNamePropertyEditor(boolean) - Constructor for class org.mule.config.spring.editors.QNamePropertyEditor
 
QUARTZ - Static variable in class org.mule.transport.quartz.QuartzConnector
 
QUARTZ_ATTRIBUTES - Static variable in class org.mule.transport.quartz.config.QuartzNamespaceHandler
 
QUARTZ_CONNECTOR_PROPERTY - Static variable in class org.mule.transport.quartz.QuartzMessageReceiver
 
QUARTZ_RECEIVER_PROPERTY - Static variable in class org.mule.transport.quartz.QuartzMessageReceiver
 
QuartzConnector - Class in org.mule.transport.quartz
Creates a connection to a Quartz scheduler.
QuartzConnector() - Constructor for class org.mule.transport.quartz.QuartzConnector
 
QuartzMessageDispatcher - Class in org.mule.transport.quartz
Can schedule a Job with the Quartz scheduler.
QuartzMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.quartz.QuartzMessageDispatcher
 
QuartzMessageDispatcherFactory - Class in org.mule.transport.quartz
Creates a QuartzMessageDispatcher instance.
QuartzMessageDispatcherFactory() - Constructor for class org.mule.transport.quartz.QuartzMessageDispatcherFactory
 
QuartzMessageReceiver - Class in org.mule.transport.quartz
Listens for Quartz sheduled events using the Receiver Job and fires events to the service associated with this receiver.
QuartzMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.quartz.QuartzMessageReceiver
 
QuartzMessages - Class in org.mule.transport.quartz.i18n
 
QuartzMessages() - Constructor for class org.mule.transport.quartz.i18n.QuartzMessages
 
QuartzNamespaceHandler - Class in org.mule.transport.quartz.config
Registers Bean Definition Parsers for the "quartz" namespace
QuartzNamespaceHandler() - Constructor for class org.mule.transport.quartz.config.QuartzNamespaceHandler
 
queries - Variable in class org.mule.transport.jdbc.JdbcConnector
 
QUERY_KEY - Static variable in class org.mule.transport.jdbc.config.JdbcNamespaceHandler
 
queryRunner - Variable in class org.mule.transport.jdbc.JdbcConnector
 
queue - Variable in class org.mule.model.seda.SedaService
 
QUEUE - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
Queue - Interface in org.mule.util.queue
Queue TODO
QueueConfiguration - Class in org.mule.util.queue
 
QueueConfiguration(int, boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(int) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration(boolean) - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueConfiguration() - Constructor for class org.mule.util.queue.QueueConfiguration
 
QueueInfo - Class in org.mule.util.queue
Stores information about a Queue
QueueInfo() - Constructor for class org.mule.util.queue.QueueInfo
 
QueueManager - Interface in org.mule.util.queue
A Queue manager is responsible for manageing one or more Queue resources and providing common support fot transactions and persistence
QueuePersistenceStrategy - Interface in org.mule.util.queue
QueuePersistenceStrategy defines the The api to a persistent queue store.
QueuePersistenceStrategy.Holder - Interface in org.mule.util.queue
 
QueueProfile - Class in org.mule.config
QueueProfile determines how an internal queue for a service will behave
QueueProfile() - Constructor for class org.mule.config.QueueProfile
 
QueueProfile(int, boolean) - Constructor for class org.mule.config.QueueProfile
 
QueueProfile(QueueProfile) - Constructor for class org.mule.config.QueueProfile
 
queueProfile - Variable in class org.mule.model.seda.SedaModel
The queuing profile for events received for this service
queueProfile - Variable in class org.mule.model.seda.SedaService
The queue profile to use for this service.
QueueSession - Interface in org.mule.util.queue
 
queueTimeout - Variable in class org.mule.model.seda.SedaService
The time out used for taking from the Seda Queue.
QuietExceptionStrategy - Class in org.mule.tck.functional
Restrict exceptions to debug log messages
QuietExceptionStrategy() - Constructor for class org.mule.tck.functional.QuietExceptionStrategy
 

R

RaHelper - Class in org.mule.module.jca
RaHelper is a collection of helper methods used by this RA implementation
RaHelper() - Constructor for class org.mule.module.jca.RaHelper
 
RATE_PER_HOUR - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per hour of a counter
RATE_PER_MINUTE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per minute of a counter
RATE_PER_SECOND - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing rate per second of a counter
RatePerUnit - Class in org.mule.util.counters.impl
 
RatePerUnit(String, String, CounterFactory.Type, AbstractCounter) - Constructor for class org.mule.util.counters.impl.RatePerUnit
 
READ - Static variable in interface org.mule.api.ThreadSafeAccess
 
read(InputStream) - Method in interface org.mule.api.transformer.wire.WireFormat
 
read() - Method in class org.mule.config.ReaderInputStream
 
read() - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(byte[]) - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(byte[], int, int) - Method in class org.mule.model.streaming.DelegatingInputStream
 
read(InputStream, byte[]) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
read(InputStream) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.DirectProtocol
 
read(InputStream, int) - Method in class org.mule.transport.tcp.protocols.DirectProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.LengthProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.MuleMessageDirectProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.MuleMessageEOFProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.MuleMessageLengthProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.MuleMessageSafeProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.SafeProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.StreamingProtocol
 
read(InputStream) - Method in class org.mule.transport.tcp.protocols.XmlMessageProtocol
 
read(InputStream) - Method in interface org.mule.transport.tcp.TcpProtocol
Reads the input stream and returns a whole message.
read() - Method in class org.mule.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.mule.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(char[], int, int) - Method in class org.mule.util.ChainedReader
 
read() - Method in class org.mule.util.ChainedReader
 
read(char[]) - Method in class org.mule.util.ChainedReader
 
readCharacter() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
readElements(Iterator) - Method in class org.mule.transport.soap.MuleSoapHeaders
 
ReaderInputStream - Class in org.mule.config
 
ReaderInputStream(Reader) - Constructor for class org.mule.config.ReaderInputStream
 
readFromProperties(TlsConfiguration, Properties) - Method in class org.mule.api.security.tls.TlsPropertiesMapper
 
readInt() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
readJarFileEntries(File) - Static method in class org.mule.util.JarUtils
 
readOnly - Variable in class org.mule.util.xa.AbstractTransactionContext
 
readParams - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
readRequest() - Method in class org.mule.transport.http.HttpServerConnection
 
readResponse() - Method in class org.mule.transport.http.HttpServerConnection
 
readStmt - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
readString() - Static method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
rebind(Name, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
rebind(String, Object) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
rebind(Name, Object) - Method in class org.mule.jndi.SimpleContext
 
rebind(String, Object) - Method in class org.mule.jndi.SimpleContext
 
rebind(Name, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
rebind(String, Object) - Method in class org.mule.tck.jndi.InMemoryContext
 
receive(String) - Method in interface org.mule.tck.testmodels.services.ITestComponent
 
receive(String) - Method in class org.mule.tck.testmodels.services.TestComponent
 
receive(String) - Method in class org.mule.tck.testmodels.services.TestReceiver
 
RECEIVE_MESSAGE_IN_TRANSCTION - Static variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
RECEIVE_MESSAGES_IN_XA_TRANSCTION - Static variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
RECEIVE_NO_WAIT - Static variable in interface org.mule.api.transport.MessageDispatching
 
RECEIVE_WAIT_INDEFINITELY - Static variable in interface org.mule.api.transport.MessageDispatching
 
Receiveable - Interface in org.mule.tck.functional
Interface only to be used by the FunctionalTestComponent.
receiveAction(RemoteDispatcherNotification, MuleEventContext) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
receiveBufferSize - Variable in class org.mule.transport.udp.UdpConnector
 
receiveBytes(byte[]) - Method in class org.mule.tck.testmodels.services.TestComponent
 
receiveCreditProfile(CreditProfile) - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
receiveCustomer(Customer) - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
receivedProfile(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
receivedQuote(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
receivedRate(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
receivedRequest(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
ReceiveException - Exception in org.mule.api.transport
ReceiveException is specifically thrown by the Provider receive method if something fails in the underlying transport
ReceiveException(Message, ImmutableEndpoint, long) - Constructor for exception org.mule.api.transport.ReceiveException
 
ReceiveException(Message, ImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.api.transport.ReceiveException
 
ReceiveException(ImmutableEndpoint, long, Throwable) - Constructor for exception org.mule.api.transport.ReceiveException
 
receiveFromSocket(Socket, int, ImmutableEndpoint) - Static method in class org.mule.transport.tcp.TcpMessageDispatcher
 
receiveLoanBrokerQuoteRequest(LoanBrokerQuoteRequest) - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
receiveMessagesInTransaction - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
determines whether messages will be received in a transaction template
receiveMessagesInXaTransaction - Variable in class org.mule.transport.jdbc.JdbcMessageReceiver
 
receiveQuote(LoanQuote) - Method in class org.mule.example.loanbroker.DefaultLoanBroker
 
receiveQuote(LoanQuote) - Method in interface org.mule.example.loanbroker.LoanBrokerService
Triggered by an incoming offer from a bank.
receiver - Variable in class org.mule.transport.AbstractReceiverWorker
 
receiver - Variable in class org.mule.transport.PollingReceiverWorker
 
receiver - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
receiveRemote(String, int) - Method in class org.mule.module.client.RemoteDispatcher
 
receiverKey - Variable in class org.mule.transport.AbstractMessageReceiver
Stores the key to this receiver, as used by the Connector to store the receiver.
receiverNotInJobDataMap() - Static method in class org.mule.transport.quartz.i18n.QuartzMessages
 
receiverPropertyNotSet() - Static method in class org.mule.transport.http.i18n.HttpMessages
 
receivers - Variable in class org.mule.transport.AbstractConnector
The collection of listeners on this connector.
receiversCount - Variable in class org.mule.transport.jms.MultiConsumerJmsMessageReceiver
 
receiveTimeout - Variable in class org.mule.transport.udp.UdpConnector
 
RECIPIENT - Static variable in class org.mule.transport.xmpp.config.XmppNamespaceHandler
 
RECIPIENT_DELIMITER - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
RECIPIENTS_PROPERTY - Static variable in class org.mule.routing.outbound.StaticRecipientList
 
reconnectStrategyFailed(Class, String) - Static method in class org.mule.config.i18n.CoreMessages
 
recover(int) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
recover() - Method in class org.mule.util.queue.TransactionalQueueManager
 
recover() - Method in class org.mule.util.xa.AbstractResourceManager
 
recover(int) - Method in class org.mule.util.xa.DefaultXASession
 
RecoverableException - Exception in org.mule.api.lifecycle
RecoverableException can be thrown during initialisation to indicate that the error occurred is not fatal and a reactive action can be performed to try and remedy the error.
RecoverableException(Message, Initialisable) - Constructor for exception org.mule.api.lifecycle.RecoverableException
 
RecoverableException(Message, Initialisable, Throwable) - Constructor for exception org.mule.api.lifecycle.RecoverableException
 
redeliveryHandler - Variable in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
RedeliveryHandler - Interface in org.mule.transport.jms
RedeliveryHandler is used to control how redelivered messages are processed by a connector.
redeliveryHandler - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
redeliveryHandler - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
RedeliveryHandlerFactory - Interface in org.mule.transport.jms
Implementors of this interface are responsible to create RedeliveryHandler instances upon request.
reference - Variable in class org.mule.config.spring.parsers.processors.ConstructorReference
 
refineMethod(MuleEvent, Call, Object) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
ReflectionEntryPointResolver - Class in org.mule.model.resolvers
ReflectEntryPointResolver is used to determine the entry point on a service after an event has been received for it.
ReflectionEntryPointResolver() - Constructor for class org.mule.model.resolvers.ReflectionEntryPointResolver
 
ReflectionMessageBuilder - Class in org.mule.component.builder
Deprecated. Since 2.2. Users should configure components with bindings.
ReflectionMessageBuilder() - Constructor for class org.mule.component.builder.ReflectionMessageBuilder
Deprecated.  
refresh() - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider.JaasConfig
 
RegExFilter - Class in org.mule.routing.filters
RegExFilter is used to match a String argument against a regular pattern.
RegExFilter() - Constructor for class org.mule.routing.filters.RegExFilter
 
RegExFilter(String) - Constructor for class org.mule.routing.filters.RegExFilter
 
register() - Method in class org.mule.DefaultMuleContext
 
register(String, Class, DataContentHandler) - Method in class org.mule.transport.email.DefaultDataContentHandlerFactory
Register a DataContentHandler for a particular MIME type.
register(DataContentHandler) - Method in class org.mule.transport.email.DefaultDataContentHandlerFactory
Registers a DataContenetHandler for use with certain mime types.
registerAction(String, int) - Static method in class org.mule.api.context.notification.ServerNotification
 
registerAgent(Agent) - Method in interface org.mule.api.registry.MuleRegistry
 
registerAgent(Agent) - Method in class org.mule.registry.MuleRegistryHelper
 
registerBean(Element, BeanDefinition) - Method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
registerBeanDefinitionHolder(BeanDefinitionHolder) - Method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
registerComponent(Object, String, EndpointURI) - Method in class org.mule.module.client.MuleClient
Deprecated. Use the RegistryContext to get the registry and register the service there
registerComponent(Object, String, MuleEndpointURI, MuleEndpointURI) - Method in class org.mule.module.client.MuleClient
Deprecated. Use the RegistryContext to get the registry and register the service there
registerConfigurationService() - Method in class org.mule.module.management.agent.JmxAgent
 
registerConnector(Connector) - Method in interface org.mule.api.registry.MuleRegistry
 
registerConnector(Connector) - Method in class org.mule.registry.MuleRegistryHelper
 
registerConnectorDefinitionParser(Class) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerConnectorDefinitionParser(MuleDefinitionParser) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerConnectors() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
registerConnectorServices() - Method in class org.mule.module.management.agent.JmxAgent
 
registered() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
registered() - Method in class org.mule.agent.ConfigScannerAgent
 
registered() - Method in interface org.mule.api.agent.Agent
 
registered() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
registered() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
registered() - Method in class org.mule.module.management.agent.JdmkAgent
 
registered() - Method in class org.mule.module.management.agent.JmxAgent
registered() - Method in class org.mule.module.management.agent.Log4jAgent
 
registered() - Method in class org.mule.module.management.agent.Mx4jAgent
 
registered() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
registered() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
registered() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
registerEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.registry.MuleRegistry
 
registerEndpoint(ImmutableEndpoint) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
registerEndpoint(ImmutableEndpoint) - Method in class org.mule.registry.MuleRegistryHelper
 
registerEndpointBuilder(String, EndpointBuilder) - Method in interface org.mule.api.registry.MuleRegistry
 
registerEndpointBuilder(String, EndpointBuilder) - Method in class org.mule.registry.MuleRegistryHelper
 
registerEndpointServices() - Method in class org.mule.module.management.agent.JmxAgent
 
registerEvaluator(ExpressionEvaluator) - Method in interface org.mule.api.expression.ExpressionManager
 
registerEvaluator(ExpressionEvaluator) - Method in class org.mule.expression.DefaultExpressionManager
 
registerException(Class) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
registerException(Class) - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
registerExceptionReader(ExceptionReader) - Static method in class org.mule.config.ExceptionHelper
Registers an exception reader with Mule
registerHandler(String, URLStreamHandler) - Static method in class org.mule.util.MuleUrlStreamHandlerFactory
 
registerIgnoredElement(String) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerInvocationProperties(Map) - Method in class org.mule.transport.MessagePropertiesContext
 
registerJmsEndpointDefinitionParser(String, MuleDefinitionParser) - Method in class org.mule.transport.jms.config.JmsNamespaceHandler
 
registerJmsTransportEndpoints() - Method in class org.mule.transport.jms.config.JmsNamespaceHandler
Need to use the most complex constructors as have mutually exclusive address aattributes
registerLifecycle(LifecyclePhase) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
registerLifecycle(LifecyclePhase) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
registerListener(ServerNotificationListener) - Method in interface org.mule.api.MuleContext
Registers an intenal server event listener.
registerListener(ServerNotificationListener, String) - Method in interface org.mule.api.MuleContext
Registers an intenal server event listener.
registerListener(Service, InboundEndpoint) - Method in interface org.mule.api.transport.Connector
This creates a MessageReceiver associated with this endpoint and registers it with the connector
registerListener(ServerNotificationListener) - Method in class org.mule.DefaultMuleContext
 
registerListener(ServerNotificationListener, String) - Method in class org.mule.DefaultMuleContext
 
registerListener(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
registerListener(Service, InboundEndpoint) - Method in class org.mule.transport.http.HttpConnector
 
registerListener(Service, InboundEndpoint) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
registerListeners() - Method in class org.mule.service.AbstractService
 
registerMaskedPropertyName(String) - Static method in class org.mule.util.PropertiesUtils
Register a property name for masking.
registerMetaTransportEndpoints(String) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerModel(Model) - Method in interface org.mule.api.registry.MuleRegistry
 
registerModel(Model) - Method in class org.mule.registry.MuleRegistryHelper
 
registerModelServices() - Method in class org.mule.module.management.agent.JmxAgent
 
registerMuleBeanDefinitionParser(String, MuleDefinitionParser) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerMuleService() - Method in class org.mule.module.management.agent.JmxAgent
 
registerMulticasterComponent() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
registerObject(String, Object) - Method in interface org.mule.api.registry.Registry
 
registerObject(String, Object, Object) - Method in interface org.mule.api.registry.Registry
 
registerObject(String, Object) - Method in class org.mule.config.spring.SpringRegistry
 
registerObject(String, Object, Object) - Method in class org.mule.config.spring.SpringRegistry
 
registerObject(String, Object) - Method in class org.mule.registry.AbstractRegistryBroker
 
registerObject(String, Object, Object) - Method in class org.mule.registry.AbstractRegistryBroker
 
registerObject(String, Object, Object) - Method in class org.mule.registry.MuleRegistryHelper
 
registerObject(String, Object) - Method in class org.mule.registry.MuleRegistryHelper
 
registerObject(String, Object) - Method in class org.mule.registry.TransientRegistry
Allows for arbitary registration of transient objects
registerObject(String, Object, Object) - Method in class org.mule.registry.TransientRegistry
Allows for arbitary registration of transient objects
registerObjects(Map) - Method in interface org.mule.api.registry.Registry
 
registerObjects(Map) - Method in class org.mule.config.spring.SpringRegistry
 
registerObjects(Map) - Method in class org.mule.registry.AbstractRegistryBroker
 
registerObjects(Map) - Method in class org.mule.registry.MuleRegistryHelper
 
registerObjects(Map) - Method in class org.mule.registry.TransientRegistry
 
registerPostProcessor(PostProcessor) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
registerPostProcessor(PostProcessor) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
registerPostProcessor(PostProcessor) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
registerPostProcessor(PostProcessor) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
registerPostProcessor(PostProcessor) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
registerPostProcessor(PostProcessor) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
These are appended to existing processors
registerPreProcessor(PreProcessor) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
registerPreProcessor(PreProcessor) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
registerPreProcessor(PreProcessor) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
registerPreProcessor(PreProcessor) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
registerPreProcessor(PreProcessor) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
registerPreProcessor(PreProcessor) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
These are prepended to existing processors
registerProtocols() - Method in class org.mule.transport.cxf.CxfConnector
 
registerProtocols() - Method in class org.mule.transport.cxf.wsdl.CxfWsdlConnector
 
registerProtocols() - Method in class org.mule.transport.soap.axis.AxisConnector
 
registerProtocols() - Method in class org.mule.transport.soap.axis.wsdl.AxisWsdlConnector
 
registerQuartzEndpointDefinitionParser(String, MuleDefinitionParser) - Method in class org.mule.transport.quartz.config.QuartzNamespaceHandler
 
registerQuartzTransportEndpoints() - Method in class org.mule.transport.quartz.config.QuartzNamespaceHandler
Need to use the most complex constructors as have mutually exclusive address aattributes
registerReceiverWithMuleService(MessageReceiver, EndpointURI) - Method in class org.mule.transport.cxf.CxfConnector
 
registerReceiverWithMuleService(MessageReceiver, EndpointURI) - Method in class org.mule.transport.soap.axis.AxisConnector
 
registerService(Service) - Method in interface org.mule.api.registry.MuleRegistry
 
registerService(Service) - Method in class org.mule.registry.MuleRegistryHelper
 
registerServiceServices() - Method in class org.mule.module.management.agent.JmxAgent
 
registerSessionProperties(Map) - Method in class org.mule.transport.MessagePropertiesContext
 
registerShutdownHook(MuleShutdownHook) - Method in class org.mule.MuleServer
 
registerSourceType(Class) - Method in class org.mule.transformer.AbstractTransformer
 
registerStandardTransportEndpoints(String, String[]) - Method in class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
 
registerStatisticsService() - Method in class org.mule.module.management.agent.JmxAgent
 
registerSupportedPhase(String) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
registerSupportedPhase(String) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
registerSupportedProtocol(String) - Method in class org.mule.transport.AbstractConnector
Registers other protocols 'understood' by this connector.
registerSupportedProtocolWithoutPrefix(String) - Method in class org.mule.transport.AbstractConnector
Registers other protocols 'understood' by this connector.
registerTransformer(Transformer) - Method in interface org.mule.api.registry.MuleRegistry
 
registerTransformer(Transformer) - Method in class org.mule.registry.MuleRegistryHelper
 
registerTransformers() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
registerTransportTypes() - Method in class org.mule.transport.soap.axis.AxisConnector
 
registerWrapperService() - Method in class org.mule.module.management.agent.JmxAgent
Register a Java Service Wrapper agent.
RegistrationException - Exception in org.mule.api.registry
 
RegistrationException(String) - Constructor for exception org.mule.api.registry.RegistrationException
 
RegistrationException(Throwable) - Constructor for exception org.mule.api.registry.RegistrationException
 
Registry - Interface in org.mule.api.registry
 
registry - Variable in class org.mule.example.errorhandler.AbstractExceptionHandler
 
REGISTRY_DISPOSED - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_DISPOSING - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
REGISTRY_ID - Static variable in class org.mule.config.spring.SpringRegistry
 
REGISTRY_ID - Static variable in class org.mule.registry.TransientRegistry
 
REGISTRY_INITIALISED - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_INITIALISING - Static variable in class org.mule.context.notification.RegistryNotification
 
REGISTRY_PROPERTIES - Static variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
RegistryBroker - Interface in org.mule.api.registry
A RegistryBroker delegates calls to a collection of Registries.
RegistryContext - Class in org.mule
A handle to the Mule Registry.
RegistryContext() - Constructor for class org.mule.RegistryContext
 
RegistryExpressionEvaluator - Class in org.mule.expression
Looks up information about objects in the Registry
RegistryExpressionEvaluator() - Constructor for class org.mule.expression.RegistryExpressionEvaluator
 
registryId - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
RegistryNotification - Class in org.mule.context.notification
RegistryNotification is fired when an event such as a Registry being started occurs.
RegistryNotification(Registry, String) - Constructor for class org.mule.context.notification.RegistryNotification
 
RegistryNotification(Registry, int) - Constructor for class org.mule.context.notification.RegistryNotification
 
RegistryNotificationListener - Interface in org.mule.api.context.notification
RegistryNotificationListener is an observer interface that objects can implement and then register themselves with the MuleContext to be notified when a Registry event occurs.
RegistryService - Class in org.mule.module.management.mbean
RegistryService exposes service information and actions on the Registry
RegistryService(Registry) - Constructor for class org.mule.module.management.mbean.RegistryService
 
RegistryServiceMBean - Interface in org.mule.module.management.mbean
RegistryServiceMBean JMX Service interface for the Registry
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.mule.util.concurrent.WaitPolicy
 
relativize(URI) - Method in class org.mule.endpoint.MuleEndpointURI
 
release() - Method in interface org.mule.api.transport.MessageAdapter
Perform any clean up operations on the message resource.
release() - Method in class org.mule.component.AbstractComponent
 
release() - Method in class org.mule.context.notification.ServerNotificationManager
 
release() - Method in class org.mule.DefaultMuleMessage
Perform any clean up operations on the message resource.
release() - Method in class org.mule.model.seda.SedaService
 
release() - Method in class org.mule.module.jca.DelegateWorkManager.RunnableWorkAdapter
 
release() - Method in class org.mule.module.jca.JcaComponent.MuleJcaWorker
 
release() - Method in class org.mule.transport.AbstractMessageAdapter
Perform any clean up operations on the message resource.
release() - Method in class org.mule.transport.AbstractReceiverWorker
This method is called once this worker is no longer required.
release() - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
release() - Method in class org.mule.transport.jms.JmsMessageDispatcher.ReplyToListener
 
release() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver.MessageReceiverWorker
 
release() - Method in class org.mule.transport.PollingReceiverWorker
 
release() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
release() - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
release() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
release() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
release() - Method in class org.mule.transport.udp.UdpMessageReceiver.UdpWorker
 
release() - Method in class org.mule.work.WorkerContext
 
releaseDecoupledDestination() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
releaseFtp(EndpointURI, FTPClient) - Method in class org.mule.transport.ftp.FtpConnector
 
ReleasingInputStream - Class in org.mule.transport.http
 
ReleasingInputStream(InputStream, HttpMethod) - Constructor for class org.mule.transport.http.ReleasingInputStream
 
remaining(int, int, int) - Method in class org.mule.transport.tcp.protocols.DirectProtocol
 
REMOTE_DISPATCHER_EVENT_ACTION_START_RANGE - Static variable in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
This is a low range since it was allocated before being refactred into the client module from core
RemoteDispatcher - Class in org.mule.module.client
RemoteDispatcher is used to make and receive requests to a remote Mule instance.
RemoteDispatcher(String, Credentials) - Constructor for class org.mule.module.client.RemoteDispatcher
 
RemoteDispatcher(String) - Constructor for class org.mule.module.client.RemoteDispatcher
 
RemoteDispatcherAgent - Class in org.mule.module.client.remoting
RemoteDispatcherAgent manages the server endpoint that receives Admin and remote client requests
RemoteDispatcherAgent() - Constructor for class org.mule.module.client.remoting.RemoteDispatcherAgent
 
RemoteDispatcherAgentDefinitionParser - Class in org.mule.module.client.config
 
RemoteDispatcherAgentDefinitionParser() - Constructor for class org.mule.module.client.config.RemoteDispatcherAgentDefinitionParser
 
RemoteDispatcherComponent - Class in org.mule.module.client.remoting
RemoteDispatcherComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
RemoteDispatcherComponent() - Constructor for class org.mule.module.client.remoting.RemoteDispatcherComponent
 
RemoteDispatcherException - Exception in org.mule.module.client.remoting
Exceptions thrown by the Client RemoteDispatcher.
RemoteDispatcherException(Message) - Constructor for exception org.mule.module.client.remoting.RemoteDispatcherException
 
RemoteDispatcherException(Message, Throwable) - Constructor for exception org.mule.module.client.remoting.RemoteDispatcherException
 
RemoteDispatcherNotification - Class in org.mule.module.client.remoting.notification
RemoteDispatcherNotification is used to invoke actions on a remote mule server
RemoteDispatcherNotification(MuleMessage, int) - Constructor for class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
RemoteDispatcherNotification(MuleMessage, int, String) - Constructor for class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
RemoteDispatcherNotificationListener - Interface in org.mule.module.client.remoting.notification
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
remoteObject - Variable in class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
remoteObject - Variable in class org.mule.transport.rmi.RmiMessageDispatcher
 
remoteObject - Variable in class org.mule.transport.rmi.RmiMessageReceiver
 
remove(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
remove(ServiceStatistics) - Method in class org.mule.management.stats.AllStatistics
 
remove(String) - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
remove(Object) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
remove(Object) - Method in class org.mule.util.MapCombiner
 
remove(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
remove(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
remove(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Removes the object specified by the given id from the store.
removeAll(Collection) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
removeAllListeners(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
removeAllListeners() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Removes all the listeners from the multicaster
removeAllListeners() - Method in class org.mule.util.timer.EventTimerTask
 
removeApplicationListener(ApplicationListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Removes a listener from the multicaster
removeArgument(ExpressionArgument) - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
 
removeAttachment(String) - Method in interface org.mule.api.transport.MessageAdapter
Remove an attahcment form this message with the specifed name
removeAttachment(String) - Method in class org.mule.DefaultMuleMessage
Remove an attahcment form this message with the specifed name
removeAttachment(String) - Method in class org.mule.transport.AbstractMessageAdapter
Remove an attahcment form this message with the specifed name
removeAttachment(String) - Method in class org.mule.transport.cxf.CxfMessageAdapter
 
removeAttachment(String) - Method in class org.mule.transport.soap.axis.AxisMessageAdapter
 
removeClassProperty(String, Properties) - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
removeConnection(MuleConnection) - Method in class org.mule.module.jca.MuleManagedConnection
Removes the associated connection handle from the connections set to the physical connection.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.mule.module.jca.MuleManagedConnection
Removes an already registered connection event listener from the ManagedConnection instance.
removed - Variable in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
removedMessage(MuleMessage) - Method in interface org.mule.api.MuleMessageCollection
 
removedMessage(MuleMessage) - Method in class org.mule.DefaultMessageCollection
 
removeEncryptionStrategy(String) - Method in interface org.mule.api.security.SecurityManager
 
removeEncryptionStrategy(String) - Method in class org.mule.security.MuleSecurityManager
 
removeEndpoint(OutboundEndpoint) - Method in class org.mule.AbstractExceptionListener
 
removeEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.InboundRouterCollection
 
removeEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.OutboundRouter
Removes a specific endpoint from the router
removeEndpoint(InboundEndpoint) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
removeEndpoint(InboundEndpoint) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
removeEndpoint(OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
removeEndpoint(InboundEndpoint) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
removeEntryPointResolver(EntryPointResolver) - Method in interface org.mule.api.model.EntryPointResolverSet
Removes a resolver from the list
removeEntryPointResolver(EntryPointResolver) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
removeEvent(MuleEvent) - Method in class org.mule.routing.inbound.EventGroup
Remove the given event from the group.
removeEventGroup(EventGroup) - Method in class org.mule.routing.EventCorrelator
 
removeExpirable(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
removeFile(File) - Method in class org.mule.util.monitor.FileMonitor
Remove specified file for listening.
removeFromEnvironment(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
removeFromEnvironment(String) - Method in class org.mule.jndi.SimpleContext
 
removeFromEnvironment(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
removeHeaders(String) - Method in class org.mule.transport.http.HttpRequest
 
removeHeaders(String) - Method in class org.mule.transport.http.HttpResponse
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
removeIgnored(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
removeIgnored(String) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
removeIgnored(String) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
removeIgnoredMethod(String) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
removeInterface(Class[], Class) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
removeListener(ServerNotificationListener) - Method in class org.mule.context.notification.ServerNotificationManager
This removes *all* registrations that reference this listener
removeListener(FileMonitor) - Method in class org.mule.util.monitor.FileMonitor
Remove listener from this file monitor.
removeListener(TimeEventListener) - Method in class org.mule.util.timer.EventTimerTask
 
removeMethod(String) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
removeMethod(String) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
removeNamedParameter(NamedParameter) - Method in class org.mule.transport.soap.SoapMethod
 
removeNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
removeNamespaces(Map) - Static method in class org.mule.util.PropertiesUtils
 
removeObject(String) - Method in interface org.mule.api.store.ObjectStore
 
removeObject(String) - Method in class org.mule.util.store.InMemoryObjectStore
 
removeOrderedLifecycleObject(LifecycleObject) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
removeOrderedLifecycleObject(LifecycleObject) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
removeProperty(Object) - Method in interface org.mule.api.MuleSession
Will retrieve a session level property and remove it from the session
removeProperty(String, Properties) - Method in class org.mule.api.registry.AbstractServiceDescriptor
 
removeProperty(String) - Method in interface org.mule.api.transport.MessageAdapter
Removes a property on this message
removeProperty(String) - Method in class org.mule.DefaultMuleMessage
Removes a property on this message
removeProperty(Object) - Method in class org.mule.DefaultMuleSession
Will retrieve a session level property and remove it from the session
removeProperty(String) - Method in class org.mule.transport.AbstractMessageAdapter
Removes a property on this message
removeProperty(String) - Method in class org.mule.transport.MessagePropertiesContext
Removes a property on this message
removePropertyChangeListener(PropertyChangeListener) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Delete association of PropertyChangeListener with the ManagedConnectionFactory.
removeProvider(String) - Method in interface org.mule.api.security.SecurityManager
 
removeProvider(String) - Method in class org.mule.security.MuleSecurityManager
 
removeRegistry(long) - Method in interface org.mule.api.MuleContext
 
removeRegistry(long) - Method in interface org.mule.api.registry.RegistryBroker
 
removeRegistry(long) - Method in class org.mule.DefaultMuleContext
 
removeRegistry(long) - Method in class org.mule.registry.DefaultRegistryBroker
 
removeRouter(InboundRouter) - Method in interface org.mule.api.routing.InboundRouterCollection
 
removeRouter(ResponseRouter) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
removeRouter(Router) - Method in interface org.mule.api.routing.RouterCollection
 
removeRouter(Router) - Method in class org.mule.routing.AbstractRouterCollection
 
removeRouter(InboundRouter) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
removeRouter(ResponseRouter) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
removeXmlNamespacePrefix(String) - Static method in class org.mule.util.PropertiesUtils
 
rename(Name, Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
rename(String, String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
rename(Name, Name) - Method in class org.mule.jndi.SimpleContext
 
rename(Attributes.Name, Attributes.Name) - Method in class org.mule.jndi.SimpleContext
 
rename(String, String) - Method in class org.mule.jndi.SimpleContext
 
rename(Name, Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
rename(String, String) - Method in class org.mule.tck.jndi.InMemoryContext
 
renameFile(File, File) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
renameFile(String, String) - Static method in class org.mule.util.FileUtils
 
renameFile(File, File) - Static method in class org.mule.util.FileUtils
 
renameFileHard(File, File) - Static method in class org.mule.module.boot.MuleBootstrapUtils
 
renameFileHard(String, String) - Static method in class org.mule.util.FileUtils
 
renameFileHard(File, File) - Static method in class org.mule.util.FileUtils
 
repeat(char, int) - Static method in class org.mule.util.StringUtils
Like StringUtils.repeat(String, int) but with a single character as argument.
repeater - Variable in class org.mule.module.xml.stax.StaxSource
 
REPLACEMENT_CHAR - Static variable in class org.mule.transport.jms.JmsMessageUtils
 
replaceObjectNameChars(String) - Static method in class org.mule.util.ObjectNameHelper
 
REPLY_TO_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
replyTo - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
ReplyToHandler - Interface in org.mule.api.transport
ReplyToHandler is used to handle routing where a replyTo endpointUri is set on the message
reportAvailableServices(MuleEventContext, WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
reportCantGetAxisService(MuleEventContext, WriterMessageAdapter) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
reportServiceInfo(WriterMessageAdapter, SOAPService, String) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
request(String, long) - Method in interface org.mule.api.transport.Connector
Deprecated. Use request(ImmutableEndpoint endpoint, long timeout)
request(InboundEndpoint, long) - Method in interface org.mule.api.transport.Connector
Make a specific request to the underlying transport
request(long) - Method in interface org.mule.api.transport.MessageRequesting
Make a specific request to the underlying transport
request(long) - Method in class org.mule.endpoint.DefaultInboundEndpoint
 
request(long) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
request(CustomerQuoteRequest, boolean) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
request(int, Object) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
request(String, long) - Method in class org.mule.module.client.MuleClient
Will receive an event from an endpointUri determined by the URL.
request(String, String, long) - Method in class org.mule.module.client.MuleClient
Will receive an event from an endpointUri determined by the URL
request(String, List, long) - Method in class org.mule.module.client.MuleClient
Will receive an event from an endpointUri determined by the URL
request(String, long) - Method in class org.mule.module.jca.DefaultMuleConnection
Will receive an event from an endpointUri determined by the url
request(String, long) - Method in interface org.mule.module.jca.MuleConnection
 
request(String, long) - Method in class org.mule.transport.AbstractConnector
 
request(InboundEndpoint, long) - Method in class org.mule.transport.AbstractConnector
 
request(long) - Method in class org.mule.transport.AbstractMessageRequester
Make a specific request to the underlying transport
request(String, Object[]) - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
request(String, SOAPEnvelope) - Method in class org.mule.transport.soap.axis.AxisMessageRequester
 
REQUEST_HEADER_NAMES - Static variable in class org.mule.transport.http.HttpConstants
 
REQUEST_NO_WAIT - Static variable in interface org.mule.api.transport.MessageRequesting
 
REQUEST_TIMEOUT_PROPERTY - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
REQUEST_WAIT_INDEFINITELY - Static variable in interface org.mule.api.transport.MessageRequesting
 
RequestContext - Class in org.mule
RequestContext is a thread context where components can get the current event or set response properties that will be sent on the outgoing message.
RequestContext() - Constructor for class org.mule.RequestContext
Do not instanciate.
requestDispatch(int, String) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
requesterFactory - Variable in class org.mule.transport.AbstractConnector
Factory used to create requesters for this connector
requestError() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
requesters - Variable in class org.mule.transport.AbstractConnector
A pool of requesters for this connector, keyed by endpoint
requestEvent(InboundEndpoint, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(String, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(EndpointURI, long) - Method in interface org.mule.api.MuleEventContext
Requests a synchronous receive of an event on the service.
requestEvent(InboundEndpoint, long) - Method in interface org.mule.api.MuleSession
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in interface org.mule.api.MuleSession
Requests a synchronous receive of an event on the service
requestEvent(InboundEndpoint, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(EndpointURI, long) - Method in class org.mule.DefaultMuleEventContext
Requests a synchronous receive of an event on the service
requestEvent(String, long) - Method in class org.mule.DefaultMuleSession
 
requestEvent(InboundEndpoint, long) - Method in class org.mule.DefaultMuleSession
 
requestFailedWithStatus(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
RequestLine - Class in org.mule.transport.http
Defines a HTTP request-line, consisting of method name, URI and protocol.
RequestLine(String, String, HttpVersion) - Constructor for class org.mule.transport.http.RequestLine
 
RequestLine(String, String, String) - Constructor for class org.mule.transport.http.RequestLine
 
requestLineIsMalformed(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
requestResponse(Object) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
requestSend(int, String) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
requestSend(int, String, Map) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
requestWireFormat() - Method in class org.mule.module.client.RemoteDispatcher
 
require(int, String, String) - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
RequireAttribute - Class in org.mule.config.spring.parsers.processors
Throws an exception if any of the required attributes (after translation) are missing.
RequireAttribute(String) - Constructor for class org.mule.config.spring.parsers.processors.RequireAttribute
 
RequireAttribute(String[]) - Constructor for class org.mule.config.spring.parsers.processors.RequireAttribute
 
RequireAttribute.RequireAttributeException - Exception in org.mule.config.spring.parsers.processors
 
RequireAttribute.RequireAttributeException(String) - Constructor for exception org.mule.config.spring.parsers.processors.RequireAttribute.RequireAttributeException
 
REQUIRED_ADDRESS_ATTRIBUTES - Static variable in class org.mule.transport.xmpp.config.XmppNamespaceHandler
 
RequiredValueException - Exception in org.mule.api.expression
Is thrown explicitly when an expression is executed that returns a null value when a value is required.
RequiredValueException(Message) - Constructor for exception org.mule.api.expression.RequiredValueException
 
RequiredValueException(Message, Throwable) - Constructor for exception org.mule.api.expression.RequiredValueException
 
requiresCurrentEvent() - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
ResequenceCorrelatorCallback - Class in org.mule.routing
A Correlator that correlates messages based on Mule correlation settings Note that the ResequenceCorrelatorCallback.aggregateEvents(org.mule.routing.inbound.EventGroup) method only resequences the events and returns an MuleEvent[] wrapped in a MuleMessage impl.
ResequenceCorrelatorCallback(Comparator) - Constructor for class org.mule.routing.ResequenceCorrelatorCallback
 
reset() - Method in interface org.mule.api.lifecycle.LifecycleManager
 
reset() - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
reset() - Method in class org.mule.lifecycle.GenericLifecycleManager
 
reset() - Method in class org.mule.model.streaming.DelegatingInputStream
 
reset() - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
resetAccessControl() - Method in interface org.mule.api.ThreadSafeAccess
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAccessControl() - Method in class org.mule.DefaultMuleEvent
 
resetAccessControl() - Method in class org.mule.DefaultMuleMessage
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAccessControl(Object) - Static method in class org.mule.RequestContext
 
resetAccessControl() - Method in class org.mule.transport.AbstractMessageAdapter
This method should ONLY be used in the construction of composite ThreadSafeAccess instances.
resetAttribute(Element, String, String) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
resetExpirable(Expirable) - Method in class org.mule.util.monitor.ExpiryMonitor
 
resetNameAndId(Element) - Method in class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
 
Resin3TransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
Resin3TransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.Resin3TransactionManagerLookupFactory
 
resolve(URI) - Method in class org.mule.endpoint.MuleEndpointURI
 
resolve(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
resolveDomainClash(String) - Method in class org.mule.module.management.support.AbstractJmxSupport
Resolve JMX domain clash by adding an incremented number suffix to the name.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.mule.config.spring.parsers.collection.OrphanMapDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.mule.config.spring.parsers.specific.ConfigurationDefinitionParser
 
resolveModelName(MuleActivationSpec) - Method in class org.mule.module.jca.MuleResourceAdapter
 
resolveTransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
resource - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
resource - Variable in class org.mule.transport.AbstractReceiverResourceWorker
 
RESOURCE_INFO_PROPERTY - Static variable in class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
resourceIdentifier - Variable in class org.mule.api.context.notification.ServerNotification
The resourceIdentifier is used when firing inbound server notifications such as Admin notifications or other action notifications triggered by an external source Used to associate the event with a particular resource.
resourceManager - Variable in class org.mule.util.xa.DefaultXASession
 
resourceManagerDirty() - Static method in class org.mule.config.i18n.CoreMessages
 
ResourceManagerException - Exception in org.mule.util.xa
 
ResourceManagerException() - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
ResourceManagerException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerException
 
resourceManagerNotReady() - Static method in class org.mule.config.i18n.CoreMessages
 
resourceManagerNotStarted() - Static method in class org.mule.config.i18n.CoreMessages
 
ResourceManagerSystemException - Exception in org.mule.util.xa
 
ResourceManagerSystemException() - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
ResourceManagerSystemException(Message, Throwable) - Constructor for exception org.mule.util.xa.ResourceManagerSystemException
 
resourceName - Variable in class org.mule.config.ConfigResource
 
ResourceNameEndpointURIBuilder - Class in org.mule.endpoint
ResourceNameEndpointBuilder extracts a resource name from a uri endpointUri
ResourceNameEndpointURIBuilder() - Constructor for class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
RESPONSE_HEADER_NAMES - Static variable in class org.mule.transport.http.HttpConstants
 
RESPONSE_OBSERVER - Static variable in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
RESPONSE_TRANSFORMER - Static variable in class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
 
RESPONSE_TRANSFORMERS - Static variable in class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
 
responseAvgRequest(long) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
ResponseCorrelationAggregator - Class in org.mule.routing.response
ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
ResponseCorrelationAggregator() - Constructor for class org.mule.routing.response.ResponseCorrelationAggregator
 
ResponseCorrelationAggregator.DefaultEventCorrelatorCallback - Class in org.mule.routing.response
 
ResponseCorrelationAggregator.DefaultEventCorrelatorCallback() - Constructor for class org.mule.routing.response.ResponseCorrelationAggregator.DefaultEventCorrelatorCallback
 
responseEndpoint - Variable in class org.mule.transport.AbstractMessageReceiver
 
responseMessages - Variable in class org.mule.routing.EventCorrelator
The collection of messages that are ready to be returned to the callee.
responseNumQuotes(int) - Static method in class org.mule.example.loanbroker.LocaleMessage
 
ResponseOutputStream - Class in org.mule
ResponseOutputStream is an output stream associated with the currently received event.
ResponseOutputStream(OutputStream) - Constructor for class org.mule.ResponseOutputStream
 
ResponseOutputStream(Socket, OutputStream) - Constructor for class org.mule.ResponseOutputStream
 
ResponseRouter - Interface in org.mule.api.routing
ResponseRouter is a router that handles response flow.
responseRouter - Variable in class org.mule.service.AbstractService
 
ResponseRouterCollection - Interface in org.mule.api.routing
ResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
responseRouterMustUseInboundEndpoints(ResponseRouterCollection, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
responseTimedOutWaitingForId(int, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
responseTimeout - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
ResponseTimeoutException - Exception in org.mule.api.routing
ResponseTimeoutException is thrown when a response is not received in a given timeout in the Response Router.
ResponseTimeoutException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.ResponseTimeoutException
 
ResponseTimeoutException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.ResponseTimeoutException
 
responseTransformers - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
responseTransformers - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
responseTransformers - Variable in class org.mule.transport.udp.UdpMessageReceiver
 
ResponseWriter - Class in org.mule.transport.http
Provides a hybrid Writer/OutputStream for sending HTTP response data
ResponseWriter(OutputStream) - Constructor for class org.mule.transport.http.ResponseWriter
 
ResponseWriter(OutputStream, String) - Constructor for class org.mule.transport.http.ResponseWriter
 
ResponseWriter(OutputStream, String, String) - Constructor for class org.mule.transport.http.ResponseWriter
 
ResponseWriterCallback - Class in org.mule.tck.functional
A test callback that writes the results of a service invocation to the response output stream of the event This should only be used when testing Asynchronous calls with the FunctionalTestComponent otherwise you will get duplicate messages, since both this class and the FunctionalTestComponent will write a return message back to the callee.
ResponseWriterCallback() - Constructor for class org.mule.tck.functional.ResponseWriterCallback
 
REST - Static variable in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
restore() - Method in class org.mule.util.queue.FilePersistenceStrategy
 
restore() - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
restore() - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Retrieves the ids of the stored objects.
restoreFiles(File, List) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
RestRequestToCustomerRequest - Class in org.mule.example.loanbroker.transformers
Converts parameters on the message into a CustomerQuoteRequest object
RestRequestToCustomerRequest() - Constructor for class org.mule.example.loanbroker.transformers.RestRequestToCustomerRequest
 
RESTRICTED_ENDPOINT_ATTRIBUTES - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
 
RestServiceException - Exception in org.mule.transport.http.components
 
RestServiceException(Message, MuleMessage) - Constructor for exception org.mule.transport.http.components.RestServiceException
 
RestServiceException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.transport.http.components.RestServiceException
 
RestServiceWrapper - Class in org.mule.transport.http.components
This service can used to proxy REST style services as local Mule Components.
RestServiceWrapper() - Constructor for class org.mule.transport.http.components.RestServiceWrapper
 
RestTester - Class in org.mule.example.rest
TODO MULE-3990 This is a bogus class that has been put here so that the Corbertura plugin does not barf, we need to find a way to get this plug in to ignore certain modules
RestTester() - Constructor for class org.mule.example.rest.RestTester
 
resultSetHandler - Variable in class org.mule.transport.jdbc.JdbcConnector
 
resultsHandler - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
resume() - Method in interface org.mule.api.service.Service
Resumes a single Mule Service that has been paused.
resume() - Method in interface org.mule.api.transaction.Transaction
Resume the XA transaction
resume() - Method in class org.mule.module.management.mbean.ServiceService
Resumes the Service that has been paused.
resume() - Method in interface org.mule.module.management.mbean.ServiceServiceMBean
Resumes the Service that has been paused.
resume() - Method in class org.mule.service.AbstractService
Resumes a single Mule Service that has been paused.
resume() - Method in class org.mule.transaction.AbstractTransaction
 
resume() - Method in class org.mule.transaction.XaTransaction
 
resumeEncoding() - Method in class org.mule.util.Base64.OutputStream
Resumes encoding of the stream.
resumeMessages(Token) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
resumeXATransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
retainAll(Collection) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
RetrieveMessageReceiver - Class in org.mule.transport.email
Poll a mailbox for messages, remove the messages and route them as events into Mule.
RetrieveMessageReceiver(Connector, Service, InboundEndpoint, long, boolean, String) - Constructor for class org.mule.transport.email.RetrieveMessageReceiver
 
RetrieveMessageRequester - Class in org.mule.transport.email
This dispatcher can only be used to receive message (as opposed to listening for them).
RetrieveMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.email.RetrieveMessageRequester
 
RetrieveMessageRequesterFactory - Class in org.mule.transport.email
A source of mail receiving message dispatchers.
RetrieveMessageRequesterFactory() - Constructor for class org.mule.transport.email.RetrieveMessageRequesterFactory
 
retrieveObject(String) - Method in interface org.mule.api.store.ObjectStore
Retrieve the given Object.
retrieveObject(String) - Method in class org.mule.util.store.InMemoryObjectStore
Retrieve the given Object.
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in interface org.mule.api.transport.SessionHandler
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in class org.mule.MuleSessionHandler
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in class org.mule.NullSessionHandler
 
retrieveSessionInfoFromMessage(MuleMessage, MuleSession) - Method in class org.mule.transport.http.HttpSessionHandler
 
RetryCallback - Interface in org.mule.api.retry
This is the main Retry SPI.
RetryContext - Interface in org.mule.api.retry
The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
retryMethod(HttpMethod, IOException, int) - Method in class org.mule.transport.http.MuleHttpMethodRetryHandler
 
RetryNotifier - Interface in org.mule.api.retry
This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications, logging, etc.
RetryPolicy - Interface in org.mule.api.retry
A RetryPolicy takes some action each time an exception occurs and returns a PolicyStatus which indicates whether the policy is exhausted or should continue to retry.
retryPolicyExhausted(RetryPolicyTemplate) - Static method in class org.mule.config.i18n.CoreMessages
 
RetryPolicyExhaustedException - Exception in org.mule.retry
This exception is thrown when a Retry policy has made all the retry attempts it wants to make and is still failing.
RetryPolicyExhaustedException(Message, Object) - Constructor for exception org.mule.retry.RetryPolicyExhaustedException
 
RetryPolicyExhaustedException(Message, Throwable, Object) - Constructor for exception org.mule.retry.RetryPolicyExhaustedException
 
RetryPolicyExhaustedException(Throwable, Object) - Constructor for exception org.mule.retry.RetryPolicyExhaustedException
 
RetryPolicyTemplate - Interface in org.mule.api.retry
A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
retryPolicyTemplate - Variable in class org.mule.endpoint.AbstractEndpoint
 
retryPolicyTemplate - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
retryTemplate - Variable in class org.mule.transport.AbstractConnectable
 
returnClass - Variable in class org.mule.transformer.AbstractTransformer
The return type that will be returned by the AbstractTransformer.transform(java.lang.Object) method is called
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.AbstractJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.DefaultJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.PooledJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.component.SimpleCallableJavaComponent
 
returnComponentLifecycleAdaptor(LifecycleAdapter) - Method in class org.mule.module.jca.JcaComponent
 
returnObject(Object) - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
returnObject(Object) - Method in interface org.mule.util.pool.ObjectPool
 
returnResponse(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
RemoteSync causes the message dispatch to wait for a response to an event on a response channel after it sends the event.
ReusablePropertyConfiguration - Class in org.mule.config.spring.parsers.assembly.configuration
Allow initial mutation; first call of reset stores values as reference and allows further temporary mutation; further calls to reset return to reference.
ReusablePropertyConfiguration() - Constructor for class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
ReusablePropertyConfiguration(PropertyConfiguration) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
reuseConsumer - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
reuseSession - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
ReversibleXMLStreamReader - Class in org.mule.module.xml.stax
 
ReversibleXMLStreamReader(XMLStreamReader) - Constructor for class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
rewrite(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ListValueMap
 
rewrite(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.PrefixValueMap
 
rewrite(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.MapValueMap
 
rewrite(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.ValueMap
 
Rfc822ByteArraytoMimeMessage - Class in org.mule.transport.email.transformers
 
Rfc822ByteArraytoMimeMessage() - Constructor for class org.mule.transport.email.transformers.Rfc822ByteArraytoMimeMessage
 
RMI - Static variable in class org.mule.transport.rmi.RmiConnector
 
RmiAble - Interface in org.mule.transport.rmi
A callback proxy for binding a RmiMessage receiver to a Remote object
RmiCallbackMessageReceiver - Class in org.mule.transport.rmi
TODO
RmiCallbackMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.rmi.RmiCallbackMessageReceiver
 
RmiConnector - Class in org.mule.transport.rmi
RmiConnector can bind or send to a given RMI port on a given host.
RmiConnector() - Constructor for class org.mule.transport.rmi.RmiConnector
 
RmiMessageAdapter - Class in org.mule.transport.rmi
Wraps an object obtained by calling a method on a Remote object
RmiMessageAdapter(Object) - Constructor for class org.mule.transport.rmi.RmiMessageAdapter
 
RmiMessageAdapter(RmiMessageAdapter) - Constructor for class org.mule.transport.rmi.RmiMessageAdapter
 
RmiMessageDispatcher - Class in org.mule.transport.rmi
RmiMessageDispatcher will send transformed mule events over RMI-JRMP.
RmiMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.rmi.RmiMessageDispatcher
 
RmiMessageDispatcherFactory - Class in org.mule.transport.rmi
Creates and RmiMessageDispatcher
RmiMessageDispatcherFactory() - Constructor for class org.mule.transport.rmi.RmiMessageDispatcherFactory
 
RmiMessageReceiver - Class in org.mule.transport.rmi
Will repeatedly call a method on a Remote object.
RmiMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.rmi.RmiMessageReceiver
 
RmiMessages - Class in org.mule.transport.rmi.i18n
 
RmiMessages() - Constructor for class org.mule.transport.rmi.i18n.RmiMessages
 
RmiNamespaceHandler - Class in org.mule.transport.rmi.config
Registers a Bean Definition Parser for handling <rmi:connector> elements.
RmiNamespaceHandler() - Constructor for class org.mule.transport.rmi.config.RmiNamespaceHandler
 
RmiRegistryAgent - Class in org.mule.module.management.agent
Binds to an existing RMI registry or creates a new one on a defined URI.
RmiRegistryAgent() - Constructor for class org.mule.module.management.agent.RmiRegistryAgent
 
rollback() - Method in interface org.mule.api.transaction.Transaction
Rollback the transaction
rollback() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
rollback() - Method in class org.mule.transaction.AbstractTransaction
 
rollback(Xid) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
rollback() - Method in interface org.mule.util.queue.QueueSession
 
rollback() - Method in class org.mule.util.xa.DefaultXASession
 
rollback(Xid) - Method in class org.mule.util.xa.DefaultXASession
 
rollbackAndClose(Connection) - Static method in class org.mule.transport.jdbc.JdbcUtils
 
rollbackFileMove(File, String) - Method in class org.mule.transport.file.FileMessageReceiver
Exception tolerant roll back method
rollbackOnly - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
rollbackTransaction() - Method in class org.mule.AbstractExceptionListener
 
rollbackTransaction(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
rollbackTxButNoResource(Transaction) - Static method in class org.mule.config.i18n.CoreMessages
 
rollbackTxFilter - Variable in class org.mule.AbstractExceptionListener
 
rolledBack - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
ROOT_ELEMENT - Static variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
rootStackTrace() - Static method in class org.mule.config.i18n.CoreMessages
 
route(MuleEvent) - Method in interface org.mule.api.routing.InboundRouterCollection
 
route(MuleMessage, MuleSession) - Method in interface org.mule.api.routing.InterfaceBinding
This method is responsible for routing the Message via the MuleSession.
route(MuleMessage, MuleSession) - Method in interface org.mule.api.routing.OutboundRouter
This method is responsible for routing the Message via the MuleSession.
route(MuleMessage, MuleSession) - Method in interface org.mule.api.routing.OutboundRouterCollection
Prepares one or more events to be dispached by a Message Dispatcher.
route(MuleEvent) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
route(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.AbstractMessageSplitter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.ChainingRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.DefaultOutboundRouterCollection
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.EndpointSelector
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.ExceptionBasedRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.MulticastingRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.TemplateEndpointRouter
 
route(MuleMessage, MuleSession) - Method in class org.mule.routing.outbound.TransformerRouter
 
route(MuleEvent) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
route(Object) - Method in interface org.mule.transport.rmi.RmiAble
Implementing method should route message back to Mule receiver and receive possible reply for program that calls this Receiver
routeException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.AbstractExceptionListener
Routes the current exception to an error endpoint such as a Dead Letter Queue (jms) This method is only invoked if there is a MuleMessage available to dispatch.
routeException(MuleMessage, ImmutableEndpoint, Throwable) - Method in class org.mule.service.DefaultServiceExceptionStrategy
 
routeMessage(MuleMessage) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, boolean) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, boolean, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in interface org.mule.api.transport.MessageReceiver
 
routeMessage(MuleMessage) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, boolean) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, boolean, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(MuleMessage, Transaction, boolean, OutputStream) - Method in class org.mule.transport.AbstractMessageReceiver
 
routeMessage(Object) - Method in class org.mule.transport.rmi.RmiCallbackMessageReceiver
Routes message forward
routeMessage(MessageReceiver, MuleMessage, HttpServletRequest) - Method in class org.mule.transport.servlet.jetty.JettyContinuationsReceiverServlet
 
routeMessage(MessageReceiver, MuleMessage, HttpServletRequest) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
RoutePathNotFoundException - Exception in org.mule.api.routing
RoutePathNotFoundException is thrown if a routing path for an event cannot be found.
RoutePathNotFoundException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
RoutePathNotFoundException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutePathNotFoundException
 
Router - Interface in org.mule.api.routing
Router is a base interface for all routers.
ROUTER - Static variable in class org.mule.config.spring.parsers.specific.RouterDefinitionParser
 
RouterCatchAllStrategy - Interface in org.mule.api.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.
RouterCollection - Interface in org.mule.api.routing
RouterCollection defines the interface for a MessageRouter that manages more than one router.
RouterDefinitionParser - Class in org.mule.config.spring.parsers.specific
Generic router definition parser for parsing all Router elements.
RouterDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.RouterDefinitionParser
 
RouterDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.RouterDefinitionParser
 
RouterResultsHandler - Interface in org.mule.api.routing
An SPI interface where custom logic can be plugged in to control how collections and single messages are returned from routers.
routers - Variable in class org.mule.routing.AbstractRouterCollection
 
routers - Variable in class org.mule.routing.binding.BindingInvocationHandler
 
RouterStatistics - Class in org.mule.management.stats
RouterStatistics TODO
RouterStatistics(int) - Constructor for class org.mule.management.stats.RouterStatistics
The constructor
RouterStats - Class in org.mule.module.management.mbean
RouterStats TODO
RouterStats(RouterStatistics) - Constructor for class org.mule.module.management.mbean.RouterStats
 
RouterStatsMBean - Interface in org.mule.module.management.mbean
RouterStatsMBean TODO
ROUTING_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
routingError() - Static method in class org.mule.transport.email.i18n.EmailMessages
 
RoutingException - Exception in org.mule.api.routing
RoutingException is a base class for all routing exceptions.
RoutingException(MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(Message, MuleMessage, ImmutableEndpoint) - Constructor for exception org.mule.api.routing.RoutingException
 
RoutingException(Message, MuleMessage, ImmutableEndpoint, Throwable) - Constructor for exception org.mule.api.routing.RoutingException
 
routingFailedOnEndpoint(Service, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
RoutingNotification - Class in org.mule.context.notification
Is fired by routers.
RoutingNotification(MuleMessage, String, int) - Constructor for class org.mule.context.notification.RoutingNotification
 
RoutingNotificationListener - Interface in org.mule.api.context.notification
RoutingNotificationListener is an observer interface that objects can use to receive notifications about routing events such as async-reply misses.
run() - Method in class org.mule.context.notification.ServerNotificationManager
 
run(boolean) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
run() - Method in class org.mule.model.seda.SedaService
While the service isn't stopped this runs a continuous loop checking for new events in the queue.
run() - Method in class org.mule.module.jca.DelegateWorkManager.RunnableWorkAdapter
 
run() - Method in class org.mule.module.jca.JcaComponent.MuleJcaWorker
 
run() - Method in class org.mule.MuleServer
Overloaded the [main] thread run method.
run() - Method in class org.mule.MuleShutdownHook
 
run() - Method in class org.mule.tck.concurrency.TestingThread
Executes the doRun() method and stores any exception which occurred to be returned at a later time.
run() - Method in class org.mule.transport.AbstractReceiverWorker
This will run the receiver logic and call AbstractReceiverWorker.release() once AbstractReceiverWorker.doRun() completes.
run() - Method in class org.mule.transport.http.HttpMessageReceiver.HttpWorker
 
run() - Method in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver.MessageReceiverWorker
 
run() - Method in class org.mule.transport.PollingReceiverWorker
 
run() - Method in class org.mule.transport.PollingReceiverWorkerSchedule
 
run() - Method in class org.mule.transport.tcp.TcpMessageReceiver
 
run() - Method in class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
run() - Method in class org.mule.transport.udp.UdpMessageReceiver
 
run() - Method in class org.mule.transport.udp.UdpMessageReceiver.UdpWorker
Accept requests from a given Udp address
run() - Method in class org.mule.transport.vm.VMMessageReceiver.VMReceiverWorker
 
run() - Method in class org.mule.util.monitor.ExpiryMonitor
The action to be performed by this timer task.
run() - Method in class org.mule.util.monitor.FileMonitor.FileMonitorNotifier
 
run() - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
run() - Method in class org.mule.util.timer.EventTimerTask
The action to be performed by this timer task.
run() - Method in class org.mule.work.WorkerContext
 
running - Variable in class org.mule.transport.PollingReceiverWorker
 
runScript(Bindings) - Method in class org.mule.module.scripting.component.Scriptable
 

S

SAFE - Static variable in class org.mule.RequestContext
 
safeCopyFile(File, File) - Static method in class org.mule.util.FileUtils
Copy in file to out file Don't use java.nio as READ_ONLY memory mapped files cannot be deleted
safeMessageCopy(MuleMessage) - Static method in class org.mule.RequestContext
 
SafeProtocol - Class in org.mule.transport.tcp.protocols
This precedes every message with a cookie.
SafeProtocol() - Constructor for class org.mule.transport.tcp.protocols.SafeProtocol
 
safeRead(InputStream, byte[]) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
Manage non-blocking reads and handle errors
safeRead(InputStream, byte[], int) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
Manage non-blocking reads and handle errors
saveBeanAssembler(BeanAssembler) - Method in interface org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssemblerFactory.BeanAssemblerStore
 
saveBeanAssembler(BeanAssembler) - Method in class org.mule.config.spring.parsers.delegate.MapDefinitionParserMutator
 
saveLicenseInfo(LicenseHandler.LicenseInfo) - Static method in class org.mule.module.boot.LicenseHandler
 
SC_ACCEPTED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_BAD_GATEWAY - Static variable in class org.mule.transport.http.HttpConstants
 
SC_BAD_REQUEST - Static variable in class org.mule.transport.http.HttpConstants
 
SC_CONFLICT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_CONTINUE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_CREATED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_EXPECTATION_FAILED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_FAILED_DEPENDENCY - Static variable in class org.mule.transport.http.HttpConstants
 
SC_FORBIDDEN - Static variable in class org.mule.transport.http.HttpConstants
 
SC_GATEWAY_TIMEOUT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_GONE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_INSUFFICIENT_STORAGE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_INTERNAL_SERVER_ERROR - Static variable in class org.mule.transport.http.HttpConstants
 
SC_LENGTH_REQUIRED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_LOCKED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_METHOD_FAILURE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_METHOD_NOT_ALLOWED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_MOVED_PERMANENTLY - Static variable in class org.mule.transport.http.HttpConstants
 
SC_MOVED_TEMPORARILY - Static variable in class org.mule.transport.http.HttpConstants
 
SC_MULTI_STATUS - Static variable in class org.mule.transport.http.HttpConstants
 
SC_MULTIPLE_CHOICES - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NO_CONTENT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NOT_ACCEPTABLE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NOT_FOUND - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NOT_IMPLEMENTED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_NOT_MODIFIED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_OK - Static variable in class org.mule.transport.http.HttpConstants
 
SC_PARTIAL_CONTENT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_PAYMENT_REQUIRED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_PRECONDITION_FAILED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_PROCESSING - Static variable in class org.mule.transport.http.HttpConstants
 
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_REQUEST_TIMEOUT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_REQUEST_TOO_LONG - Static variable in class org.mule.transport.http.HttpConstants
 
SC_REQUEST_URI_TOO_LONG - Static variable in class org.mule.transport.http.HttpConstants
 
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_RESET_CONTENT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_SEE_OTHER - Static variable in class org.mule.transport.http.HttpConstants
 
SC_SERVICE_UNAVAILABLE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_SWITCHING_PROTOCOLS - Static variable in class org.mule.transport.http.HttpConstants
 
SC_TEMPORARY_REDIRECT - Static variable in class org.mule.transport.http.HttpConstants
 
SC_UNAUTHORIZED - Static variable in class org.mule.transport.http.HttpConstants
 
SC_UNPROCESSABLE_ENTITY - Static variable in class org.mule.transport.http.HttpConstants
 
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.mule.transport.http.HttpConstants
 
SC_USE_PROXY - Static variable in class org.mule.transport.http.HttpConstants
 
schedule() - Method in class org.mule.transport.AbstractPollingMessageReceiver
This method registers this receiver for periodic polling ticks with the connectors scheduler.
schedule() - Method in class org.mule.transport.vm.VMMessageReceiver
 
ScheduledDispatchJob - Class in org.mule.transport.quartz.jobs
Will dispatch the current message to a Mule endpoint at a leter time.
ScheduledDispatchJob() - Constructor for class org.mule.transport.quartz.jobs.ScheduledDispatchJob
 
ScheduledDispatchJobConfig - Class in org.mule.transport.quartz.jobs
The configuration for the ScheduledDispatchJob job.
ScheduledDispatchJobConfig() - Constructor for class org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
 
scheduledFiles - Variable in class org.mule.transport.ftp.FtpMessageReceiver
 
scheduler - Variable in class org.mule.util.monitor.ExpiryMonitor
 
scheduler - Variable in class org.mule.util.store.AbstractMonitoredObjectStore
Default constructor for IdempotentInMemoryMessageIdStore.
schedules - Variable in class org.mule.transport.AbstractPollingMessageReceiver
 
scheduleWork(Work) - Method in class org.mule.module.jca.DelegateWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.module.jca.DelegateWorkManager
 
scheduleWork(Work) - Method in class org.mule.work.MuleWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
ScheduleWorkExecutor - Class in org.mule.work
 
ScheduleWorkExecutor() - Constructor for class org.mule.work.ScheduleWorkExecutor
 
SchemaValidationFilter - Class in org.mule.module.xml.filters
Filter for schema validation.
SchemaValidationFilter() - Constructor for class org.mule.module.xml.filters.SchemaValidationFilter
 
schemeCannotChangeForRouter(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
schemeNotCompatibleWithConnector(String, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
scopedMap - Variable in class org.mule.transport.MessagePropertiesContext
 
SCRIPT_ENGINE_NAME_PROPERTY - Static variable in class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
Scriptable - Class in org.mule.module.scripting.component
A JSR 223 Script service.
Scriptable() - Constructor for class org.mule.module.scripting.component.Scriptable
 
ScriptComponent - Class in org.mule.module.scripting.component
A Script service backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Rhino.
ScriptComponent() - Constructor for class org.mule.module.scripting.component.ScriptComponent
 
ScriptComponentDefinitionParser - Class in org.mule.module.scripting.config
 
ScriptComponentDefinitionParser() - Constructor for class org.mule.module.scripting.config.ScriptComponentDefinitionParser
 
ScriptConfigurationBuilder - Class in org.mule.module.scripting.builders
Configures Mule from one or more script files.
ScriptConfigurationBuilder(String) - Constructor for class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
ScriptConfigurationBuilder(String[]) - Constructor for class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
ScriptConfigurationBuilder(String, String) - Constructor for class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
ScriptConfigurationBuilder(String, String[]) - Constructor for class org.mule.module.scripting.builders.ScriptConfigurationBuilder
 
ScriptDefinitionParser - Class in org.mule.module.scripting.config
 
ScriptDefinitionParser() - Constructor for class org.mule.module.scripting.config.ScriptDefinitionParser
 
ScriptingNamespaceHandler - Class in org.mule.module.scripting.config
 
ScriptingNamespaceHandler() - Constructor for class org.mule.module.scripting.config.ScriptingNamespaceHandler
 
ScriptTransformer - Class in org.mule.module.scripting.transformer
Runs a script to perform transformation on an object.
ScriptTransformer() - Constructor for class org.mule.module.scripting.transformer.ScriptTransformer
 
seconds() - Static method in class org.mule.config.i18n.CoreMessages
 
secretKey - Variable in class org.mule.security.AbstractJCEEncryptionStrategy
 
SecretKeyEncryptionStrategy - Class in org.mule.security
SecretKey based encryption using JCE.
SecretKeyEncryptionStrategy() - Constructor for class org.mule.security.SecretKeyEncryptionStrategy
 
SecretKeyFactory - Interface in org.mule.security
A factory class for providing secret keys to an instance of SecretKeyEncryptionStrategy.
SECURITY_AUTHENTICATION_FAILED - Static variable in class org.mule.context.notification.SecurityNotification
 
SECURITY_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SecurityContext - Interface in org.mule.api.security
SecurityContext holds security information and is associated with the MuleSession.
SecurityContextFactory - Interface in org.mule.api.security
SecurityContextFactory is responsible for creating a SecurityContext instance.
SecurityException - Exception in org.mule.api.security
SecurityException is a generic security exception
SecurityException(Message, MuleMessage) - Constructor for exception org.mule.api.security.SecurityException
 
SecurityException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.SecurityException
 
securityFilter - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
SecurityManager - Interface in org.mule.api.security
SecurityManager is responsible for managing one or more security providers.
securityManager - Variable in class org.mule.security.AbstractEndpointSecurityFilter
 
SecurityNotification - Class in org.mule.context.notification
SecurityNotification is fired when a request for authorisation occurs.
SecurityNotification(SecurityException, int) - Constructor for class org.mule.context.notification.SecurityNotification
 
SecurityNotificationListener - Interface in org.mule.api.context.notification
MuleContextNotificationListener is an observer interface that objects can implement to receive notifications about secure access requests.
SecurityProvider - Interface in org.mule.api.security
SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
SecurityProviderFactory - Interface in org.mule.api.security.provider
Determines and initializes JDK-specific security provider.
SecurityProviderInfo - Interface in org.mule.api.security.provider
A holder for some JDK-level SSL/TLS properties.
SecurityProviderNotFoundException - Exception in org.mule.api.security
SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no suitable security provider can be found to process the authentication
SecurityProviderNotFoundException(String) - Constructor for exception org.mule.api.security.SecurityProviderNotFoundException
 
SecurityProviderNotFoundException(String, Throwable) - Constructor for exception org.mule.api.security.SecurityProviderNotFoundException
 
SedaModel - Class in org.mule.model.seda
A mule service service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently.
SedaModel() - Constructor for class org.mule.model.seda.SedaModel
 
SedaService - Class in org.mule.model.seda
A Seda service runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice service.
SedaService() - Constructor for class org.mule.model.seda.SedaService
For Spring only
SedaServiceStatistics - Class in org.mule.management.stats
TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService.
SedaServiceStatistics(String, int, int) - Constructor for class org.mule.management.stats.SedaServiceStatistics
 
SelectiveConsumer - Class in org.mule.routing.inbound
SelectiveConsumer is an inbound router used to filter out unwanted events.
SelectiveConsumer() - Constructor for class org.mule.routing.inbound.SelectiveConsumer
 
SelectSqlStatementStrategy - Class in org.mule.transport.jdbc.sqlstrategy
 
SelectSqlStatementStrategy() - Constructor for class org.mule.transport.jdbc.sqlstrategy.SelectSqlStatementStrategy
 
selectSQLStrategy - Variable in class org.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
 
send(OutboundEndpoint, MuleEvent) - Method in interface org.mule.api.transport.Connector
Sends an event from the endpoint to the external system
send(MuleEvent) - Method in interface org.mule.api.transport.MessageDispatching
Sends an event from the endpoint to the external system
send(MuleEvent) - Method in class org.mule.endpoint.DefaultOutboundEndpoint
 
send(MuleEvent) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
send(String, Object, Map) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a endpointUri via a Mule server and a resulting message is returned.
send(String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a endpointUri via a Mule server and a resulting message is returned.
send(String, Object, Map, int) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a endpointUri via a mule server and a resulting message is returned.
send(String, MuleMessage, int) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a endpointUri via a mule server and a resulting message is returned.
send(String, Object, Map) - Method in class org.mule.module.jca.DefaultMuleConnection
Sends an object (payload) synchronous to the given url and returns a MuleMessage response back.
send(String, Object, Map) - Method in interface org.mule.module.jca.MuleConnection
 
send(MuleEvent) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
send(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
send(OutboundEndpoint, MuleEvent) - Method in class org.mule.transport.AbstractConnector
 
send(MuleEvent) - Method in class org.mule.transport.AbstractMessageDispatcher
 
send(Job) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
send(MessageProducer, Message, Destination, boolean, int, long, boolean) - Method in class org.mule.transport.jms.Jms102bSupport
 
send(MessageProducer, Message, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
send(MessageProducer, Message, Destination, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
send(MessageProducer, Message, boolean, int, long, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
send(MessageProducer, Message, Destination, boolean, int, long, boolean) - Method in class org.mule.transport.jms.Jms11Support
 
send(MessageProducer, Message, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
send(MessageProducer, Message, boolean, int, long, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
send(MessageProducer, Message, Destination, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
send(MessageProducer, Message, Destination, boolean, int, long, boolean) - Method in interface org.mule.transport.jms.JmsSupport
 
sendAction(RemoteDispatcherNotification, MuleEventContext) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
sendAsync(String, Object, Map) - Method in class org.mule.module.client.MuleClient
Sends an event request to a URL, making the result of the event trigger available as a Future result that can be accessed later by client code.
sendAsync(String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Sends an event request to a URL, making the result of the event trigger available as a Future result that can be accessed later by client code.
sendAsync(String, Object, Map, int) - Method in class org.mule.module.client.MuleClient
Sends an event request to a URL, making the result of the event trigger available as a Future result that can be accessed later by client code.
sendAsync(String, MuleMessage, int) - Method in class org.mule.module.client.MuleClient
Sends an event request to a URL, making the result of the event trigger available as a Future result that can be accessed later by client code.
sendAsyncRemote(String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
 
sendAsyncToRemoteComponent(String, String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
sends an event to a components on a remote Mule instance, while making the result of the event trigger available as a Future result that can be accessed later by client code.
sendBufferSize - Variable in class org.mule.transport.udp.UdpConnector
 
sendDirect(String, String, Object, Map) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a component
sendDirect(String, String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a component
sendDirectAsync(String, String, Object, Map) - Method in class org.mule.module.client.MuleClient
Sends an event to a component on a local Mule instance, while making the result of the event trigger available as a Future result that can be accessed later by client code.
sendDirectAsync(String, String, MuleMessage) - Method in class org.mule.module.client.MuleClient
Snds an event to a component on a local Mule instance, while making the result of the event trigger available as a Future result that can be accessed later by client code.
sendEvent(Object) - Method in interface org.mule.api.MuleEventContext
This will send an event via the configured outbound router on the service
sendEvent(MuleMessage) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, EndpointURI) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage) - Method in interface org.mule.api.MuleSession
This will send an event via the configured outbound endpoint on the service for this session
sendEvent(MuleEvent) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, OutboundEndpoint) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in interface org.mule.api.MuleSession
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleEvent) - Method in interface org.mule.api.service.Service
Makes a synchronous event call to the service.
sendEvent(Object) - Method in class org.mule.DefaultMuleEventContext
This will send an event via the configured outbound router on the service
sendEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, EndpointURI) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpointUri configured for the event
sendEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleEventContext
Depending on the session state this methods either Passes an event synchronously to the next available Mule component in the pool or via the endpoint configured for the event
sendEvent(MuleMessage, String) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleMessage) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleMessage, OutboundEndpoint) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleEvent) - Method in class org.mule.DefaultMuleSession
 
sendEvent(MuleEvent) - Method in class org.mule.module.jca.JcaService
This is the synchronous call method and not supported by components managed in a JCA container
sendEvent(MuleEvent) - Method in class org.mule.service.AbstractService
 
sendEventAsync(Object, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, EndpointURI, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, String, int) - Method in interface org.mule.api.MuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(Object, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, EndpointURI, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendEventAsync(MuleMessage, String, int) - Method in class org.mule.DefaultMuleEventContext
sends an event request via the configured outbound router for this service.
sendMailMessage(Message) - Method in class org.mule.transport.email.SmtpMessageDispatcher
 
sendMessage(MuleEvent) - Method in class org.mule.transport.xmpp.XmppMessageDispatcher
 
SendMuleEvent - Class in org.mule.transport.bpm.jbpm.actions
Sends a Mule message to the specified endpoint.
SendMuleEvent() - Constructor for class org.mule.transport.bpm.jbpm.actions.SendMuleEvent
 
SendMuleEventAndContinue - Class in org.mule.transport.bpm.jbpm.actions
Sends a Mule message to the specified endpoint and continues execution to the next state.
SendMuleEventAndContinue() - Constructor for class org.mule.transport.bpm.jbpm.actions.SendMuleEventAndContinue
 
sendNoReceive(String, Object, Map) - Method in class org.mule.module.client.MuleClient
Sends an event synchronously to a endpointUri via a Mule server without waiting for the result.
sendRandomRequests(int, boolean) - Method in class org.mule.example.loanbroker.AbstractLoanBrokerApp
 
sendRemote(String, Object, Map, int) - Method in class org.mule.module.client.RemoteDispatcher
 
sendRemote(String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
 
sendStream(MessageAdapter, OutboundEndpoint, Exchange) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
sendTimeout - Variable in class org.mule.transport.udp.UdpConnector
 
sendToDestination(MuleEventContext) - Method in class org.mule.transport.cxf.CxfServiceComponent
 
sendToOutboundRouter(MuleEvent, MuleMessage) - Method in class org.mule.service.AbstractService
 
sendToRemoteComponent(String, Object, Map) - Method in class org.mule.module.client.RemoteDispatcher
sends an event synchronously to a components on a remote Mule instance.
SENT_DATE_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
sentAsync() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
SEPARATOR - Static variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
SEPARATOR - Static variable in class org.mule.util.ObjectNameHelper
 
SerializableToByteArray - Class in org.mule.transformer.simple
SerializableToByteArray converts a serializable object or a String to a byte array.
SerializableToByteArray() - Constructor for class org.mule.transformer.simple.SerializableToByteArray
 
SerializationWireFormat - Class in org.mule.transformer.wire
Wire format using Java serialization
SerializationWireFormat() - Constructor for class org.mule.transformer.wire.SerializationWireFormat
 
SerializedMuleMessageWireFormat - Class in org.mule.transformer.wire
Wire format using Java serialization to serialize MuleMessage objects accross the wire
SerializedMuleMessageWireFormat() - Constructor for class org.mule.transformer.wire.SerializedMuleMessageWireFormat
 
SERVER - Static variable in class org.mule.transport.tcp.TcpConnector
 
SERVER_HANDSHAKE_PROPERTY - Static variable in class org.mule.module.client.remoting.ServerHandshake
 
ServerHandshake - Class in org.mule.module.client.remoting
The message type used for the handshake between the client RemoteDispatcher and the server org.mule.extras.client.remoting.RemoteDispatcherAgent.
ServerHandshake() - Constructor for class org.mule.module.client.remoting.ServerHandshake
 
serverId - Variable in class org.mule.api.context.notification.ServerNotification
 
ServerNotification - Class in org.mule.api.context.notification
ServerNotification is an event triggered by something happening in the Server itself such as the server starting or a service being registered.
ServerNotification(Object, int) - Constructor for class org.mule.api.context.notification.ServerNotification
 
ServerNotification(Object, int, String) - Constructor for class org.mule.api.context.notification.ServerNotification
 
ServerNotificationHandler - Interface in org.mule.api.context.notification
 
ServerNotificationListener - Interface in org.mule.api.context.notification
ServerNotificationListener is an observer interface that ojects can implement and register themselves with the Mule Server to receive notifications when the server, model and components stop, start, initialise, etc.
ServerNotificationManager - Class in org.mule.context.notification
A reworking of the event manager that allows efficient behaviour without global on/off switches in the config.
ServerNotificationManager() - Constructor for class org.mule.context.notification.ServerNotificationManager
 
ServerNotificationManagerConfigurator - Class in org.mule.config.spring
 
ServerNotificationManagerConfigurator() - Constructor for class org.mule.config.spring.ServerNotificationManagerConfigurator
 
serverNotificationManagerNotEnabled() - Static method in class org.mule.config.i18n.CoreMessages
 
serverProviderAndServerConfigConfigured() - Static method in class org.mule.transport.soap.axis.i18n.AxisMessages
 
serverShutdownAt(Date) - Static method in class org.mule.config.i18n.CoreMessages
 
ServerShutdownSplashScreen - Class in org.mule.util
 
ServerShutdownSplashScreen() - Constructor for class org.mule.util.ServerShutdownSplashScreen
 
serverStartedAt(long) - Static method in class org.mule.config.i18n.CoreMessages
 
ServerStartupSplashScreen - Class in org.mule.util
 
ServerStartupSplashScreen() - Constructor for class org.mule.util.ServerStartupSplashScreen
 
serverWasUpForDuration(long) - Static method in class org.mule.config.i18n.CoreMessages
 
service - Variable in class org.mule.api.registry.AbstractServiceDescriptor
 
Service - Interface in org.mule.api.service
Service is the internal representation of a Mule Managed service.
service - Variable in class org.mule.component.AbstractComponent
 
service - Variable in class org.mule.component.builder.AbstractMessageBuilder
Deprecated.  
service(HttpServletRequest, HttpServletResponse) - Method in class org.mule.config.builders.MuleXmlBuilderContextServlet
 
service - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The mule instance compoennt for the Multicaster
service - Variable in class org.mule.transport.AbstractMessageReceiver
The Service with which this receiver is associated with
service - Variable in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
service - Variable in class org.mule.transport.soap.axis.AxisMessageRequester
 
SERVICE_CLASS - Static variable in class org.mule.transport.cxf.CxfConstants
 
SERVICE_DISPOSED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SERVICE_FINDER - Static variable in class org.mule.api.config.MuleProperties
Generic Service descriptor properties
SERVICE_ID - Static variable in interface org.mule.util.compression.CompressionStrategy
JDK1.3+ 'Service Provider' specification ( http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html )
SERVICE_INITIALISED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_INTERFACE - Static variable in class org.mule.transport.cxf.CxfConstants
 
SERVICE_INTERFACES - Static variable in interface org.mule.transport.soap.SoapConstants
 
SERVICE_NAME - Static variable in class org.mule.transport.cxf.CxfConstants
 
SERVICE_NAMESPACE - Static variable in class org.mule.transport.soap.axis.AxisMessageReceiver
 
SERVICE_PATH - Static variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
SERVICE_PAUSED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_PROPERTY_COMPONENT_NAME - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
SERVICE_PROPERTY_SERVCE_PATH - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
SERVICE_RESUMED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_ROOT - Static variable in class org.mule.util.SpiUtils
 
SERVICE_STARTED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_STOPPED - Static variable in class org.mule.context.notification.ServiceNotification
 
SERVICE_STOPPING - Static variable in class org.mule.context.notification.ServiceNotification
 
ServiceAware - Interface in org.mule.api.service
ServiceAware is an injector interface that will supply a Service to the object.
ServiceCatchAllStrategy - Class in org.mule.routing
ServiceCatchAllStrategy is used to catch any events and forward the events to the service as is.
ServiceCatchAllStrategy() - Constructor for class org.mule.routing.ServiceCatchAllStrategy
 
serviceClassInvocationFailed() - Static method in class org.mule.transport.rmi.i18n.RmiMessages
 
serviceClassRequiredWithPassThrough() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
ServiceDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
ServiceDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.ServiceDefinitionParser
 
ServiceDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.ServiceDefinitionParser
 
ServiceDescriptor - Interface in org.mule.api.registry
Parent interface for any pluggable service in Mule (transport, model, etc.)
serviceDescriptor - Variable in class org.mule.transport.AbstractConnector
Holds the service configuration for this connector
ServiceDescriptorFactory - Class in org.mule.api.registry
Factory used to create a new service descriptor.
ServiceDescriptorFactory() - Constructor for class org.mule.api.registry.ServiceDescriptorFactory
 
ServiceException - Exception in org.mule.api.registry
Any service-related exception: service not found, service lookup error, etc.
ServiceException(Message) - Constructor for exception org.mule.api.registry.ServiceException
 
ServiceException(Message, Throwable) - Constructor for exception org.mule.api.registry.ServiceException
 
ServiceException - Exception in org.mule.api.service
ServiceException should be thrown when some action on a service fails, such as starting or stopping
ServiceException(Message, MuleMessage, Service) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceException(Message, MuleMessage, Service, Throwable) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceException(MuleMessage, Service, Throwable) - Constructor for exception org.mule.api.service.ServiceException
 
ServiceFinder - Interface in org.mule.api.registry
ServiceFinder can be used as a hook into the service lookup process to return the correct Service Descriptor for a given service name.
serviceFinderCantFindService(String) - Static method in class org.mule.config.i18n.CoreMessages
 
serviceIsNull(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
ServiceNotification - Class in org.mule.context.notification
ServiceNotification is fired when an event such as the service starting occurs.
ServiceNotification(Service, int) - Constructor for class org.mule.context.notification.ServiceNotification
 
ServiceNotificationListener - Interface in org.mule.api.context.notification
ServiceNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Service event occurs.
serviceOverrides - Variable in class org.mule.transport.AbstractConnector
The map of service overrides that can be used to extend the capabilities of the connector
ServiceOverridesDefinitionParser - Class in org.mule.config.spring.parsers.specific
Sets a Map of service overrides on the parent connector
ServiceOverridesDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.ServiceOverridesDefinitionParser
 
ServiceRoutingException - Exception in org.mule.api.routing
ServiceRoutingException is thrown due to a routing exception between the endpoint the event was received on and the service receiving the event.
ServiceRoutingException(Message, MuleMessage, ImmutableEndpoint, Service) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(Message, MuleMessage, ImmutableEndpoint, Service, Throwable) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(MuleMessage, ImmutableEndpoint, Service) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceRoutingException(MuleMessage, ImmutableEndpoint, Service, Throwable) - Constructor for exception org.mule.api.routing.ServiceRoutingException
 
ServiceService - Class in org.mule.module.management.mbean
ServiceService exposes service information about a Mule Managed service.
ServiceService(String) - Constructor for class org.mule.module.management.mbean.ServiceService
 
ServiceServiceMBean - Interface in org.mule.module.management.mbean
ServiceServiceMBean defines the management interface for a mule managed service.
ServiceStatistics - Class in org.mule.management.stats
 
ServiceStatistics(String) - Constructor for class org.mule.management.stats.ServiceStatistics
 
ServiceStatistics(String, int) - Constructor for class org.mule.management.stats.ServiceStatistics
The constructor
ServiceStats - Class in org.mule.module.management.mbean
ServiceStats TODO
ServiceStats(ServiceStatistics) - Constructor for class org.mule.module.management.mbean.ServiceStats
 
ServiceStatsMBean - Interface in org.mule.module.management.mbean
ServiceStatsMBean TODO
SERVLET - Static variable in class org.mule.transport.servlet.ServletConnector
 
SERVLET_CONNECTOR_NAME_PROPERTY - Static variable in class org.mule.transport.servlet.AbstractReceiverServlet
The name of the servlet connector to use with this Servlet
ServletConnector - Class in org.mule.transport.servlet
ServletConnector is a channel adapter between Mule and a servlet engine.
ServletConnector() - Constructor for class org.mule.transport.servlet.ServletConnector
 
ServletMessageReceiver - Class in org.mule.transport.servlet
ServletMessageReceiver is a receiver that is invoked from a Servlet when an event is received.
ServletMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.servlet.ServletMessageReceiver
 
ServletMessages - Class in org.mule.transport.servlet.i18n
 
ServletMessages() - Constructor for class org.mule.transport.servlet.i18n.ServletMessages
 
ServletNamespaceHandler - Class in org.mule.transport.servlet.config
Registers a Bean Definition Parser for handling elements.
ServletNamespaceHandler() - Constructor for class org.mule.transport.servlet.config.ServletNamespaceHandler
 
ServletRequestToOutputHandler - Class in org.mule.transport.http.transformers
Adds support for converting a HttpServletRequest into an OutputHandler
ServletRequestToOutputHandler() - Constructor for class org.mule.transport.http.transformers.ServletRequestToOutputHandler
 
servletUrl - Variable in class org.mule.transport.servlet.ServletConnector
 
SESSION - Static variable in class org.mule.api.transport.PropertyScope
Defines the scope for any properties set on the session.
session - Variable in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
session - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
session - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver.JmsThreadContext
 
SESSION_NAME - Static variable in class org.mule.api.transport.PropertyScope
 
SessionDetails - Class in org.mule.transport.email
 
SessionDetails(Session, URLName) - Constructor for class org.mule.transport.email.SessionDetails
 
SessionException - Exception in org.mule.api.model
SessionException is thrown when errors occur in the DefaultMuleSession or Seession Manager
SessionException(Message) - Constructor for exception org.mule.api.model.SessionException
 
SessionException(Message, Throwable) - Constructor for exception org.mule.api.model.SessionException
 
SessionHandler - Interface in org.mule.api.transport
An interface used for reading and writing session information to and from the current message.
sessionHandler - Variable in class org.mule.transport.AbstractConnector
The strategy used for reading and writing session information to and fromt he transport
SessionInvocationHandler - Class in org.mule.transport.jms.xa
 
SessionInvocationHandler(XASession) - Constructor for class org.mule.transport.jms.xa.SessionInvocationHandler
 
SessionInvocationHandler(XAQueueSession) - Constructor for class org.mule.transport.jms.xa.SessionInvocationHandler
 
SessionInvocationHandler(XATopicSession) - Constructor for class org.mule.transport.jms.xa.SessionInvocationHandler
 
sessionShouldBeTransacted() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
sessionShouldNotBeTransacted() - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
sessionValueIsMalformed(String) - Static method in class org.mule.config.i18n.CoreMessages
 
set(String, Object) - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
set(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
SET_PROPERTIES_METHOD - Static variable in class org.mule.util.BeanUtils
 
SET_REUSE_OBJECT_METHOD_NAME - Static variable in interface org.mule.transaction.XaTransaction.MuleXaObject
 
setAcceptMuleMessage(boolean) - Method in class org.mule.module.xml.transformer.ObjectToXml
 
setAcceptMuleMessage(boolean) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
setAcceptUMOMessage(boolean) - Method in class org.mule.transformer.simple.SerializableToByteArray
Deprecated. use SerializableToByteArray.setAcceptMuleMessage(boolean)
setAcceptVoidMethods(boolean) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
setAcknowledgementMode(int) - Method in class org.mule.transport.jms.JmsConnector
 
setAction(byte) - Method in interface org.mule.api.transaction.TransactionConfig
 
setAction(byte) - Method in class org.mule.transaction.MuleTransactionConfig
 
setActionAsString(String) - Method in class org.mule.transaction.MuleTransactionConfig
 
setAddProperties(Map) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setAddress(String) - Method in class org.mule.endpoint.URIBuilder
 
setAddress(String) - Method in class org.mule.example.bookstore.Order
 
setAddress(String) - Method in class org.mule.tck.testmodels.services.Address
 
setAddress(Address) - Method in class org.mule.tck.testmodels.services.Person
 
setAddress(String) - Method in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
setAddressFromMessage(boolean) - Method in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
setAlgorithm(String) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
setAliases(Map) - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
setAllListenerSubscriptionPairs(Collection) - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
setAllListenerSubscriptionPairs(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setAllowClassAttribute(boolean) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setAllowGlobalDispatcher(boolean) - Method in class org.mule.transport.bpm.ProcessConnector
 
setAllowGlobalReceiver(boolean) - Method in class org.mule.transport.bpm.ProcessConnector
 
setAppendString(String) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setApplicationContext(ApplicationContext) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.mule.config.spring.util.SpringBeanLookup
 
setApplicationContext(ApplicationContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Set the current Spring application context
setApplyTransformersToProtocol(boolean) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setArguments(List<ExpressionArgument>) - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
 
setAssertMessageAccess(boolean) - Static method in class org.mule.api.ThreadSafeAccess.AccessControl
 
setAsText(String) - Method in class org.mule.config.spring.editors.ConnectorPropertyEditor
 
setAsText(String) - Method in class org.mule.config.spring.editors.EndpointURIPropertyEditor
 
setAsText(String) - Method in class org.mule.config.spring.editors.QNamePropertyEditor
 
setAsText(String) - Method in class org.mule.config.spring.editors.URIBuilderPropertyEditor
 
setAsynchronous(boolean) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Determines whether events will be processed asynchronously
setAttributeName(String) - Method in class org.mule.config.spring.parsers.collection.AttributeListEntryDefinitionParser
 
setAttributeName(String) - Method in interface org.mule.config.spring.parsers.collection.DynamicAttributeDefinitionParser
 
setAuthenticate(boolean) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setAuthenticated(boolean) - Method in interface org.mule.api.security.Authentication
 
setAuthenticated(boolean) - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
setAuthenticated(boolean) - Method in class org.mule.module.jaas.JaasAuthentication
 
setAuthenticated(boolean) - Method in class org.mule.module.pgp.PGPAuthentication
 
setAuthenticated(boolean) - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
setAuthenticated(boolean) - Method in class org.mule.security.DefaultMuleAuthentication
 
setAuthentication(Authentication) - Method in interface org.mule.api.security.SecurityContext
 
setAuthentication(Authentication) - Method in class org.mule.module.acegi.AcegiSecurityContext
 
setAuthentication(Authentication) - Method in class org.mule.module.pgp.PGPSecurityContext
 
setAuthentication(Authentication) - Method in class org.mule.module.spring.security.SpringSecurityContext
 
setAuthentication(Authentication) - Method in class org.mule.security.DefaultSecurityContext
 
setAuthenticationMethod(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setAuthenticator(Authenticator) - Method in class org.mule.transport.email.AbstractMailConnector
 
setAuthor(String) - Method in class org.mule.example.bookstore.Book
 
setAutoDelete(boolean) - Method in class org.mule.transport.file.FileConnector
 
setAutoWrapMessageAwareTransform(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setAxis(AxisServer) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setAxis(AxisServer) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
setAxisTransportProtocols(Map) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setBacklog(int) - Method in class org.mule.transport.tcp.TcpConnector
Deprecated. should use TcpConnector.setReceiveBacklog(int)
setBackupEnabled(boolean) - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
setBackupFolder(String) - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
setBankName(String) - Method in class org.mule.example.loanbroker.bank.Bank
 
setBankName(String) - Method in class org.mule.example.loanbroker.messages.LoanQuote
 
setBase64Encoding(boolean) - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
setBatchSize(int) - Method in class org.mule.transaction.constraints.BatchConstraint
 
setBccAddresses(String) - Method in class org.mule.transport.email.SmtpConnector
 
setBean(BeanDefinitionBuilder) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
setBean(String) - Method in class org.mule.config.spring.util.SpringBeanLookup
 
setBeanAssemblerFactory(BeanAssemblerFactory) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setBeanClass(Class) - Method in class org.mule.expression.transformers.BeanBuilderTransformer
 
setBeanFactory(ObjectFactory) - Method in class org.mule.expression.transformers.BeanBuilderTransformer
 
setBeanFlag(String) - Method in interface org.mule.config.spring.parsers.assembly.BeanAssembler
Set a flag on the bean - this is used to communicate with MuleHierarchicalBeanDefinitionParserDelegate
setBeanFlag(String) - Method in class org.mule.config.spring.parsers.assembly.DefaultBeanAssembler
 
setBeanTypes(List) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setBinary(boolean) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
setBinary(boolean) - Method in class org.mule.transport.ftp.FtpConnector
Setter for FTP transfer type.
setBindingCollection(BindingCollection) - Method in interface org.mule.api.component.JavaComponent
 
setBindingCollection(BindingCollection) - Method in class org.mule.component.AbstractJavaComponent
 
setBindingCollection(BindingCollection) - Method in class org.mule.module.scripting.component.ScriptComponent
 
setBody(MuleMessage) - Method in class org.mule.transport.http.HttpResponse
 
setBody(OutputHandler) - Method in class org.mule.transport.http.HttpResponse
 
setBody(String) - Method in class org.mule.transport.http.HttpResponse
 
setBook(Book) - Method in class org.mule.example.bookstore.Order
 
setBooleanProperty(String, boolean) - Method in interface org.mule.api.transport.MessageAdapter
Sets a boolean property on the message
setBooleanProperty(String, boolean) - Method in class org.mule.DefaultMuleMessage
Sets a boolean property on the message
setBooleanProperty(String, boolean) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a boolean property on the message
setBpms(BPMS) - Method in class org.mule.transport.bpm.ProcessConnector
 
setBroadcast(boolean) - Method in class org.mule.transport.udp.UdpConnector
 
setBrokerURL(String) - Method in class org.mule.transport.jms.activemq.ActiveMQJmsConnector
 
setBufferSize(int) - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
setBufferSize(int) - Method in class org.mule.transport.tcp.TcpConnector
Deprecated. Should use TcpConnector.setSendBufferSize(int) or TcpConnector.setReceiveBufferSize(int)
setBus(Bus) - Method in class org.mule.transport.cxf.ClientWrapper
 
setBus(Bus) - Method in class org.mule.transport.cxf.CxfServiceComponent
 
setBus(Bus) - Method in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
setCacheJmsSessions(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setCacheMessageAsBytes(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCacheMessageOriginalPayload(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCacheXsl(boolean) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setCapacity(int) - Method in class org.mule.util.queue.QueueConfiguration
 
setCaseSensitive(boolean) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
setCaseSensitive(boolean) - Method in class org.mule.routing.filters.WildcardFilter
 
setCaseSensitive(boolean) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
 
setCatchAllStrategy(RouterCatchAllStrategy) - Method in interface org.mule.api.routing.RouterCollection
 
setCatchAllStrategy(RouterCatchAllStrategy) - Method in class org.mule.routing.AbstractRouterCollection
 
setCause(ExceptionBean) - Method in class org.mule.example.errorhandler.ExceptionBean
 
setCcAddresses(String) - Method in class org.mule.transport.email.SmtpConnector
 
setChainsawHost(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setChainsawPort(int) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setChange(String) - Method in class org.mule.example.stockquote.StockQuote
 
setCheckEtag(boolean) - Method in class org.mule.transport.http.HttpPollingConnector
 
setCheckEtag(boolean) - Method in class org.mule.transport.http.HttpsPollingConnector
 
setCheckFrequency(long) - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
setClassConstraint(Class) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setClient(MuleClient) - Method in class org.mule.module.client.MuleProxyListener
 
setClientConfig(String) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setClientConnectionManager(HttpConnectionManager) - Method in class org.mule.transport.http.HttpConnector
 
setClientId(String) - Method in class org.mule.transport.jms.JmsConnector
 
setClientKeyStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStore(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientKeyStore(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setClientKeyStore(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setClientKeyStore(String) - Method in class org.mule.transport.http.HttpsConnector
 
setClientKeyStore(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setClientKeyStore(String) - Method in class org.mule.transport.ssl.SslConnector
 
setClientKeyStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStorePassword(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientKeyStorePassword(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setClientKeyStorePassword(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setClientKeyStorePassword(String) - Method in class org.mule.transport.http.HttpsConnector
 
setClientKeyStorePassword(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setClientKeyStorePassword(String) - Method in class org.mule.transport.ssl.SslConnector
 
setClientKeyStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setClientKeyStoreType(String) - Method in interface org.mule.api.security.TlsIndirectKeyStore
 
setClientKeyStoreType(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setClientKeyStoreType(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setClientKeyStoreType(String) - Method in class org.mule.transport.http.HttpsConnector
 
setClientKeyStoreType(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setClientKeyStoreType(String) - Method in class org.mule.transport.ssl.SslConnector
 
setClientMode(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setClientProvider(SimpleProvider) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setClientSoTimeout(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setCloseInput(boolean) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setClusterId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setCollection() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
setCollection() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
setCollection() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
setCommitTxFilter(WildcardFilter) - Method in class org.mule.AbstractExceptionListener
 
setCompiledScript(CompiledScript) - Method in class org.mule.module.scripting.component.Scriptable
 
setComponent(Component) - Method in interface org.mule.api.service.Service
Sets the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
setComponent(Component) - Method in class org.mule.model.pipeline.PipelineService
 
setComponent(Component) - Method in class org.mule.service.AbstractService
 
setComponentName(String) - Method in class org.mule.module.client.MuleProxyListener
 
setComponentName(String) - Method in class org.mule.module.management.mbean.EndpointService
 
setComponentPoolSize(int) - Method in class org.mule.management.stats.SedaServiceStatistics
 
setComponentStat(ComponentStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setConfigBuilderClassName(String) - Static method in class org.mule.MuleServer
Sets the configuration builder to use for this server.
setConfigDirName(String) - Method in class org.mule.agent.ConfigScannerAgent
 
setConfigFile(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
setConfigNamespaces(Map) - Method in class org.mule.module.xml.util.NamespaceManager
 
setConfigurationBuilder(String) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
setConfigurationBuilder(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
setConfigurationLocation(String) - Method in class org.mule.transport.cxf.CxfConnector
 
setConfigurationResources(String) - Method in class org.mule.MuleServer
Setter for property configurationResources.
setConfigurations(String) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
setConfigurations(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
setConnected(boolean) - Method in class org.mule.transport.AbstractConnector
 
setConnection(Connection) - Method in class org.mule.transport.jms.JmsConnector
 
setConnectionFactory(ConnectionFactory) - Method in class org.mule.transport.jms.JmsConnector
 
setConnectionFactoryClass(String) - Method in class org.mule.transport.ftp.FtpConnector
Setter for property 'connectionFactoryClass'.
setConnectionFactoryJndiName(String) - Method in class org.mule.transport.jms.JmsConnector
 
setConnectionFactoryProperties(Map) - Method in class org.mule.transport.jms.JmsConnector
 
setConnector(Connector) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setConnector(Connector) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setConnector(JmsConnector) - Method in class org.mule.transport.jms.CountingRedeliveryHandler
The connector associated with this handler is set before handleRedelivery() is called
setConnector(JmsConnector) - Method in class org.mule.transport.jms.JmsXRedeliveryHandler
The connector associated with this handler is set before handleRedelivery() is called
setConnector(JmsConnector) - Method in interface org.mule.transport.jms.RedeliveryHandler
The connector associated with this handler is set before handleRedelivery() is called
setConnectorName(String) - Method in class org.mule.module.jca.MuleActivationSpec
 
setConnectorServerProperties(Map) - Method in class org.mule.module.management.agent.JmxAgent
Setter for property 'connectorServerProperties'.
setConnectorServerUrl(String) - Method in class org.mule.module.management.agent.JmxAgent
 
setConstraint(ConstraintFilter) - Method in interface org.mule.api.transaction.TransactionConfig
 
setConstraint(ConstraintFilter) - Method in class org.mule.transaction.MuleTransactionConfig
 
setConstraints() - Method in class org.mule.config.spring.parsers.specific.TransactionManagerDefinitionParser
 
setContent(Object, Message, String, MuleMessage) - Method in class org.mule.transport.email.transformers.ObjectToMimeMessage
 
setContent(Object, Message, String, MuleMessage) - Method in class org.mule.transport.email.transformers.StringToEmailMessage
 
setContentEncoding(HttpServletRequest) - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
 
setContentHandler(ContentHandler) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setContentType(String) - Method in class org.mule.transport.email.SmtpConnector
 
setContext(Context) - Method in class org.mule.object.JndiObjectFactory
 
setContext(Context) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setContextProperties(Map) - Method in class org.mule.module.xml.filters.JaxenFilter
 
setContextProperties(Map) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setContextProperties(Map) - Method in class org.mule.module.xml.transformer.XsltTransformer
Sets the parameters to be used when applying the transformation
setConverters(List) - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
setCookieSpec(String) - Method in class org.mule.transport.http.HttpConnector
 
setCorrelationGroup(String) - Method in class org.mule.transport.soap.MuleSoapHeaders
 
setCorrelationGroupSize(int) - Method in interface org.mule.api.transport.MessageAdapter
Determines how many messages are in the correlation group
setCorrelationGroupSize(int) - Method in class org.mule.DefaultMuleMessage
 
setCorrelationGroupSize(int) - Method in class org.mule.transport.AbstractMessageAdapter
Determines how many messages are in the correlation group
setCorrelationId(String) - Method in interface org.mule.api.transport.MessageAdapter
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.DefaultMuleMessage
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.transport.jms.JmsMessageAdapter
Sets a correlationId for this message.
setCorrelationId(String) - Method in class org.mule.transport.soap.MuleSoapHeaders
 
setCorrelationIdExpression(String) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
setCorrelationSequence(int) - Method in interface org.mule.api.transport.MessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(int) - Method in class org.mule.DefaultMuleMessage
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(int) - Method in class org.mule.transport.AbstractMessageAdapter
Gets the sequence or ordering number for this message in the the correlation group (as defined by the correlationId)
setCorrelationSequence(String) - Method in class org.mule.transport.soap.MuleSoapHeaders
 
setCreateConnector(int) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setCreateConnector(int) - Method in class org.mule.module.jca.MuleActivationSpec
 
setCreateMultipleTransactedReceivers(boolean) - Method in class org.mule.transport.AbstractConnector
 
setCreateRegistry(boolean) - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
setCreateServer(boolean) - Method in class org.mule.module.management.agent.JmxAgent
 
setCredentials(MuleEvent, Object) - Method in interface org.mule.api.security.CredentialsAccessor
 
setCredentials() - Method in class org.mule.DefaultMuleEvent
 
setCredentials(MuleMessage) - Method in class org.mule.module.client.RemoteDispatcher
 
setCredentials(String) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Sets the user's credentials.
setCredentials(Map) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'credentials'.
setCredentials(Map) - Method in class org.mule.module.management.agent.JmxAgent
Setter for property 'credentials'.
setCredentials(Map) - Method in class org.mule.module.management.support.SimplePasswordJmxAuthenticator
Setter for property 'credentials'.
setCredentials(MuleEvent, Object) - Method in class org.mule.security.MuleHeaderCredentialsAccessor
 
setCredentialsAccessor(CredentialsAccessor) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setCredentialsAccessor(CredentialsAccessor) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setCredentialsAccessor(CredentialsAccessor) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setCreditAgency(CreditAgencyService) - Method in class org.mule.example.loanbroker.esn.SynchronousLoanBroker
 
setCreditAgencyService(CreditAgencyService) - Method in class org.mule.example.loanbroker.esb.CreditAgencyGateway
 
setCreditHistory(int) - Method in class org.mule.example.loanbroker.messages.CreditProfile
 
setCreditProfile(CreditProfile) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
setCreditScore(int) - Method in class org.mule.example.loanbroker.messages.CreditProfile
 
setCurrentPhase(LifecyclePhase) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setCustomer(Customer) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
setCustomerRequest(CustomerQuoteRequest) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
setCustomEvaluator(String) - Method in class org.mule.expression.ExpressionConfig
 
setCustomEvaluator(String) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setCustomEvaluator(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setCustomEvaluator(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setCustomEvaluator(String) - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
setCustomEvaluator(String) - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
setCustomEvaluator(String) - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
setCustomHeaders(Properties) - Method in class org.mule.transport.email.SmtpConnector
 
setCustomProperties(MuleEvent, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
setCxfBus(Bus) - Method in class org.mule.transport.cxf.CxfConnector
 
setData(Object) - Method in class org.mule.component.simple.StaticComponent
 
setData(Object) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
setDataFile(String) - Method in class org.mule.component.simple.StaticComponent
 
setDataSource(DataSource) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setDate(String) - Method in class org.mule.example.stockquote.StockQuote
 
setDecoupledEndpoint(String) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setDefaultEncoding(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultEndpointName(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setDefaultFrontend(String) - Method in class org.mule.transport.cxf.CxfConnector
 
setDefaultQueueConfiguration(QueueConfiguration) - Method in interface org.mule.util.queue.QueueManager
 
setDefaultQueueConfiguration(QueueConfiguration) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setDefaultResponseTimeout(int) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultResponseTimeout(int) - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
setDefaultSynchronousEndpoints(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultSynchronousEndpoints(boolean) - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
setDefaultTransactionTimeout(int) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDefaultTransactionTimeout(int) - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
setDefaultTransactionTimeout(long) - Method in class org.mule.util.xa.AbstractResourceManager
Sets the default transaction timeout.
setDelegate(AuthenticationProvider) - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
setDelegate(AuthenticationManager) - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
setDeleteProperties(List) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setDeleteReadMessages(boolean) - Method in class org.mule.transport.email.AbstractRetrieveMailConnector
 
setDeleteUnacceptedMessages(boolean) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setDeleteUnacceptedMessages(boolean) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setDelimiter(String) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
setDelimiter(String) - Method in class org.mule.transformer.simple.StringToObjectArray
 
setDerbyHome() - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
setDerbyHome(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
 
setDetailMessage(String) - Method in class org.mule.example.errorhandler.ExceptionBean
 
setDetails(KeyBundle) - Method in class org.mule.module.pgp.PGPAuthentication
 
setDeterministic(boolean) - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
If this option is true (the default) then the first message part is routed to the first endpoint, the second part to the second endpoint, etc, with the nth part going to the (n modulo number of endpoints) endpoint.
setDifference(Object[], Object[]) - Static method in class org.mule.util.ArrayUtils
 
setDifference(String[], String[]) - Static method in class org.mule.util.ArrayUtils
 
setDirectory(String) - Method in class org.mule.util.store.TextFileObjectStore
 
setDirty(AbstractTransactionContext, Throwable) - Method in class org.mule.util.xa.AbstractResourceManager
Flag this resource manager as dirty.
setDisabledInterfaces(Collection) - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
setDisabledInterfaces(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setDisabledTypes(Collection) - Method in class org.mule.context.notification.ServerNotificationManager
 
setDisableRoundRobin(boolean) - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
The default behaviour for splitter routers is to round-robin across endpoints.
setDisableTemporaryReplyToDestinations(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setDiscardEmptyContent(boolean) - Method in class org.mule.transport.http.HttpPollingConnector
 
setDiscardEmptyContent(boolean) - Method in class org.mule.transport.http.HttpsPollingConnector
 
setDispatcherFactory(MessageDispatcherFactory) - Method in interface org.mule.api.transport.Connector
The dispatcher factory is used to create a message dispatcher of the current request
setDispatcherFactory(MessageDispatcherFactory) - Method in class org.mule.transport.AbstractConnector
 
setDispatcherThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'dispatcherThreadingProfile'.
setDoAutoTypes(boolean) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.mule.module.xml.filters.AbstractJaxpFilter
The document builder factory to use in case XML needs to be parsed.
setDoInboundTransform(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setDomainId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setDoSchemaValidation(SAXReader, boolean) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
setDoStop(boolean) - Method in class org.mule.agent.ConfigScannerAgent
 
setDoThreading(boolean) - Method in interface org.mule.api.config.ThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.config.ChainedThreadingProfile
 
setDoThreading(boolean) - Method in class org.mule.config.ImmutableThreadingProfile
 
setDoubleProperty(String, double) - Method in interface org.mule.api.transport.MessageAdapter
Sets a double property on the message
setDoubleProperty(String, double) - Method in class org.mule.DefaultMuleMessage
Sets a double property on the message
setDoubleProperty(String, double) - Method in class org.mule.transport.AbstractMessageAdapter
 
setDriverClassName(String) - Method in class org.mule.module.xml.transformer.AbstractXStreamTransformer
 
setDTDHandler(DTDHandler) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setDurable(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setDynamicNotification(boolean) - Method in class org.mule.transport.AbstractConnector
 
setEagerConsumer(boolean) - Method in class org.mule.transport.jms.JmsConnector
A value of true will create a consumer on connect, in contrast to lazy instantiation in the poll loop.
setEmail(String) - Method in class org.mule.example.bookstore.Order
 
setEnableCookies(boolean) - Method in class org.mule.transport.http.HttpConnector
 
setEnableCorrelation(int) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnableCorrelationAsString(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEnabled(boolean) - Method in interface org.mule.api.management.stats.Statistics
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.management.stats.AllStatistics
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.management.stats.ComponentStatistics
 
setEnabled(boolean) - Method in class org.mule.management.stats.RouterStatistics
 
setEnabled(boolean) - Method in class org.mule.management.stats.ServiceStatistics
Enable statistics logs (this is a dynamic parameter)
setEnabled(boolean) - Method in class org.mule.module.management.mbean.StatisticsService
 
setEnableDiscovery(boolean) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
setEnableList(boolean) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
setEnableMessageHistory(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setEnableNotifications(boolean) - Method in class org.mule.AbstractExceptionListener
 
setEnableNotifications(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setEnableStatistics(boolean) - Method in class org.mule.module.management.agent.JmxAgent
 
setEnableStreaming(boolean) - Method in class org.mule.config.DefaultMuleConfiguration
 
setEncoding(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setEncoding(String) - Method in interface org.mule.api.transport.MessageAdapter
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.DefaultMuleMessage
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setEncoding(String) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
setEncoding(String) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setEncoding(String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets the encoding for this message
setEncoding(String) - Method in class org.mule.util.store.TextFileObjectStore
 
setEncryptionStrategies(Collection) - Method in interface org.mule.api.security.SecurityManager
 
setEncryptionStrategies(Collection) - Method in class org.mule.security.MuleSecurityManager
 
setEndpoint(OutboundEndpoint) - Method in interface org.mule.api.routing.InterfaceBinding
 
setEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setEndpoint(ImmutableEndpoint) - Method in interface org.mule.api.transformer.BaseTransformer
Sets the endpoint associated with with this connector.
setEndpoint(InboundEndpoint) - Method in interface org.mule.api.transport.MessageReceiver
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.AbstractEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.ResourceNameEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.SocketEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.UrlEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.endpoint.UserInfoEndpointURIBuilder
 
setEndpoint(String) - Method in class org.mule.example.loanbroker.bank.Bank
 
setEndpoint(InboundEndpoint) - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
setEndpoint(String) - Method in class org.mule.module.jca.MuleActivationSpec
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
setEndpoint(OutboundEndpoint) - Method in class org.mule.routing.inbound.WireTap
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.transformer.AbstractTransformer
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.transport.AbstractConnectable
 
setEndpoint(InboundEndpoint) - Method in class org.mule.transport.AbstractMessageReceiver
 
setEndpoint(ImmutableEndpoint) - Method in class org.mule.transport.cxf.ClientWrapper
 
setEndpoint(URI, Properties) - Method in class org.mule.transport.file.FileEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.transport.jdbc.JdbcEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.transport.soap.WsdlUrlEndpointURIBuilder
 
setEndpoint(URI, Properties) - Method in class org.mule.transport.xmpp.XmppEndpointURIBuilder
 
setEndpointAddress(String) - Method in class org.mule.agent.EndpointNotificationLoggerAgent
 
setEndpointName(String) - Method in interface org.mule.api.endpoint.EndpointURI
Deprecated. This property is used by endpoint-identifiers, global-endpoints use ImmutableEndpoint.getName()
setEndpointName(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
setEndpointName(String) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
setEndpointName(String) - Method in class org.mule.module.jca.MuleActivationSpec
 
setEndpointRef(String) - Method in class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
setEndpointRef(String) - Method in class org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
 
setEndpoints(List) - Method in class org.mule.AbstractExceptionListener
 
setEndpoints(List) - Method in interface org.mule.api.routing.InboundRouterCollection
 
setEndpoints(List) - Method in interface org.mule.api.routing.OutboundRouter
Sets a list of Endpoint instances associated with this router
setEndpoints(List) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
setEndpoints(List) - Method in class org.mule.routing.inbound.DefaultInboundRouterCollection
 
setEndpoints(List) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setEndpoints(List) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
setEndpoints(List) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setEndpointURI(EndpointURI) - Method in class org.mule.endpoint.DynamicURIInboundEndpoint
 
setEndpointURI(EndpointURI) - Method in class org.mule.endpoint.DynamicURIOutboundEndpoint
 
setEnlisted(boolean) - Method in class org.mule.transport.jms.xa.SessionInvocationHandler
 
setEntityResolver(EntityResolver) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setEntries(Map) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
setEntryPointResolvers(Collection) - Method in class org.mule.component.AbstractJavaComponent
Allow for incremental addition of resolvers by for example the spring-config module
setEntryPointResolvers(Collection) - Method in class org.mule.model.AbstractModel
This allows us to configure entry point resolvers incrementally
setEntryPointResolvers(Set) - Method in class org.mule.model.resolvers.DefaultEntryPointResolverSet
 
setEntryPointResolverSet(EntryPointResolverSet) - Method in interface org.mule.api.component.JavaComponent
A JavaComponent can have a custom entry-point resolver for its own object.
setEntryPointResolverSet(EntryPointResolverSet) - Method in interface org.mule.api.model.Model
This will be used to build entry points on the components registered with the model.
setEntryPointResolverSet(EntryPointResolverSet) - Method in class org.mule.component.AbstractJavaComponent
 
setEntryPointResolverSet(EntryPointResolverSet) - Method in class org.mule.model.AbstractModel
 
setEntryTTL(int) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setEnvironment(Map) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setErrorHandler(ErrorHandler) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setErrorHandler(ErrorHandler) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setErrorManager(ErrorManager) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
setErrorManager(ErrorManager) - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
setErrorMessage(String) - Method in class org.mule.api.model.InvocationResult
An optional error message can be set if the invocation state is not InvocationResult.STATE_INVOKED_SUCESSFUL
setErrorNoMatchingMethods(Object, Class[], EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorNoMatchingMethodsCalled(Object, String, EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorTooManyMatchingMethods(Object, Class[], String, EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setErrorTooManyMatchingMethods(Object, Class[], EntryPointResolver) - Method in class org.mule.api.model.InvocationResult
 
setEvaluator(String) - Method in class org.mule.expression.ExpressionConfig
 
setEvaluator(String) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setEvaluator(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setEvaluator(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setEvaluator(String) - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
setEvaluator(String) - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
setEvaluator(String) - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
setEvent(MuleEvent) - Static method in class org.mule.RequestContext
Set an event for out-of-scope thread access.
setEventCallback(EventCallback, long) - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
setEventCallback(EventCallback) - Method in class org.mule.tck.functional.FunctionalTestComponent
An event callback is called when a message is received by the service.
setEventComparator(Comparator) - Method in class org.mule.routing.inbound.CorrelationEventResequencer
 
setEventTransformer(AbstractEventTransformer) - Method in class org.mule.module.client.MuleProxyListener
 
setException(ExceptionBean) - Method in class org.mule.example.errorhandler.ErrorMessage
 
setException(Throwable) - Method in class org.mule.MuleShutdownHook
 
setExceptionClass(String) - Method in class org.mule.example.errorhandler.ExceptionBean
 
setExceptionCode(int) - Method in exception org.mule.api.MuleException
 
setExceptionDetails(MuleMessage, Throwable) - Method in class org.mule.transport.AbstractMessageReceiver
This method is used to set any additional aand possibly transport specific information on the return message where it has an exception payload.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.model.Model
The exception strategy to use by components managed by the model.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.service.Service
The exception strategy to use to handle exceptions in the Mule component.
setExceptionListener(ExceptionListener) - Method in interface org.mule.api.transport.Connector
 
setExceptionListener(ExceptionListener) - Method in class org.mule.model.AbstractModel
 
setExceptionListener(ExceptionListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
setExceptionListener(ExceptionListener) - Method in class org.mule.service.AbstractService
 
setExceptionListener(ExceptionListener) - Method in class org.mule.transport.AbstractConnector
 
setExceptionMappings(Properties) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
setExceptionMappings(Properties) - Method in interface org.mule.transport.service.TransportServiceDescriptor
 
setExceptionPayload(ExceptionPayload) - Method in interface org.mule.api.transport.MessageAdapter
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExceptionPayload(ExceptionPayload) - Method in class org.mule.DefaultMuleMessage
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExceptionPayload(ExceptionPayload) - Static method in class org.mule.RequestContext
There is no unsafe version of this because it shouldn't be performance critical
setExceptionPayload(ExceptionPayload) - Method in class org.mule.transport.AbstractMessageAdapter
If an error occurs while processing this message, a ErrorPayload is attached which contains the root exception and Mule error code, plus any other releated info.
setExceptionToThrow(Class) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setExecutingPhase(String) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setExecutor(Executor) - Method in class org.mule.api.FutureMessageResult
Set an ExecutorService to run this invocation.
setExecutor(Executor) - Method in class org.mule.module.client.RemoteDispatcher
 
setExhaustedAction(int) - Method in class org.mule.config.PoolingProfile
 
setExpandEmptyElements(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setExpectedType(Class) - Method in class org.mule.routing.filters.PayloadTypeFilter
 
setExpectedType(Class) - Method in class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
setExpectedValue(String) - Method in class org.mule.module.xml.filters.JaxenFilter
Sets the expected result value of the XPath expression
setExpectedValue(String) - Method in class org.mule.module.xml.filters.JXPathFilter
Sets the expected result value of the XPath expression
setExpectedValue(String) - Method in class org.mule.module.xml.filters.XPathFilter
Sets the expected result value of the XPath expression
setExpectTransaction(boolean) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
setExpirationInterval(int) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setExplicitTrustStoreOnly(boolean) - Method in interface org.mule.api.security.TlsDirectTrustStore
If the trust store is undefined and the trust store generated via System properties then the key store certificates defined via TODO can be used as a source of trust information.
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.transport.http.HttpsConnector
 
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setExplicitTrustStoreOnly(boolean) - Method in class org.mule.transport.ssl.SslConnector
 
setExpression(String) - Method in class org.mule.expression.ExpressionConfig
 
setExpression(String) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setExpression(String) - Method in class org.mule.module.ognl.filters.OGNLFilter
Sets the expression for this filter.
setExpression(String) - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
setExpression(String) - Method in class org.mule.module.xml.transformer.XPathExtractor
 
setExpression(String) - Method in class org.mule.routing.filters.ExpressionFilter
 
setExpression(String) - Method in class org.mule.routing.filters.RegExFilter
Deprecated. Use RegExFilter.getPattern() This method name was changed to be consistent with other filters
setExpression(String) - Method in class org.mule.routing.outbound.EndpointSelector
 
setExpression(String) - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
setExpression(String) - Method in class org.mule.routing.outbound.ExpressionRecipientList
 
setExpression(String) - Method in class org.mule.transport.email.filters.MailSubjectRegExFilter
 
setExpression(String) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Sets the match expression
setExpression(String) - Method in class org.mule.transport.jms.filters.JmsSelectorFilter
 
setExpression(String) - Method in class org.mule.transport.quartz.jobs.CustomJobFromMessageConfig
 
setExpressionConfig(ExpressionConfig) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setExternalSchemaLocation(String) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
Set classpath location of the XSD to check against.
setFactor(double) - Method in class org.mule.example.scripting.SimpleMathTransformer
 
setFactories(Map) - Method in class org.mule.config.spring.processors.PropertyPlaceholderProcessor
 
setFactory(TransactionFactory) - Method in interface org.mule.api.transaction.TransactionConfig
 
setFactory(MuleManagedConnectionFactory) - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
setFactory(MuleManagedConnectionFactory) - Method in interface org.mule.module.jca.MuleConnectionFactory
 
setFactory(AbstractFactory) - Method in class org.mule.module.xml.filters.JaxenFilter
 
setFactory(AbstractFactory) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setFactory(TransactionFactory) - Method in class org.mule.transaction.MuleTransactionConfig
 
setFactoryProperties(Properties) - Method in class org.mule.transport.quartz.QuartzConnector
 
setFailed(Throwable) - Method in interface org.mule.api.retry.RetryContext
Typically called by validation logic to mark a problem and an optional root cause.
setFailed(Throwable) - Method in class org.mule.retry.DefaultRetryContext
 
setFailIfNoMatch(boolean) - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
If none of the endpoints match a split message part i.e.
setFailOnMessageScribbling(boolean) - Static method in class org.mule.api.ThreadSafeAccess.AccessControl
 
setFailOnTimeout(boolean) - Method in interface org.mule.api.routing.ResponseRouter
Should the router fail and throw an exception if a timeout occurs or should it return the events received so far.
setFailOnTimeout(boolean) - Method in class org.mule.routing.EventCorrelator
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
setFailOnTimeout(boolean) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setFallbackCharset(String) - Method in class org.mule.transport.http.HttpResponse
 
setFeature(String, boolean) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setFile(String) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
setFileAge(long) - Method in class org.mule.transport.file.FileConnector
 
setFileMessage(File) - Method in class org.mule.transport.file.FileMessageAdapter
 
setFilenameParser(FilenameParser) - Method in class org.mule.transport.file.FileConnector
 
setFilenameParser(FilenameParser) - Method in class org.mule.transport.ftp.FtpConnector
 
setFilter(Filter) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setFilter(Filter) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setFilter(Filter) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
setFilter(Filter) - Method in class org.mule.routing.filters.logic.NotFilter
 
setFilter(Filter) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setFilter(Filter) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setFilter(Filter) - Method in class org.mule.routing.outbound.OutboundPassThroughRouter
 
setFilter(Filter) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
setFilter(Filter) - Method in class org.mule.transport.http.config.ErrorFilterFactoryBean
 
setFilter(PacketFilter) - Method in class org.mule.transport.xmpp.filters.XmppNotFilter
 
setFilters(List) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
 
setFirstName(String) - Method in class org.mule.tck.testmodels.services.Person
 
setFlag(BeanDefinition, String) - Static method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
setFolder(Folder) - Method in class org.mule.transport.email.RetrieveMessageReceiver
 
setFollowRedirects(boolean) - Method in class org.mule.transport.http.HttpConnector
 
setFooter(MuleContext) - Method in class org.mule.util.SplashScreen
 
setForceJndiDestinations(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setFreeze(boolean) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
setFrequency(long) - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
setFromAddress(String) - Method in class org.mule.transport.email.SmtpConnector
 
setGreeting(String) - Method in class org.mule.example.hello.NameString
 
setGroupName(String) - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
setGroupName(String) - Method in interface org.mule.transport.quartz.config.JobConfig
 
setHandlers(List) - Method in class org.mule.example.errorhandler.ErrorManager
 
setHeader(Header) - Method in class org.mule.transport.http.HttpRequest
 
setHeader(Header) - Method in class org.mule.transport.http.HttpResponse
 
setHeader(MuleContext) - Method in class org.mule.util.SplashScreen
Setting the header clears body and footer assuming a new splash-screen is built.
setHeaders(Header[]) - Method in class org.mule.transport.http.HttpResponse
 
setHeaders(HttpMethod, MuleMessage) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
setHigh(String) - Method in class org.mule.example.stockquote.StockQuote
 
setHomeDir(String) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
setHonorQosHeaders(boolean) - Method in class org.mule.transport.jms.JmsConnector
Sets the honorQosHeaders property, which determines whether JmsMessageDispatcher should honor incoming message's QoS headers (JMSPriority, JMSDeliveryMode).
setHost(String) - Method in class org.mule.endpoint.URIBuilder
 
setHost(String) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'host'.
setHost(String) - Method in class org.mule.module.management.agent.JdmkAgent
 
setHost(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setHost(String) - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
setHttpHeadersOnServletResponse(HttpResponse, HttpServletResponse) - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
setHttpMethod(String) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
setId(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setId(long) - Method in class org.mule.example.bookstore.Book
 
setId(String) - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
setIdExpression(String) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setIgnoreAdminNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreBadInput(boolean) - Method in class org.mule.transformer.AbstractTransformer
 
setIgnoreComponentMessageNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreComponentNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreConnectionNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreCustomNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnored() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
setIgnored() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
setIgnored() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setIgnoredDefault(boolean) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.delegate.AbstractPluggableDelegate
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
setIgnoredDefault(boolean) - Method in class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
 
setIgnoredDefault(boolean) - Method in interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration
 
setIgnoredMethods(Collection) - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
setIgnoredObjectTypes(Class[]) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setIgnoredObjectTypes(Class[]) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setIgnoreEndpointMessageNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreManagementNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreManagerNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreMessageNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreModelNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setIgnoreSecurityNotifications(boolean) - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
setInboundRouter(InboundRouterCollection) - Method in interface org.mule.api.service.Service
Inbound Routers control how events are received by a service.
setInboundRouter(InboundRouterCollection) - Method in class org.mule.service.AbstractService
 
setInboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setInboundTransformer(Transformer) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setIncludeConfigNamespaces(boolean) - Method in class org.mule.module.xml.util.NamespaceManager
 
setIndentEnabled(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setIndentSize(int) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setIndentString(String) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setInfo(MuleConnectionRequestInfo) - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
setInfo(MuleConnectionRequestInfo) - Method in interface org.mule.module.jca.MuleConnectionFactory
 
setInitialFactory(String) - Method in class org.mule.object.JndiObjectFactory
 
setInitialisationPolicy(int) - Method in class org.mule.config.PoolingProfile
 
setInitializeStaticBusInstance(boolean) - Method in class org.mule.transport.cxf.CxfConnector
 
setInitialState(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setInitialState(String) - Method in interface org.mule.api.service.Service
Sets the initial state of this service
setInitialState(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setInitialState(String) - Method in class org.mule.service.AbstractService
 
setInputStream(InputStream) - Method in class org.mule.transport.stdio.StdioConnector
 
setInputStream(InputStream) - Method in class org.mule.transport.stdio.StdioMessageReceiver
 
setInteger(boolean) - Method in class org.mule.example.scripting.StringToNumber
 
setInterceptors(List) - Method in class org.mule.component.AbstractComponent
 
setInterceptors(List) - Method in class org.mule.interceptor.InterceptorStack
 
setInterestRate(double) - Method in class org.mule.example.loanbroker.messages.LoanQuote
 
setInterface(Class) - Method in interface org.mule.api.routing.InterfaceBinding
 
setInterface(Class) - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
setInterfaceToTypes(Map) - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
setInterfaceToTypes(Map) - Method in class org.mule.context.notification.ServerNotificationManager
 
setIntProperty(String, int) - Method in interface org.mule.api.transport.MessageAdapter
Sets a integerproperty on the message
setIntProperty(String, int) - Method in class org.mule.DefaultMuleMessage
Sets a integerproperty on the message
setIntProperty(String, int) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a integerproperty on the message
setIterationCount(int) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setJbpmConfiguration(JbpmConfiguration) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
setJmsProperties(MuleMessage, Message) - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
setJmsSupport(JmsSupport) - Method in class org.mule.transport.jms.JmsConnector
 
setJmxAdaptorUrl(String) - Method in class org.mule.module.management.agent.JdmkAgent
 
setJmxAdaptorUrl(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setJmxSupportFactory(JmxSupportFactory) - Method in class org.mule.module.management.agent.JmxAgent
Setter for property 'jmxSupportFactory'.
setJmxSupportFactory(JmxSupportFactory) - Method in class org.mule.module.management.agent.JmxServerNotificationAgent
Setter for property 'jmxSupportFactory'.
setJndiContext(Context) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiContext(Context) - Method in class org.mule.transport.jms.JmsConnector
 
setJndiDestinations(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setJndiInitialFactory(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiInitialFactory(String) - Method in class org.mule.transport.jms.JmsConnector
 
setJndiName(String) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setJndiProviderProperties(Map) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiProviderProperties(Map) - Method in class org.mule.transport.jms.JmsConnector
 
setJndiProviderUrl(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setJndiProviderUrl(String) - Method in class org.mule.transport.jms.JmsConnector
 
setJndiUrlPkgPrefixes(String) - Method in class org.mule.transport.AbstractJndiConnector
 
setJob(Job) - Method in class org.mule.transport.quartz.jobs.CustomJobConfig
 
setJobGroupName(String) - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
setJobGroupName(String) - Method in interface org.mule.transport.quartz.config.JobConfig
 
setKeepAlive(boolean) - Method in class org.mule.transport.http.HttpResponse
 
setKeepAlive(boolean) - Method in class org.mule.transport.http.HttpServerConnection
 
setKeepAlive(boolean) - Method in class org.mule.transport.tcp.TcpConnector
 
setKeepAliveTimeout(int) - Method in class org.mule.transport.tcp.TcpConnector
Sets the keep alive timeout (in Milliseconds)
setKeepSendSocketOpen(boolean) - Method in class org.mule.transport.tcp.TcpConnector
 
setKeepSendSocketOpen(boolean) - Method in class org.mule.transport.udp.UdpConnector
 
setKey(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
setKey(String) - Method in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
setKey(byte[]) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKey(String) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKey(Object) - Method in class org.mule.transformer.simple.MapLookup
 
setKeyBundle(KeyBundle) - Method in class org.mule.module.pgp.PGPCryptInfo
 
setKeyFactory(SecretKeyFactory) - Method in class org.mule.security.SecretKeyEncryptionStrategy
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.PGPSecurityProvider
 
setKeyManagerAlgorithm(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyManagerAlgorithm(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyManagerAlgorithm(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setKeyManagerAlgorithm(String) - Method in class org.mule.transport.http.HttpsConnector
 
setKeyManagerAlgorithm(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setKeyManagerAlgorithm(String) - Method in class org.mule.transport.ssl.SslConnector
 
setKeyManagerPassword(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setKeyPassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyPassword(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyPassword(String) - Method in class org.mule.transport.http.HttpsConnector
 
setKeyPassword(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setKeyPassword(String) - Method in class org.mule.transport.ssl.SslConnector
 
setKeyStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStore(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStore(String) - Method in class org.mule.transport.http.HttpsConnector
 
setKeyStore(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setKeyStore(String) - Method in class org.mule.transport.ssl.SslConnector
 
setKeyStoreName(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setKeyStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStorePassword(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStorePassword(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setKeyStorePassword(String) - Method in class org.mule.transport.http.HttpsConnector
 
setKeyStorePassword(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setKeyStorePassword(String) - Method in class org.mule.transport.ssl.SslConnector
 
setKeyStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setKeyStoreType(String) - Method in interface org.mule.api.security.TlsDirectKeyStore
 
setKeyStoreType(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setKeyStoreType(String) - Method in class org.mule.transport.http.HttpsConnector
 
setKeyStoreType(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setKeyStoreType(String) - Method in class org.mule.transport.ssl.SslConnector
 
setLast(String) - Method in class org.mule.example.stockquote.StockQuote
 
setLastName(String) - Method in class org.mule.tck.testmodels.services.Person
 
setLeftFilter(Filter) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
setLeftFilter(PacketFilter) - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
setLenderList(LoanBrokerQuoteRequest) - Method in class org.mule.example.loanbroker.lender.DefaultLender
Sets the list of lenders on the LoanBrokerQuoteRequest and returns it.
setLenders(Bank[]) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
SetLendersAsRecipients - Class in org.mule.example.loanbroker.transformers
Set the Recipient List property on the LoanBrokerQuoteRequest message based on the list of banks in LoanBrokerQuoteRequest.getLenders()
SetLendersAsRecipients() - Constructor for class org.mule.example.loanbroker.transformers.SetLendersAsRecipients
 
setLenient(boolean) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setLevelMappings(Map) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in interface org.mule.api.component.JavaComponent
Sets the factory used create life-cycle adaptors that are used to wrap component instance.
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in interface org.mule.api.model.Model
Sets the lifecycleAdapterFactory on the model.
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in class org.mule.component.AbstractJavaComponent
 
setLifecycleAdapterFactory(LifecycleAdapterFactory) - Method in class org.mule.model.AbstractModel
 
setLifecycleClass(Class) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setLifecycleClass(Class) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setLifecycleManager(LifecycleManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setLifecycleManager(LifecycleManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setLifecycles(Set) - Method in interface org.mule.api.lifecycle.LifecycleManager
 
setLifecycles(Set) - Method in class org.mule.lifecycle.GenericLifecycleManager
 
setLineSeparator(String) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setList(List) - Method in class org.mule.util.MapCombiner
 
setListener(ServerNotificationListener) - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
setListener(InternalMessageListener) - Method in class org.mule.transport.AbstractMessageReceiver
 
setListenerClass(Class) - Method in class org.mule.module.client.MuleProxyListener
 
setListSize(int) - Method in class org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListener
Setter for property 'listSize'.
setListSize(int) - Method in interface org.mule.module.management.agent.JmxServerNotificationAgent.NotificationListenerMBean
Setter for property 'listSize'.
setLoadJdmkAgent(boolean) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'loadJdmkAgent'.
setLoadMx4jAgent(boolean) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'loadMx4jAgent'.
setLoadProfilerAgent(boolean) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'loadProfilerAgent'.
setLoanAmount(double) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
setLoanDuration(int) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
 
setLoanQuote(LoanQuote) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
 
setLocateServer(boolean) - Method in class org.mule.module.management.agent.JmxAgent
 
setLogConfigFile(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLogFile(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLogin(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setLoginConfig(String) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Sets the login Configuration
setLoginContextName(String) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
Sets the Login Context name
setLoginModule(String) - Method in class org.mule.module.jaas.JaasSimpleAuthenticationProvider
sets the login module name
setLogMessageDetails(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setLogName(String) - Method in class org.mule.agent.Log4jNotificationLoggerAgent
 
setLogWriter(PrintWriter) - Method in class org.mule.module.jca.MuleManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Sets the log writer for this ManagedConnectionFactory instance.
setLongProperty(String, long) - Method in interface org.mule.api.transport.MessageAdapter
Sets a long property on the message
setLongProperty(String, long) - Method in class org.mule.DefaultMuleMessage
Sets a long property on the message
setLongProperty(String, long) - Method in class org.mule.transport.AbstractMessageAdapter
 
setLookupOnEachCall(boolean) - Method in class org.mule.object.JndiObjectFactory
 
setLoopback(boolean) - Method in class org.mule.transport.multicast.MulticastConnector
 
setLow(String) - Method in class org.mule.example.stockquote.StockQuote
 
setMailboxFolder(String) - Method in class org.mule.transport.email.AbstractMailConnector
 
setManager(ConnectionManager) - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
setManager(ConnectionManager) - Method in interface org.mule.module.jca.MuleConnectionFactory
 
setManager(PlatformTransactionManager) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
setMatchAll(boolean) - Method in interface org.mule.api.routing.RouterCollection
 
setMatchAll(boolean) - Method in class org.mule.routing.AbstractRouterCollection
 
setMaxActive(int) - Method in class org.mule.config.PoolingProfile
 
setMaxActiveTransformers(int) - Method in class org.mule.module.xml.transformer.XsltTransformer
Sets the the current maximum number of active transformer objects allowed in the pool
setMaxBufferSize(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxBufferSize(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxBufferSize(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxDepth(int) - Method in class org.mule.util.MapCombiner
 
setMaxDispatchersActive(int) - Method in class org.mule.transport.AbstractConnector
Configures the maximum number of dispatchers that can be concurrently active per endpoint
setMaxDispatchersActive(int) - Method in class org.mule.transport.file.FileConnector
 
setMaxEntries(int) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setMaxIdle(int) - Method in class org.mule.config.PoolingProfile
 
setMaxIdleTransformers(int) - Method in class org.mule.module.xml.transformer.XsltTransformer
Sets the the current maximum number of idle transformer objects allowed in the pool
setMaxMessageLength(int) - Method in class org.mule.transport.tcp.protocols.LengthProtocol
 
setMaxMessageLength(int) - Method in class org.mule.transport.tcp.protocols.SafeProtocol
 
setMaxOutstandingMessages(int) - Method in class org.mule.config.QueueProfile
This specifies the number of messages that can be queued before it starts blocking.
setMaxRedelivery(int) - Method in class org.mule.transport.jms.JmsConnector
 
setMaxRequestersActive(int) - Method in class org.mule.transport.AbstractConnector
Configures the maximum number of requesters that can be concurrently active per endpoint
setMaxThreadsActive(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxThreadsActive(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxThreadsActive(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxThreadsIdle(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setMaxThreadsIdle(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setMaxThreadsIdle(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setMaxWait(long) - Method in class org.mule.config.PoolingProfile
 
setMBeanServer(MBeanServer) - Method in class org.mule.module.management.agent.JmxAgent
 
setMemoryPersistenceStrategy(QueuePersistenceStrategy) - Method in interface org.mule.util.queue.QueueManager
 
setMemoryPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setMessage(MuleMessage) - Method in interface org.mule.api.interceptor.Invocation
 
setMessage(Message) - Method in exception org.mule.api.MuleException
 
setMessage(String) - Method in exception org.mule.api.MuleException
 
setMessage(MuleMessage) - Method in class org.mule.component.ComponentInterceptorInvoker
 
setMessage(String) - Method in class org.mule.transformer.simple.StringAppendTransformer
 
setMessage(Part) - Method in class org.mule.transport.email.SimpleMailMessageAdapter
 
setMessage(Message) - Method in class org.mule.transport.jms.JmsClientAcknowledgeTransaction
 
setMessageContextAttachments(MuleMessage, MessageContext) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
setMessageContextProperties(MuleMessage, MessageContext) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
setMessageDelayTime(long) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setMessageDigestAlgorithm(String) - Method in class org.mule.routing.inbound.IdempotentSecureHashReceiver
 
setMessageIdExpression(String) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
setMessageInfoMapping(MessageInfoMapping) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setMessageInfoMapping(MessageInfoMapping) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setMessageInfoMapping(MessageInfoMapping) - Method in class org.mule.routing.response.AbstractResponseRouter
 
setMessageProperties(MuleSession, MuleMessage, OutboundEndpoint) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setMessageService(MessageService) - Method in interface org.mule.transport.bpm.BPMS
MessageService contains a callback method used to generate Mule messages from your process.
setMessageService(MessageService) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
setMessageService(MessageService) - Static method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
setMessageSize(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setMeta(String) - Method in class org.mule.endpoint.URIBuilder
 
setMetaInfo(Map) - Method in interface org.mule.api.retry.RetryContext
 
setMetaInfo(Map) - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
setMetaInfo(Map) - Method in class org.mule.retry.DefaultRetryContext
 
setMetaInfo(Map) - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
setMethod(String) - Method in interface org.mule.api.routing.InterfaceBinding
 
setMethod(String) - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
setMethodName(String) - Method in class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
setMethodProperty(String) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
setMethods(Set) - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
setMethods(Collection) - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
setMode(String) - Method in class org.mule.transport.soap.NamedParameter
 
setModel(Model) - Method in interface org.mule.api.service.Service
Sets the Model name that this descriptor is registered within.
setModel(Model) - Method in class org.mule.service.AbstractService
 
setModelName(String) - Method in class org.mule.module.jca.MuleActivationSpec
 
setModelName(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
setMoveToDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setMoveToPattern(String) - Method in class org.mule.transport.file.FileConnector
 
setMuleConfiguration(MuleConfiguration) - Method in interface org.mule.api.context.MuleContextBuilder
 
setMuleConfiguration(MuleConfiguration) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.AbstractAgent
 
setMuleContext(MuleContext) - Method in class org.mule.AbstractExceptionListener
 
setMuleContext(MuleContext) - Method in interface org.mule.api.context.MuleContextAware
 
setMuleContext(MuleContext) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.component.AbstractComponent
 
setMuleContext(MuleContext) - Method in class org.mule.config.bootstrap.SimpleRegistryBootstrap
setMuleContext(MuleContext) - Method in class org.mule.config.spring.MuleConfigurationConfigurator
 
setMuleContext(MuleContext) - Method in class org.mule.config.spring.processors.PropertyPlaceholderProcessor
 
setMuleContext(MuleContext) - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
setMuleContext(MuleContext) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setMuleContext(MuleContext) - Method in class org.mule.endpoint.DefaultEndpointFactory
 
setMuleContext(MuleContext) - Method in class org.mule.expression.MuleExpressionEvaluator
 
setMuleContext(MuleContext) - Method in class org.mule.expression.RegistryExpressionEvaluator
 
setMuleContext(MuleContext) - Method in class org.mule.expression.StringExpressionEvaluator
 
setMuleContext(MuleContext) - Method in class org.mule.expression.transformers.AbstractExpressionTransformer
 
setMuleContext(MuleContext) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setMuleContext(MuleContext) - Method in class org.mule.model.AbstractModel
 
setMuleContext(MuleContext) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
setMuleContext(MuleContext) - Method in class org.mule.module.management.mbean.StatisticsService
 
setMuleContext(MuleContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
setMuleContext(MuleContext) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated.  
setMuleContext(MuleContext) - Method in class org.mule.module.xml.filters.JaxenFilter
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.filters.XPathFilter
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
setMuleContext(MuleContext) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
setMuleContext(MuleContext) - Static method in class org.mule.MuleServer
 
setMuleContext(MuleContext) - Method in class org.mule.routing.AbstractRouter
 
setMuleContext(MuleContext) - Method in class org.mule.routing.AbstractRouterCollection
 
setMuleContext(MuleContext) - Method in class org.mule.routing.ExpressionMessageInfoMapping
 
setMuleContext(MuleContext) - Method in class org.mule.routing.filters.ExpressionFilter
 
setMuleContext(MuleContext) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setMuleContext(MuleContext) - Method in class org.mule.service.AbstractService
 
setMuleContext(MuleContext) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setMuleContext(MuleContext) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setMuleContext(MuleContext) - Method in class org.mule.transport.AbstractConnector
 
setMuleContext(MuleContext) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
setMuleContext(MuleContext) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
setMuleContext(MuleContext) - Method in class org.mule.transport.quartz.config.AbstractJobConfig
 
setMuleContext(MuleContext) - Method in class org.mule.util.DefaultStreamCloserService
 
setMuleContext(MuleContext) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
setMuleContext(MuleContext) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setMuleEndpoint(ImmutableEndpoint) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setName(String) - Method in class org.mule.AbstractAgent
 
setName(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setName(String) - Method in interface org.mule.api.NamedObject
Sets the name of the object
setName(String) - Method in interface org.mule.api.security.SecurityProvider
 
setName(String) - Method in class org.mule.config.spring.parsers.generic.NamedDefinitionParser
 
setName(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setName(String) - Method in class org.mule.example.hello.NameString
 
setName(String) - Method in class org.mule.example.loanbroker.messages.Customer
 
setName(String) - Method in class org.mule.example.stockquote.StockQuote
 
setName(String) - Method in class org.mule.expression.EndpointInfoExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.FunctionExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MapPayloadExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageAttachmentExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageAttachmentsExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageAttachmentsListExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageHeaderExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageHeadersExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessageHeadersListExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MessagePayloadExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MuleContextExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.MuleExpressionEvaluator
 
setName(String) - Method in class org.mule.expression.RegistryExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.StringExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setName(String) - Method in class org.mule.management.stats.ServiceStatistics
 
setName(String) - Method in class org.mule.model.AbstractModel
 
setName(String) - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
setName(String) - Method in class org.mule.module.ognl.expression.OgnlExpressionEvaluator
 
setName(String) - Method in class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
Sets the name of the object
setName(String) - Method in class org.mule.module.xml.expression.JXPathExpressionEvaluator
Deprecated. Sets the name of the object
setName(String) - Method in class org.mule.security.AbstractNamedEncryptionStrategy
 
setName(String) - Method in class org.mule.security.AbstractSecurityProvider
 
setName(String) - Method in class org.mule.service.AbstractService
 
setName(String) - Method in class org.mule.tck.security.Named
 
setName(String) - Method in class org.mule.transformer.AbstractTransformer
 
setName(String) - Method in class org.mule.transport.AbstractConnector
 
setName(String) - Method in class org.mule.transport.jms.JmsTransactionFactory
 
setName(String) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setNamespaceManager(NamespaceManager) - Method in class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
 
setNamespaces(Map<String, String>) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
setNamespaces(Map) - Method in class org.mule.module.xml.filters.JaxenFilter
 
setNamespaces(Map) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setNamespaces(Map<String, String>) - Method in class org.mule.module.xml.filters.XPathFilter
The prefix-to-namespace map for the namespace context to be applied to the XPath evaluation.
setNamespaces(Map) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
setNamespaces(Map) - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
setNamespaces(Map<String, String>) - Method in class org.mule.module.xml.transformer.XPathExtractor
The prefix-to-namespace map.
setNamespaces(Map) - Method in class org.mule.module.xml.util.NamespaceManager
 
setNewLineAfterNTags(int) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setNewlines(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setNextMessage(Message) - Method in class org.mule.config.i18n.Message
 
setNextTransformer(StreamingTransformer) - Method in interface org.mule.api.transformer.StreamingTransformer
Transformers can be chained together and invoked in a series
setNoLocal(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setNotificationDynamic(boolean) - Method in class org.mule.config.spring.ServerNotificationManagerConfigurator
 
setNotificationDynamic(boolean) - Method in class org.mule.context.notification.ServerNotificationManager
 
setNotificationManager(ServerNotificationManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setNotificationManager(ServerNotificationManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setNotifier(RetryNotifier) - Method in interface org.mule.api.retry.RetryPolicyTemplate
 
setNotifier(RetryNotifier) - Method in class org.mule.retry.policies.AbstractPolicyTemplate
 
setNullReturnsTrue(boolean) - Method in class org.mule.routing.filters.ExpressionFilter
 
setNumberOfConcurrentTransactedReceivers(int) - Method in class org.mule.transport.AbstractConnector
 
setNumberOfConsumers(int) - Method in class org.mule.transport.jms.JmsConnector
A synonym for AbstractConnector.numberOfConcurrentTransactedReceivers.
setNumberOfMessages(int) - Method in class org.mule.routing.outbound.MessageChunkingRouter
 
setObjectClass(Class) - Method in class org.mule.object.AbstractObjectFactory
 
setObjectClassName(String) - Method in class org.mule.object.AbstractObjectFactory
 
setObjectFactory(ObjectFactory) - Method in interface org.mule.api.component.JavaComponent
The object factory used to obtain the component object instance.
setObjectFactory(ObjectFactory) - Method in class org.mule.component.AbstractJavaComponent
 
setObjectFactory(ObjectFactory) - Method in class org.mule.component.SimpleCallableJavaComponent
 
setObjectFactory(ObjectFactory) - Method in class org.mule.util.pool.CommonsPoolObjectPool
 
setObjectFactory(ObjectFactory) - Method in interface org.mule.util.pool.ObjectPool
 
setObjectName(String) - Method in class org.mule.object.JndiObjectFactory
 
setOk() - Method in interface org.mule.api.retry.RetryContext
Typically called by validation logic to mark no problems with the current connection.
setOk() - Method in class org.mule.retry.DefaultRetryContext
 
setOmitEncoding(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setOpen(String) - Method in class org.mule.example.stockquote.StockQuote
 
setOperation(String) - Method in class org.mule.example.scripting.AccumulatorComponent
 
setOperation(String) - Method in class org.mule.example.scripting.SimpleMathTransformer
 
setOperation(String) - Method in class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
setOperationStyle(MessageContext) - Method in class org.mule.transport.soap.axis.extensions.MuleMsgProvider
Deprecated. I dont think this is necessary, but leaving it here for a while
setOptional(boolean) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setOptionalParams(Map) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
setOptionIfNotset(SOAPService, String, Object) - Method in class org.mule.transport.soap.axis.AxisMessageReceiver
 
setOrderedLifecycleObjects(Set) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setOrderedLifecycleObjects(Set) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setOutboundRouter(OutboundRouterCollection) - Method in interface org.mule.api.service.Service
Outbound Routers control how events are published by a service once.
setOutboundRouter(OutboundRouterCollection) - Method in class org.mule.service.AbstractService
 
setOutboundRouterStat(RouterStatistics) - Method in class org.mule.management.stats.ServiceStatistics
 
setOutboundTransformer(Transformer) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setOutputAppend(boolean) - Method in class org.mule.transport.file.FileConnector
 
setOutputEncoding(String) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
setOutputMessage(String) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setOutputMessageCode(String) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setOutputPattern(String) - Method in class org.mule.transport.file.FileConnector
 
setOutputPattern(String) - Method in class org.mule.transport.ftp.FtpConnector
 
setOutputStream(OutputStream) - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
setOutputStream(FileOutputStream) - Method in class org.mule.transport.file.FileConnector
 
setOutputStream(OutputStream) - Method in class org.mule.transport.stdio.StdioConnector
 
setOutputType(String) - Method in class org.mule.module.xml.transformer.JXPathExtractor
 
setOverrideHost(String) - Method in class org.mule.module.management.agent.FixedHostRmiClientSocketFactory
Setter for property 'overrideHost'.
setOverrides(Properties) - Method in class org.mule.transport.service.DefaultTransportServiceDescriptor
 
setOverwrite(boolean) - Method in class org.mule.config.spring.processors.MuleObjectNameProcessor
 
setOverwrite(boolean) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setPadText(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setParentContext(ApplicationContext) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
setParserContext(ParserContext) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setPassive(boolean) - Method in class org.mule.transport.ftp.FtpConnector
Setter for FTP passive mode.
setPassword(String) - Method in class org.mule.endpoint.URIBuilder
 
setPassword(String) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
setPassword(String) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Sets the value of the password property.
setPassword(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
setPassword(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setPassword(String) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setPassword(String) - Method in class org.mule.transport.jms.JmsConnector
 
setPath(String) - Method in class org.mule.endpoint.URIBuilder
 
setPathInJar(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setPattern(String) - Method in class org.mule.module.sxc.SxcFilter
 
setPattern(String) - Method in class org.mule.module.xml.filters.JaxenFilter
 
setPattern(String) - Method in class org.mule.module.xml.filters.JXPathFilter
 
setPattern(String) - Method in class org.mule.module.xml.filters.XPathFilter
 
setPattern(Object) - Method in class org.mule.routing.filters.EqualsFilter
 
setPattern(String) - Method in class org.mule.routing.filters.MessagePropertyFilter
 
setPattern(String) - Method in class org.mule.routing.filters.RegExFilter
 
setPattern(String) - Method in class org.mule.routing.filters.WildcardFilter
 
setPattern(String) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
 
setPattern(String) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Return the regex pattern to match on
setPattern(String) - Method in class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
setPayload(Object) - Method in interface org.mule.api.MuleMessage
Update the message payload.
setPayload(Object) - Method in interface org.mule.api.transport.MutableMessageAdapter
Update the message payload.
setPayload(Object) - Method in class org.mule.DefaultMuleMessage
Update the message payload.
setPayload(Message) - Method in class org.mule.transport.cxf.CxfMessageAdapter
 
setPayload(Object) - Method in class org.mule.transport.DefaultMessageAdapter
Update the message payload.
setPayload(Object) - Method in class org.mule.transport.quartz.jobs.EventGeneratorJobConfig
 
setPayloadParameterNames(List) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
setPersistenceStrategy(QueuePersistenceStrategy) - Method in interface org.mule.util.queue.QueueManager
 
setPersistenceStrategy(QueuePersistenceStrategy) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setPersistent(boolean) - Method in class org.mule.config.QueueProfile
 
setPersistent(boolean) - Method in class org.mule.util.queue.QueueConfiguration
 
setPersistentDelivery(boolean) - Method in class org.mule.transport.jms.JmsConnector
 
setPerson(Person) - Method in class org.mule.tck.testmodels.services.PersonResponse
 
setPollingFrequency(long) - Method in class org.mule.transport.file.FileConnector
 
setPollingFrequency(long) - Method in class org.mule.transport.ftp.FtpConnector
 
setPollingFrequency(long) - Method in class org.mule.transport.http.HttpPollingConnector
 
setPollingFrequency(long) - Method in class org.mule.transport.http.HttpsPollingConnector
 
setPollingFrequency(long) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setPollingFrequency(long) - Method in class org.mule.transport.rmi.RmiConnector
 
setPoolExhaustedAction(int) - Method in interface org.mule.api.config.ThreadingProfile
 
setPoolExhaustedAction(int) - Method in class org.mule.config.ChainedThreadingProfile
 
setPoolExhaustedAction(int) - Method in class org.mule.config.ImmutableThreadingProfile
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.component.PooledJavaComponent
 
setPoolingProfile(PoolingProfile) - Method in class org.mule.model.seda.SedaModel
 
setPort(int) - Method in class org.mule.endpoint.URIBuilder
 
setPort(String) - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
Setter for property 'port'.
setPort(String) - Method in class org.mule.module.management.agent.JdmkAgent
 
setPort(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setPort(String) - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
setPostcode(String) - Method in class org.mule.tck.testmodels.services.Address
 
setPostfix(String) - Method in class org.mule.component.simple.StaticComponent
 
setPostNotification(ServerNotification) - Method in class org.mule.lifecycle.LifecycleObject
 
setPostNotificationName(String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
setPrefix(String) - Method in class org.mule.component.simple.StaticComponent
 
setPreNotification(ServerNotification) - Method in class org.mule.lifecycle.LifecycleObject
 
setPreNotificationName(String) - Method in class org.mule.lifecycle.NotificationLifecycleObject
 
setPreviousClose(String) - Method in class org.mule.example.stockquote.StockQuote
 
setPrice(double) - Method in class org.mule.example.bookstore.Book
 
setPrimeRate(double) - Method in class org.mule.example.loanbroker.bank.Bank
 
setPrintHeaders(boolean) - Method in class org.mule.management.stats.printers.CSVPrinter
 
setPriorityWeighting(int) - Method in interface org.mule.api.transformer.DiscoverableTransformer
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
setPriorityWeighting(int) - Method in class org.mule.module.xml.transformer.DomDocumentToXml
 
setPriorityWeighting(int) - Method in class org.mule.module.xml.transformer.XmlToDomDocument
 
setPriorityWeighting(int) - Method in class org.mule.module.xml.transformer.XmlToOutputHandler
 
setPriorityWeighting(int) - Method in class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
setPriorityWeighting(int) - Method in class org.mule.transformer.AbstractDiscoverableTransformer
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ByteArrayToSerializable
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectArrayToString
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectToOutputHandler
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.ObjectToString
 
setPriorityWeighting(int) - Method in class org.mule.transformer.simple.SerializableToByteArray
 
setPriorityWeighting(int) - Method in class org.mule.transport.http.transformers.ServletRequestToOutputHandler
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
setPriorityWeighting(int) - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
setProcessIdField(String) - Method in class org.mule.transport.bpm.ProcessConnector
 
setPromptMessage(String) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setPromptMessageCode(String) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setProperties(Map) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setProperties(Map) - Method in interface org.mule.api.security.Authentication
 
setProperties(Map) - Method in class org.mule.endpoint.AbstractEndpointBuilder
NOTE - this appends properties.
setProperties(Map) - Method in class org.mule.example.errorhandler.ErrorMessage
 
setProperties(Map) - Method in class org.mule.module.acegi.AcegiAuthenticationAdapter
 
setProperties(Map) - Method in class org.mule.module.jaas.JaasAuthentication
 
setProperties(Map) - Method in class org.mule.module.jboss.transaction.JBossArjunaTransactionManagerFactory
 
setProperties(Map) - Method in class org.mule.module.pgp.PGPAuthentication
 
setProperties(Properties) - Method in class org.mule.module.scripting.component.Scriptable
 
setProperties(Map) - Method in class org.mule.module.spring.security.SpringAuthenticationAdapter
 
setProperties(Map) - Method in class org.mule.object.AbstractObjectFactory
 
setProperties(Map) - Method in class org.mule.object.JndiObjectFactory
 
setProperties(Map) - Method in class org.mule.security.DefaultMuleAuthentication
 
setProperties(Map) - Static method in class org.mule.transport.soap.axis.AxisServiceProxy
 
setProperties(Map) - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
setPropertiesFromProperties(Map) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setPropertiesMap(Properties) - Method in class org.mule.module.jca.MuleActivationSpec
 
setPropertiesMap(String) - Method in class org.mule.module.jca.MuleActivationSpec
 
setProperty(Object, Object) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setProperty(Object, Object) - Method in interface org.mule.api.MuleSession
Will set a session level property.
setProperty(String, Object) - Method in interface org.mule.api.transport.MessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in interface org.mule.api.transport.MessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.DefaultMuleMessage
Set a property on the message
setProperty(String, Object) - Method in class org.mule.DefaultMuleMessage
Set a property on the message
setProperty(Object, Object) - Method in class org.mule.DefaultMuleSession
Will set a session level property.
setProperty(Object, Object) - Method in class org.mule.endpoint.AbstractEndpointBuilder
Sets a property on the endpoint
setProperty(Object, Object) - Method in class org.mule.message.BaseMessage
 
setProperty(String, Object) - Method in class org.mule.module.client.MuleClient
 
setProperty(Object, Object) - Method in class org.mule.module.client.remoting.notification.RemoteDispatcherNotification
 
setProperty(Object, Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
setProperty(String, Object) - Method in class org.mule.module.xml.stax.StaxSource.PseudoReader
 
setProperty(String, Object) - Method in class org.mule.transport.AbstractMessageAdapter
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.transport.AbstractMessageAdapter
Set a property on the message
setProperty(String, Object) - Method in class org.mule.transport.MessagePropertiesContext
Set a property on the message
setProperty(String, Object, PropertyScope) - Method in class org.mule.transport.MessagePropertiesContext
Set a property on the message
setPropertyClass(String) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Sets the class type of the property
setPropertyFromEndpoint(MuleEvent, MuleMessage, String) - Method in class org.mule.transport.http.HttpClientMessageDispatcher
 
setPropertyName(String) - Method in class org.mule.transformer.simple.GetBeanProperty
 
setPropertyName(String) - Method in class org.mule.transport.jms.filters.JmsPropertyFilter
Sets the name of the property
setProtocol(String) - Method in class org.mule.endpoint.URIBuilder
 
setProtocolHandler(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setProtocolHandler(String) - Method in interface org.mule.api.security.TlsProtocolHandler
 
setProtocolHandler(String) - Method in class org.mule.transport.http.HttpsConnector
 
setProtocolHandler(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setProtocolHandler(String) - Method in class org.mule.transport.ssl.SslConnector
 
setProvider(Provider) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setProvider(Provider) - Method in class org.mule.transport.http.HttpsConnector
 
setProvider(Provider) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setProvider(Provider) - Method in class org.mule.transport.ssl.SslConnector
 
setProviders(Collection) - Method in interface org.mule.api.security.SecurityManager
 
setProviders(Collection) - Method in class org.mule.security.MuleSecurityManager
 
setProxyHostname(String) - Method in class org.mule.transport.http.HttpConnector
 
setProxyPassword(String) - Method in class org.mule.transport.http.HttpConnector
 
setProxyPort(int) - Method in class org.mule.transport.http.HttpConnector
 
setProxyUsername(String) - Method in class org.mule.transport.http.HttpConnector
 
setPublicKeyRingFileName(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setQuantity(int) - Method in class org.mule.example.bookstore.Order
 
setQuartzScheduler(Scheduler) - Method in class org.mule.transport.quartz.QuartzConnector
 
setQueries(Map) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setQueryMap(Map) - Method in class org.mule.endpoint.URIBuilder
 
setQueryRunner(QueryRunner) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setQueueConfiguration(String, QueueConfiguration) - Method in interface org.mule.util.queue.QueueManager
 
setQueueConfiguration(String, QueueConfiguration) - Method in class org.mule.util.queue.TransactionalQueueManager
 
setQueueEvents(boolean) - Method in class org.mule.transport.vm.VMConnector
 
setQueueManager(QueueManager) - Method in interface org.mule.api.MuleContext
Sets the queue manager used by mule for queuing events.
setQueueManager(QueueManager) - Method in class org.mule.DefaultMuleContext
 
setQueueProfile(QueueProfile) - Method in class org.mule.model.seda.SedaModel
 
setQueueProfile(QueueProfile) - Method in class org.mule.model.seda.SedaService
 
setQueueProfile(QueueProfile) - Method in class org.mule.transport.vm.VMConnector
 
setQueueTimeout(int) - Method in class org.mule.model.seda.SedaModel
 
setQueueTimeout(Integer) - Method in class org.mule.model.seda.SedaService
 
setQueueTimeout(int) - Method in class org.mule.transport.vm.VMConnector
 
setRadius(Double) - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
setRawValue(double) - Method in interface org.mule.util.counters.Counter
Set the counter's value to a new value.
setRawValue(double) - Method in class org.mule.util.counters.impl.AbstractCounter
 
setRawValue(double) - Method in class org.mule.util.counters.impl.AggregateCounter
 
setRawValue(double) - Method in class org.mule.util.counters.impl.Number
 
setReadFromDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setRealm(String) - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
setRealm(String) - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
setRealmRequired(boolean) - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
setRealmRequired(boolean) - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
setReceiveBacklog(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setReceiveBufferSize(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setReceiveBufferSize(int) - Method in class org.mule.transport.udp.UdpConnector
 
setReceiveMessagesInTransaction(boolean) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
setReceiver(RmiMessageReceiver) - Method in interface org.mule.transport.rmi.RmiAble
Set Mule receiver as parameter for callback
setReceiverKey(String) - Method in interface org.mule.api.transport.MessageReceiver
 
setReceiverKey(String) - Method in class org.mule.transport.AbstractMessageReceiver
 
setReceiverServlet(JettyReceiverServlet) - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
setReceiverThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'receiverThreadingProfile'.
setReceiveTimeout(int) - Method in class org.mule.transport.udp.UdpConnector
 
setRecipients(List) - Method in class org.mule.routing.outbound.StaticRecipientList
 
setRedeliveryHandlerFactory(RedeliveryHandlerFactory) - Method in class org.mule.transport.jms.JmsConnector
 
setRef(String) - Method in class org.mule.config.spring.parsers.specific.DataObjectDefinitionParser.DataObjectFactoryBean
 
setReference() - Method in interface org.mule.config.spring.parsers.assembly.configuration.SingleProperty
 
setReference() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
setReference() - Method in class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
setReference(Reference) - Method in class org.mule.module.jca.DefaultMuleConnectionFactory
 
setRefreshableBean(Object) - Method in class org.mule.module.scripting.component.GroovyRefreshableBeanBuilder
 
setRegisterTraceInterceptor(boolean) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setRegistry(BeanDefinitionRegistry) - Method in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
setRegistryId(String) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setRegistryId(String) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in interface org.mule.api.config.ThreadingProfile
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.mule.config.ChainedThreadingProfile
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.mule.config.ImmutableThreadingProfile
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setRenameProperties(Map) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
setReplyTo(String) - Method in interface org.mule.api.routing.OutboundRouter
Sets the replyTo endpoint for any outgoing messages.
setReplyTo(Object) - Method in interface org.mule.api.transport.MessageAdapter
Sets a replyTo address for this message.
setReplyTo(Object) - Method in class org.mule.DefaultMuleMessage
Sets a replyTo address for this message.
setReplyTo(String) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setReplyTo(Object) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a replyTo address for this message.
setReplyTo(Object) - Method in class org.mule.transport.jms.JmsMessageAdapter
Sets a replyTo address for this message.
setReplyTo(Object) - Method in class org.mule.transport.servlet.HttpRequestMessageAdapter
Sets a replyTo address for this message.
setReplyTo(String) - Method in class org.mule.transport.soap.MuleSoapHeaders
 
setReplyToAddresses(String) - Method in class org.mule.transport.email.SmtpConnector
 
setRequesterFactory(MessageRequesterFactory) - Method in interface org.mule.api.transport.Connector
The requester factory is used to create a message requester of the current request
setRequesterFactory(MessageRequesterFactory) - Method in class org.mule.transport.AbstractConnector
 
setRequesterThreadingProfile(ThreadingProfile) - Method in class org.mule.transport.AbstractConnector
Setter for property 'requesterThreadingProfile'.
setRequestLine(RequestLine) - Method in class org.mule.transport.http.HttpRequest
 
setRequireClientAuthentication(boolean) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setRequireClientAuthentication(boolean) - Method in interface org.mule.api.security.TlsDirectTrustStore
If a server socket is constructed directly (see TlsConfiguration) then this flag will control whether client authenticatin is required.
setRequireClientAuthentication(boolean) - Method in class org.mule.transport.http.HttpsConnector
 
setRequireClientAuthentication(boolean) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setRequireClientAuthentication(boolean) - Method in class org.mule.transport.ssl.SslConnector
 
setRequiredParams(Map) - Method in class org.mule.transport.http.components.RestServiceWrapper
Required params that are pulled from the message.
setResolvedDomain(String) - Method in class org.mule.module.management.support.JmxRegistrationContext
Setter for property 'resolvedDomain'.
setResourceAdapter(ResourceAdapter) - Method in class org.mule.module.jca.MuleActivationSpec
 
setResourceBundle(String) - Method in class org.mule.transport.stdio.PromptStdioConnector
 
setResourceResolver(LSResourceResolver) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setResponseRouter(ResponseRouterCollection) - Method in interface org.mule.api.service.Service
Response Routers control how events are returned in a request/response call.
setResponseRouter(ResponseRouterCollection) - Method in class org.mule.service.AbstractService
 
setResponseTimeout(int) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setResponseTimeout(int) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setResponseTransformers(List) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setResponseTransformers(List) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setResultSetHandler(ResultSetHandler) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setResultsHandler(RouterResultsHandler) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setResultType(XPathExtractor.ResultType) - Method in class org.mule.module.xml.transformer.XPathExtractor
Result type from this transformer.
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.transport.AbstractConnector
 
setReturnClass(Class) - Method in interface org.mule.api.transformer.Transformer
Sets the expected return type for the transformed data.
setReturnClass(Class) - Method in class org.mule.expression.transformers.ExpressionArgument
 
setReturnClass(Class) - Method in class org.mule.transformer.AbstractTransformer
 
setReturnClass(Class) - Method in class org.mule.transport.soap.SoapMethod
 
setReturnData(Object) - Method in class org.mule.tck.functional.FunctionalTestComponent
Often you will may want to return a fixed message payload to simulate and external system call.
setReturnFirstResult(boolean) - Method in class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
 
setReturnMessages(MuleMessage[]) - Method in interface org.mule.api.retry.RetryContext
 
setReturnMessages(MuleMessage[]) - Method in class org.mule.retry.DefaultRetryContext
 
setReturnResult(boolean) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setReturnSourceIfNull(boolean) - Method in class org.mule.expression.transformers.ExpressionTransformer
 
setReturnType(QName) - Method in class org.mule.transport.soap.SoapMethod
 
setReuseAddress(Boolean) - Method in class org.mule.transport.tcp.TcpConnector
This allows closed sockets to be reused while they are still in TIME_WAIT state
setReuseObject(boolean) - Method in interface org.mule.transaction.XaTransaction.MuleXaObject
 
setReversible(boolean) - Method in class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
setRightFilter(Filter) - Method in class org.mule.routing.filters.logic.AbstractFilterCollection
Deprecated.  
setRightFilter(PacketFilter) - Method in class org.mule.transport.xmpp.filters.XmppAndFilter
 
setRmiRegistry(Registry) - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
setRollback(boolean) - Method in class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
setRollbackOnly() - Method in interface org.mule.api.transaction.Transaction
 
setRollbackOnly() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
setRollbackOnly() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
setRollbackOnly() - Method in class org.mule.transaction.XaTransaction
 
setRollbackTxFilter(WildcardFilter) - Method in class org.mule.AbstractExceptionListener
 
setRouters(List) - Method in interface org.mule.api.routing.RouterCollection
 
setRouters(List) - Method in class org.mule.routing.AbstractRouterCollection
 
setRouterStatistics(RouterStatistics) - Method in interface org.mule.api.routing.Router
 
setRouterStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouter
 
setSalt(byte[]) - Method in class org.mule.security.PasswordBasedEncryptionStrategy
 
setScheduler(ScheduledThreadPoolExecutor) - Method in class org.mule.util.store.AbstractMonitoredObjectStore
 
setSchemaLanguage(String) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setSchemaLocations(String) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setSchemaObject(Schema) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setScript(Scriptable) - Method in class org.mule.module.scripting.component.ScriptComponent
 
setScript(Scriptable) - Method in class org.mule.module.scripting.transformer.ScriptTransformer
 
setScriptEngine(ScriptEngine) - Method in class org.mule.module.scripting.component.Scriptable
 
setScriptEngineName(String) - Method in class org.mule.module.scripting.component.Scriptable
 
setScriptFile(String) - Method in class org.mule.module.scripting.component.Scriptable
 
setScriptText(String) - Method in class org.mule.module.scripting.component.Scriptable
 
setSecretAliasId(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecretKeyRingFileName(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecretPassphrase(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecurityContext(SecurityContext) - Method in interface org.mule.api.MuleSession
The security context for this session.
setSecurityContext(SecurityContext) - Method in class org.mule.DefaultMuleSession
The security context for this session.
setSecurityContextFactory(SecurityContextFactory) - Method in class org.mule.security.AbstractSecurityProvider
 
setSecurityFilter(EndpointSecurityFilter) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setSecurityFilter(EndpointSecurityFilter) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setSecurityManager(SecurityManager) - Method in interface org.mule.api.MuleContext
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(SecurityManager) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setSecurityManager(SecurityManager) - Method in class org.mule.DefaultMuleContext
Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
setSecurityManager(SecurityManager) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setSecurityManager(SecurityManager) - Method in class org.mule.transport.cxf.support.MuleSecurityManagerCallbackHandler
 
setSecurityManager(SecurityManager) - Method in class org.mule.transport.rmi.RmiConnector
 
setSecurityPolicy(String) - Method in class org.mule.transport.rmi.RmiConnector
 
setSecurityProperties(Map) - Method in class org.mule.module.acegi.AcegiProviderAdapter
 
setSecurityProperties(Map) - Method in class org.mule.module.spring.security.SpringProviderAdapter
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.transport.http.HttpsConnector
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setSecurityProviderFactory(SecurityProviderFactory) - Method in class org.mule.transport.ssl.SslConnector
 
setSecurityProviders(String) - Method in interface org.mule.api.security.EndpointSecurityFilter
 
setSecurityProviders(String) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
setSegments(Integer) - Method in class org.mule.tck.testmodels.fruit.FloridaSunnyOrangeFactoryBean
 
setSendBufferSize(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setSendBufferSize(int) - Method in class org.mule.transport.udp.UdpConnector
 
setSendTcpNoDelay(boolean) - Method in class org.mule.transport.tcp.TcpConnector
 
setSendTimeout(int) - Method in class org.mule.transport.udp.UdpConnector
 
setSendTransformed(boolean) - Method in class org.mule.routing.ForwardingCatchAllStrategy
 
setSerialiseObjects(boolean) - Method in class org.mule.transport.file.FileConnector
 
setServerClassName(String) - Method in class org.mule.transport.rmi.RmiConnector
Method setServerClassName
setServerCodebase(String) - Method in class org.mule.transport.rmi.RmiConnector
Method setServerCodebase
setServerConfig(String) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setServerProvider(SimpleProvider) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setServerSocketFactory(SimpleServerSocketFactory) - Method in class org.mule.transport.tcp.TcpConnector
 
setServerSoTimeout(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setServerUri(String) - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
setService(Service) - Method in interface org.mule.api.component.Component
 
setService(Service) - Method in interface org.mule.api.service.ServiceAware
 
setService(Service) - Method in class org.mule.component.AbstractComponent
 
setService(Service) - Method in class org.mule.component.builder.AbstractMessageBuilder
Deprecated.  
setService(Service) - Method in class org.mule.component.simple.BridgeComponent
Deprecated.  
setService(Service) - Method in class org.mule.example.loanbroker.bank.Bank
 
setService(Service) - Method in class org.mule.transport.AbstractMessageReceiver
 
setService(Service) - Method in class org.mule.transport.soap.WSProxyService
 
setServiceBean(Object) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setServiceClass(Class) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setServiceInterface(Class) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setServiceOverrides(Map) - Method in class org.mule.transport.AbstractConnector
Set the Service overrides on this connector.
setServiceUrl(String) - Method in class org.mule.transport.http.components.RestServiceWrapper
 
setServletClass(Class) - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
setServletUrl(String) - Method in class org.mule.transport.servlet.ServletConnector
 
setSessionContext(SessionContext) - Method in class org.mule.example.loanbroker.credit.CreditAgencyBean
 
setSessionHandler(SessionHandler) - Method in class org.mule.transport.AbstractConnector
Setter for property 'sessionHandler'.
setSignRequested(boolean) - Method in class org.mule.module.pgp.PGPCryptInfo
 
setSignRequired(boolean) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setSingleResult(boolean) - Method in class org.mule.module.xml.transformer.JXPathExtractor
If multiple results are expected from the JXPathExtractor.expression evaluation, set this to false.
setSoapAction(MuleEvent, EndpointURI, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
setSocketFactory(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setSocketFactory(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setSocketFactory(AbstractTcpSocketFactory) - Method in class org.mule.transport.tcp.TcpConnector
 
setSocketFactoryFallback(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setSocketFactoryFallback(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setSocketFactoryProperties(Map) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setSocketSoLinger(int) - Method in class org.mule.transport.tcp.TcpConnector
 
setSocketTimeout(int) - Method in class org.mule.transport.http.HttpServerConnection
 
setSpecification(String) - Method in class org.mule.transport.jms.JmsConnector
 
setSpecification(String) - Method in class org.mule.transport.jms.JmsMessageAdapter
 
setSplitExpression(String) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
setSqlStatementStrategyFactory(SqlStatementStrategyFactory) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setSSLProtocol(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setSslType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setSslType(String) - Method in class org.mule.transport.http.HttpsConnector
 
setSslType(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setSslType(String) - Method in class org.mule.transport.ssl.SslConnector
 
setSsn(int) - Method in class org.mule.example.loanbroker.messages.Customer
 
setStackTrace(StackTraceElement[]) - Method in class org.mule.example.errorhandler.ExceptionBean
 
setStackTrace(String[]) - Method in class org.mule.example.errorhandler.ExceptionBean
 
setStartTime(long) - Method in class org.mule.management.stats.AllStatistics
 
setStartupPropertiesFile(String) - Static method in class org.mule.MuleServer
 
setStatistics(RouterStatistics) - Method in interface org.mule.api.routing.RouterCollection
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractCatchAllStrategy
 
setStatistics(RouterStatistics) - Method in class org.mule.routing.AbstractRouterCollection
 
setStatusLine(HttpVersion, int, String) - Method in class org.mule.transport.http.HttpResponse
 
setStatusLine(HttpVersion, int) - Method in class org.mule.transport.http.HttpResponse
 
setStopFurtherProcessing(boolean) - Method in interface org.mule.api.MuleEvent
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in interface org.mule.api.MuleEventContext
Determines whether the default processing for this event will be executed.
setStopFurtherProcessing(boolean) - Method in class org.mule.DefaultMuleEvent
Setting this parameter will stop the Mule framework from processing this event in the standard way.
setStopFurtherProcessing(boolean) - Method in class org.mule.DefaultMuleEventContext
Determines whether the default processing for this event will be executed.
setStore(ObjectStore) - Method in class org.mule.routing.inbound.IdempotentReceiver
 
setStrategy(EncryptionStrategy) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setStrategy(EncryptionStrategy) - Method in class org.mule.security.filters.MuleEncryptionEndpointSecurityFilter
 
setStrategy(CompressionStrategy) - Method in class org.mule.transformer.compression.AbstractCompressionTransformer
 
setStrategy(EncryptionStrategy) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
setStrategyName(String) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setStrategyName(String) - Method in class org.mule.transformer.encryption.AbstractEncryptionTransformer
 
setStreaming(boolean) - Method in class org.mule.transport.file.FileConnector
 
setStreaming(boolean) - Method in class org.mule.transport.ftp.FtpConnector
 
setStreaming(boolean) - Method in class org.mule.transport.tcp.TcpInputStream
 
setStreamMessage(ReceiverFileInputStream) - Method in class org.mule.transport.file.FileMessageAdapter
 
setStringProperty(String, String) - Method in interface org.mule.api.transport.MessageAdapter
Sets a String property on the message
setStringProperty(String, String) - Method in class org.mule.DefaultMuleMessage
Sets a String property on the message
setStringProperty(String, String) - Method in class org.mule.transport.AbstractMessageAdapter
Sets a String property on the message
setStyle(String) - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
setSubject(String) - Method in class org.mule.transport.email.SmtpConnector
 
setSubscription(String) - Method in class org.mule.context.notification.ListenerSubscriptionPair
 
setSubscriptionFilter(Class) - Method in class org.mule.module.spring.events.MuleEventMulticaster
sets the type of filter used to filter subscriptions
setSubscriptions(String[]) - Method in class org.mule.module.spring.events.MuleEventMulticaster
A list of endpoints the eventMulticaster will receive events on Note that if this eventMulticaster has a Mule Descriptor associated with it, these endpoints are ignored and the ones on the Mule Descriptor are used.
setSubscriptions(String[]) - Method in interface org.mule.module.spring.events.MuleSubscriptionEventListener
 
setSubscriptionsOnService(Service) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
setSupportedPhases(Set) - Method in interface org.mule.api.lifecycle.LifecyclePhase
 
setSupportedPhases(Set) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
 
setSupportedProtocols(List) - Method in class org.mule.transport.AbstractConnector
Sets A list of protocols that the connector can accept
setSupportedSchemes(List) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setSuppressDeclaration(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setSymbol(String) - Method in class org.mule.example.stockquote.StockQuote
 
setSynchronous(boolean) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setSynchronous(boolean) - Method in interface org.mule.api.MuleEvent
Determines whether the was sent synchrounously or not
setSynchronous(boolean) - Method in class org.mule.DefaultMuleEvent
 
setSynchronous(boolean) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setSynchronous(Boolean) - Method in class org.mule.routing.outbound.AbstractRecipientList
 
setSynchronousEventTimeout(int) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
setSystemModelType(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setTcpProtocol(TcpProtocol) - Method in class org.mule.transport.tcp.TcpConnector
 
setterMethod - Variable in class org.mule.config.spring.parsers.generic.ChildDefinitionParser
 
setterMethod - Variable in class org.mule.config.spring.parsers.specific.ObjectFactoryDefinitionParser
 
setThreadFactory(ThreadFactory) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadFactory(ThreadFactory) - Method in class org.mule.config.ImmutableThreadingProfile
 
setThreadingProfile(ThreadingProfile) - Method in class org.mule.model.seda.SedaService
 
setThreadPriority(int) - Method in class org.mule.work.WorkerContext
Defines the thread priority level of the thread, which will be dispatched to process this work.
setThreadTTL(long) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadTTL(long) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadTTL(long) - Method in class org.mule.config.ImmutableThreadingProfile
 
setThreadWaitTimeout(long) - Method in interface org.mule.api.config.ThreadingProfile
 
setThreadWaitTimeout(long) - Method in class org.mule.config.ChainedThreadingProfile
 
setThreadWaitTimeout(long) - Method in class org.mule.config.ImmutableThreadingProfile
 
setThrowable(Throwable) - Method in class org.mule.example.errorhandler.ErrorMessage
 
setThrowException(boolean) - Method in class org.mule.tck.functional.FunctionalTestComponent
Sometimes you will want the service to always throw an exception, if this is the case you can set the 'throwException' property to true.
setTime(long) - Method in class org.mule.tck.testmodels.services.PersonResponse
 
setTimeout(int) - Method in interface org.mule.api.MuleEvent
The number of milliseconds to wait for a return event when running synchronously.
setTimeout(int) - Method in interface org.mule.api.routing.ResponseRouter
Sets the timeout delay that the response router should wait for a response for a given event.
setTimeout(int) - Method in interface org.mule.api.routing.ResponseRouterCollection
 
setTimeout(int) - Method in interface org.mule.api.transaction.TransactionConfig
 
setTimeout(int) - Method in class org.mule.DefaultMuleEvent
 
setTimeout(int) - Method in class org.mule.routing.EventCorrelator
 
setTimeout(int) - Method in class org.mule.routing.inbound.AbstractEventAggregator
 
setTimeout(int) - Method in class org.mule.routing.response.AbstractResponseAggregator
 
setTimeout(int) - Method in class org.mule.routing.response.DefaultResponseRouterCollection
 
setTimeout(int) - Method in class org.mule.transaction.MuleTransactionConfig
 
setTimeout(int) - Method in class org.mule.transport.quartz.jobs.EndpointPollingJobConfig
 
setTimeout(int) - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
setTimeout(int) - Method in class org.mule.transport.tcp.TcpConnector
Deprecated. The time out should be set explicitly for each
setTimeToLive(int) - Method in class org.mule.transport.multicast.MulticastConnector
 
setTimeUnit(TimeUnit) - Method in class org.mule.transport.AbstractPollingMessageReceiver
 
setTitle(String) - Method in class org.mule.example.bookstore.Book
 
setTopicResolver(JmsTopicResolver) - Method in class org.mule.transport.jms.JmsConnector
Setter for property 'topicResolver'.
setTracking(boolean) - Method in class org.mule.module.xml.stax.ReversibleXMLStreamReader
 
setTransactionConfig(TransactionConfig) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setTransactionConfig(TransactionConfig) - Method in interface org.mule.api.routing.OutboundRouter
 
setTransactionConfig(TransactionConfig) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setTransactionConfig(TransactionConfig) - Method in class org.mule.routing.outbound.AbstractOutboundRouter
 
setTransactionManager(TransactionManager) - Method in interface org.mule.api.MuleContext
Sets the Jta Transaction Manager to use with this Mule server instance
setTransactionManager(TransactionManager) - Method in class org.mule.DefaultMuleContext
Sets the Jta Transaction Manager to use with this Mule server instance
setTransactionManager(TransactionManager) - Method in class org.mule.module.spring.transaction.SpringTransactionManagerFactory
 
setTransactionPerMessage(boolean) - Method in class org.mule.transport.jdbc.JdbcConnector
 
setTransactionRollbackOnly(AbstractTransactionContext) - Method in class org.mule.util.xa.AbstractResourceManager
 
setTransactionTimeout(int) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
setTransactionTimeout(int) - Method in class org.mule.util.xa.DefaultXASession
 
setTransferObjectClass(Class) - Method in interface org.mule.api.transformer.wire.WireFormat
 
setTransferObjectClass(Class) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
setTransformer(Transformer) - Method in class org.mule.routing.outbound.TransformerRouter
 
setTransformers(List) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setTransformers(List) - Method in class org.mule.api.FutureMessageResult
Set a post-invocation transformer.
setTransformers(List) - Method in interface org.mule.api.transport.ReplyToHandler
 
setTransformers(List) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setTransformers(List) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setTransformers(List) - Method in class org.mule.transport.DefaultReplyToHandler
 
setTransformFirst(boolean) - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
setTransformFirst(boolean) - Method in class org.mule.routing.inbound.SelectiveConsumer
 
setTransportName(String) - Method in class org.mule.transport.soap.axis.AxisServiceComponent
 
setTreatMapAsNamedParams(boolean) - Method in class org.mule.transport.soap.axis.AxisConnector
 
setTrimText(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setTrustManagerAlgorithm(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustManagerAlgorithm(String) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTrustManagerAlgorithm(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setTrustManagerAlgorithm(String) - Method in class org.mule.transport.http.HttpsConnector
 
setTrustManagerAlgorithm(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setTrustManagerAlgorithm(String) - Method in class org.mule.transport.ssl.SslConnector
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustManagerFactory(TrustManagerFactory) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.transport.http.HttpsConnector
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setTrustManagerFactory(TrustManagerFactory) - Method in class org.mule.transport.ssl.SslConnector
 
setTrustStore(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStore(String) - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
setTrustStore(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setTrustStore(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setTrustStore(String) - Method in class org.mule.transport.http.HttpsConnector
 
setTrustStore(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setTrustStore(String) - Method in class org.mule.transport.ssl.SslConnector
 
setTrustStoreName(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setTrustStorePassword(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStorePassword(String) - Method in interface org.mule.api.security.TlsIndirectTrustStore
 
setTrustStorePassword(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setTrustStorePassword(String) - Method in class org.mule.transport.email.AbstractTlsRetrieveMailConnector
 
setTrustStorePassword(String) - Method in class org.mule.transport.email.SmtpsConnector
 
setTrustStorePassword(String) - Method in class org.mule.transport.http.HttpsConnector
 
setTrustStorePassword(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setTrustStorePassword(String) - Method in class org.mule.transport.ssl.SslConnector
 
setTrustStoreType(String) - Method in class org.mule.api.security.tls.TlsConfiguration
 
setTrustStoreType(String) - Method in interface org.mule.api.security.TlsDirectTrustStore
 
setTrustStoreType(String) - Method in class org.mule.module.management.agent.IBMSslAdapterServerSocketFactory
 
setTrustStoreType(String) - Method in class org.mule.transport.http.HttpsConnector
 
setTrustStoreType(String) - Method in class org.mule.transport.servlet.jetty.JettyHttpsConnector
 
setTrustStoreType(String) - Method in class org.mule.transport.ssl.SslConnector
 
setTxManager(TransactionManager) - Method in class org.mule.transaction.lookup.GenericTransactionManagerLookupFactory
 
setType(String) - Method in class org.mule.config.spring.factories.EndpointFactoryBean
 
setType(Class) - Method in class org.mule.lifecycle.LifecycleObject
 
setUnauthenticated(MuleEvent) - Method in class org.mule.module.acegi.filters.http.HttpBasicAuthenticationFilter
 
setUnauthenticated(MuleEvent) - Method in class org.mule.module.spring.security.filters.http.HttpBasicAuthenticationFilter
 
setupClientAuthorization(MuleEvent, HttpMethod, HttpClient, ImmutableEndpoint) - Method in class org.mule.transport.http.HttpConnector
 
setUpDecoupledDestination() - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setupDispatchReturn(OutboundEndpoint, MessageDispatcher, MuleMessage) - Method in class org.mule.transport.AbstractConnector
This method will return the dispatcher to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the dispatcher to the pool when the stream is closed.
setupEntityMethod(Object, String, MuleMessage, URI, EntityEnclosingMethod) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
setupFileType(FTPClient, ImmutableEndpoint) - Method in class org.mule.transport.ftp.FtpConnector
Transfer type is BINARY by default.
setUpperCase(boolean) - Method in class org.mule.transformer.simple.ByteArrayToHexString
 
setupRequestMessage(HttpServletRequest, MuleMessage, MessageReceiver) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
setupRequestMessage(HttpServletRequest, MuleMessage) - Method in class org.mule.transport.servlet.MuleReceiverServlet
 
setupRequestReturn(InboundEndpoint, MessageRequester, MuleMessage) - Method in class org.mule.transport.AbstractConnector
This method will return the requester to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the requester to the pool when the stream is closed.
setupURL(Message) - Method in class org.mule.transport.cxf.transport.MuleUniversalConduit
 
setURIBuilder(URIBuilder) - Method in interface org.mule.api.endpoint.EndpointBuilder
 
setURIBuilder(URIBuilder) - Method in class org.mule.endpoint.AbstractEndpointBuilder
 
setUriResolver(URIResolver) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
setUrl(String) - Method in class org.mule.object.JndiObjectFactory
 
setUse(String) - Method in class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
setUseContinuations(boolean) - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
setUseDefaultConfigResource(boolean) - Method in class org.mule.config.spring.SpringXmlConfigurationBuilder
 
setUseMultipleTransactedReceivers(boolean) - Method in class org.mule.transport.TransactedPollingMessageReceiver
 
setUser(String) - Method in class org.mule.endpoint.URIBuilder
 
setUserCredentials(EndpointURI, Call) - Method in class org.mule.transport.soap.axis.AxisMessageDispatcher
 
setUserName(String) - Method in class org.mule.module.jca.MuleConnectionRequestInfo
 
setUsername(String) - Method in class org.mule.module.jca.MuleManagedConnectionFactory
Sets the value of the userName property.
setUserName(String) - Method in class org.mule.module.jca.MuleResourceAdapter
 
setUsername(String) - Method in class org.mule.transport.jms.JmsConnector
 
setUseStaxSource(boolean) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setUseStaxSource(boolean) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
setUseTemplates(boolean) - Method in class org.mule.routing.outbound.FilteringOutboundRouter
 
setValid(boolean) - Method in interface org.mule.api.MuleSession
Determines if this session is valid.
setValid(boolean) - Method in class org.mule.DefaultMuleSession
 
setValidateConnections(boolean) - Method in class org.mule.transport.AbstractConnector
Whether to test a connection on each take.
setValidateSchema(boolean) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
 
setValidatorFeatures(Map<String, Boolean>) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setValidatorProperties(Map<String, Object>) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setValue(Object) - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
setValue(Object) - Method in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser.ListEntry
 
setValue(Object) - Method in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser.KeyValuePair
 
setValue(String) - Method in class org.mule.module.xml.filters.JXPathFilter
Deprecated. Use setExpectedValue(String expectedValue).
setVolume(String) - Method in class org.mule.example.stockquote.StockQuote
 
setWaitTime(long) - Method in class org.mule.tck.functional.FunctionalTestComponent
 
setWireFormat(WireFormat) - Method in class org.mule.module.client.RemoteDispatcher
 
setWireFormat(WireFormat) - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
setWireFormat(WireFormat) - Method in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
setWireFormatClass(String) - Method in class org.mule.module.client.remoting.ServerHandshake
 
setWorkingDirectory(String) - Method in class org.mule.config.DefaultMuleConfiguration
 
setWorkListener(WorkListener) - Method in interface org.mule.api.context.MuleContextBuilder
 
setWorkListener(WorkListener) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setWorkManager(WorkManager) - Method in interface org.mule.api.context.MuleContextBuilder
 
setWorkManager(WorkManager) - Method in class org.mule.context.DefaultMuleContextBuilder
 
setWorkManager(WorkManager) - Method in class org.mule.model.seda.SedaService
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in interface org.mule.api.config.ThreadingProfile
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in class org.mule.config.ChainedThreadingProfile
 
setWorkManagerFactory(ThreadingProfile.WorkManagerFactory) - Method in class org.mule.config.ImmutableThreadingProfile
 
setWriteToDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setWsdlEndpoint(String) - Method in class org.mule.transport.soap.WSProxyService
 
setWsdlFile(String) - Method in class org.mule.transport.soap.WSProxyService
 
setWsdlPort(String) - Method in class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
setXHTML(boolean) - Method in class org.mule.module.xml.transformer.XmlPrettyPrinter
 
setXMLInputFactory(XMLInputFactory) - Method in class org.mule.module.xml.filters.SchemaValidationFilter
 
setXMLInputFactory(XMLInputFactory) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
setXmlInputFactory(String) - Method in class org.mule.transport.cxf.support.StaxFeature
 
setXMLOutputFactory(XMLOutputFactory) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
setXmlOutputFactory(String) - Method in class org.mule.transport.cxf.support.StaxFeature
 
setXpath(XPath) - Method in class org.mule.module.xml.filters.XPathFilter
The xpath object to use to evaluate the expression.
setXpath(XPath) - Method in class org.mule.module.xml.transformer.XPathExtractor
The XPath evaluator.
setXslFile(String) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
setXslFilePath(String) - Method in class org.mule.module.management.agent.Mx4jAgent
 
setXslt(String) - Method in class org.mule.module.xml.transformer.XsltTransformer
 
setXslTransformerFactory(String) - Method in class org.mule.module.xml.transformer.XsltTransformer
Configures the javax.xml.transform.Transformer factory class
SHORT_PAYLOAD_CLASS_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 
ShortcutComponentDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
ShortcutComponentDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.ShortcutComponentDefinitionParser
 
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.CollectionCorrelatorCallback
 
shouldAggregateEvents(EventGroup) - Method in interface org.mule.routing.EventCorrelatorCallback
Determines if the event group is ready to be aggregated.
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.response.ResponseCorrelationAggregator.DefaultEventCorrelatorCallback
Determines if the event group is ready to be aggregated.
shouldAggregateEvents(EventGroup) - Method in class org.mule.routing.SingleCorrelatorCallback
The SingleResponseRouter will return true if the event group size is 1.
shouldConnect() - Method in class org.mule.transport.http.HttpMessageReceiver
 
shutdown(Throwable) - Method in class org.mule.MuleServer
Will shut down the server displaying the cause and time of the shutdown
shutdown() - Method in class org.mule.MuleServer
shutdown the server.
shutdown(Throwable) - Method in class org.mule.MuleShutdownHook
 
shutdown() - Method in class org.mule.MuleShutdownHook
 
shutdown() - Method in class org.mule.transport.cxf.transport.MuleUniversalDestination
 
shutdown(int, long) - Method in class org.mule.util.queue.TransactionalQueueManager
 
shutdown(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
SHUTDOWN_MODE_KILL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to stop active transaction NOW, do no rollbacks
SHUTDOWN_MODE_NORMAL - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Wait for all transactions to complete
SHUTDOWN_MODE_ROLLBACK - Static variable in class org.mule.util.xa.AbstractResourceManager
Shutdown mode: Try to roll back all active transactions
shutdownNormally(Date) - Static method in class org.mule.config.i18n.CoreMessages
 
shutdownSocket() - Method in class org.mule.transport.ssl.SslMessageReceiver.SslWorker
 
shutdownSocket() - Method in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
SIMPLE_FRONTEND - Static variable in class org.mule.transport.cxf.CxfConstants
 
SimpleCallableJavaComponent - Class in org.mule.component
Simple JavaComponent implementation to be used when LifecycleAdapter is not required because i) the object instance implements Callable and so entry-point resolution is required and ii) component bindings are not used.
An ObjectFactory can be set but must return object instances that implement Callable.
SimpleCallableJavaComponent() - Constructor for class org.mule.component.SimpleCallableJavaComponent
 
SimpleCallableJavaComponent(Callable) - Constructor for class org.mule.component.SimpleCallableJavaComponent
Create an SimpleCallableJavaComponent instance using an object instance that implements Callable
SimpleCallableJavaComponent(Class) - Constructor for class org.mule.component.SimpleCallableJavaComponent
Create an SimpleCallableJavaComponent instance using an object class.
SimpleCallableJavaComponent(ObjectFactory) - Constructor for class org.mule.component.SimpleCallableJavaComponent
 
SimpleCollectionAggregator - Class in org.mule.routing.inbound
This router will return all aggregated events as a MuleMessageCollection.
SimpleCollectionAggregator() - Constructor for class org.mule.routing.inbound.SimpleCollectionAggregator
 
SimpleCollectionResponseAggregator - Class in org.mule.routing.response
A simple aggregator that will keep collecting events until a timeout is reached.
SimpleCollectionResponseAggregator() - Constructor for class org.mule.routing.response.SimpleCollectionResponseAggregator
 
SimpleComponentDefinitionParser - Class in org.mule.config.spring.parsers.specific
Used to parse shortcut elements for simple built-in components such as BridgeComponent, org.mule.component.simple.EchoComponent and org.mule.component.simple.LogComponent.
SimpleComponentDefinitionParser(Class, Class) - Constructor for class org.mule.config.spring.parsers.specific.SimpleComponentDefinitionParser
 
SimpleConfigurationBuilder - Class in org.mule.config.builders
This simple ConfgurationBuilder implementation.
SimpleConfigurationBuilder(Map) - Constructor for class org.mule.config.builders.SimpleConfigurationBuilder
 
SimpleContext - Class in org.mule.jndi
 
SimpleContext() - Constructor for class org.mule.jndi.SimpleContext
 
SimpleFilenameParser - Class in org.mule.transport.file
Deprecated. Superceded by ExpressionFilenameParser, which is now used by Mule implicitly.
SimpleFilenameParser() - Constructor for class org.mule.transport.file.SimpleFilenameParser
Deprecated.  
SimpleMailMessageAdapter - Class in org.mule.transport.email
SimpleMailMessageAdapter is an adapter for mail messages.
SimpleMailMessageAdapter(Object) - Constructor for class org.mule.transport.email.SimpleMailMessageAdapter
 
SimpleMailMessageAdapter(SimpleMailMessageAdapter) - Constructor for class org.mule.transport.email.SimpleMailMessageAdapter
 
SimpleMathTransformer - Class in org.mule.example.scripting
A simple transformer which adds/subtracts/multiplies/divides a constant factor to numeric messages.
SimpleMathTransformer() - Constructor for class org.mule.example.scripting.SimpleMathTransformer
 
SimpleNamespaceHandler - Class in org.mule.config.spring.handlers
 
SimpleNamespaceHandler() - Constructor for class org.mule.config.spring.handlers.SimpleNamespaceHandler
 
SimplePasswordJmxAuthenticator - Class in org.mule.module.management.support
A JMX authenticator for a simple username/password scheme.
SimplePasswordJmxAuthenticator() - Constructor for class org.mule.module.management.support.SimplePasswordJmxAuthenticator
 
SimplePrinter - Class in org.mule.management.stats.printers
SimplePrinter Default stats printer
SimplePrinter(Writer) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimplePrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.SimplePrinter
 
SimplePropertyConfiguration - Class in org.mule.config.spring.parsers.assembly.configuration
A direct implementation of PropertyConfiguration
SimplePropertyConfiguration() - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
SimplePropertyConfiguration.MapValueMap - Class in org.mule.config.spring.parsers.assembly.configuration
 
SimplePropertyConfiguration.MapValueMap(Map) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.MapValueMap
 
SimplePropertyConfiguration.MapValueMap(String) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.MapValueMap
 
SimplePropertyConfiguration.NamedValueMap - Class in org.mule.config.spring.parsers.assembly.configuration
 
SimplePropertyConfiguration.NamedValueMap(String, String) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
 
SimplePropertyConfiguration.NamedValueMap(String, Map) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
 
SimplePropertyConfiguration.NamedValueMap(String, ValueMap) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.NamedValueMap
 
SimplePropertyDefinitionParser - Class in org.mule.config.spring.parsers.specific.properties
 
SimplePropertyDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.properties.SimplePropertyDefinitionParser
 
SimpleRegistryBootstrap - Class in org.mule.config.bootstrap
This object will load objects defined in a file called registry-bootstrap.properties into the local registry.
SimpleRegistryBootstrap() - Constructor for class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
SimpleServerSocketFactory - Interface in org.mule.transport.tcp
 
SimpleUpdateSqlStatementStrategy - Class in org.mule.transport.jdbc.sqlstrategy
Implements strategy for handling individual insert, update, and delete statements
SimpleUpdateSqlStatementStrategy() - Constructor for class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
 
simpleUpdateSQLStrategy - Variable in class org.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
 
SingleCorrelatorCallback - Class in org.mule.routing
A Correlator that correlates one message at a time
SingleCorrelatorCallback() - Constructor for class org.mule.routing.SingleCorrelatorCallback
 
SingleJmsMessageReceiver - Class in org.mule.transport.jms
Registers a single Jms MessageListener for an endpoint
SingleJmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.SingleJmsMessageReceiver
 
SingleParentFamilyDefinitionParser - Class in org.mule.config.spring.parsers.delegate
 
SingleParentFamilyDefinitionParser(MuleDefinitionParser) - Constructor for class org.mule.config.spring.parsers.delegate.SingleParentFamilyDefinitionParser
 
SingleProperty - Interface in org.mule.config.spring.parsers.assembly.configuration
 
SinglePropertyLiteral - Class in org.mule.config.spring.parsers.assembly.configuration
 
SinglePropertyLiteral(boolean, boolean, boolean) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
SinglePropertyLiteral(boolean) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
SinglePropertyLiteral() - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyLiteral
 
SinglePropertyWrapper - Class in org.mule.config.spring.parsers.assembly.configuration
 
SinglePropertyWrapper(String, PropertyConfiguration) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.SinglePropertyWrapper
 
SingleResponseRouter - Class in org.mule.routing.response
Handles single event responses from a replyTo address.
SingleResponseRouter() - Constructor for class org.mule.routing.response.SingleResponseRouter
 
singleton - Variable in class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
 
singletonComponentLifecycleAdapter - Variable in class org.mule.component.DefaultJavaComponent
 
singletonList(Object) - Static method in class org.mule.util.CollectionUtils
 
SingletonObjectFactory - Class in org.mule.object
Creates an instance of the object once and then always returns the same instance.
SingletonObjectFactory() - Constructor for class org.mule.object.SingletonObjectFactory
For Spring only
SingletonObjectFactory(String) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(String, Map) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Class) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Class, Map) - Constructor for class org.mule.object.SingletonObjectFactory
 
SingletonObjectFactory(Object) - Constructor for class org.mule.object.SingletonObjectFactory
Create the singleton based on a previously created object.
size() - Method in interface org.mule.api.MuleMessageCollection
 
size() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
size() - Method in class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
 
size() - Method in class org.mule.DefaultMessageCollection
 
size() - Method in class org.mule.routing.inbound.EventGroup
Returns the number of events collected so far.
size() - Method in class org.mule.routing.outbound.SplitMessage
 
size() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
size() - Method in class org.mule.util.MapCombiner
 
size() - Method in interface org.mule.util.queue.Queue
Returns the number of elements in this queue.
size(QueueInfo) - Method in class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
skip(long) - Method in class org.mule.model.streaming.DelegatingInputStream
 
SMTP - Static variable in class org.mule.transport.email.SmtpConnector
 
SmtpConnector - Class in org.mule.transport.email
SmtpConnector is used to connect to and send data to an SMTP mail server
SmtpConnector() - Constructor for class org.mule.transport.email.SmtpConnector
 
SmtpMessageDispatcher - Class in org.mule.transport.email
SmtpMessageDispatcher will dispatch Mule events as Mime email messages over an SMTP gateway.
SmtpMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.email.SmtpMessageDispatcher
 
SmtpMessageDispatcherFactory - Class in org.mule.transport.email
SmtpMessageDispatcherFactory creates an instance of an SmtpMessage dispatcher used for sending email events via an SMTP gateway
SmtpMessageDispatcherFactory() - Constructor for class org.mule.transport.email.SmtpMessageDispatcherFactory
 
SmtpNamespaceHandler - Class in org.mule.transport.email.config
Namespace handler for the namespace
SmtpNamespaceHandler() - Constructor for class org.mule.transport.email.config.SmtpNamespaceHandler
 
SMTPS - Static variable in class org.mule.transport.email.SmtpsConnector
 
SmtpsConnector - Class in org.mule.transport.email
Creates a secure SMTP connection
SmtpsConnector() - Constructor for class org.mule.transport.email.SmtpsConnector
 
SmtpsNamespaceHandler - Class in org.mule.transport.email.config
Namespace handler for the namespace
SmtpsNamespaceHandler() - Constructor for class org.mule.transport.email.config.SmtpsNamespaceHandler
 
SmtpsSocketFactory - Class in org.mule.transport.email
A socket factor that reads "indirect" configuration (see TlsConfiguration) for SMTPS from System properties.
SmtpsSocketFactory() - Constructor for class org.mule.transport.email.SmtpsSocketFactory
 
SNAPSHOT_CAPTURING - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
this mark is added to getStatus to indicate that captureEverySec was stated
SNAPSHOT_HPROF - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
SNAPSHOT_WITH_HEAP - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
SNAPSHOT_WITHOUT_HEAP - Static variable in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
SOAP_ACTION_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
SOAP_ACTION_PROPERTY_CAPS - Static variable in interface org.mule.transport.soap.SoapConstants
 
SOAP_ENDPOINT_PREFIX - Static variable in interface org.mule.transport.soap.SoapConstants
 
SOAP_FOOTER - Static variable in class org.mule.transport.soap.transformers.HttpRequestToSoapRequest
 
SOAP_HEADER - Static variable in class org.mule.transport.soap.transformers.HttpRequestToSoapRequest
 
SOAP_METHODS - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
SOAP_NAMESPACE_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
SoapConstants - Interface in org.mule.transport.soap
Common SOAP constants
SoapMessages - Class in org.mule.transport.soap.i18n
 
SoapMessages() - Constructor for class org.mule.transport.soap.i18n.SoapMessages
 
SoapMethod - Class in org.mule.transport.soap
A SOAP method representation where the parameters are named
SoapMethod(String, String) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(String, List) - Constructor for class org.mule.transport.soap.SoapMethod
Creates a Soap Method using the param string set in the MUle configuration file
SoapMethod(QName, String) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName, List) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName, QName) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName, QName, Class) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName, Class) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapMethod(QName, List, QName) - Constructor for class org.mule.transport.soap.SoapMethod
 
SoapNamespaceHandler - Class in org.mule.transport.soap.config
Reigsters a Bean Definition Parser for handling soap transport elements.
SoapNamespaceHandler() - Constructor for class org.mule.transport.soap.config.SoapNamespaceHandler
 
soapService - Variable in class org.mule.transport.soap.axis.AxisMessageReceiver
 
SoapServiceFinder - Class in org.mule.transport.soap
SoapServiceFinder finds a the connector service to use by checking the classpath for jars required for each of the soap connector implementations
SoapServiceFinder() - Constructor for class org.mule.transport.soap.SoapServiceFinder
 
socket - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
socket - Variable in class org.mule.transport.udp.UdpMessageReceiver
 
SOCKET_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
SocketEndpointURIBuilder - Class in org.mule.endpoint
SocketEndpointBuilder builds an endpointUri based on host and port only
SocketEndpointURIBuilder() - Constructor for class org.mule.endpoint.SocketEndpointURIBuilder
 
socketFactory - Variable in class org.mule.transport.udp.UdpConnector
 
sortAgents(Collection<Agent>) - Static method in class org.mule.agent.AgentSorter
 
sortLifecycleInstances(Collection, LifecycleObject) - Method in class org.mule.lifecycle.DefaultLifecyclePhase
Subclasses can override this method to order objects before the lifecycle method is applied to them.
sourceTypes - Variable in class org.mule.transformer.AbstractTransformer
A list of supported Class types that the source payload passed into this transformer
SPACE_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
SpiUtils - Class in org.mule.util
 
SpiUtils() - Constructor for class org.mule.util.SpiUtils
 
SplashScreen - Class in org.mule.util
Implements singleton pattern to allow different splash-screen implementations following the concept of header, body, and footer.
SplashScreen() - Constructor for class org.mule.util.SplashScreen
 
splitAndTrim(String, String) - Static method in class org.mule.util.StringUtils
Like StringUtils.split(String, String), but additionally trims whitespace from the result tokens.
splitExpression - Variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
splitMessage(MuleMessage) - Method in class org.mule.module.xml.routing.XmlMessageSplitter
Template method can be used to split the message up before the getMessagePart method is called .
splitMessage(MuleMessage) - Method in class org.mule.routing.outbound.AbstractRoundRobinMessageSplitter
Method used just to split the message into parts.
splitMessage(MuleMessage) - Method in class org.mule.routing.outbound.ExpressionMessageSplitter
 
splitMessage(MuleMessage) - Method in class org.mule.routing.outbound.ListMessageSplitter
 
SplitMessage - Class in org.mule.routing.outbound
A Split message contains one or more message parts with an endpoint associated with each part.
SplitMessage() - Constructor for class org.mule.routing.outbound.SplitMessage
 
SplitMessage.MessagePart - Class in org.mule.routing.outbound
 
SplitMessage.MessagePart(OutboundEndpoint, Object) - Constructor for class org.mule.routing.outbound.SplitMessage.MessagePart
 
splitMessageNoEndpointMatch(List, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
SPRING_APPLICATION_CONTEXT - Static variable in class org.mule.config.spring.SpringRegistry
Key used to lookup Spring Application Context from SpringRegistry via Mule's Registry interface.
SpringAuthenticationAdapter - Class in org.mule.module.spring.security
 
SpringAuthenticationAdapter(Authentication) - Constructor for class org.mule.module.spring.security.SpringAuthenticationAdapter
 
SpringAuthenticationAdapter(Authentication, Map) - Constructor for class org.mule.module.spring.security.SpringAuthenticationAdapter
 
SpringBeanLookup - Class in org.mule.config.spring.util
This is an implementation of the ObjectFactory interface which simply delegates to the Spring ApplicationContext.
SpringBeanLookup() - Constructor for class org.mule.config.spring.util.SpringBeanLookup
 
SpringConfigurationBuilder - Class in org.mule.config.spring
Adds an existing Spring ApplicationContext to Mule's internal collection of Registries.
SpringConfigurationBuilder(ApplicationContext) - Constructor for class org.mule.config.spring.SpringConfigurationBuilder
 
SpringConfigurationBuilder(ConfigurableApplicationContext, ApplicationContext) - Constructor for class org.mule.config.spring.SpringConfigurationBuilder
 
SpringInitialContextFactory - Class in org.mule.config.spring.jndi
TODO
SpringInitialContextFactory() - Constructor for class org.mule.config.spring.jndi.SpringInitialContextFactory
 
SpringMessages - Class in org.mule.module.spring.i18n
 
SpringMessages() - Constructor for class org.mule.module.spring.i18n.SpringMessages
 
SpringProviderAdapter - Class in org.mule.module.spring.security
AcegiProviderAdapter is a wrapper for an Acegi Security provider to use with the SecurityManager
SpringProviderAdapter() - Constructor for class org.mule.module.spring.security.SpringProviderAdapter
For Spring IoC only
SpringProviderAdapter(AuthenticationManager) - Constructor for class org.mule.module.spring.security.SpringProviderAdapter
 
SpringProviderAdapter(AuthenticationManager, String) - Constructor for class org.mule.module.spring.security.SpringProviderAdapter
 
SpringRegistry - Class in org.mule.config.spring
 
SpringRegistry() - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRegistry(String) - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRegistry(ApplicationContext) - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRegistry(String, ApplicationContext) - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRegistry(ConfigurableApplicationContext, ApplicationContext) - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRegistry(String, ConfigurableApplicationContext, ApplicationContext) - Constructor for class org.mule.config.spring.SpringRegistry
 
SpringRemoteInvokerComponent - Class in org.mule.module.spring.remoting
 
SpringRemoteInvokerComponent() - Constructor for class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
SpringSecurityContext - Class in org.mule.module.spring.security
AcegiSecurityContext is a SecurityContext wrapper used to interface with an Acegi SecurityContext
SpringSecurityContext(SecurityContext) - Constructor for class org.mule.module.spring.security.SpringSecurityContext
 
SpringSecurityContextFactory - Class in org.mule.module.spring.security
AcegiSecurityContextFactory creates an AcegiSecurityContext for an Authentication object
SpringSecurityContextFactory() - Constructor for class org.mule.module.spring.security.SpringSecurityContextFactory
 
SpringSecurityMessages - Class in org.mule.module.spring.security.i18n
 
SpringSecurityMessages() - Constructor for class org.mule.module.spring.security.i18n.SpringSecurityMessages
 
SpringSecurityNamespaceHandler - Class in org.mule.module.spring.security.config
Registers a Bean Definition Parser for handling Acegi related elements.
SpringSecurityNamespaceHandler() - Constructor for class org.mule.module.spring.security.config.SpringSecurityNamespaceHandler
 
SpringTransactionFactory - Class in org.mule.module.spring.transaction
TODO: document this class
SpringTransactionFactory() - Constructor for class org.mule.module.spring.transaction.SpringTransactionFactory
 
SpringTransactionFactory.SpringTransaction - Class in org.mule.module.spring.transaction
TODO: document this class
SpringTransactionFactory.SpringTransaction() - Constructor for class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
SpringTransactionManagerFactory - Class in org.mule.module.spring.transaction
A holder to a transaction manager set via a Spring Application context
SpringTransactionManagerFactory() - Constructor for class org.mule.module.spring.transaction.SpringTransactionManagerFactory
 
SpringXmlConfigurationBuilder - Class in org.mule.config.spring
SpringXmlConfigurationBuilder enables Mule to be configured from a Spring XML Configuration file used with Mule name-spaces.
SpringXmlConfigurationBuilder(String[]) - Constructor for class org.mule.config.spring.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(String) - Constructor for class org.mule.config.spring.SpringXmlConfigurationBuilder
 
SpringXmlConfigurationBuilder(ConfigResource[]) - Constructor for class org.mule.config.spring.SpringXmlConfigurationBuilder
 
SpringXMLUtils - Class in org.mule.config.spring.util
These only depend on standard (JSE) XML classes and are used by Spring config code.
SpringXMLUtils() - Constructor for class org.mule.config.spring.util.SpringXMLUtils
 
SQLExceptionReader - Class in org.mule.transport.jdbc
Surfaces information about SQLExceptions such as the code and sql state.
SQLExceptionReader() - Constructor for class org.mule.transport.jdbc.SQLExceptionReader
 
SqlStatementStrategy - Interface in org.mule.transport.jdbc.sqlstrategy
 
SqlStatementStrategyFactory - Interface in org.mule.transport.jdbc.sqlstrategy
Factory that selects appropriate implementation of SQLStrategy for a particular SQL string
SqlStatementStrategyFactoryDefinitionParser - Class in org.mule.transport.jdbc.config
 
SqlStatementStrategyFactoryDefinitionParser() - Constructor for class org.mule.transport.jdbc.config.SqlStatementStrategyFactoryDefinitionParser
 
SQUARE_TEMPLATE_PATTERN - Static variable in class org.mule.util.TemplateParser
 
SQUARE_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
SSL - Static variable in class org.mule.transport.ssl.SslConnector
 
SslConnector - Class in org.mule.transport.ssl
SslConnector provides a connector for SSL connections.
SslConnector() - Constructor for class org.mule.transport.ssl.SslConnector
 
SslMessageReceiver - Class in org.mule.transport.ssl
 
SslMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.ssl.SslMessageReceiver
 
SslMessageReceiver.SslWorker - Class in org.mule.transport.ssl
 
SslMessageReceiver.SslWorker(Socket, AbstractMessageReceiver) - Constructor for class org.mule.transport.ssl.SslMessageReceiver.SslWorker
 
SslNamespaceHandler - Class in org.mule.transport.ssl.config
Reigsters a Bean Definition Parser for handling elements.
SslNamespaceHandler() - Constructor for class org.mule.transport.ssl.config.SslNamespaceHandler
 
SslServerSocketFactory - Class in org.mule.transport.ssl
 
SslServerSocketFactory(TlsConfiguration) - Constructor for class org.mule.transport.ssl.SslServerSocketFactory
 
SslSocketFactory - Class in org.mule.transport.ssl
 
SslSocketFactory(TlsConfiguration) - Constructor for class org.mule.transport.ssl.SslSocketFactory
 
standaloneSet() - Method in class org.mule.module.xml.stax.DelegateXMLStreamReader
 
standardOptions() - Method in class org.mule.config.spring.parsers.specific.BindingDefinitionParser
 
standardOptions() - Method in class org.mule.config.spring.parsers.specific.RouterDefinitionParser
 
start() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
start() - Method in class org.mule.agent.ConfigScannerAgent
 
start() - Method in interface org.mule.api.lifecycle.Startable
 
start() - Method in class org.mule.component.AbstractComponent
 
start() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates start() life-cycle to component object implementations if they implement the mule Startable interface.
start() - Method in class org.mule.component.NullLifecycleAdapter
 
start(WorkManager, WorkListener) - Method in class org.mule.context.notification.ServerNotificationManager
 
start() - Method in class org.mule.DefaultMuleContext
 
start() - Method in class org.mule.model.AbstractModel
Starts all registered components
start(String[]) - Method in class org.mule.module.boot.MuleServerWrapper
The start method is called when the WrapperManager is signaled by the native wrapper code that it can start its application.
start(String[]) - Method in class org.mule.module.boot.VersionWrapper
 
start() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
start() - Method in class org.mule.module.jca.DelegateWorkManager
 
start(BootstrapContext) - Method in class org.mule.module.jca.MuleResourceAdapter
 
start() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
start() - Method in class org.mule.module.management.agent.JdmkAgent
 
start() - Method in class org.mule.module.management.agent.JmxAgent
(non-Javadoc)
start() - Method in class org.mule.module.management.agent.Log4jAgent
 
start() - Method in class org.mule.module.management.agent.Mx4jAgent
 
start() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
start() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
start() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
start() - Method in class org.mule.module.management.mbean.ModelService
 
start() - Method in interface org.mule.module.management.mbean.ModelServiceMBean
 
start() - Method in class org.mule.module.management.mbean.MuleService
 
start() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
start() - Method in class org.mule.module.management.mbean.RegistryService
 
start() - Method in interface org.mule.module.management.mbean.RegistryServiceMBean
 
start() - Method in class org.mule.module.management.mbean.ServiceService
 
start(boolean, boolean) - Method in class org.mule.MuleServer
Start the mule server
start() - Method in class org.mule.service.AbstractService
 
start(boolean) - Method in class org.mule.service.AbstractService
Starts a Mule Service.
start() - Method in class org.mule.transport.AbstractConnectable
 
start() - Method in class org.mule.transport.AbstractConnector
 
start() - Method in class org.mule.transport.cxf.CxfServiceComponent
 
start(Xid, int) - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
start() - Method in class org.mule.util.monitor.FileMonitor
 
start() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
start() - Method in class org.mule.util.timer.EventTimerTask
 
start() - Method in class org.mule.util.xa.AbstractResourceManager
 
start(Xid, int) - Method in class org.mule.util.xa.DefaultXASession
 
start() - Method in class org.mule.work.MuleWorkManager
 
Startable - Interface in org.mule.api.lifecycle
Startable provides an object with a Startable.start() method which gets called when the Mule instance gets started.
startAllocationRecording(long) - Method in class org.mule.module.management.mbean.YourKitProfilerService
Start object allocation recording.
startAllocationRecording(long) - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Start object allocation recording.
startCapturingMemSnapshot(int) - Method in class org.mule.module.management.mbean.YourKitProfilerService
Starts new daemon thread which calls YourKitProfilerServiceMBean.captureMemorySnapshot() every N seconds.
startCapturingMemSnapshot(int) - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Starts new daemon thread which calls YourKitProfilerServiceMBean.captureMemorySnapshot() every N seconds.
startConnector() - Method in class org.mule.module.management.mbean.ConnectorService
 
startConnector() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
startCPUProfiling(long, String) - Method in class org.mule.module.management.mbean.YourKitProfilerService
Start CPU profiling.
startCPUProfiling(long, String) - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Start CPU profiling.
startDataBase(String) - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Start a previously created (and stopped) database
started - Variable in class org.mule.component.AbstractComponent
 
started - Variable in class org.mule.transaction.AbstractSingleResourceTransaction
 
started - Variable in class org.mule.transport.AbstractConnectable
 
started - Variable in class org.mule.transport.AbstractConnector
 
started - Variable in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
StartElementEventX - Class in org.mule.module.xml.stax
 
StartElementEventX(QName, List, List, NamespaceContext, Location, QName) - Constructor for class org.mule.module.xml.stax.StartElementEventX
 
StartException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
StartException(Message, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
StartException(Message, Throwable, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
StartException(Throwable, Startable) - Constructor for exception org.mule.api.lifecycle.StartException
 
startListeners() - Method in class org.mule.service.AbstractService
 
startMonitorProfiling() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Start monitor profiling (requires that the profiled application runs on Java 5 or newer)
startMonitorProfiling() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Start monitor profiling (requires that the profiled application runs on Java 5 or newer)
startOnConnect - Variable in class org.mule.transport.AbstractConnectable
Indicates whether the receiver/dispatcher/requester should start upon connecting.
startOnConnect - Variable in class org.mule.transport.AbstractConnector
Indicates whether the connector should start upon connecting.
startOnConnect - Variable in class org.mule.transport.jms.JmsMessageReceiver
Deprecated.  
startOnConnect - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
startProcess(Object, Object, Map) - Method in interface org.mule.transport.bpm.BPMS
Start a new process.
startProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Start a new process.
startProcess(Object, Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Start a new process.
startTransaction(Object) - Method in class org.mule.util.xa.AbstractResourceManager
Starts a new transaction and associates it with the current thread.
startWork(Work) - Method in class org.mule.module.jca.DelegateWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.module.jca.DelegateWorkManager
 
startWork(Work) - Method in class org.mule.work.MuleWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - Method in class org.mule.work.MuleWorkManager
 
StartWorkExecutor - Class in org.mule.work
 
StartWorkExecutor() - Constructor for class org.mule.work.StartWorkExecutor
 
STATE_INVOKE_NOT_SUPPORTED - Static variable in class org.mule.api.model.InvocationResult
the resover performing the invocation knows that it cannot attempt to make the invocation
STATE_INVOKED_FAILED - Static variable in class org.mule.api.model.InvocationResult
The invocation was attempted but failed
STATE_INVOKED_SUCESSFUL - Static variable in class org.mule.api.model.InvocationResult
the invocation was successful
StatementInvocationHandler - Class in org.mule.transport.jdbc.xa
 
StatementInvocationHandler(ConnectionWrapper, Statement) - Constructor for class org.mule.transport.jdbc.xa.StatementInvocationHandler
 
StaticComponent - Class in org.mule.component.simple
A service that will return a static data object as a result.
StaticComponent() - Constructor for class org.mule.component.simple.StaticComponent
 
staticLogger - Static variable in class org.mule.transport.jdbc.JdbcMessageDispatcher
 
StaticRecipientList - Class in org.mule.routing.outbound
StaticRecipientList is used to dispatch a single event to multiple recipients over the same transport.
StaticRecipientList() - Constructor for class org.mule.routing.outbound.StaticRecipientList
 
Statistics - Interface in org.mule.api.management.stats
Statistics TODO
statistics - Variable in class org.mule.component.AbstractComponent
 
statistics - Variable in class org.mule.routing.AbstractCatchAllStrategy
Router statistics used to monitor if a catch all strategy is invoked and if any events are dispatched from the strategy i.e.
StatisticsService - Class in org.mule.module.management.mbean
StatisicsService exposes Mule processing statistics
StatisticsService() - Constructor for class org.mule.module.management.mbean.StatisticsService
 
StatisticsServiceMBean - Interface in org.mule.module.management.mbean
StatisticsServiceMBean is a JMX interfaces for querying Mule event processing statistics.
stats - Variable in class org.mule.service.AbstractService
 
status - Variable in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
status - Variable in class org.mule.util.xa.AbstractTransactionContext
 
STATUS_ACTIVE - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_COMMITTED - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_COMMITTING - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_MARKED_ROLLBACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_NO_TRANSACTION - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_PREPARED - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_PREPARING - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_ROLLEDBACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_ROLLING_BACK - Static variable in interface org.mule.api.transaction.Transaction
 
STATUS_UNKNOWN - Static variable in interface org.mule.api.transaction.Transaction
 
StaxFeature - Class in org.mule.transport.cxf.support
Configures the StAX XMLInputFactory and XMLOutputFactory which CXF uses.
StaxFeature() - Constructor for class org.mule.transport.cxf.support.StaxFeature
 
StaxSource - Class in org.mule.module.xml.stax
A StaxSource which gives us access to the underlying XMLStreamReader if we are StaxCapable down the line.
StaxSource(XMLStreamReader) - Constructor for class org.mule.module.xml.stax.StaxSource
 
StaxSource.PseudoReader - Class in org.mule.module.xml.stax
 
StaxSource.PseudoReader() - Constructor for class org.mule.module.xml.stax.StaxSource.PseudoReader
 
StdinToNameString - Class in org.mule.example.hello
The transformation removes break-lines and newlines from the string, which potentially could have been added during a stdin input operation.
StdinToNameString() - Constructor for class org.mule.example.hello.StdinToNameString
 
STDIO - Static variable in class org.mule.transport.stdio.StdioConnector
 
StdioConnector - Class in org.mule.transport.stdio
StdioConnector can send and receive Mule events over IO streams.
StdioConnector() - Constructor for class org.mule.transport.stdio.StdioConnector
 
StdioMessageDispatcher - Class in org.mule.transport.stdio
StdioMessageDispatcher is a simple stream dispatcher that obtains a stream from the Stream Connector to write to.
StdioMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.stdio.StdioMessageDispatcher
 
StdioMessageDispatcherFactory - Class in org.mule.transport.stdio
StdioMessageDispatcherFactory creates a Stream dispatcher suitable for writing to fixed streams such as System.in or System.out.
StdioMessageDispatcherFactory() - Constructor for class org.mule.transport.stdio.StdioMessageDispatcherFactory
 
StdioMessageReceiver - Class in org.mule.transport.stdio
StdioMessageReceiver is a listener for events from Mule components which then simply passes the events on to the target components.
StdioMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.stdio.StdioMessageReceiver
 
StdioMessages - Class in org.mule.transport.stdio.i18n
 
StdioMessages() - Constructor for class org.mule.transport.stdio.i18n.StdioMessages
 
StdioNamespaceHandler - Class in org.mule.transport.stdio.config
Reigsters a Bean Definition Parser for handling elements.
StdioNamespaceHandler() - Constructor for class org.mule.transport.stdio.config.StdioNamespaceHandler
 
StockQuote - Class in org.mule.example.stockquote
A stock Quote object that is crated from the xml returned from the http://www.webservicex.net/stockquote.asmx service
StockQuote() - Constructor for class org.mule.example.stockquote.StockQuote
 
stop() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
stop() - Method in class org.mule.agent.ConfigScannerAgent
 
stop() - Method in interface org.mule.api.lifecycle.Stoppable
 
stop() - Method in class org.mule.component.AbstractComponent
 
stop() - Method in class org.mule.component.DefaultLifecycleAdapter
Propagates stop() life-cycle to component object implementations if they implement the mule Stoppable interface.
stop() - Method in class org.mule.component.NullLifecycleAdapter
 
stop() - Method in class org.mule.DefaultMuleContext
Stops the MuleManager which stops all sessions and connectors
stop() - Method in class org.mule.model.AbstractModel
Stops any registered components
stop(int) - Method in class org.mule.module.boot.MuleServerWrapper
Called when the application is shutting down.
stop(int) - Method in class org.mule.module.boot.VersionWrapper
 
stop() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
stop() - Method in class org.mule.module.jca.DelegateWorkManager
 
stop() - Method in class org.mule.module.jca.MuleResourceAdapter
 
stop() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
stop() - Method in class org.mule.module.management.agent.JdmkAgent
 
stop() - Method in class org.mule.module.management.agent.JmxAgent
 
stop() - Method in class org.mule.module.management.agent.Log4jAgent
 
stop() - Method in class org.mule.module.management.agent.Mx4jAgent
 
stop() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
stop() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
stop() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
stop() - Method in class org.mule.module.management.mbean.ModelService
 
stop() - Method in interface org.mule.module.management.mbean.ModelServiceMBean
 
stop() - Method in class org.mule.module.management.mbean.MuleService
 
stop() - Method in interface org.mule.module.management.mbean.MuleServiceMBean
 
stop() - Method in class org.mule.module.management.mbean.RegistryService
 
stop() - Method in interface org.mule.module.management.mbean.RegistryServiceMBean
 
stop() - Method in class org.mule.module.management.mbean.ServiceService
 
stop() - Method in class org.mule.service.AbstractService
 
stop() - Method in class org.mule.transport.AbstractConnectable
 
stop() - Method in class org.mule.transport.AbstractConnector
 
stop() - Method in class org.mule.transport.cxf.CxfServiceComponent
 
stop() - Method in class org.mule.util.monitor.FileMonitor
Stop the file monitor polling.
stop() - Method in class org.mule.util.pool.DefaultLifecycleEnabledObjectPool
 
stop() - Method in class org.mule.util.timer.EventTimerTask
 
stop() - Method in class org.mule.util.xa.AbstractResourceManager
 
stop(int) - Method in class org.mule.util.xa.AbstractResourceManager
 
stop(int, long) - Method in class org.mule.util.xa.AbstractResourceManager
 
stopAllocationRecording() - Method in class org.mule.module.management.mbean.YourKitProfilerService
stopAllocationRecording() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
 
stopCapturingMemSnapshot() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Stops daemon thread started by YourKitProfilerServiceMBean.startCapturingMemSnapshot(int)
stopCapturingMemSnapshot() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Stops daemon thread started by YourKitProfilerServiceMBean.startCapturingMemSnapshot(int)
stopConnector() - Method in class org.mule.module.management.mbean.ConnectorService
 
stopConnector() - Method in interface org.mule.module.management.mbean.ConnectorServiceMBean
 
stopCPUProfiling() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Stop CPU profiling.
stopCPUProfiling() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Stop CPU profiling.
stopDatabase() - Static method in class org.mule.tck.util.MuleDerbyTestUtils
Properly shutdown an embedded Derby database
StopException - Exception in org.mule.api.lifecycle
DisposeException TODO (document class)
StopException(Message, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
StopException(Message, Throwable, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
StopException(Throwable, Stoppable) - Constructor for exception org.mule.api.lifecycle.StopException
 
stopListeners() - Method in class org.mule.service.AbstractService
 
stopMonitorProfiling() - Method in class org.mule.module.management.mbean.YourKitProfilerService
Stop monitor profiling (requires that the profiled application runs on Java 5 or newer)
stopMonitorProfiling() - Method in interface org.mule.module.management.mbean.YourKitProfilerServiceMBean
Stop monitor profiling (requires that the profiled application runs on Java 5 or newer)
Stoppable - Interface in org.mule.api.lifecycle
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object.
stopPausedSedaServiceNonPeristentQueueMessageLoss(int, Service) - Static method in class org.mule.config.i18n.CoreMessages
 
stopped - Variable in class org.mule.service.AbstractService
Determines if the service has been stopped
stopping - Variable in class org.mule.component.AbstractComponent
 
stopping - Variable in class org.mule.service.AbstractService
Determines whether stop has been called and is still in progress
StopProcessingException - Exception in org.mule.module.sxc
 
StopProcessingException() - Constructor for exception org.mule.module.sxc.StopProcessingException
 
store - Variable in class org.mule.routing.inbound.IdempotentReceiver
 
store(String, Object) - Method in class org.mule.util.queue.FilePersistenceStrategy
 
store(String, Object) - Method in class org.mule.util.queue.MemoryPersistenceStrategy
 
store(String, Object) - Method in interface org.mule.util.queue.QueuePersistenceStrategy
Stores an object and returns its generated id.
store - Variable in class org.mule.util.store.InMemoryObjectStore
 
STORED_PROCEDURE_PREFIX - Static variable in class org.mule.transport.jdbc.sqlstrategy.CallableSqlStatementStrategy
 
STORED_PROCEDURE_SUFFIX - Static variable in class org.mule.transport.jdbc.sqlstrategy.CallableSqlStatementStrategy
 
StoreIncomingData - Class in org.mule.transport.bpm.jbpm.actions
Stores the incoming message payload into the specified variable.
StoreIncomingData() - Constructor for class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 
storeMessage(Message) - Method in class org.mule.transport.email.RetrieveMessageReceiver
Helper method for testing which stores a copy of the message locally as the POP3

message will be deleted from the server

storeObject(String, Object) - Method in interface org.mule.api.store.ObjectStore
Store the given Object.
storeObject(String, Object) - Method in class org.mule.util.store.InMemoryObjectStore
Store the given Object.
storeObject(String, Object) - Method in class org.mule.util.store.TextFileObjectStore
Store the given Object.
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in interface org.mule.api.transport.SessionHandler
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in class org.mule.MuleSessionHandler
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in class org.mule.NullSessionHandler
 
storeSessionInfoToMessage(MuleSession, MuleMessage) - Method in class org.mule.transport.http.HttpSessionHandler
 
STREAM_BUFFER_SIZE - Static variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
STREAM_BUFFER_SIZE - Static variable in class org.mule.tck.functional.FunctionalTestComponent
 
STREAM_OK - Static variable in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
STREAM_SAMPLE_SIZE - Static variable in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
STREAM_SAMPLE_SIZE - Static variable in class org.mule.tck.functional.FunctionalTestComponent
 
STREAM_SYSTEM_ERR - Static variable in class org.mule.transport.stdio.StdioConnector
 
STREAM_SYSTEM_IN - Static variable in class org.mule.transport.stdio.StdioConnector
 
STREAM_SYSTEM_OUT - Static variable in class org.mule.transport.stdio.StdioConnector
 
StreamCloser - Interface in org.mule.api.util
Closes a stream.
StreamCloserService - Interface in org.mule.api.util
Simple service to close streams of different types.
StreamClosingInterceptor - Class in org.mule.transport.cxf.support
Replaces the original XMLStreamReader with another one which closes the underlying InputStream.
StreamClosingInterceptor() - Constructor for class org.mule.transport.cxf.support.StreamClosingInterceptor
 
streamingComponentMustHaveOneEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
streamingEndpointsDoNotSupportTransformers() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingEndpointsMustBeUsedWithStreamingModel() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingFailedForEndpoint(String) - Static method in class org.mule.config.i18n.CoreMessages
 
streamingFailedNoStream() - Static method in class org.mule.config.i18n.CoreMessages
 
streamingNotSupported(String) - Static method in class org.mule.config.i18n.CoreMessages
 
StreamingProtocol - Class in org.mule.transport.tcp.protocols
 
StreamingProtocol() - Constructor for class org.mule.transport.tcp.protocols.StreamingProtocol
 
StreamingTransformer - Interface in org.mule.api.transformer
TODO
StreamPayloadRequestEntity - Class in org.mule.transport.http
 
StreamPayloadRequestEntity(OutputHandler, MuleEvent) - Constructor for class org.mule.transport.http.StreamPayloadRequestEntity
 
strict - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
StringAppendTestTransformer - Class in org.mule.tck.functional
 
StringAppendTestTransformer() - Constructor for class org.mule.tck.functional.StringAppendTestTransformer
 
StringAppendTransformer - Class in org.mule.transformer.simple
 
StringAppendTransformer() - Constructor for class org.mule.transformer.simple.StringAppendTransformer
 
StringAppendTransformer(String) - Constructor for class org.mule.transformer.simple.StringAppendTransformer
 
StringExpressionEvaluator - Class in org.mule.expression
Will process an expression string that can contain other expressions
StringExpressionEvaluator() - Constructor for class org.mule.expression.StringExpressionEvaluator
 
StringMessageUtils - Class in org.mule.util
Useful methods for formatting message strings for logging or exceptions.
stringsToClasses(Collection) - Method in class org.mule.transport.rmi.RmiConnector
 
StringToEmailMessage - Class in org.mule.transport.email.transformers
StringToEmailMessage will convert a String to a JavaMail Message, using the String as the contents.
StringToEmailMessage() - Constructor for class org.mule.transport.email.transformers.StringToEmailMessage
 
stringToFile(String, String) - Static method in class org.mule.util.FileUtils
Reads the incoming String into a file at at the given destination.
stringToFile(String, String, boolean) - Static method in class org.mule.util.FileUtils
 
stringToFile(String, String, boolean, boolean) - Static method in class org.mule.util.FileUtils
 
stringToInternetAddresses(String) - Static method in class org.mule.transport.email.MailUtils
 
StringToNameString - Class in org.mule.example.hello
StringToNameString converts from a String to a NameString object.
StringToNameString() - Constructor for class org.mule.example.hello.StringToNameString
 
StringToNumber - Class in org.mule.example.scripting
Converts a string to a number.
StringToNumber() - Constructor for class org.mule.example.scripting.StringToNumber
 
StringToObjectArray - Class in org.mule.transformer.simple
StringToObjectArray converts a String into an object array.
StringToObjectArray() - Constructor for class org.mule.transformer.simple.StringToObjectArray
 
StringUtils - Class in org.mule.util
StringUtils contains useful methods for manipulating Strings.
StringUtils() - Constructor for class org.mule.util.StringUtils
 
STYLE - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
STYLE_MAP - Static variable in class org.mule.transport.soap.axis.config.AxisNamespaceHandler
 
STYLESHEET - Static variable in class org.mule.module.xml.config.XsltTextDefinitionParser
 
SUBJECT_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
subscriptionFilter - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The filter used to match subscriptions
subscriptions - Variable in class org.mule.module.spring.events.MuleEventMulticaster
A list of endpoints the eventMulticaster will receive events on Note that if this eventMulticaster has a Mule Descriptor associated with it, these endpoints are ignored and the ones on the Mule Descriptor are used.
SUM - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the sum of two counters
Sum - Class in org.mule.util.counters.impl
 
Sum(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.Sum
 
SunSecurityProviderInfo - Class in org.mule.api.security.provider
Sun JDK-specific security provider information.
SunSecurityProviderInfo() - Constructor for class org.mule.api.security.provider.SunSecurityProviderInfo
 
supports(Class) - Method in interface org.mule.api.security.SecurityProvider
 
supports(Class) - Method in class org.mule.module.pgp.PGPSecurityProvider
 
supports(Class) - Method in class org.mule.security.AbstractSecurityProvider
 
supportsProperty(String) - Method in class org.mule.transport.jms.JmsConnector
This method may be overridden in case a certain JMS implementation does not support all the standard JMS properties.
supportsProtocol(String) - Method in interface org.mule.api.transport.Connector
 
supportsProtocol(String) - Method in class org.mule.transport.AbstractConnector
 
supportsProtocol(String) - Method in class org.mule.transport.cxf.CxfConnector
 
suspend() - Method in interface org.mule.api.transaction.Transaction
Suspend the XA transaction
suspend() - Method in class org.mule.transaction.AbstractTransaction
 
suspend() - Method in class org.mule.transaction.XaTransaction
 
suspended - Variable in class org.mule.util.xa.AbstractTransactionContext
 
suspendedContexts - Variable in class org.mule.util.xa.AbstractXAResourceManager
 
suspendEncoding() - Method in class org.mule.util.Base64.OutputStream
Suspends encoding of the stream.
suspendMessages(Token) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
suspendXATransaction(Transaction) - Method in class org.mule.transaction.TransactionTemplate
 
SxcFilter - Class in org.mule.module.sxc
 
SxcFilter() - Constructor for class org.mule.module.sxc.SxcFilter
 
SxcFilter(String) - Constructor for class org.mule.module.sxc.SxcFilter
 
SxcFilteringOutboundRouter - Class in org.mule.module.sxc
FilteringRouter is a router that accepts events based on a filter set.
SxcFilteringOutboundRouter() - Constructor for class org.mule.module.sxc.SxcFilteringOutboundRouter
 
SxcNamespaceHandler - Class in org.mule.module.sxc
 
SxcNamespaceHandler() - Constructor for class org.mule.module.sxc.SxcNamespaceHandler
 
SynchronizedVariable - Class in org.mule.util.concurrent
 
SynchronizedVariable() - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
SynchronizedVariable(Object) - Constructor for class org.mule.util.concurrent.SynchronizedVariable
 
synchronous - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
SYNCHRONOUS_PROPERTY - Static variable in class org.mule.api.config.MuleProperties
Specifies whether mule should process messages sysnchonously, i.e.
synchronousEventTimeout - Variable in class org.mule.module.client.remoting.RemoteDispatcherComponent
 
SynchronousLoanBroker - Class in org.mule.example.loanbroker.esn
SyncLoanBroker is a synchronous Loan Broker that makes the calls to various components through the event context synchronously.
SynchronousLoanBroker() - Constructor for class org.mule.example.loanbroker.esn.SynchronousLoanBroker
 
SyncWorkExecutor - Class in org.mule.work
 
SyncWorkExecutor() - Constructor for class org.mule.work.SyncWorkExecutor
 
SYSTEM_ATTRIBUTE - Static variable in class org.mule.transport.stdio.config.StdioNamespaceHandler
 
SYSTEM_ATTRIBUTE_ARRAY - Static variable in class org.mule.transport.stdio.config.StdioNamespaceHandler
 
SYSTEM_MAP - Static variable in class org.mule.transport.stdio.config.StdioNamespaceHandler
 
SYSTEM_PROPERTY_PREFIX - Static variable in interface org.mule.api.config.MuleConfiguration
The prefix for any Mule-specific properties set in the system properties
systemPropertyNotSet(String) - Static method in class org.mule.config.builders.i18n.BuildersMessages
 
SystemUtils - Class in org.mule.util
 
SystemUtils() - Constructor for class org.mule.util.SystemUtils
 
SYSTIME_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 

T

take() - Method in interface org.mule.util.queue.Queue
Blocks and retrieves an object from this queue.
TargetInvocationHandler - Interface in org.mule.transport.jms.xa
 
TCP - Static variable in class org.mule.transport.tcp.TcpConnector
 
TcpConnector - Class in org.mule.transport.tcp
TcpConnector can bind or sent to a given TCP port on a given host.
TcpConnector() - Constructor for class org.mule.transport.tcp.TcpConnector
 
TcpInputStream - Class in org.mule.transport.tcp
The TcpMessageDispatcher and the TcpMessageReceiver use this class as the input parameter to the read() method on the TcpProtocol interface.
TcpInputStream(InputStream) - Constructor for class org.mule.transport.tcp.TcpInputStream
 
TcpMessageDispatcher - Class in org.mule.transport.tcp
Send transformed Mule events over TCP.
TcpMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.tcp.TcpMessageDispatcher
 
TcpMessageDispatcherFactory - Class in org.mule.transport.tcp
 
TcpMessageDispatcherFactory() - Constructor for class org.mule.transport.tcp.TcpMessageDispatcherFactory
 
TcpMessageReceiver - Class in org.mule.transport.tcp
TcpMessageReceiver acts like a TCP server to receive socket requests.
TcpMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.tcp.TcpMessageReceiver
 
TcpMessageReceiver.TcpWorker - Class in org.mule.transport.tcp
 
TcpMessageReceiver.TcpWorker(Socket, AbstractMessageReceiver) - Constructor for class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
TcpMessageRequester - Class in org.mule.transport.tcp
Request transformed Mule events from TCP.
TcpMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.tcp.TcpMessageRequester
 
TcpMessageRequesterFactory - Class in org.mule.transport.tcp
 
TcpMessageRequesterFactory() - Constructor for class org.mule.transport.tcp.TcpMessageRequesterFactory
 
TcpMessages - Class in org.mule.transport.tcp.i18n
 
TcpMessages() - Constructor for class org.mule.transport.tcp.i18n.TcpMessages
 
TcpNamespaceHandler - Class in org.mule.transport.tcp.config
Registers a Bean Definition Parser for handling elements.
TcpNamespaceHandler() - Constructor for class org.mule.transport.tcp.config.TcpNamespaceHandler
 
TcpProtocol - Interface in org.mule.transport.tcp
The TcpProtocol interface enables to plug different application level protocols on a TcpConnector.
TcpServerSocketFactory - Class in org.mule.transport.tcp
 
TcpServerSocketFactory() - Constructor for class org.mule.transport.tcp.TcpServerSocketFactory
 
TcpSocketFactory - Class in org.mule.transport.tcp
 
TcpSocketFactory() - Constructor for class org.mule.transport.tcp.TcpSocketFactory
 
TcpSocketKey - Class in org.mule.transport.tcp
This is used to adapt an endpoint so that it can be used as a key for sockets.
TcpSocketKey(ImmutableEndpoint) - Constructor for class org.mule.transport.tcp.TcpSocketKey
 
templateCausedMalformedEndpoint(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
TemplateEndpointRouter - Class in org.mule.routing.outbound
The TemplateEndpointRouter allows endpoints to be altered at runtime based on properties set on the current event or fallback values set on the endpoint properties.
TemplateEndpointRouter() - Constructor for class org.mule.routing.outbound.TemplateEndpointRouter
 
TemplateParser - Class in org.mule.util
TemplateParser is a simple string parser that will substitute tokens in a string with values supplied in a Map.
TemplateParser.TemplateCallback - Interface in org.mule.util
 
TempWrapperPropertyConfiguration - Class in org.mule.config.spring.parsers.assembly.configuration
Wrap a PropertyConfiguration so that changes are kept in the wrapper
TempWrapperPropertyConfiguration(PropertyConfiguration) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
TempWrapperPropertyConfiguration(PropertyConfiguration, boolean) - Constructor for class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
testBindingConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testBindngProxyCreation() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestComponent - Class in org.mule.tck.testmodels.services
 
TestComponent() - Constructor for class org.mule.tck.testmodels.services.TestComponent
 
TestComponentDefinitionParser - Class in org.mule.tck.config
Configures a FunctionalTestComponent wrapped as a JavaComponent.
TestComponentDefinitionParser() - Constructor for class org.mule.tck.config.TestComponentDefinitionParser
 
TestComponentDefinitionParser(Class) - Constructor for class org.mule.tck.config.TestComponentDefinitionParser
 
TestComponentException - Exception in org.mule.tck.testmodels.services
 
TestComponentException(String) - Constructor for exception org.mule.tck.testmodels.services.TestComponentException
 
testConnectorConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testConnectorConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
TestContextFactory - Class in org.mule.tck.jndi
Creates an in-memory context and populates it with test data.
TestContextFactory() - Constructor for class org.mule.tck.jndi.TestContextFactory
 
testDescriptorEndpoints() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEndpointConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testEndpointConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEndpointProperties() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testEndpointPropertiesConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testEnvironmentProperties() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testExceptionStrategy() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testExceptionStrategy2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testFlag(BeanDefinition, String) - Static method in class org.mule.config.spring.MuleHierarchicalBeanDefinitionParserDelegate
 
testGlobalEndpointConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testGlobalEndpointConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testGlobalInterceptorStack() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testInboundRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testInboundRouterConfig2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestingThread - Class in org.mule.tck.concurrency
This class is very useful for test cases which need to make assertions concurrently in different threads.
TestingThread() - Constructor for class org.mule.tck.concurrency.TestingThread
 
testInterceptors() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testLotsOfLoanRequests() - Method in class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
 
testLotsOfLoanRequests() - Method in class org.mule.example.loanbroker.tests.AbstractLoanBrokerTestCase
 
testManagerConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testManagerConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testMatch(MuleMessage) - Method in class org.mule.module.sxc.SxcFilteringOutboundRouter
 
testModelConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testModelConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testMuleConfiguration() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestMultiuserSecurityProvider - Class in org.mule.tck.security
A security provider which holds authentications for multiple users concurrently.
TestMultiuserSecurityProvider() - Constructor for class org.mule.tck.security.TestMultiuserSecurityProvider
 
TestNamespaceHandler - Class in org.mule.tck.config
 
TestNamespaceHandler() - Constructor for class org.mule.tck.config.TestNamespaceHandler
 
testOutboundRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
testOutboundRouterConfig2() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testPoolingConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testQueueProfileConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
TestReceiver - Class in org.mule.tck.testmodels.services
 
TestReceiver() - Constructor for class org.mule.tck.testmodels.services.TestReceiver
 
testResponseRouterConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
TestSecurityComponent - Class in org.mule.tck.security
 
TestSecurityComponent() - Constructor for class org.mule.tck.security.TestSecurityComponent
 
TestServiceComponent - Class in org.mule.tck.testmodels.services
TestServiceComponent is a test WebServices service.
TestServiceComponent() - Constructor for class org.mule.tck.testmodels.services.TestServiceComponent
 
testSingleLoanRequest() - Method in class org.mule.example.loanbroker.tests.AbstractAsynchronousLoanBrokerTestCase
 
testSingleLoanRequest() - Method in class org.mule.example.loanbroker.tests.AbstractLoanBrokerTestCase
 
TestSingleUserSecurityProvider - Class in org.mule.tck.security
A security provider which only authenticates a single user at a time (i.e., authentication of a new user overwrites the previous authentication).
TestSingleUserSecurityProvider() - Constructor for class org.mule.tck.security.TestSingleUserSecurityProvider
 
TestSingleUserSecurityProvider(String) - Constructor for class org.mule.tck.security.TestSingleUserSecurityProvider
 
testThreadingConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransactionConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransformerConfig() - Method in class org.mule.tck.AbstractConfigBuilderTestCase
 
testTransformerConfig() - Method in class org.mule.tck.AbstractScriptConfigBuilderTestCase
 
TextDefinitionParser - Class in org.mule.config.spring.parsers.generic
Grabs the text from an element and injects it into the parent, for example: A bunch of text. registerBeanDefinitionParser("foo", new OrphanDefinitionParser(Foo.class)); registerBeanDefinitionParser("bar-text", new TextDefinitionParser("barText")); will result in a call to Foo.setBarText("A bunch of text.")
TextDefinitionParser(String) - Constructor for class org.mule.config.spring.parsers.generic.TextDefinitionParser
 
TextFileObjectStore - Class in org.mule.util.store
A Simple object store that stores String objects by key to a text file.
TextFileObjectStore() - Constructor for class org.mule.util.store.TextFileObjectStore
 
ThreadingProfile - Interface in org.mule.api.config
Mule uses a few different pools i.e.
threadingProfile - Variable in class org.mule.model.seda.SedaService
The threading profile to use for this service.
ThreadingProfile.WorkManagerFactory - Interface in org.mule.api.config
 
ThreadingProfileDefinitionParser - Class in org.mule.config.spring.parsers.specific
This parser is responsible for processing the configuration elements.
ThreadingProfileDefinitionParser(String, String) - Constructor for class org.mule.config.spring.parsers.specific.ThreadingProfileDefinitionParser
 
ThreadSafeAccess - Interface in org.mule.api
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
ThreadSafeAccess.AccessControl - Class in org.mule.api
This helper class can be used by code implementing this interface to determine whether the thread safety of a message should be enforced or not.
ThreadSafeAccess.AccessControl() - Constructor for class org.mule.api.ThreadSafeAccess.AccessControl
 
throwException() - Method in class org.mule.tck.functional.FunctionalTestComponent
Always throws a FunctionalTestException.
throwsException(String) - Method in interface org.mule.tck.testmodels.services.ITestComponent
 
throwsException(String) - Method in class org.mule.tck.testmodels.services.TestComponent
 
TIME_AVERAGE - Static variable in class org.mule.util.counters.CounterFactory.Type
Counter representing the time average value of a counter
TIME_TO_LIVE_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
TimeAverage - Class in org.mule.util.counters.impl
 
TimeAverage(String, AbstractCounter) - Constructor for class org.mule.util.counters.impl.TimeAverage
 
TimedSocket - Class in org.mule.util
This class implements a timeout feature on socket connections.
TimeEvent - Class in org.mule.util.timer
TimeEvent TODO is an event that occurs at a specified number of milliseconds.
TimeEvent(Object, String, long) - Constructor for class org.mule.util.timer.TimeEvent
 
TimeEventListener - Interface in org.mule.util.timer
TimeEventListener provides a method to pass timer events to implementing objects.
timeExpired(TimeEvent) - Method in interface org.mule.util.timer.TimeEventListener
Passes the TimeEvent to an object
TIMEOUT - Static variable in class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
timeout - Variable in class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
timeout - Variable in class org.mule.transport.servlet.AbstractReceiverServlet
 
timeout - Variable in class org.mule.util.xa.AbstractTransactionContext
 
TIMEOUT_DO_NOT_WAIT - Static variable in interface org.mule.api.MuleEvent
 
TIMEOUT_NOT_SET_VALUE - Static variable in interface org.mule.api.MuleEvent
 
TIMEOUT_WAIT_FOREVER - Static variable in interface org.mule.api.MuleEvent
 
TimerInterceptor - Class in org.mule.interceptor
TimerInterceptor simply times and displays the time taken to process an event.
TimerInterceptor() - Constructor for class org.mule.interceptor.TimerInterceptor
 
timestamp - Variable in class org.mule.api.context.notification.ServerNotification
 
TLS - Static variable in class org.mule.transport.ssl.TlsConnector
 
TlsConfiguration - Class in org.mule.api.security.tls
Support for configuring TLS/SSL connections.
TlsConfiguration(String) - Constructor for class org.mule.api.security.tls.TlsConfiguration
Support for TLS connections with a given initial value for the key store
TlsConnector - Class in org.mule.transport.ssl
TlsConnector Provides TLS connections
TlsConnector() - Constructor for class org.mule.transport.ssl.TlsConnector
 
TlsDirectKeyStore - Interface in org.mule.api.security
Configure direct key stores.
TlsDirectTrustStore - Interface in org.mule.api.security
Configure direct trust stores.
TlsIndirectKeyStore - Interface in org.mule.api.security
Configure indirect key stores.
TlsIndirectTrustStore - Interface in org.mule.api.security
Configure indirect trust stores.
TlsNamespaceHandler - Class in org.mule.transport.ssl.config
Reigsters a Bean Definition Parser for handling elements.
TlsNamespaceHandler() - Constructor for class org.mule.transport.ssl.config.TlsNamespaceHandler
 
TlsPropertiesMapper - Class in org.mule.api.security.tls
Move a TlsConfiguration to and from Properties (typically System Properties).
TlsPropertiesMapper(String) - Constructor for class org.mule.api.security.tls.TlsPropertiesMapper
 
TlsPropertiesSocketFactory - Class in org.mule.api.security.tls
A socket factory that is configured via Properties, using a TlsConfiguration that has been stored via TlsPropertiesMapper.
TlsPropertiesSocketFactory(boolean, String) - Constructor for class org.mule.api.security.tls.TlsPropertiesSocketFactory
 
TlsProtocolHandler - Interface in org.mule.api.security
Set the underlying protocol handler.
TO_ADDRESSES_PROPERTY - Static variable in interface org.mule.transport.email.MailProperties
 
toArray() - Method in class org.mule.routing.inbound.EventGroup
Returns a snapshot of collected events in this group.
toArray() - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
toArray(Object[]) - Method in class org.mule.util.concurrent.ConcurrentHashSet
 
toArrayOfComponentType(Object[], Class) - Static method in class org.mule.util.ArrayUtils
Creates a copy of the given array, but with the given Class as element type.
toArrayOfComponentType(Collection, Class) - Static method in class org.mule.util.CollectionUtils
Creates an array of the given Collection's elements, but with the given Class as element type.
toByteArray(Message, String, String) - Static method in class org.mule.transport.jms.JmsMessageUtils
 
toByteArray(InputStream) - Static method in class org.mule.util.IOUtils
This method wraps IOUtils' toByteArray(InputStream) method but catches any IOException and wraps it into a RuntimeException.
toClass(Object) - Static method in class org.mule.context.notification.ServerNotificationManager
Support string or class parameters
toDocument(Object) - Static method in class org.mule.module.xml.util.XMLUtils
 
toDocument(Object, String) - Static method in class org.mule.module.xml.util.XMLUtils
Converts an object of unknown type to an org.dom4j.Document if possible.
toDOMNode(Object) - Method in class org.mule.module.xml.filters.AbstractJaxpFilter
 
toDouble(Object) - Static method in class org.mule.util.NumberUtils
 
toDouble(String) - Static method in class org.mule.util.NumberUtils
 
toException() - Method in class org.mule.example.errorhandler.ExceptionBean
 
toFloat(Object) - Static method in class org.mule.util.NumberUtils
 
toFloat(String) - Static method in class org.mule.util.NumberUtils
 
toHeader(String) - Static method in class org.mule.transport.email.SimpleMailMessageAdapter
Convert a property name associated with a list of header values to the relevant header name (ie drop the prefix)
toHexString(byte[]) - Static method in class org.mule.util.StringUtils
 
toHexString(byte[], boolean) - Static method in class org.mule.util.StringUtils
Convert a byte array to a hexadecimal string.
toInt(Object) - Static method in class org.mule.util.NumberUtils
 
toInt(String) - Static method in class org.mule.util.NumberUtils
 
TOKEN_DELIM - Static variable in class org.mule.security.MuleCredentials
 
toListHeader(String) - Static method in class org.mule.transport.email.SimpleMailMessageAdapter
Convert a header name to the property name associated with a list of header values (ie prepend the prefix)
toLong(Object) - Static method in class org.mule.util.NumberUtils
 
toLong(String) - Static method in class org.mule.util.NumberUtils
 
toMessage(Object, Session) - Static method in class org.mule.transport.jms.JmsMessageUtils
 
toMessageCollection() - Method in class org.mule.routing.inbound.EventGroup
 
toObject(Message, String, String) - Static method in class org.mule.transport.jms.JmsMessageUtils
 
tooManyAcceptableMethodsOnObjectForTypes(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyAcceptableMethodsOnObjectUsingResolverForTypes(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyMatchingMethodsOnObjectUsingResolverWhichReturn(Object, Object, EntryPointResolver) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyMatchingMethodsOnObjectWhichReturn(Object, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
tooManyRedeliveries(String, String, int, String) - Static method in class org.mule.transport.jms.i18n.JmsMessages
 
TooManySatisfiableMethodsException - Exception in org.mule.model.resolvers
TooManySatisfiableMethodsException is thrown by EntryPointResolvers when the service passed has more than one method that meets the criteria of the configured EntryPointResolver.
TooManySatisfiableMethodsException(Object, Object[]) - Constructor for exception org.mule.model.resolvers.TooManySatisfiableMethodsException
 
TooManySatisfiableMethodsException(Object, Class) - Constructor for exception org.mule.model.resolvers.TooManySatisfiableMethodsException
 
TOPIC - Static variable in class org.mule.transport.jms.config.JmsNamespaceHandler
 
TOPIC_PROPERTY - Static variable in class org.mule.transport.jms.JmsConstants
 
toStreamSource(XMLInputFactory, boolean, InputStream) - Static method in class org.mule.module.xml.util.XMLUtils
 
toString() - Method in class org.mule.agent.ConfigScannerAgent
 
toString() - Method in class org.mule.api.context.notification.ServerNotification
 
toString() - Method in class org.mule.api.transport.PropertyScope
 
toString() - Method in class org.mule.component.AbstractComponent
 
toString() - Method in class org.mule.config.ChainedThreadingProfile
 
toString() - Method in class org.mule.config.ConfigResource
 
toString() - Method in class org.mule.config.i18n.Message
 
toString() - Method in class org.mule.config.ImmutableThreadingProfile
 
toString() - Method in class org.mule.config.QueueProfile
 
toString() - Method in class org.mule.context.DefaultMuleContextBuilder
 
toString() - Method in class org.mule.context.notification.ComponentMessageNotification
 
toString() - Method in class org.mule.context.notification.EndpointMessageNotification
 
toString() - Method in class org.mule.context.notification.MuleContextNotification
 
toString() - Method in class org.mule.context.notification.RegistryNotification
 
toString() - Method in class org.mule.context.notification.TransactionNotification
 
toString() - Method in class org.mule.DefaultMuleEvent
 
toString() - Method in class org.mule.DefaultMuleEventContext
 
toString() - Method in class org.mule.DefaultMuleMessage
toString() - Method in class org.mule.endpoint.AbstractEndpoint
 
toString() - Method in class org.mule.endpoint.MuleEndpointURI
 
toString() - Method in class org.mule.endpoint.URIBuilder
 
toString() - Method in class org.mule.example.hello.ChatString
 
toString() - Method in class org.mule.example.loanbroker.messages.LoanQuote
 
toString() - Method in class org.mule.example.stockquote.StockQuote
 
toString() - Method in class org.mule.lifecycle.LifecycleObject
 
toString() - Method in class org.mule.message.BaseMessage
 
toString() - Method in class org.mule.message.ExceptionMessage
 
toString() - Method in class org.mule.model.AbstractModel
 
toString() - Method in class org.mule.model.resolvers.AbstractArgumentEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.AbstractEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.CallableEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.ExplicitMethodEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
 
toString() - Method in class org.mule.model.resolvers.ReflectionEntryPointResolver
 
toString() - Method in class org.mule.module.boot.LicenseHandler.LicenseInfo
 
toString() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
toString() - Method in class org.mule.module.jaas.MuleJaasPrincipal
 
toString() - Method in class org.mule.module.jca.MuleEndpointKey
 
toString() - Method in class org.mule.retry.policies.NoRetryPolicyTemplate
 
toString() - Method in class org.mule.routing.binding.BindingInvocationHandler
 
toString() - Method in class org.mule.routing.binding.DefaultInterfaceBinding
 
toString() - Method in class org.mule.routing.inbound.EventGroup
 
toString() - Method in class org.mule.routing.outbound.SplitMessage.MessagePart
 
toString() - Method in class org.mule.security.AbstractJCEEncryptionStrategy
 
toString() - Method in class org.mule.service.AbstractService
 
toString() - Method in class org.mule.tck.functional.FunctionalStreamingTestComponent
 
toString() - Method in class org.mule.tck.testmodels.services.Person
 
toString() - Method in class org.mule.transaction.AbstractSingleResourceTransaction
 
toString() - Method in class org.mule.transaction.AbstractTransaction
 
toString() - Method in class org.mule.transaction.MuleTransactionConfig
 
toString() - Method in class org.mule.transaction.XaTransaction
 
toString() - Method in class org.mule.transformer.AbstractTransformer
 
toString(List) - Static method in class org.mule.transformer.TransformerUtils
 
toString() - Method in class org.mule.transformer.TransformerWeighting
 
toString() - Method in class org.mule.transport.AbstractConnectable
 
toString() - Method in class org.mule.transport.AbstractConnector
 
toString() - Method in class org.mule.transport.AbstractMessageAdapter
 
toString() - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
toString() - Method in class org.mule.transport.AbstractMessageReceiver
 
toString() - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
toString() - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
toString() - Method in class org.mule.transport.http.RequestLine
 
toString() - Method in class org.mule.transport.jms.xa.XAResourceWrapper
 
toString() - Method in class org.mule.transport.MessagePropertiesContext
 
toString() - Method in class org.mule.transport.NullPayload
 
toString() - Method in class org.mule.transport.tcp.TcpSocketKey
 
toString(Object, int) - Static method in class org.mule.util.ArrayUtils
Like ArrayUtils.toString(Object) but considers at most maxElements values; overflow is indicated by an appended "[..]" ellipsis.
toString(Collection, boolean) - Static method in class org.mule.util.CollectionUtils
Creates a String representation of the given Collection, with optional newlines between elements.
toString(Collection, int) - Static method in class org.mule.util.CollectionUtils
Calls CollectionUtils.toString(Collection, int, boolean) with false for newline.
toString(Collection, int, boolean) - Static method in class org.mule.util.CollectionUtils
Creates a String representation of the given Collection, with optional newlines between elements.
toString() - Method in class org.mule.util.concurrent.WaitableBoolean
 
toString(InputStream) - Static method in class org.mule.util.IOUtils
This method wraps IOUtils' toString(InputStream) method but catches any IOException and wraps it into a RuntimeException.
toString() - Method in class org.mule.util.MapCombiner
 
toString(Map, boolean) - Static method in class org.mule.util.MapUtils
Creates a String representation of the given Map, with optional newlines between elements.
toString() - Method in class org.mule.util.SplashScreen
 
toString() - Method in class org.mule.util.store.InMemoryObjectStore.StoredObject
 
toString(Object) - Static method in class org.mule.util.StringMessageUtils
 
toString() - Method in class org.mule.util.xa.AbstractTransactionContext
 
toString() - Method in class org.mule.VoidResult
 
toString() - Method in class org.mule.work.WorkerContext
 
touch() - Method in class org.mule.transport.soap.axis.extensions.AxisMuleSession
 
toUrl(String, Object) - Method in class org.mule.transport.bpm.ProcessConnector
Generate a URL based on the process name and ID such as "bpm://myProcess/2342" If the parameters are missing, and allowGlobalReceiver is true, the GLOBAL_RECEIVER is returned.
toXml(Document) - Static method in class org.mule.module.xml.util.XMLUtils
Converts a DOM to an XML string.
toXmlSource(XMLInputFactory, boolean, Object) - Static method in class org.mule.module.xml.util.XMLUtils
Convert our object to a Source type efficiently.
toXMLStreamReader(XMLInputFactory, Object) - Static method in class org.mule.module.xml.util.XMLUtils
Returns an XMLStreamReader for an object of unknown type if possible.
trace(Object) - Method in class org.mule.util.MuleLogger
 
trace(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
TransactedPollingMessageReceiver - Class in org.mule.transport
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
TransactedPollingMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver
 
TransactedPollingMessageReceiver(Connector, Service, InboundEndpoint, long) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver
Deprecated. please use #TransactedPollingMessageReceiver(Connector,Service,InboundEndpoint,long,TimeUnit) instead
TransactedPollingMessageReceiver.MessageProcessorWorker - Class in org.mule.transport
 
TransactedPollingMessageReceiver.MessageProcessorWorker(TransactionTemplate, CountDownLatch, Object) - Constructor for class org.mule.transport.TransactedPollingMessageReceiver.MessageProcessorWorker
 
TransactedSingleResourceJmsMessageReceiver - Class in org.mule.transport.jms
 
TransactedSingleResourceJmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
 
TransactedSingleResourceJmsMessageReceiver.MessageReceiverWorker - Class in org.mule.transport.jms
 
TransactedSingleResourceJmsMessageReceiver.MessageReceiverWorker(Message) - Constructor for class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver.MessageReceiverWorker
 
Transaction - Interface in org.mule.api.transaction
 
TRANSACTION_BEGAN - Static variable in class org.mule.context.notification.TransactionNotification
 
TRANSACTION_COMMITTED - Static variable in class org.mule.context.notification.TransactionNotification
 
TRANSACTION_EVENT_ACTION_START_RANGE - Static variable in class org.mule.api.context.notification.ServerNotification
 
TRANSACTION_ROLLEDBACK - Static variable in class org.mule.context.notification.TransactionNotification
 
TransactionalFunctionalTestComponent - Class in org.mule.tck.functional
This service is useful for unit tests involving transactionality because it will roll back the current transaction upon message arrival.
TransactionalFunctionalTestComponent() - Constructor for class org.mule.tck.functional.TransactionalFunctionalTestComponent
 
TransactionalQueueManager - Class in org.mule.util.queue
The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
TransactionalQueueManager() - Constructor for class org.mule.util.queue.TransactionalQueueManager
 
TransactionalQueueManager.QueueTransactionContext - Class in org.mule.util.queue
 
TransactionalQueueManager.QueueTransactionContext() - Constructor for class org.mule.util.queue.TransactionalQueueManager.QueueTransactionContext
 
transactionAlreadyBound() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionCallback - Interface in org.mule.api.transaction
 
transactionCannotBindNullResource() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotBindToNullKey() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotReadState() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCannotUnbind() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionCanOnlyBindToResources(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionCollection - Interface in org.mule.transaction
Marks a collection of transactions, e.g.
transactionCommitFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionConfig - Interface in org.mule.api.transaction
TransactionConfig defines transaction configuration for a transactional endpoint.
transactionConfig - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
transactionConfig - Variable in class org.mule.routing.outbound.AbstractOutboundRouter
 
TransactionConfigDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
TransactionConfigDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.TransactionConfigDefinitionParser
 
TransactionCoordination - Class in org.mule.transaction
 
TransactionDefinitionParser - Class in org.mule.config.spring.parsers.specific
Generates a transaction config with embedded factory.
TransactionDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
TransactionDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.TransactionDefinitionParser
 
TransactionException - Exception in org.mule.api.transaction
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionException(Message) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionException(Message, Throwable) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.mule.api.transaction.TransactionException
 
TransactionFactory - Interface in org.mule.api.transaction
TransactionFactory creates a transaction.
transactionFactoryIsMandatory(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionInProgressException - Exception in org.mule.transaction
TransactionInProgressException is thrown if a new transaction is started when there is one already in progress.
TransactionInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
TransactionInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionInProgressException
 
transactionManagerAlreadySet() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionManagerDefinitionParser - Class in org.mule.config.spring.parsers.specific
 
TransactionManagerDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.TransactionManagerDefinitionParser
 
TransactionManagerDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.TransactionManagerDefinitionParser
 
TransactionManagerFactory - Interface in org.mule.api.transaction
TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
transactionMarkedForRollback() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionNotAvailableButActionIs(String) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionNotification - Class in org.mule.context.notification
 
TransactionNotification(Transaction, int) - Constructor for class org.mule.context.notification.TransactionNotification
 
TransactionNotificationListener - Interface in org.mule.api.context.notification
TransactionNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Transaction event occurs.
TransactionNotInProgressException - Exception in org.mule.transaction
TransactionNotInProgressException TODO (document class)
TransactionNotInProgressException(Message) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
TransactionNotInProgressException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionNotInProgressException
 
transactionPerMessage - Variable in class org.mule.transport.jdbc.JdbcConnector
Should each DB record be received in a separate transaction or should there be a single transaction for the entire ResultSet?
transactionResourceAlreadyListedForKey(Object) - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionRollbackException - Exception in org.mule.transaction
 
TransactionRollbackException(Message) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
TransactionRollbackException(Throwable) - Constructor for exception org.mule.transaction.TransactionRollbackException
 
transactionRollbackFailed() - Static method in class org.mule.config.i18n.CoreMessages
 
transactionSetAutoCommitFailed() - Static method in class org.mule.transport.jdbc.i18n.JdbcMessages
 
transactionSingleResourceOnly() - Static method in class org.mule.config.i18n.CoreMessages
 
TransactionStatusException - Exception in org.mule.transaction
 
TransactionStatusException(Message) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Message, Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionStatusException(Throwable) - Constructor for exception org.mule.transaction.TransactionStatusException
 
TransactionTemplate - Class in org.mule.transaction
 
TransactionTemplate(TransactionConfig, ExceptionListener, MuleContext) - Constructor for class org.mule.transaction.TransactionTemplate
 
TRANSFER_ENCODING_CHUNKED - Static variable in class org.mule.transport.http.HttpConstants
 
transferObjectClass - Variable in class org.mule.transformer.wire.TransformerPairWireFormat
 
transform(InputStream, OutputStream, String) - Method in interface org.mule.api.transformer.StreamingTransformer
Thransforms the supllied data and returns the result
transform(Object) - Method in interface org.mule.api.transformer.Transformer
Thransforms the supplied data and returns the result
transform(MuleMessage, String) - Method in class org.mule.example.loanbroker.transformers.RestRequestToCustomerRequest
 
transform(MuleMessage, String) - Method in class org.mule.example.loanbroker.transformers.SetLendersAsRecipients
 
transform(MuleMessage, String) - Method in class org.mule.expression.transformers.BeanBuilderTransformer
 
transform(MuleMessage, String) - Method in class org.mule.expression.transformers.ExpressionTransformer
 
transform(Object, Method) - Method in class org.mule.module.client.AbstractEventTransformer
 
transform(MuleMessage, String) - Method in class org.mule.module.scripting.transformer.ScriptTransformer
 
transform(MuleMessage, String) - Method in class org.mule.module.xml.transformer.ObjectToXml
 
transform(MuleMessage, String) - Method in class org.mule.module.xml.transformer.XmlToObject
 
transform(MuleMessage, String) - Method in class org.mule.transformer.AbstractMessageAwareTransformer
 
transform(Object) - Method in class org.mule.transformer.AbstractTransformer
Transforms the object.
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.AutoTransformer
 
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.MessagePropertiesTransformer
 
transform(MuleMessage, String) - Method in class org.mule.transformer.simple.MuleMessageToByteArray
 
transform(MuleMessage, String) - Method in class org.mule.transformer.TransformerCollection
 
transform(MuleMessage, String) - Method in class org.mule.transformer.TransformerTemplate
 
transform(Object) - Method in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
This method may be overriden in order to store the incoming data as a different type.
transform(MuleMessage, String) - Method in class org.mule.transport.email.transformers.StringToEmailMessage
 
transform(MuleMessage, String) - Method in class org.mule.transport.http.transformers.HttpRequestBodyToParamMap
 
transform(MuleMessage, String) - Method in class org.mule.transport.http.transformers.MuleMessageToHttpResponse
 
transform(MuleMessage, String) - Method in class org.mule.transport.http.transformers.ObjectToHttpClientMethodRequest
 
transform(MuleMessage, String) - Method in class org.mule.transport.jms.transformers.JMSMessageToObject
 
transform(MuleMessage, String) - Method in class org.mule.transport.jms.transformers.ObjectToJMSMessage
 
transform(MuleMessage, String) - Method in class org.mule.transport.servlet.transformers.HttpRequestToParameter
 
transform(MuleMessage, String) - Method in class org.mule.transport.servlet.transformers.HttpRequestToParameterMap
 
transform(MuleMessage, String) - Method in class org.mule.transport.soap.transformers.HttpRequestToSoapRequest
 
transform(MuleMessage, String) - Method in class org.mule.transport.xmpp.transformers.ObjectToXmppPacket
 
transform(MuleMessage, String) - Method in class org.mule.transport.xmpp.transformers.XmppPacketToObject
 
Transformer - Interface in org.mule.api.transformer
Transformer can be chained together to covert message payloads from one object type to another.
TRANSFORMER - Static variable in class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
 
TRANSFORMER_FACTORY_JDK5 - Static variable in class org.mule.module.xml.util.XMLUtils
 
TRANSFORMER_PREFIX - Variable in class org.mule.config.bootstrap.SimpleRegistryBootstrap
 
TransformerCollection - Class in org.mule.transformer
TODO
TransformerCollection(List) - Constructor for class org.mule.transformer.TransformerCollection
 
TransformerCollection(Transformer[]) - Constructor for class org.mule.transformer.TransformerCollection
 
TransformerDefinitionParser - Class in org.mule.config.spring.parsers.specific
This allows a transformer to be defined globally, or embedded within an endpoint (as either a normal or response transformer).
TransformerDefinitionParser(Class) - Constructor for class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
 
TransformerDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.TransformerDefinitionParser
For custom transformers
TransformerException - Exception in org.mule.api.transformer
TransformerException is a simple exception that is thrown by transformers.
TransformerException(Message, Transformer) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, List) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, Transformer, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, List, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Transformer, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(List, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message, Throwable) - Constructor for exception org.mule.api.transformer.TransformerException
 
TransformerException(Message) - Constructor for exception org.mule.api.transformer.TransformerException
 
transformerInvalidReturnType(Class, String) - Static method in class org.mule.config.i18n.CoreMessages
 
transformerListCache - Variable in class org.mule.registry.MuleRegistryHelper
 
transformerNotImplementDiscoverable(Transformer) - Static method in class org.mule.config.i18n.CoreMessages
 
TransformerPairWireFormat - Class in org.mule.transformer.wire
TODO
TransformerPairWireFormat() - Constructor for class org.mule.transformer.wire.TransformerPairWireFormat
 
transformerPool - Variable in class org.mule.module.xml.transformer.XsltTransformer
 
TransformerRefDefinitionParser - Class in org.mule.config.spring.parsers.specific
Handle response transformers correctly
TransformerRefDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.TransformerRefDefinitionParser
 
TransformerRouter - Class in org.mule.routing.outbound
Simply applies a transformer before continuing on to the next router.
TransformerRouter() - Constructor for class org.mule.routing.outbound.TransformerRouter
 
transformers - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
transformers - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
TRANSFORMERS_ATTRIBUTE - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
TransformerTemplate - Class in org.mule.transformer
TODO
TransformerTemplate(TransformerTemplate.TransformerCallback) - Constructor for class org.mule.transformer.TransformerTemplate
 
TransformerTemplate.OverwitePayloadCallback - Class in org.mule.transformer
 
TransformerTemplate.OverwitePayloadCallback(Object) - Constructor for class org.mule.transformer.TransformerTemplate.OverwitePayloadCallback
 
TransformerTemplate.TransformerCallback - Interface in org.mule.transformer
 
TransformerUtils - Class in org.mule.transformer
 
TransformerUtils() - Constructor for class org.mule.transformer.TransformerUtils
 
TransformerUtils.TransformerSource - Interface in org.mule.transformer
 
TransformerWeighting - Class in org.mule.transformer
Given a Transformer instance, an input class and output class this object will create a weighting for a transformer.
TransformerWeighting(Class, Class, Transformer) - Constructor for class org.mule.transformer.TransformerWeighting
 
transformFailed(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
transformFailedBeforeFilter() - Static method in class org.mule.config.i18n.CoreMessages
 
transformFailedFrom(Class) - Static method in class org.mule.config.i18n.CoreMessages
 
transformFromMessage(Message, String) - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
transformHasMultipleMatches(Class, Class, Transformer, Transformer) - Static method in class org.mule.config.i18n.CoreMessages
 
transformMessage() - Method in interface org.mule.api.MuleEvent
Transforms the message into it's recognised or expected format.
transformMessage(Class) - Method in interface org.mule.api.MuleEvent
Transforms the message into the requested format.
transformMessage() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage(Class) - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage() - Method in class org.mule.DefaultMuleEvent
 
transformMessage(Class) - Method in class org.mule.DefaultMuleEvent
 
transformMessage() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format.
transformMessage(Class) - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into its recognised or expected format.
transformMessageToBytes() - Method in interface org.mule.api.MuleEvent
Transforms the message into it's recognised or expected format and then into an array of bytes.
transformMessageToBytes() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
transformMessageToBytes() - Method in class org.mule.DefaultMuleEvent
This method will attempt to convert the transformed message into an array of bytes It will first check if the result of the transformation is a byte array and return that.
transformMessageToBytes() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format and then into an array of bytes.
transformMessageToString() - Method in interface org.mule.api.MuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in interface org.mule.api.MuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in class org.mule.DefaultMuleEvent
Returns the message transformed into it's recognised or expected format and then into a String.
transformMessageToString() - Method in class org.mule.DefaultMuleEventContext
Returns the message transformed into it's recognised or expected format and then into a String.
transformOnObjectNotOfSpecifiedType(String, Object) - Static method in class org.mule.config.i18n.CoreMessages
 
transformOnObjectUnsupportedTypeOfEndpoint(String, Class, ImmutableEndpoint) - Static method in class org.mule.config.i18n.CoreMessages
 
transformResponse(Object) - Method in class org.mule.transport.http.HttpMessageReceiver
 
transformToMessage(MuleMessage) - Method in class org.mule.transport.jms.transformers.AbstractJmsTransformer
 
transformUnexpectedType(Class, Class) - Static method in class org.mule.config.i18n.CoreMessages
 
TransientRegistry - Class in org.mule.registry
 
TransientRegistry(MuleContext) - Constructor for class org.mule.registry.TransientRegistry
 
translateName(String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
Extract a JavaBean property name from the supplied attribute name.
translateName(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
translateName(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
Extract a JavaBean property name from the supplied attribute name.
translateName(String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
translateName(String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
translateValue(String, String) - Method in interface org.mule.config.spring.parsers.assembly.configuration.PropertyConfiguration
 
translateValue(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.ReusablePropertyConfiguration
 
translateValue(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration
 
translateValue(String, String) - Method in class org.mule.config.spring.parsers.assembly.configuration.TempWrapperPropertyConfiguration
 
translateValue(String, String) - Method in class org.mule.config.spring.parsers.delegate.AllAttributeChildDefinitionParser
 
TRANSPORT_ID - Static variable in class org.mule.transport.cxf.transport.MuleUniversalTransport
 
TRANSPORT_SERVICE_PATH - Static variable in class org.mule.util.SpiUtils
 
TRANSPORT_SERVICE_TYPE - Static variable in class org.mule.api.registry.ServiceDescriptorFactory
 
TransportArchetypeMojo - Class in org.mule.tools.maven.archetype
Builds archetype containers.
TransportArchetypeMojo() - Constructor for class org.mule.tools.maven.archetype.TransportArchetypeMojo
 
transportClass - Variable in class org.mule.transport.cxf.CxfServiceComponent
 
TransportEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
This is intended for use by endpoint-specific parsers for non-global endpoint elements.
TransportEndpointDefinitionParser(String, Class, String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
 
TransportEndpointDefinitionParser(String, boolean, Class, String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
 
TransportEndpointDefinitionParser(String, boolean, Class, String[], String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
 
TransportEndpointDefinitionParser(String, boolean, Class, String[], String[][], String[][]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
 
TransportEndpointDefinitionParser(String, boolean, Class, String[], String[], String[][], String[][]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportEndpointDefinitionParser
 
TransportFactory - Class in org.mule.transport.service
TransportFactory can be used for generically creating endpoints from an url.
TransportFactory() - Constructor for class org.mule.transport.service.TransportFactory
 
TransportFactoryException - Exception in org.mule.transport.service
TransportFactoryException is thrown by the endpoint factory if the endpoint service cannot be found in the META-INF/services directory or if any part of the endpoint cannot be instanciated.
TransportFactoryException(Message) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportFactoryException(Message, Throwable) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportFactoryException(Throwable) - Constructor for exception org.mule.transport.service.TransportFactoryException
 
TransportGlobalEndpointDefinitionParser - Class in org.mule.config.spring.parsers.specific.endpoint
A parser for global endpoints.
TransportGlobalEndpointDefinitionParser(String, String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportGlobalEndpointDefinitionParser(String, boolean, String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportGlobalEndpointDefinitionParser(String, boolean, Class, String[], String[]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[][], String[][]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportGlobalEndpointDefinitionParser(String, boolean, String[], String[], String[][], String[][]) - Constructor for class org.mule.config.spring.parsers.specific.endpoint.TransportGlobalEndpointDefinitionParser
 
TransportServiceDescriptor - Interface in org.mule.transport.service
TransportServiceDescriptor describes the necessary information for creating a connector from a service descriptor.
TransportServiceException - Exception in org.mule.transport.service
TransportServiceException is thrown if a ProviderServicedescriptor has a service error set.
TransportServiceException(Message) - Constructor for exception org.mule.transport.service.TransportServiceException
 
TransportServiceException(Message, Throwable) - Constructor for exception org.mule.transport.service.TransportServiceException
 
TransportServiceNotFoundException - Exception in org.mule.transport.service
TransportServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.
TransportServiceNotFoundException(String) - Constructor for exception org.mule.transport.service.TransportServiceNotFoundException
 
TransportServiceNotFoundException(String, Throwable) - Constructor for exception org.mule.transport.service.TransportServiceNotFoundException
 
treeBindings - Variable in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
truncate(String, int, boolean) - Static method in class org.mule.util.StringMessageUtils
 
TrustStoreDefinitionParser - Class in org.mule.config.spring.parsers.specific.tls
 
TrustStoreDefinitionParser() - Constructor for class org.mule.config.spring.parsers.specific.tls.TrustStoreDefinitionParser
 
TwoStageMapBeanAssembler - Class in org.mule.config.spring.parsers.assembly
This is used by MapDefinitionParserMutator - it takes a normal bean definition and re-packages it as a map (rather than individual values).
TwoStageMapBeanAssembler(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore, PropertyConfiguration, BeanDefinitionBuilder, PropertyConfiguration, BeanDefinition) - Constructor for class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssembler
 
TwoStageMapBeanAssemblerFactory - Class in org.mule.config.spring.parsers.assembly
 
TwoStageMapBeanAssemblerFactory(TwoStageMapBeanAssemblerFactory.BeanAssemblerStore) - Constructor for class org.mule.config.spring.parsers.assembly.TwoStageMapBeanAssemblerFactory
 
TwoStageMapBeanAssemblerFactory.BeanAssemblerStore - Interface in org.mule.config.spring.parsers.assembly
 
txStatusMappings - Static variable in class org.mule.transaction.AbstractSingleResourceTransaction
TX status code to human-readable string mappings.
TYPE_BINDING - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_ERROR - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_FATAL - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_INBOUND - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_INFO - Static variable in class org.mule.api.context.notification.ServerNotification
 
TYPE_OUTBOUND - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_RESPONSE - Static variable in class org.mule.management.stats.RouterStatistics
 
TYPE_WARNING - Static variable in class org.mule.api.context.notification.ServerNotification
 

U

UDP - Static variable in class org.mule.transport.udp.UdpConnector
 
UdpConnector - Class in org.mule.transport.udp
UdpConnector can send and receive Mule events as Datagram packets.
UdpConnector() - Constructor for class org.mule.transport.udp.UdpConnector
 
UdpMessageAdapter - Class in org.mule.transport.udp
UdpMessageAdapter
UdpMessageAdapter(Object) - Constructor for class org.mule.transport.udp.UdpMessageAdapter
 
UdpMessageAdapter(UdpMessageAdapter) - Constructor for class org.mule.transport.udp.UdpMessageAdapter
 
UdpMessageDispatcher - Class in org.mule.transport.udp
UdpMessageDispatcher is responsible for dispatching MuleEvents as UDP packets on the network
UdpMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.udp.UdpMessageDispatcher
 
UdpMessageDispatcherFactory - Class in org.mule.transport.udp
UdpMessageDispatcherFactory creates a dispatcher for sending UDP packets.
UdpMessageDispatcherFactory() - Constructor for class org.mule.transport.udp.UdpMessageDispatcherFactory
 
UdpMessageReceiver - Class in org.mule.transport.udp
UdpMessageReceiver receives UDP message packets.
UdpMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.udp.UdpMessageReceiver
 
UdpMessageReceiver.UdpWorker - Class in org.mule.transport.udp
 
UdpMessageReceiver.UdpWorker(DatagramSocket, DatagramPacket) - Constructor for class org.mule.transport.udp.UdpMessageReceiver.UdpWorker
 
UdpMessageRequester - Class in org.mule.transport.udp
Responsible for requesting MuleEvents as UDP packets on the network
UdpMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.udp.UdpMessageRequester
 
UdpMessageRequesterFactory - Class in org.mule.transport.udp
Creates a dispatcher for receiving UDP packets.
UdpMessageRequesterFactory() - Constructor for class org.mule.transport.udp.UdpMessageRequesterFactory
 
UdpMessages - Class in org.mule.transport.udp.i18n
 
UdpMessages() - Constructor for class org.mule.transport.udp.i18n.UdpMessages
 
UdpNamespaceHandler - Class in org.mule.transport.udp.config
Reigsters a Bean Definition Parser for handling UDP specific elements.
UdpNamespaceHandler() - Constructor for class org.mule.transport.udp.config.UdpNamespaceHandler
 
UdpSocketFactory - Class in org.mule.transport.udp
Creates a client socket using the host and port address supplied in the endpoint URI.
UdpSocketFactory() - Constructor for class org.mule.transport.udp.UdpSocketFactory
 
unableToConstructAdapterForNullMessage() - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
unableToGetEndpointUri(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
unableToInitBindingProvider(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
unableToLoadServiceClass(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
UnauthorisedException - Exception in org.mule.api.security
UnauthorisedException is thrown if authentication fails
UnauthorisedException(Message) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, Throwable) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, MuleMessage) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.UnauthorisedException
 
UnauthorisedException(MuleMessage, SecurityContext, ImmutableEndpoint, EndpointSecurityFilter) - Constructor for exception org.mule.api.security.UnauthorisedException
 
unbind(Name) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
unbind(String) - Method in class org.mule.config.spring.jndi.DefaultSpringJndiContext
 
unbind(Name) - Method in class org.mule.jndi.SimpleContext
 
unbind(String) - Method in class org.mule.jndi.SimpleContext
 
unbind(Name) - Method in class org.mule.tck.jndi.InMemoryContext
 
unbind(String) - Method in class org.mule.tck.jndi.InMemoryContext
 
unbindTransaction(Transaction) - Method in class org.mule.transaction.TransactionCoordination
 
uncompressByteArray(byte[]) - Method in interface org.mule.util.compression.CompressionStrategy
 
uncompressByteArray(byte[]) - Method in class org.mule.util.compression.GZipCompression
Used for uncompressing a byte array into a uncompressed byte array using GZIP
UNDEFINED - Static variable in class org.mule.module.xml.config.XsltTextDefinitionParser
 
UndefinedMatchException - Exception in org.mule.module.sxc
 
UndefinedMatchException() - Constructor for exception org.mule.module.sxc.UndefinedMatchException
 
underlyingIn - Variable in class org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
 
unhandledException(Class, Class) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
uniqueIdNotSupportedByAdapter(String) - Static method in class org.mule.config.i18n.CoreMessages
 
UniqueIdNotSupportedException - Exception in org.mule.api.transport
UniqueIdNotSupportedException is thrown by MessageAdapter.getUniqueId() if the underlying message does not support or have a unique identifier.
UniqueIdNotSupportedException(MessageAdapter) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(MessageAdapter, Message) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
UniqueIdNotSupportedException(MessageAdapter, Throwable) - Constructor for exception org.mule.api.transport.UniqueIdNotSupportedException
 
uniqueValue(String) - Static method in class org.mule.config.spring.parsers.generic.AutoIdUtils
 
UniversalSender - Class in org.mule.transport.soap.axis.extensions
An Axis handler that will dispatch the SOAP event via a Mule endpoint
UniversalSender() - Constructor for class org.mule.transport.soap.axis.extensions.UniversalSender
 
UnknownAuthenticationTypeException - Exception in org.mule.api.security
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised Authentication type.
UnknownAuthenticationTypeException(Authentication) - Constructor for exception org.mule.api.security.UnknownAuthenticationTypeException
 
UNLIMITED - Static variable in class org.mule.transport.tcp.protocols.DirectProtocol
 
UNLIMITED_DEPTH - Static variable in class org.mule.util.MapCombiner
 
unrecognisedServiceType(String) - Static method in class org.mule.config.i18n.CoreMessages
 
unregisterAgent(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterAgent(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterComponent(String) - Method in class org.mule.module.client.MuleClient
Deprecated. Use the RegistryContext to get the registry and unregister the service there
unregisterConnector(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterConnector(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregistered() - Method in class org.mule.agent.AbstractNotificationLoggerAgent
 
unregistered() - Method in class org.mule.agent.ConfigScannerAgent
 
unregistered() - Method in interface org.mule.api.agent.Agent
 
unregistered() - Method in class org.mule.module.client.remoting.RemoteDispatcherAgent
 
unregistered() - Method in class org.mule.module.management.agent.DefaultJmxSupportAgent
unregistered() - Method in class org.mule.module.management.agent.JdmkAgent
 
unregistered() - Method in class org.mule.module.management.agent.JmxAgent
unregistered() - Method in class org.mule.module.management.agent.Log4jAgent
 
unregistered() - Method in class org.mule.module.management.agent.Mx4jAgent
 
unregistered() - Method in class org.mule.module.management.agent.RmiRegistryAgent
 
unregistered() - Method in class org.mule.module.management.agent.WrapperManagerAgent
 
unregistered() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
 
unregisterEndpoint(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterEndpoint(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterEvaluator(String) - Method in interface org.mule.api.expression.ExpressionManager
Removes the evaluator with the given name
unregisterEvaluator(String) - Method in class org.mule.expression.DefaultExpressionManager
Removes the evaluator with the given name
unRegisterException(Class) - Method in class org.mule.example.errorhandler.AbstractExceptionHandler
 
unRegisterException(Class) - Method in interface org.mule.example.errorhandler.ExceptionHandler
 
unregisterListener(ServerNotificationListener) - Method in interface org.mule.api.MuleContext
Unregisters a previously registered listener.
unregisterListener(Service, InboundEndpoint) - Method in interface org.mule.api.transport.Connector
 
unregisterListener(ServerNotificationListener) - Method in class org.mule.DefaultMuleContext
 
unregisterListener(Service, InboundEndpoint) - Method in class org.mule.transport.AbstractConnector
 
unregisterListener(MessageReceiver) - Method in class org.mule.transport.servlet.jetty.JettyHttpConnector
 
unregisterListeners() - Method in class org.mule.service.AbstractService
 
unregisterMBeansIfNecessary() - Method in class org.mule.module.management.agent.JmxAgent
 
unregisterMBeansIfNecessary() - Method in class org.mule.module.management.agent.Log4jAgent
Unregister all log4j MBeans if there are any left over the old deployment
unregisterMBeansIfNecessary() - Method in class org.mule.module.management.agent.Mx4jAgent
Unregister all Mx4j MBeans if there are any left over the old deployment
unregisterMBeansIfNecessary() - Method in class org.mule.module.management.agent.WrapperManagerAgent
Unregister all MBeans if there are any left over the old deployment
unregisterMBeansIfNecessary() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
Unregister Profiler MBean if there are any left over the old deployment
unregisterMeQuietly() - Method in class org.mule.module.management.agent.WrapperManagerAgent
Quietly unregister ourselves.
unregisterMeQuietly() - Method in class org.mule.module.management.agent.YourKitProfilerAgent
Quietly unregister ourselves.
unregisterModel(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterModel(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterObject(String) - Method in interface org.mule.api.registry.Registry
 
unregisterObject(String, Object) - Method in interface org.mule.api.registry.Registry
 
unregisterObject(String) - Method in class org.mule.config.spring.SpringRegistry
 
unregisterObject(String, Object) - Method in class org.mule.config.spring.SpringRegistry
 
unregisterObject(String) - Method in class org.mule.registry.AbstractRegistryBroker
 
unregisterObject(String, Object) - Method in class org.mule.registry.AbstractRegistryBroker
 
unregisterObject(String, Object) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterObject(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterObject(String, Object) - Method in class org.mule.registry.TransientRegistry
 
unregisterObject(String) - Method in class org.mule.registry.TransientRegistry
 
unregisterReceiverWithMuleService(MessageReceiver, EndpointURI) - Method in class org.mule.transport.soap.axis.AxisConnector
 
unregisterService(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterService(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unregisterSourceType(Class) - Method in class org.mule.transformer.AbstractTransformer
 
unregisterSupportedProtocol(String) - Method in class org.mule.transport.AbstractConnector
 
unregisterTransformer(String) - Method in interface org.mule.api.registry.MuleRegistry
 
unregisterTransformer(String) - Method in class org.mule.registry.MuleRegistryHelper
 
unretrievedException(Exception) - Static method in class org.mule.example.errorhandler.LocaleMessage
 
UNSAFE - Static variable in class org.mule.RequestContext
 
unsafeRewriteEvent(MuleMessage) - Static method in class org.mule.OptimizedRequestContext
Sets a new message payload in the RequestContext but maintains all other properties (session, endpoint, synchronous, etc.) from the previous event.
unsafeSetEvent(MuleEvent) - Static method in class org.mule.OptimizedRequestContext
Set an event for out-of-scope thread access.
unschedule() - Method in class org.mule.transport.AbstractPollingMessageReceiver
This method cancels the schedules which were created in AbstractPollingMessageReceiver.schedule().
UnsupportedAuthenticationSchemeException - Exception in org.mule.api.security
UnsupportedAuthenticationSchemeException is thrown when a authentication scheme is being used on the message that the Security filter does not understand
UnsupportedAuthenticationSchemeException(Message, MuleMessage) - Constructor for exception org.mule.api.security.UnsupportedAuthenticationSchemeException
 
UnsupportedAuthenticationSchemeException(Message, MuleMessage, Throwable) - Constructor for exception org.mule.api.security.UnsupportedAuthenticationSchemeException
 
UnsupportedMessageDispatcher - Class in org.mule.transport
 
UnsupportedMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.UnsupportedMessageDispatcher
 
UnsupportedMessageDispatcherFactory - Class in org.mule.transport
 
UnsupportedMessageDispatcherFactory() - Constructor for class org.mule.transport.UnsupportedMessageDispatcherFactory
 
UnsupportedMessageRequester - Class in org.mule.transport
 
UnsupportedMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.UnsupportedMessageRequester
 
UnsupportedMessageRequesterFactory - Class in org.mule.transport
 
UnsupportedMessageRequesterFactory() - Constructor for class org.mule.transport.UnsupportedMessageRequesterFactory
 
unsupportedMethod(String) - Static method in class org.mule.transport.http.i18n.HttpMessages
 
unsupportedServerWireForat(String) - Static method in class org.mule.module.client.i18n.ClientMessages
 
UnsupportedWireFormatException - Exception in org.mule.module.client.remoting
Exception is thrown when the server is using a wire format that the client does not support
UnsupportedWireFormatException(String, Exception) - Constructor for exception org.mule.module.client.remoting.UnsupportedWireFormatException
 
unzip(File, File) - Static method in class org.mule.util.FileUtils
Unzip the specified archive to the given directory
updateCachedNotificationHandler() - Method in class org.mule.transport.AbstractConnector
 
updateContext(MuleMessage, ImmutableEndpoint, boolean) - Method in class org.mule.module.client.RemoteDispatcher
 
updatePayload(MuleMessage, Object) - Method in class org.mule.security.AbstractEndpointSecurityFilter
 
updateProcess(Object, Map) - Method in interface org.mule.transport.bpm.BPMS
Update the variables/parameters for an already-running process.
updateProcess(Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Update the variables for a process instance.
updateStats(Order) - Method in class org.mule.example.bookstore.DataWarehouse
 
updateTransformerEndpoints(List) - Method in class org.mule.endpoint.AbstractEndpoint
 
URI_1999_SCHEMA_XSD - Static variable in class org.mule.transport.soap.NamedParameter
 
URI_2000_SCHEMA_XSD - Static variable in class org.mule.transport.soap.NamedParameter
 
URI_2001_SCHEMA_XSD - Static variable in class org.mule.transport.soap.NamedParameter
 
URI_BUILDER_ATTRIBUTE - Static variable in class org.mule.config.spring.parsers.specific.endpoint.support.EndpointUtils
 
URI_DEFAULT_SCHEMA_XSD - Static variable in class org.mule.transport.soap.NamedParameter
 
uriBuilder - Variable in class org.mule.endpoint.AbstractEndpointBuilder
 
URIBuilder - Class in org.mule.endpoint
This has the following logic: - if an address is specified, it is used verbatim (except for parameters); this is consistent with the generic case - otherwise, we construct from components, omitting things that aren't specified as much as possible (use required attributes to guarantee entries) In addition, parameters are handled as follows: - parameters can be given in the uri, the queryMap, or both - queryMap values override uri values - the order of parameters in the uri remains the same (even if values change) - queryMap parameters are appended after uri parameters (I don't think ordering should matter, but XFire seems to require it) TODO - check that we have sufficient control via XML (what about empty strings?) Not called EndpointURIBuilder because of EndpointURIBuilder
URIBuilder() - Constructor for class org.mule.endpoint.URIBuilder
 
URIBuilder(EndpointURI) - Constructor for class org.mule.endpoint.URIBuilder
 
URIBuilder(String) - Constructor for class org.mule.endpoint.URIBuilder
 
URIBuilderPropertyEditor - Class in org.mule.config.spring.editors
Translates a connector name property into the corresponding Connector instance.
URIBuilderPropertyEditor() - Constructor for class org.mule.config.spring.editors.URIBuilderPropertyEditor
 
URL - Static variable in interface org.mule.example.bookstore.CatalogService
The catalog will be accesible as a web service at this URL
URL - Static variable in interface org.mule.example.bookstore.OrderService
The order service will be accesible as a web service at this URL
UrlEndpointURIBuilder - Class in org.mule.endpoint
UrlEndpointBuilder is the default endpointUri strategy suitable for most connectors
UrlEndpointURIBuilder() - Constructor for class org.mule.endpoint.UrlEndpointURIBuilder
 
urlFromEndpoint(ImmutableEndpoint) - Method in class org.mule.transport.email.AbstractMailConnector
 
USE - Static variable in class org.mule.transport.soap.axis.AxisConnector
 
USE_MAP - Static variable in class org.mule.transport.soap.axis.config.AxisNamespaceHandler
 
useMultipleReceivers - Variable in class org.mule.transport.jms.TransactedSingleResourceJmsMessageReceiver
determines whether Multiple receivers are created to improve throughput
USER - Static variable in class org.mule.endpoint.URIBuilder
 
USER_DIR - Static variable in class org.mule.module.boot.DefaultMuleClassPathConfig
 
USERHOST_ATTRIBUTES - Static variable in class org.mule.endpoint.URIBuilder
 
userInfo - Variable in class org.mule.endpoint.AbstractEndpointURIBuilder
 
UserInfoEndpointURIBuilder - Class in org.mule.endpoint
UserInfoEndpointBuilder builds an endpoint with the userinfo and host details.
UserInfoEndpointURIBuilder() - Constructor for class org.mule.endpoint.UserInfoEndpointURIBuilder
 
USERNAME - Static variable in class org.mule.transport.jms.config.ConnectionFactoryDefinitionParser
 
username - Variable in class org.mule.transport.jms.JmsConnector
 
UUID - Class in org.mule.util
UUID Generates a UUID using the JUG library
UUID_FUNCTION - Static variable in class org.mule.expression.FunctionExpressionEvaluator
 

V

validate() - Method in interface org.mule.api.transport.MessageDispatcher
Determines whether this dispatcher can be reused after message sending.
validate(OutboundEndpoint, MessageDispatcher) - Method in interface org.mule.api.transport.MessageDispatcherFactory
Invoked after the dispatcher is returned from a client but before it is prepared for return to its pool via MessageDispatcherFactory.passivate(OutboundEndpoint, MessageDispatcher).
validate() - Method in interface org.mule.api.transport.MessageRequester
Determines whether this dispatcher can be reused after message receiving.
validate(InboundEndpoint, MessageRequester) - Method in interface org.mule.api.transport.MessageRequesterFactory
Invoked after the requester is returned from a client but before it is prepared for return to its pool via MessageRequesterFactory.passivate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
validate(ExpressionManager) - Method in class org.mule.expression.ExpressionConfig
 
validate() - Method in class org.mule.expression.transformers.ExpressionArgument
 
validate() - Method in class org.mule.module.jca.MuleActivationSpec
 
validate() - Method in class org.mule.transport.AbstractConnectable
 
validate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.AbstractMessageDispatcherFactory
 
validate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.AbstractMessageRequesterFactory
 
validate(OutboundEndpoint, MessageDispatcher) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
validate(InboundEndpoint, MessageRequester) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
validateConnection(RetryContext) - Method in interface org.mule.api.transport.Connectable
Test whether the connector is able to connect to its resource(s).
validateConnection(RetryContext) - Method in class org.mule.transport.AbstractConnectable
 
validateConnection(RetryContext) - Method in class org.mule.transport.AbstractConnector
Override this method to test whether the connector is able to connect to its resource(s).
validateConnection(RetryContext) - Method in class org.mule.transport.ftp.FtpMessageDispatcher
 
validateConnection(RetryContext) - Method in class org.mule.transport.ftp.FtpMessageReceiver
 
validateConnection(RetryContext) - Method in class org.mule.transport.jdbc.JdbcConnector
Verify that we are able to connect to the DataSource (needed for retry policies)
validateConnection(RetryContext) - Method in class org.mule.transport.tcp.TcpMessageDispatcher
 
validateConnection(RetryContext) - Method in class org.mule.transport.tcp.TcpMessageRequester
 
validateConnection(RetryContext) - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
validateConnection(RetryContext) - Method in class org.mule.transport.udp.UdpMessageRequester
 
validateEncoding() - Method in class org.mule.config.DefaultMuleConfiguration
 
validateFile(FTPFile) - Method in class org.mule.transport.ftp.FtpConnector
Override this method to do extra checking on the file.
ValidateMessageSource - Class in org.mule.transport.bpm.jbpm.actions
Throws an exception if the message's source is not as expected.
ValidateMessageSource() - Constructor for class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
ValidateMessageType - Class in org.mule.transport.bpm.jbpm.actions
Throws an exception if the incoming message's class is not as expected.
ValidateMessageType() - Constructor for class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
validateMethod(Object, Method) - Method in class org.mule.model.resolvers.MethodHeaderPropertyEntryPointResolver
This method can be used to validate that the method exists and is allowed to be executed.
validateObject(Object) - Method in class org.mule.transport.ftp.FtpConnectionFactory
 
validateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter
 
validateObject(Object, Object) - Method in class org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter
 
validateObject(Object, Object) - Method in class org.mule.transport.tcp.AbstractTcpSocketFactory
 
validateObject(Object, Object) - Method in class org.mule.transport.udp.UdpSocketFactory
 
validateSchema - Variable in class org.mule.module.xml.routing.XmlMessageSplitter
 
validateStreamMessageType(Object) - Static method in class org.mule.transport.jms.JmsMessageUtils
StreamMessage.writeObject(Object) accepts only primitives (and wrappers), String and byte[].
validateUrl(String) - Method in class org.mule.endpoint.MuleEndpointURI
 
validateXML() - Method in class org.mule.config.DefaultMuleConfiguration
Mule needs a proper JAXP implementation and will complain when run with a plain JDK 1.4.
VALUE - Static variable in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
VALUE - Static variable in class org.mule.config.spring.parsers.collection.ChildListEntryDefinitionParser
 
VALUE - Static variable in class org.mule.config.spring.parsers.collection.ChildMapEntryDefinitionParser
 
VALUE - Static variable in class org.mule.config.spring.parsers.collection.ChildSingletonMapDefinitionParser
 
valueIsInvalidFor(String, String) - Static method in class org.mule.config.i18n.CoreMessages
 
ValueMap - Interface in org.mule.config.spring.parsers.assembly.configuration
Allow arbitrary processing of a value
valueOf(String) - Static method in enum org.mule.module.xml.transformer.XPathExtractor.ResultType
Returns the enum constant of this type with the specified name.
values() - Method in class org.mule.config.spring.parsers.assembly.MapEntryCombiner
 
values() - Static method in enum org.mule.module.xml.transformer.XPathExtractor.ResultType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.mule.util.MapCombiner
 
variable - Variable in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 
verifyContextNotInitialized() - Method in class org.mule.config.DefaultMuleConfiguration
 
verifyContextNotStarted() - Method in class org.mule.config.DefaultMuleConfiguration
 
version() - Static method in class org.mule.config.i18n.CoreMessages
 
versionNotSet() - Static method in class org.mule.config.i18n.CoreMessages
 
VersionWrapper - Class in org.mule.module.boot
There is a need to exit from wrapper This is a good place for other information message
VersionWrapper() - Constructor for class org.mule.module.boot.VersionWrapper
 
VM - Static variable in class org.mule.transport.vm.VMConnector
 
VMConnector - Class in org.mule.transport.vm
VMConnector A simple endpoint wrapper to allow a Mule service to

be accessed from an endpoint

VMConnector() - Constructor for class org.mule.transport.vm.VMConnector
 
VMMessageDispatcher - Class in org.mule.transport.vm
VMMessageDispatcher is used for providing in memory interaction between components.
VMMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.vm.VMMessageDispatcher
 
VMMessageDispatcherFactory - Class in org.mule.transport.vm
VMMessageDispatcherFactory creates an in-memory event dispatcher
VMMessageDispatcherFactory() - Constructor for class org.mule.transport.vm.VMMessageDispatcherFactory
 
VMMessageReceiver - Class in org.mule.transport.vm
VMMessageReceiver is a listener for events from a Mule service which then simply passes the events on to the target service.
VMMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.vm.VMMessageReceiver
 
VMMessageReceiver.VMReceiverWorker - Class in org.mule.transport.vm
 
VMMessageReceiver.VMReceiverWorker(VMMessageReceiver) - Constructor for class org.mule.transport.vm.VMMessageReceiver.VMReceiverWorker
 
VMMessageRequester - Class in org.mule.transport.vm
VMMessageDispatcher is used for providing in memory interaction between components.
VMMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.vm.VMMessageRequester
 
VMMessageRequesterFactory - Class in org.mule.transport.vm
VMMessageDispatcherFactory creates an in-memory event dispatcher
VMMessageRequesterFactory() - Constructor for class org.mule.transport.vm.VMMessageRequesterFactory
 
VMMessages - Class in org.mule.transport.vm.i18n
 
VMMessages() - Constructor for class org.mule.transport.vm.i18n.VMMessages
 
VmNamespaceHandler - Class in org.mule.transport.vm.config
Reigsters a Bean Definition Parser for handling elements.
VmNamespaceHandler() - Constructor for class org.mule.transport.vm.config.VmNamespaceHandler
 
VMTransaction - Class in org.mule.transport.vm
 
VMTransaction(MuleContext) - Constructor for class org.mule.transport.vm.VMTransaction
 
VMTransactionFactory - Class in org.mule.transport.vm
 
VMTransactionFactory() - Constructor for class org.mule.transport.vm.VMTransactionFactory
 
VoidResult - Class in org.mule
 
VoidURLConnection - Class in org.mule.transport.soap.axis.transport
A fake url connection used to bypass Axis's use of the URLStreamHandler to mask uris as Urls.
VoidURLConnection(URL) - Constructor for class org.mule.transport.soap.axis.transport.VoidURLConnection
 

W

WaitableBoolean - Class in org.mule.util.concurrent
 
WaitableBoolean(boolean) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
WaitableBoolean(boolean, Object) - Constructor for class org.mule.util.concurrent.WaitableBoolean
 
waitForAllTxToStop(long) - Method in class org.mule.util.xa.AbstractResourceManager
 
waitIfPaused(MuleEvent) - Method in class org.mule.module.jca.JcaService
 
waitIfPaused(MuleEvent) - Method in class org.mule.service.AbstractService
Called before an event is sent or dispatched to a service, it will block until resume() is called.
WaitPolicy - Class in org.mule.util.concurrent
A handler for unexecutable tasks that waits until the task can be submitted for execution or times out.
WaitPolicy() - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy which waits (almost) forever.
WaitPolicy(long, TimeUnit) - Constructor for class org.mule.util.concurrent.WaitPolicy
Constructs a WaitPolicy with timeout.
warn(Object) - Method in class org.mule.util.MuleLogger
 
warn(Object, Throwable) - Method in class org.mule.util.MuleLogger
 
warning(TransformerException) - Method in class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
WebappMuleXmlConfigurationBuilder - Class in org.mule.config.builders
WebappMuleXmlConfigurationBuilder will first try and load config resources using the ServletContext and if this fails then it will attempt to load config resource from the classpath.
WebappMuleXmlConfigurationBuilder(ServletContext, String) - Constructor for class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
 
WebappMuleXmlConfigurationBuilder(ServletContext, String[]) - Constructor for class org.mule.config.builders.WebappMuleXmlConfigurationBuilder
 
WeblogicJmsConnector - Class in org.mule.transport.jms.weblogic
Weblogic-specific JMS connector.
WeblogicJmsConnector() - Constructor for class org.mule.transport.jms.weblogic.WeblogicJmsConnector
Constructs a new WeblogicJmsConnector.
WeblogicJmsTopicResolver - Class in org.mule.transport.jms.weblogic
Weblogic-specific JMS topic resolver.
WeblogicJmsTopicResolver(JmsConnector) - Constructor for class org.mule.transport.jms.weblogic.WeblogicJmsTopicResolver
Create an instance of the resolver.
WeblogicTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
 
WeblogicTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WeblogicTransactionManagerLookupFactory
 
WebServiceWrapperComponent - Class in org.mule.transport.cxf.component
 
WebServiceWrapperComponent() - Constructor for class org.mule.transport.cxf.component.WebServiceWrapperComponent
 
WebServiceWrapperComponent - Class in org.mule.transport.soap.axis.component
 
WebServiceWrapperComponent() - Constructor for class org.mule.transport.soap.axis.component.WebServiceWrapperComponent
 
WebsphereJmsConnector - Class in org.mule.transport.jms.websphere
Websphere-specific JMS connector.
WebsphereJmsConnector() - Constructor for class org.mule.transport.jms.websphere.WebsphereJmsConnector
Constructs a new WebsphereJmsConnector.
WebsphereTransactedJmsMessageReceiver - Class in org.mule.transport.jms.websphere
 
WebsphereTransactedJmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.websphere.WebsphereTransactedJmsMessageReceiver
 
WebsphereTransactionManagerLookupFactory - Class in org.mule.transaction.lookup
The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
WebsphereTransactionManagerLookupFactory() - Constructor for class org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
 
welcome() - Static method in class org.mule.example.loanbroker.LocaleMessage
 
WHEN_EXHAUSTED_ABORT - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_BLOCK - Static variable in class org.mule.config.PoolingProfile
Deprecated. use WHEN_EXHAUSTED_WAIT instead
WHEN_EXHAUSTED_DISCARD - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_DISCARD_OLDEST - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_FAIL - Static variable in class org.mule.config.PoolingProfile
 
WHEN_EXHAUSTED_GROW - Static variable in class org.mule.config.PoolingProfile
 
WHEN_EXHAUSTED_RUN - Static variable in interface org.mule.api.config.ThreadingProfile
 
WHEN_EXHAUSTED_WAIT - Static variable in interface org.mule.api.config.ThreadingProfile
Actions to perform on pool exhaustion
WHEN_EXHAUSTED_WAIT - Static variable in class org.mule.config.PoolingProfile
 
whenEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenFalse(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenNotEqual(boolean, Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
whenTrue(Runnable) - Method in class org.mule.util.concurrent.WaitableBoolean
 
WIGGLY_MULE_TEMPLATE_PATTERN - Static variable in class org.mule.util.TemplateParser
 
WIGGLY_MULE_TEMPLATE_STYLE - Static variable in class org.mule.util.TemplateParser
 
WildcardFilter - Class in org.mule.routing.filters
WildcardFilter is used to match Strings against wildcards.
WildcardFilter() - Constructor for class org.mule.routing.filters.WildcardFilter
 
WildcardFilter(String) - Constructor for class org.mule.routing.filters.WildcardFilter
 
WireFormat - Interface in org.mule.api.transformer.wire
 
wireFormat - Variable in class org.mule.module.client.remoting.RemoteDispatcherComponent
Use Serialization by default
WireTap - Class in org.mule.routing.inbound
An inbound router that can forward every message to another destination as defined in the "endpoint" property.
WireTap() - Constructor for class org.mule.routing.inbound.WireTap
 
workAccepted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workAccepted(WorkEvent) - Method in class org.mule.module.jca.JcaComponent
 
workAccepted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workAccepted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
workAccepted(Object) - Method in class org.mule.work.WorkerContext
Call-back method used by a Work executor in order to notify this instance that the wrapped Work instance has been accepted.
workCompleted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workCompleted(WorkEvent) - Method in class org.mule.module.jca.JcaComponent
 
workCompleted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workCompleted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
worker - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
WorkerContext - Class in org.mule.work
WorkerContext TODO
WorkerContext(Work) - Constructor for class org.mule.work.WorkerContext
Create a WorkWrapper.
WorkerContext(Work, long, ExecutionContext, WorkListener) - Constructor for class org.mule.work.WorkerContext
Create a WorkWrapper with the specified execution context.
WorkExecutor - Interface in org.mule.api.work
WorkExecutor TODO
workListener - Variable in class org.mule.context.DefaultMuleContextBuilder
 
WorkManager - Interface in org.mule.api.context
WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
workManager - Variable in class org.mule.context.DefaultMuleContextBuilder
 
workManager - Variable in class org.mule.model.seda.SedaService
 
workManager - Variable in class org.mule.module.jca.JcaComponent
 
workManager - Variable in class org.mule.transport.PollingReceiverWorkerSchedule
 
workRejected(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workRejected(WorkEvent) - Method in class org.mule.module.jca.JcaComponent
 
workRejected(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workRejected(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
workStarted(WorkEvent) - Method in class org.mule.model.seda.SedaService
 
workStarted(WorkEvent) - Method in class org.mule.module.jca.JcaComponent
 
workStarted(WorkEvent) - Method in class org.mule.transport.AbstractConnector
 
workStarted(WorkEvent) - Method in class org.mule.work.DefaultWorkListener
 
wrapHtmlBody(String) - Static method in class org.mule.example.bookstore.web.HtmlTemplate
 
wrapper - Variable in class org.mule.transport.cxf.CxfMessageDispatcher
 
WRAPPER_OBJECT_NAME - Static variable in class org.mule.module.management.agent.WrapperManagerAgent
MBean name to register under.
WrapperManagerAgent - Class in org.mule.module.management.agent
This agent integrates Java Service Wrapper into Mule.
WrapperManagerAgent() - Constructor for class org.mule.module.management.agent.WrapperManagerAgent
 
wrappersToPrimitives(Class[]) - Static method in class org.mule.util.ClassUtils
 
wrapperToPrimitive(Class) - Static method in class org.mule.util.ClassUtils
 
WRITE - Static variable in interface org.mule.api.ThreadSafeAccess
 
write(OutputStream, Object, String) - Method in interface org.mule.api.transformer.wire.WireFormat
 
write(MuleEvent, OutputStream) - Method in interface org.mule.api.transport.OutputHandler
Write the event payload to the stream.
write(int) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(byte[]) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(byte[], int, int) - Method in class org.mule.model.streaming.CallbackOutputStream
 
write(Result) - Method in interface org.mule.module.xml.transformer.DelayedResult
 
write(OutputStream, Object, String) - Method in class org.mule.transformer.wire.TransformerPairWireFormat
 
write(byte[], int, int) - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
write(byte[]) - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
write(int) - Method in class org.mule.transport.cxf.support.DelegatingOutputStream
 
write(byte) - Method in class org.mule.transport.http.ResponseWriter
 
write(byte[]) - Method in class org.mule.transport.http.ResponseWriter
 
write(byte[], int, int) - Method in class org.mule.transport.http.ResponseWriter
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
write(OutputStream, byte[]) - Method in class org.mule.transport.tcp.protocols.MuleMessageDirectProtocol
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.MuleMessageDirectProtocol
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.MuleMessageEOFProtocol
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.MuleMessageLengthProtocol
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.MuleMessageSafeProtocol
 
write(byte[]) - Method in class org.mule.transport.tcp.protocols.ProtocolStream
 
write(byte[], int, int) - Method in class org.mule.transport.tcp.protocols.ProtocolStream
 
write(int) - Method in class org.mule.transport.tcp.protocols.ProtocolStream
 
write(OutputStream, Object) - Method in class org.mule.transport.tcp.protocols.SafeProtocol
 
write(OutputStream, Object) - Method in interface org.mule.transport.tcp.TcpProtocol
Write the specified message to the output stream.
write(DatagramSocket, byte[], int, InetAddress) - Method in class org.mule.transport.udp.UdpMessageDispatcher
 
write(String) - Method in class org.mule.transport.WriterMessageAdapter
 
write(String, int, int) - Method in class org.mule.transport.WriterMessageAdapter
 
write(int) - Method in class org.mule.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.mule.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeByteArray(OutputStream, byte[]) - Method in class org.mule.transport.tcp.protocols.AbstractByteProtocol
 
writeByteArray(OutputStream, byte[]) - Method in class org.mule.transport.tcp.protocols.LengthProtocol
 
writeException(Throwable) - Static method in class org.mule.config.ExceptionHelper
 
writeRequest(HttpRequest) - Method in class org.mule.transport.http.HttpServerConnection
 
writeRequest(OutputStream) - Method in class org.mule.transport.http.StreamPayloadRequestEntity
 
writeResponse(HttpResponse) - Method in class org.mule.transport.http.HttpServerConnection
 
writeResponse(HttpServletResponse, MuleMessage) - Method in class org.mule.transport.servlet.AbstractReceiverServlet
 
WriterMessageAdapter - Class in org.mule.transport
WriterMessageAdapter wraps a java.io.StringWriter and allows meta information to be associated with the Writer.
WriterMessageAdapter(Object) - Constructor for class org.mule.transport.WriterMessageAdapter
 
WriterMessageAdapter(WriterMessageAdapter) - Constructor for class org.mule.transport.WriterMessageAdapter
 
writeToProperties(Properties, TlsConfiguration) - Method in class org.mule.api.security.tls.TlsPropertiesMapper
 
writeToStream(Object, String, OutputStream) - Method in class org.mule.module.xml.transformer.AbstractXmlTransformer
 
writeXml(Object, String, OutputStream) - Method in class org.mule.module.xml.transformer.XmlToOutputHandler
 
WS_SERVICE_URL - Static variable in class org.mule.transport.soap.component.AbstractWebServiceWrapperComponent
 
WSDDFileProvider - Class in org.mule.transport.soap.axis.extensions
Override the File provider to stop exceptions being thrown in Axis if the service does not exist.
WSDDFileProvider(String) - Constructor for class org.mule.transport.soap.axis.extensions.WSDDFileProvider
Constructor which accesses a file in the current directory of the engine or at an absolute path.
WSDDFileProvider(String, String) - Constructor for class org.mule.transport.soap.axis.extensions.WSDDFileProvider
Constructor which accesses a file relative to a specific base path.
WSDDJavaMuleProvider - Class in org.mule.transport.soap.axis.extensions
WSDDJavaMuleProvider is a factory class for creating the MuleProvider.
WSDDJavaMuleProvider(AxisConnector) - Constructor for class org.mule.transport.soap.axis.extensions.WSDDJavaMuleProvider
 
WSDL_LOCATION - Static variable in class org.mule.transport.cxf.CxfConstants
 
WSDL_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
WSDL_URL_PROPERTY - Static variable in interface org.mule.transport.soap.SoapConstants
 
wsdlNotFound(String) - Static method in class org.mule.transport.cxf.i18n.CxfMessages
 
WsdlServiceFinder - Class in org.mule.transport.soap
WsdlServiceFinder finds a the connector service to use by checking the classpath for jars required for each of the soap connector implementations
WsdlServiceFinder() - Constructor for class org.mule.transport.soap.WsdlServiceFinder
 
WsdlUrlEndpointURIBuilder - Class in org.mule.transport.soap
The same as the UrlEndpointbuilder except that all parameters except the first are set as properties on the endpoint and stripped from the endpoint Uri
WsdlUrlEndpointURIBuilder() - Constructor for class org.mule.transport.soap.WsdlUrlEndpointURIBuilder
 
WSProxyService - Class in org.mule.transport.soap
This class is implemented to act as a Proxy for a Web Service.
WSProxyService() - Constructor for class org.mule.transport.soap.WSProxyService
 

X

X_PROPERTY_PREFIX - Static variable in class org.mule.transport.http.HttpConstants
 
XAResourceWrapper - Class in org.mule.transport.jms.xa
Arjuna can't serialize proxy
XAResourceWrapper(XAResource, SessionInvocationHandler) - Constructor for class org.mule.transport.jms.xa.XAResourceWrapper
 
XaTransactedJmsMessageReceiver - Class in org.mule.transport.jms
 
XaTransactedJmsMessageReceiver(Connector, Service, InboundEndpoint) - Constructor for class org.mule.transport.jms.XaTransactedJmsMessageReceiver
 
XaTransactedJmsMessageReceiver.JmsThreadContext - Class in org.mule.transport.jms
Holder receiving the session and consumer for this thread.
XaTransactedJmsMessageReceiver.JmsThreadContext() - Constructor for class org.mule.transport.jms.XaTransactedJmsMessageReceiver.JmsThreadContext
 
XaTransactedJmsMessageReceiver.ThreadContextLocal - Class in org.mule.transport.jms
Strongly typed ThreadLocal for ThreadContext.
XaTransactedJmsMessageReceiver.ThreadContextLocal() - Constructor for class org.mule.transport.jms.XaTransactedJmsMessageReceiver.ThreadContextLocal
 
XaTransaction - Class in org.mule.transaction
XaTransaction represents an XA transaction in Mule.
XaTransaction(TransactionManager) - Constructor for class org.mule.transaction.XaTransaction
 
XaTransaction.MuleXaObject - Interface in org.mule.transaction
 
XaTransactionFactory - Class in org.mule.transaction
XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the MuleManager.
XaTransactionFactory() - Constructor for class org.mule.transaction.XaTransactionFactory
 
XML_INDENT_SIZE - Static variable in class org.mule.management.stats.printers.XMLPrinter
Indentation step for XML pretty-printing.
XMLEntityCodec - Class in org.mule.util
This encoder contains methods that convert characters to Character entities as defined by http://www.w3.org/TR/REC-html40/sgml/entities.html.
XMLEntityCodec() - Constructor for class org.mule.util.XMLEntityCodec
 
XmlEntityDecoder - Class in org.mule.transformer.codec
Decodes a String or byte[] containing XML entities
XmlEntityDecoder() - Constructor for class org.mule.transformer.codec.XmlEntityDecoder
 
XmlEntityEncoder - Class in org.mule.transformer.codec
Encodes a string with XML entities
XmlEntityEncoder() - Constructor for class org.mule.transformer.codec.XmlEntityEncoder
 
XmlMessageEOFProtocol - Class in org.mule.transport.tcp.protocols
Extend XmlMessageProtocol to continue reading until either a new message or EOF is found.
XmlMessageEOFProtocol() - Constructor for class org.mule.transport.tcp.protocols.XmlMessageEOFProtocol
 
XmlMessageProtocol - Class in org.mule.transport.tcp.protocols
The XmlMessageProtocol is an application level tcp protocol that can be used to read streaming xml documents.
XmlMessageProtocol() - Constructor for class org.mule.transport.tcp.protocols.XmlMessageProtocol
 
XmlMessages - Class in org.mule.module.xml.i18n
 
XmlMessages() - Constructor for class org.mule.module.xml.i18n.XmlMessages
 
XmlMessageSplitter - Class in org.mule.module.xml.routing
XmlMessageSplitter will split a DOM4J document into nodes based on the "splitExpression" property.
XmlMessageSplitter() - Constructor for class org.mule.module.xml.routing.XmlMessageSplitter
 
XmlNamespaceHandler - Class in org.mule.module.xml.config
 
XmlNamespaceHandler() - Constructor for class org.mule.module.xml.config.XmlNamespaceHandler
 
XmlPrettyPrinter - Class in org.mule.module.xml.transformer
 
XmlPrettyPrinter() - Constructor for class org.mule.module.xml.transformer.XmlPrettyPrinter
 
XMLPrinter - Class in org.mule.management.stats.printers
XMLPrinter prints event processing stats as a XML document
XMLPrinter(Writer) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
XMLPrinter(OutputStream) - Constructor for class org.mule.management.stats.printers.XMLPrinter
 
XMLStreamCloser - Class in org.mule.module.xml.util
 
XMLStreamCloser() - Constructor for class org.mule.module.xml.util.XMLStreamCloser
 
XMLStreamReaderToContentHandler - Class in org.mule.module.xml.stax
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class org.mule.module.xml.stax.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XmlToDomDocument - Class in org.mule.module.xml.transformer
XmlToDomDocument transforms a XML String to org.w3c.dom.Document.
XmlToDomDocument() - Constructor for class org.mule.module.xml.transformer.XmlToDomDocument
 
XmlToObject - Class in org.mule.module.xml.transformer
XmlToObject converts xml created by the ObjectToXml transformer in to a java object graph.
XmlToObject() - Constructor for class org.mule.module.xml.transformer.XmlToObject
 
XmlToOutputHandler - Class in org.mule.module.xml.transformer
 
XmlToOutputHandler() - Constructor for class org.mule.module.xml.transformer.XmlToOutputHandler
 
XmlToXMLStreamReader - Class in org.mule.module.xml.transformer
 
XmlToXMLStreamReader() - Constructor for class org.mule.module.xml.transformer.XmlToXMLStreamReader
 
XMLUtils - Class in org.mule.module.xml.util
General utility methods for working with XML.
XMLUtils() - Constructor for class org.mule.module.xml.util.XMLUtils
 
XMLUtils - Class in org.mule.util
These only depend on standard (JSE) XML classes and are used by Spring config code.
XMLUtils() - Constructor for class org.mule.util.XMLUtils
 
XMPP - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_FROM - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_GROUP_CHAT - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_NICKNAME - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_PROPERTY_PREFIX - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_RESOURCE - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_SUBJECT - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_THREAD - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XMPP_TO - Static variable in class org.mule.transport.xmpp.XmppConnector
 
XmppAndFilter - Class in org.mule.transport.xmpp.filters
XmppAndFilter an Xmpp AND filter
XmppAndFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppAndFilter
 
XmppAndFilter(PacketFilter, PacketFilter) - Constructor for class org.mule.transport.xmpp.filters.XmppAndFilter
 
XmppConnector - Class in org.mule.transport.xmpp
XmppConnector TODO
XmppConnector() - Constructor for class org.mule.transport.xmpp.XmppConnector
 
XmppEndpointURIBuilder - Class in org.mule.transport.xmpp
Does the same as the UserInfoEndpointBuilder but also ensures that a path is set on the uri.
XmppEndpointURIBuilder() - Constructor for class org.mule.transport.xmpp.XmppEndpointURIBuilder
 
XmppFromContainsFilter - Class in org.mule.transport.xmpp.filters
XmppFromContainsFilter is an Xmpp FromContainsfilter adapter.
XmppFromContainsFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
XmppFromContainsFilter(String) - Constructor for class org.mule.transport.xmpp.filters.XmppFromContainsFilter
 
XmppMessageAdapter - Class in org.mule.transport.xmpp
XmppMessageAdapter wraps a Smack XMPP packet
XmppMessageAdapter(Object) - Constructor for class org.mule.transport.xmpp.XmppMessageAdapter
 
XmppMessageAdapter(XmppMessageAdapter) - Constructor for class org.mule.transport.xmpp.XmppMessageAdapter
 
XmppMessageDispatcher - Class in org.mule.transport.xmpp
Allows Mule events to be sent over Xmpp
XmppMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.xmpp.XmppMessageDispatcher
 
XmppMessageDispatcherFactory - Class in org.mule.transport.xmpp
Creates a dispatcher responsible for writing Xmpp packets to a an Jabber chat
XmppMessageDispatcherFactory() - Constructor for class org.mule.transport.xmpp.XmppMessageDispatcherFactory
 
XmppMessageReceiver - Class in org.mule.transport.xmpp
XmppMessageReceiver is responsible for receiving Mule events over XMPP.
XmppMessageReceiver(AbstractConnector, Service, InboundEndpoint) - Constructor for class org.mule.transport.xmpp.XmppMessageReceiver
 
XmppMessageRequester - Class in org.mule.transport.xmpp
Allows Mule events to be received over Xmpp
XmppMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.xmpp.XmppMessageRequester
 
XmppMessageRequesterFactory - Class in org.mule.transport.xmpp
Creates a dispatcher responsible for writing Xmpp packets to a an Jabber chat
XmppMessageRequesterFactory() - Constructor for class org.mule.transport.xmpp.XmppMessageRequesterFactory
 
XmppMessages - Class in org.mule.transport.xmpp.i18n
 
XmppMessages() - Constructor for class org.mule.transport.xmpp.i18n.XmppMessages
 
XmppMessageTypeFilter - Class in org.mule.transport.xmpp.filters
XmppMessageTypeFilter is an Xmpp MessageTypeFilter adapter.
XmppMessageTypeFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppMessageTypeFilter
 
XmppMessageTypeFilter(String) - Constructor for class org.mule.transport.xmpp.filters.XmppMessageTypeFilter
 
XmppNamespaceHandler - Class in org.mule.transport.xmpp.config
Registers a Bean Definition Parser for handling elements.
XmppNamespaceHandler() - Constructor for class org.mule.transport.xmpp.config.XmppNamespaceHandler
 
XmppNamespaceHandler.RequireNickname - Class in org.mule.transport.xmpp.config
 
XmppNamespaceHandler.RequireNickname() - Constructor for class org.mule.transport.xmpp.config.XmppNamespaceHandler.RequireNickname
 
XmppNotFilter - Class in org.mule.transport.xmpp.filters
XmppAndFilter an Xmpp AND filter
XmppNotFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppNotFilter
 
XmppNotFilter(PacketFilter) - Constructor for class org.mule.transport.xmpp.filters.XmppNotFilter
 
XmppOrFilter - Class in org.mule.transport.xmpp.filters
XmppAndFilter an Xmpp OR filter
XmppOrFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppOrFilter
 
XmppOrFilter(PacketFilter, PacketFilter) - Constructor for class org.mule.transport.xmpp.filters.XmppOrFilter
 
XmppPacketIDFilter - Class in org.mule.transport.xmpp.filters
XmppPacketIDFilter is an Xmpp PacketIDFilter adapter.
XmppPacketIDFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppPacketIDFilter
 
XmppPacketIDFilter(String) - Constructor for class org.mule.transport.xmpp.filters.XmppPacketIDFilter
 
XmppPacketToObject - Class in org.mule.transport.xmpp.transformers
 
XmppPacketToObject() - Constructor for class org.mule.transport.xmpp.transformers.XmppPacketToObject
 
XmppPacketTypeFilter - Class in org.mule.transport.xmpp.filters
XmppPacketTypeFilter is an Xmpp PacketTypeFilter adapter.
XmppPacketTypeFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
XmppPacketTypeFilter(Class) - Constructor for class org.mule.transport.xmpp.filters.XmppPacketTypeFilter
 
XMPPS - Static variable in class org.mule.transport.xmpp.XmppsConnector
 
XmppsConnector - Class in org.mule.transport.xmpp
 
XmppsConnector() - Constructor for class org.mule.transport.xmpp.XmppsConnector
 
XmppsNamespaceHandler - Class in org.mule.transport.xmpp.config
Registers a Bean Definition Parser for handling elements.
XmppsNamespaceHandler() - Constructor for class org.mule.transport.xmpp.config.XmppsNamespaceHandler
 
XmppThreadFilter - Class in org.mule.transport.xmpp.filters
XmppThreadFilter is an Xmpp ThreadFilter adapter.
XmppThreadFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppThreadFilter
 
XmppThreadFilter(String) - Constructor for class org.mule.transport.xmpp.filters.XmppThreadFilter
 
XmppToContainsFilter - Class in org.mule.transport.xmpp.filters
XmppToContainsFilter is an Xmpp ToContainsfilter adapter.
XmppToContainsFilter() - Constructor for class org.mule.transport.xmpp.filters.XmppToContainsFilter
 
XmppToContainsFilter(String) - Constructor for class org.mule.transport.xmpp.filters.XmppToContainsFilter
 
xor(boolean) - Method in class org.mule.util.concurrent.WaitableBoolean
 
XPathExpressionEvaluator - Class in org.mule.module.xml.expression
Will select the text of a single node based on the property name
XPathExpressionEvaluator() - Constructor for class org.mule.module.xml.expression.XPathExpressionEvaluator
 
XPathExtractor - Class in org.mule.module.xml.transformer
Simple transformer for using the JAXP XPath library to extract an XPath value from an XPath expression.
XPathExtractor() - Constructor for class org.mule.module.xml.transformer.XPathExtractor
 
XPathExtractor.ResultType - Enum in org.mule.module.xml.transformer
Result type.
XPathFilter - Class in org.mule.module.xml.filters
 
XPathFilter() - Constructor for class org.mule.module.xml.filters.XPathFilter
 
XPathFilter(String) - Constructor for class org.mule.module.xml.filters.XPathFilter
 
XPathFilter(String, String) - Constructor for class org.mule.module.xml.filters.XPathFilter
 
XPathNodeExpressionEvaluator - Class in org.mule.module.xml.expression
Will select the text of a single node based on the property name
XPathNodeExpressionEvaluator() - Constructor for class org.mule.module.xml.expression.XPathNodeExpressionEvaluator
 
XSD_ANY - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ANYSIMPLETYPE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ANYTYPE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ANYURI - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_BASE64 - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_BOOLEAN - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_BYTE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DATE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DATETIME - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DAY - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DECIMAL - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DOUBLE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_DURATION - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ENTITIES - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ENTITY - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_FLOAT - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_HEXBIN - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_ID - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_IDREF - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_IDREFS - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_INT - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_INTEGER - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_LANGUAGE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_LONG - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_MONTH - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_MONTHDAY - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NAME - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NCNAME - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NEGATIVEINTEGER - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NMTOKEN - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NMTOKENS - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NONNEGATIVEINTEGER - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NONPOSITIVEINTEGER - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NORMALIZEDSTRING - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_NOTATION - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_POSITIVEINTEGER - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_QNAME - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_SCHEMA - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_SHORT - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_STRING - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_TIME - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_TIMEINSTANT1999 - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_TIMEINSTANT2000 - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_TOKEN - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_UNSIGNEDBYTE - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_UNSIGNEDINT - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_UNSIGNEDLONG - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_UNSIGNEDSHORT - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_YEAR - Static variable in class org.mule.transport.soap.NamedParameter
 
XSD_YEARMONTH - Static variable in class org.mule.transport.soap.NamedParameter
 
XsltTextDefinitionParser - Class in org.mule.module.xml.config
TODO
XsltTextDefinitionParser(String) - Constructor for class org.mule.module.xml.config.XsltTextDefinitionParser
The class will be inferred from the class attribute
XsltTextDefinitionParser(String, Class) - Constructor for class org.mule.module.xml.config.XsltTextDefinitionParser
 
XsltTransformer - Class in org.mule.module.xml.transformer
XsltTransformer performs an XSLT transform on a DOM (or other XML-ish) object.
XsltTransformer() - Constructor for class org.mule.module.xml.transformer.XsltTransformer
 
XsltTransformer.DefaultErrorListener - Class in org.mule.module.xml.transformer
 
XsltTransformer.DefaultErrorListener(Transformer) - Constructor for class org.mule.module.xml.transformer.XsltTransformer.DefaultErrorListener
 
XsltTransformer.PooledXsltTransformerFactory - Class in org.mule.module.xml.transformer
 
XsltTransformer.PooledXsltTransformerFactory() - Constructor for class org.mule.module.xml.transformer.XsltTransformer.PooledXsltTransformerFactory
 
XsltTransformerDefinitionParser - Class in org.mule.module.xml.config
 
XsltTransformerDefinitionParser() - Constructor for class org.mule.module.xml.config.XsltTransformerDefinitionParser
 
XSTREAM_DOM4J_DRIVER - Static variable in class org.mule.module.xml.transformer.XStreamFactory
 
XSTREAM_DOM_DRIVER - Static variable in class org.mule.module.xml.transformer.XStreamFactory
 
XSTREAM_JDOM_DRIVER - Static variable in class org.mule.module.xml.transformer.XStreamFactory
 
XSTREAM_STAX_DRIVER - Static variable in class org.mule.module.xml.transformer.XStreamFactory
 
XSTREAM_XPP_DRIVER - Static variable in class org.mule.module.xml.transformer.XStreamFactory
 
XStreamFactory - Class in org.mule.module.xml.transformer
Initializes the XStream utility for converting Objects to XML and XML to Objects.
XStreamFactory() - Constructor for class org.mule.module.xml.transformer.XStreamFactory
 
XStreamFactory(String, Map, List) - Constructor for class org.mule.module.xml.transformer.XStreamFactory
 
XStreamWireFormat - Class in org.mule.module.xml.transformer.wire
Serializes objects using XStream.
XStreamWireFormat() - Constructor for class org.mule.module.xml.transformer.wire.XStreamWireFormat
 
XStreamWireFormat(String, Map, List) - Constructor for class org.mule.module.xml.transformer.wire.XStreamWireFormat
 

Y

YourKitProfilerAgent - Class in org.mule.module.management.agent
 
YourKitProfilerAgent() - Constructor for class org.mule.module.management.agent.YourKitProfilerAgent
 
YourKitProfilerService - Class in org.mule.module.management.mbean
 
YourKitProfilerService() - Constructor for class org.mule.module.management.mbean.YourKitProfilerService
 
YourKitProfilerServiceMBean - Interface in org.mule.module.management.mbean
 

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

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