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

Packages that use Callable
org.mule.component   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.construct.builder   
 

Uses of Callable in org.mule.component
 

Constructors in org.mule.component with parameters of type Callable
SimpleCallableJavaComponent(Callable callable)
          Create an SimpleCallableJavaComponent instance using an object instance that implements Callable
 

Uses of Callable in org.mule.component.simple
 

Classes in org.mule.component.simple that implement Callable
 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 Callable in org.mule.construct.builder
 

Methods in org.mule.construct.builder with parameters of type Callable
 SimpleServiceBuilder SimpleServiceBuilder.component(Callable callable)
           
 



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