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   
org.mule.example.cep   
org.mule.example.errorhandler   
org.mule.example.geomail.components   
org.mule.example.scripting   
org.mule.module.atom   
org.mule.module.client.remoting   
org.mule.module.cxf   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.module.spring.remoting   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.property   
org.mule.tck.security   
org.mule.tck.testmodels.services   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

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)
           
 

Uses of Callable in org.mule.example.cep
 

Classes in org.mule.example.cep that implement Callable
 class TickFeed
           
 

Uses of Callable in org.mule.example.errorhandler
 

Classes in org.mule.example.errorhandler that implement Callable
 class BusinessErrorManager
          The BusinessErrorManager is a Service that processes exceptions of type org.mule.example.errorhandler.exceptions.BusinessException.
 

Uses of Callable in org.mule.example.geomail.components
 

Classes in org.mule.example.geomail.components that implement Callable
 class DataGenerator
          TODO
 class Mail
          TODO
 class Storage
          TODO
 

Uses of Callable in org.mule.example.scripting
 

Classes in org.mule.example.scripting that implement Callable
 class AccumulatorComponent
          Component which accumulates successive numbers, by adding/subtracting/multiplying/dividing.
 

Uses of Callable in org.mule.module.atom
 

Classes in org.mule.module.atom that implement Callable
static class AbderaServiceComponent.AbderaCallable
           
 

Uses of Callable in org.mule.module.client.remoting
 

Classes in org.mule.module.client.remoting that implement Callable
 class RemoteDispatcherComponent
          RemoteDispatcherComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
 

Uses of Callable in org.mule.module.cxf
 

Classes in org.mule.module.cxf that implement Callable
 class WSProxyService
          This class is implemented to act as a Proxy for a Web Service.
 

Uses of Callable in org.mule.module.scripting.component
 

Classes in org.mule.module.scripting.component that implement Callable
 class GroovyRefreshableBeanBuilder
           
 

Uses of Callable in org.mule.module.spring.events
 

Classes in org.mule.module.spring.events that implement Callable
 class MuleEventMulticaster
          MuleEventMulticaster is an implementation of a Spring ApplicationEventMulticaster.
 

Uses of Callable in org.mule.module.spring.remoting
 

Classes in org.mule.module.spring.remoting that implement Callable
 class SpringRemoteInvokerComponent
           
 

Uses of Callable in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement Callable
 class FunctionalStreamingTestComponent
          A service that can be used by streaming functional tests.
 class FunctionalTestComponent
          FunctionalTestComponent is a service that can be used by functional tests.
 class TransactionalFunctionalTestComponent
          This service is useful for unit tests involving transactionality because it will roll back the current transaction upon message arrival.
 

Uses of Callable in org.mule.tck.property
 

Classes in org.mule.tck.property that implement Callable
 class SessionPropertiesValidatorComponent
           
 

Uses of Callable in org.mule.tck.security
 

Classes in org.mule.tck.security that implement Callable
 class TestSecurityComponent
           
 

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

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

Uses of Callable in org.mule.transport.soap.axis
 

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



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