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

Packages that use Callable
org.mule.component   
org.mule.component.builder   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.example.errorhandler   
org.mule.example.rest   
org.mule.example.scripting   
org.mule.module.client.remoting   
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.security   
org.mule.tck.testmodels.services   
org.mule.transport.cxf   
org.mule.transport.soap   
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.builder
 

Classes in org.mule.component.builder that implement Callable
 class AbstractMessageBuilder
          Deprecated. Since 2.2. Users should configure components with bindings.
 class ReflectionMessageBuilder
          Deprecated. Since 2.2. Users should configure components with bindings.
 

Uses of Callable in org.mule.component.simple
 

Classes in org.mule.component.simple that implement Callable
 class BridgeComponent
          Deprecated. along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer.
 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.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.rest
 

Classes in org.mule.example.rest that implement Callable
 class RestTester
          TODO MULE-3990 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 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.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.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.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.cxf
 

Classes in org.mule.transport.cxf that implement Callable
 class CxfServiceComponent
          The CXF receives messages from Mule, converts them into CXF messages and dispatches them into the receiving CXF destination.
 

Uses of Callable in org.mule.transport.soap
 

Classes in org.mule.transport.soap that implement Callable
 class WSProxyService
          This class is implemented to act as a Proxy for a Web 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-2009 MuleSource, Inc.. All Rights Reserved.