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

Packages that use UMOEventListener
org.mule.components.builder   
org.mule.components.rest   
org.mule.components.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.components.script.jsr223   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.extras.spring.remoting   
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.xfire   
org.mule.samples.errorhandler   
org.mule.samples.rest   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.tck.testmodels.services   
org.mule.tools.visualizer.service   
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.script
 

Classes in org.mule.components.script that implement UMOEventListener
 class AbstractScriptComponent
          AbstractScriptComponent is a component that can execute scripts as components in Mule.
 

Uses of UMOEventListener in org.mule.components.script.jsr223
 

Classes in org.mule.components.script.jsr223 that implement UMOEventListener
 class ScriptComponent
          A JSR 223 Script component.
 class ScriptMessageBuilder
          A message builder component that can execute message building as a script.
 

Uses of UMOEventListener in org.mule.components.simple
 

Classes in org.mule.components.simple that implement UMOEventListener
 class BridgeComponent
          The BridgeComponent is a standard Mule component that enables a bridge between an inbound and outbound endpoints.
 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 NoArgsCallWrapper
           
 class NullComponent
          Deprecated. This component used to be used together 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.extras.spring.remoting
 

Classes in org.mule.extras.spring.remoting that implement UMOEventListener
 class SpringRemoteInvokerComponent
           
 

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.providers.soap
 

Classes in org.mule.providers.soap that implement UMOEventListener
 class WSProxyService
          This class is implemented to act as a Proxy for a Web Service.
 

Uses of UMOEventListener in org.mule.providers.soap.axis
 

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

Uses of UMOEventListener in org.mule.providers.soap.xfire
 

Classes in org.mule.providers.soap.xfire that implement UMOEventListener
 class XFireServiceComponent
          The Xfire service component receives requests for Xfire services it manages and marshalls requests and responses
 

Uses of UMOEventListener in org.mule.samples.errorhandler
 

Classes in org.mule.samples.errorhandler that implement UMOEventListener
 class BusinessErrorManager
          The BusinessErrorManager is the UMO Component that processes exceptions of type org.mule.samples.errorhandler.exceptions.BusinessException.
 

Uses of UMOEventListener in org.mule.samples.rest
 

Classes in org.mule.samples.rest that implement UMOEventListener
 class RestTester
          TODO 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 UMOEventListener in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement UMOEventListener
 class FunctionalTestComponent
          FunctionalTestComponent is a component that can be used by functional tests.
 

Uses of UMOEventListener in org.mule.tck.testmodels.fruit
 

Classes in org.mule.tck.testmodels.fruit that implement UMOEventListener
 class Apple
           
 class Orange
           
 class RedApple
           
 

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

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

Uses of UMOEventListener in org.mule.tools.visualizer.service
 

Classes in org.mule.tools.visualizer.service that implement UMOEventListener
 class VisualizerService
          TODO
 

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-2008 MuleSource, Inc.. All Rights Reserved.