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

Packages that use Callable
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.impl.model.seda.optimised   
 

Uses of Callable in org.mule.components.builder
 

Classes in org.mule.components.builder that implement Callable
 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 Callable in org.mule.components.rest
 

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

Uses of Callable in org.mule.components.simple
 

Classes in org.mule.components.simple that implement Callable
 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 Callable in org.mule.impl.internal.admin
 

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

Uses of Callable in org.mule.impl.model.seda.optimised
 

Constructors in org.mule.impl.model.seda.optimised with parameters of type Callable
OptimisedMuleProxy(Callable component, MuleDescriptor descriptor, ObjectPool proxyPool)
          Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
 



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