A B C D E F G H I L M O R S 

A

addApplicationListener(ApplicationListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Adds a listener to the the Multicaster.
addApplicationListenerBean(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
applicationContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
The Spring application context
ApplicationEventException - Exception in org.mule.module.spring.events
Deprecated.
ApplicationEventException(String) - Constructor for exception org.mule.module.spring.events.ApplicationEventException
Deprecated.
 
ApplicationEventException(String, Throwable) - Constructor for exception org.mule.module.spring.events.ApplicationEventException
Deprecated.
 
asynchronous - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Determines whether events will be processed asynchronously
AsynchronousEventListener - Class in org.mule.module.spring.events
Deprecated.
AsynchronousEventListener(ExecutorService, ApplicationListener) - Constructor for class org.mule.module.spring.events.AsynchronousEventListener
Deprecated.
 
asyncPool - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
An ExecutorService for handling asynchronous events

B

beanNotInstanceOfApplicationListener(String) - Static method in class org.mule.module.spring.i18n.SpringMessages
 
beginTransaction(MuleContext) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
bindResource(Object, Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 

C

create(MuleConfiguration) - Method in class org.mule.module.spring.transaction.SpringTransactionManagerFactory
 
createFilter(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 

D

dispatchEvent(MuleApplicationEvent) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Will dispatch an application event through Mule
doBegin() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doCommit() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doRollback() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
doTransform(Object, String) - Method in class org.mule.module.spring.remoting.ObjectToRemoteInvocationResultTransformer
 
doTransform(Object, String) - Method in class org.mule.module.spring.remoting.ObjectToRemoteInvocationTransformer
 

E

EVENT_MULTICASTER_DESCRIPTOR_NAME - Static variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
exceptionListener - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Used to store parsed endpoints

F

failedToReinitMule() - Static method in class org.mule.module.spring.i18n.SpringMessages
 

G

getApplicationContext() - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
getDefaultService() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
getEndpoint() - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
getListener() - Method in class org.mule.module.spring.events.AsynchronousEventListener
Deprecated.
 
getManager() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
getMuleEventContext() - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
getProperties() - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
getProperty(Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
getRemoteInvocationExecutor() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getResource(Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
getServiceBean() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getServiceClass() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getServiceInterface() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
getSubscriptionFilter() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
the type of filter used to filter subscriptions
getSubscriptions() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
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
Deprecated.
 

H

hasResource(Object) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 

I

initialise() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
initialise() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
isAsynchronous() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Determines whether events will be processed asynchronously
isRegisterTraceInterceptor() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
isTransacted() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 

L

listeners - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
The set of listeners for this Multicaster
logger - Static variable in class org.mule.module.spring.events.AsynchronousEventListener
Deprecated.
logger used by this class
logger - Static variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
logger used by this class

M

MuleApplicationEvent - Class in org.mule.module.spring.events
Deprecated.
MuleApplicationEvent(Object, String) - Constructor for class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
muleContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
MuleEventListener - Interface in org.mule.module.spring.events
Deprecated.
MuleEventMulticaster - Class in org.mule.module.spring.events
Deprecated.
MuleEventMulticaster() - Constructor for class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
MuleSubscriptionEventListener - Interface in org.mule.module.spring.events
Deprecated.
multicastEvent(ApplicationEvent) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
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.

O

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
 
onApplicationEvent(ApplicationEvent) - Method in class org.mule.module.spring.events.AsynchronousEventListener
Deprecated.
 
onCall(MuleEventContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
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
 
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.transaction - package org.mule.module.spring.transaction
 

R

registerMulticasterComponent() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
removeAllListeners() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Removes all the listeners from the multicaster
removeApplicationListener(ApplicationListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Removes a listener from the multicaster
removeApplicationListenerBean(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 

S

service - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
The mule instance component for the Multicaster
setApplicationContext(ApplicationContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Set the current Spring application context
setAsynchronous(boolean) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
Determines whether events will be processed asynchronously
setExceptionListener(ExceptionListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
setManager(PlatformTransactionManager) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
setMuleContext(MuleContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
setProperty(Object, Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
Deprecated.
 
setRegisterTraceInterceptor(boolean) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
setRollbackOnly() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
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
 
setSubscriptionFilter(Class<? extends Filter>) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
sets the type of filter used to filter subscriptions
setSubscriptions(String[]) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
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
Deprecated.
 
setSubscriptionsOnService(Service) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
 
setTransactionManager(TransactionManager) - Method in class org.mule.module.spring.transaction.SpringTransactionManagerFactory
 
SpringMessages - Class in org.mule.module.spring.i18n
 
SpringMessages() - Constructor for class org.mule.module.spring.i18n.SpringMessages
 
SpringRemoteInvokerComponent - Class in org.mule.module.spring.remoting
 
SpringRemoteInvokerComponent() - Constructor for class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
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(MuleContext) - 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
 
status - Variable in class org.mule.module.spring.transaction.SpringTransactionFactory.SpringTransaction
 
subscriptionFilter - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
The filter used to match subscriptions
subscriptions - Variable in class org.mule.module.spring.events.MuleEventMulticaster
Deprecated.
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.
A B C D E F G H I L M O R S 

Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.