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

Packages that use EventListener
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.component.builder   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.example.errorhandler   
org.mule.example.rest   
org.mule.example.scripting   
org.mule.module.client.remoting   
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.security   
org.mule.tck.testmodels.services   
org.mule.transport.cxf   
org.mule.transport.soap   
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.builder
 

Classes in org.mule.component.builder that implement EventListener
 class AbstractMessageBuilder
          Deprecated. Since 2.2. Users should configure components with bindings.
 class ReflectionMessageBuilder
          Deprecated. Since 2.2. Users should configure components with bindings.
 

Uses of EventListener in org.mule.component.simple
 

Classes in org.mule.component.simple that implement EventListener
 class BridgeComponent
          Deprecated. along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer.
 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.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.rest
 

Classes in org.mule.example.rest that implement EventListener
 class RestTester
          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
 

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.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.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.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.cxf
 

Classes in org.mule.transport.cxf that implement EventListener
 class CxfServiceComponent
          The CXF receives messages from Mule, converts them into CXF messages and dispatches them into the receiving CXF destination.
 

Uses of EventListener in org.mule.transport.soap
 

Classes in org.mule.transport.soap that implement EventListener
 class WSProxyService
          This class is implemented to act as a Proxy for a Web 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-2009 MuleSource, Inc.. All Rights Reserved.