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
Adds a listener to the the Multicaster.
addApplicationListenerBean(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
applicationContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The Spring application 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
 
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
 
asyncPool - Variable in class org.mule.module.spring.events.MuleEventMulticaster
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
 

D

dispatchEvent(MuleApplicationEvent) - Method in class org.mule.module.spring.events.MuleEventMulticaster
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
 
exceptionListener - Variable in class org.mule.module.spring.events.MuleEventMulticaster
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
 
getDefaultService() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
getEndpoint() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getListener() - Method in class org.mule.module.spring.events.AsynchronousEventListener
 
getManager() - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
getMuleEventContext() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getProperties() - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
getProperty(Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
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
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
 

H

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

I

initialise() - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
initialise() - Method in class org.mule.module.spring.remoting.SpringRemoteInvokerComponent
 
isAsynchronous() - Method in class org.mule.module.spring.events.MuleEventMulticaster
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
The set of listeners for this Multicaster
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

M

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
 
muleContext - Variable in class org.mule.module.spring.events.MuleEventMulticaster
 
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
 
MuleSubscriptionEventListener - Interface in org.mule.module.spring.events
MuleSubscriptionEventListener is a Spring ApplicationListener that is used to register interest about Mule events.
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.

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
 
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
 
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
 
removeAllListeners() - Method in class org.mule.module.spring.events.MuleEventMulticaster
Removes all the listeners from the multicaster
removeApplicationListener(ApplicationListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Removes a listener from the multicaster
removeApplicationListenerBean(String) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 

S

service - Variable in class org.mule.module.spring.events.MuleEventMulticaster
The mule instance component for the Multicaster
setApplicationContext(ApplicationContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Set the current Spring application context
setAsynchronous(boolean) - Method in class org.mule.module.spring.events.MuleEventMulticaster
Determines whether events will be processed asynchronously
setExceptionListener(ExceptionListener) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
setManager(PlatformTransactionManager) - Method in class org.mule.module.spring.transaction.SpringTransactionFactory
 
setMuleContext(MuleContext) - Method in class org.mule.module.spring.events.MuleEventMulticaster
 
setProperty(Object, Object) - Method in class org.mule.module.spring.events.MuleApplicationEvent
 
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) - 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
 
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
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.

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

Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.