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. 
 

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.
 



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