Uses of Interface
org.mule.api.lifecycle.EventListener

Packages that use EventListener
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.example.cep   
org.mule.example.errorhandler   
org.mule.example.geomail.components   
org.mule.example.scripting   
org.mule.module.atom   
org.mule.module.client.remoting   
org.mule.module.cxf   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
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.remoting   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.property   
org.mule.tck.security   
org.mule.tck.testmodels.services   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

Uses of EventListener in org.mule.api.lifecycle
 

Subinterfaces of EventListener in org.mule.api.lifecycle
 interface Callable
          Callable is used to provide a Service with an interface that supports event calls.
 

Uses of EventListener in org.mule.component.simple
 

Classes in org.mule.component.simple that implement EventListener
 class EchoComponent
          EchoComponent will log the message and return the payload back as the result.
 class LogComponent
          LogComponent simply logs the content (or content length if it is a large message)
 class NullComponent
          NullComponent is a service that is used as a placeholder.
 class StaticComponent
          A service that will return a static data object as a result.
 

Uses of EventListener in org.mule.example.cep
 

Classes in org.mule.example.cep that implement EventListener
 class TickFeed
           
 

Uses of EventListener in org.mule.example.errorhandler
 

Classes in org.mule.example.errorhandler that implement EventListener
 class BusinessErrorManager
          The BusinessErrorManager is a Service that processes exceptions of type org.mule.example.errorhandler.exceptions.BusinessException.
 

Uses of EventListener in org.mule.example.geomail.components
 

Classes in org.mule.example.geomail.components that implement EventListener
 class DataGenerator
          TODO
 class Mail
          TODO
 class Storage
          TODO
 

Uses of EventListener in org.mule.example.scripting
 

Classes in org.mule.example.scripting that implement EventListener
 class AccumulatorComponent
          Component which accumulates successive numbers, by adding/subtracting/multiplying/dividing.
 

Uses of EventListener in org.mule.module.atom
 

Classes in org.mule.module.atom that implement EventListener
static class AbderaServiceComponent.AbderaCallable
           
 

Uses of EventListener in org.mule.module.client.remoting
 

Classes in org.mule.module.client.remoting that implement EventListener
 class RemoteDispatcherComponent
          RemoteDispatcherComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
 

Uses of EventListener in org.mule.module.cxf
 

Classes in org.mule.module.cxf that implement EventListener
 class WSProxyService
          Deprecated. WSProxyService only works for Services, to proxy web services in flows use CXF's proxy service and client message processors or the ws proxy pattern.
 

Uses of EventListener in org.mule.module.scripting.component
 

Classes in org.mule.module.scripting.component that implement EventListener
 class GroovyRefreshableBeanBuilder
           
 

Uses of EventListener in org.mule.module.spring.events
 

Classes in org.mule.module.spring.events that implement EventListener
 class MuleEventMulticaster
          MuleEventMulticaster is an implementation of a Spring ApplicationEventMulticaster.
 

Uses of EventListener in org.mule.module.spring.remoting
 

Classes in org.mule.module.spring.remoting that implement EventListener
 class SpringRemoteInvokerComponent
           
 

Uses of EventListener in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement EventListener
 class FunctionalStreamingTestComponent
          A service that can be used by streaming functional tests.
 class FunctionalTestComponent
          FunctionalTestComponent is a service that can be used by functional tests.
 class TransactionalFunctionalTestComponent
          This service is useful for unit tests involving transactionality because it will roll back the current transaction upon message arrival.
 

Uses of EventListener in org.mule.tck.property
 

Classes in org.mule.tck.property that implement EventListener
 class SessionPropertiesValidatorComponent
           
 

Uses of EventListener in org.mule.tck.security
 

Classes in org.mule.tck.security that implement EventListener
 class TestSecurityComponent
           
 

Uses of EventListener in org.mule.tck.testmodels.services
 

Classes in org.mule.tck.testmodels.services that implement EventListener
 class TestServiceComponent
          TestServiceComponent is a test WebServices service.
 

Uses of EventListener in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement EventListener
 class AxisServiceComponent
          AxisServiceComponent is a Mule component implementation of the Axis servlet.
 



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