Uses of Interface
org.mule.umo.lifecycle.UMOEventListener

Packages that use UMOEventListener
org.mule.components.builder   
org.mule.components.rest   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
 

Uses of UMOEventListener in org.mule.components.builder
 

Classes in org.mule.components.builder that implement UMOEventListener
 class AbstractMessageBuilder
          A component that will invoke all outbound endpoints configured on the component allow the result of each endpoint invocation to be aggregated to a single message.
 class ReflectionMessageBuilder
          Will try and set the result of an invocation as a bean property on the request message using reflection
 

Uses of UMOEventListener in org.mule.components.rest
 

Classes in org.mule.components.rest that implement UMOEventListener
 class RestServiceWrapper
          This component can used to proxy REST style services as local Mule Components.
 

Uses of UMOEventListener in org.mule.components.simple
 

Classes in org.mule.components.simple that implement UMOEventListener
 class BridgeComponent
          Can be used to bridge inbound requests to an outbound router without any processing done inbetween.
 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
          Deprecated. This component used to be used in conjection with the Forwarding consumer inbound router. You can now use the BridgeComponent that takes care of configuring the inbound router for you.
 class PassThroughComponent
          PassThroughComponent will simply return the payload back as the result
 class StaticComponent
          A component that will return a static data object as a result.
 

Uses of UMOEventListener in org.mule.impl.internal.admin
 

Classes in org.mule.impl.internal.admin that implement UMOEventListener
 class MuleManagerComponent
          MuleManagerComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
 

Uses of UMOEventListener in org.mule.umo.lifecycle
 

Subinterfaces of UMOEventListener in org.mule.umo.lifecycle
 interface Callable
          Callable is used to provide UMOs with an interface that supports event calls.
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.