Uses of Interface
org.mule.api.component.Component

Packages that use Component
org.mule.api.component   
org.mule.api.service   
org.mule.component   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.model.pipeline   
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.service   
org.mule.transport.bpm   
org.mule.transport.cxf.component   
org.mule.transport.http.components   
org.mule.transport.soap.component   
 

Uses of Component in org.mule.api.component
 

Subinterfaces of Component in org.mule.api.component
 interface JavaComponent
          JavaComponent is a Java Component implementation used to invoke Java component implementations.
 

Uses of Component in org.mule.api.service
 

Methods in org.mule.api.service that return Component
 Component Service.getComponent()
          Returns the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
 

Methods in org.mule.api.service with parameters of type Component
 void Service.setComponent(Component component)
          Sets the Component that is a invoked by a Service for each incoming MuleEvent routed on by the InboundRouterCollection.
 

Uses of Component in org.mule.component
 

Classes in org.mule.component that implement Component
 class AbstractComponent
          Abstract Component to be used by all Component implementations.
 class AbstractJavaComponent
          Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, BindingCollection and ObjectFactory.
 class DefaultJavaComponent
          Default implementation of JavaComponent.
 class PooledJavaComponent
          PooledJavaComponent implements pooling.
 class SimpleCallableJavaComponent
          Simple JavaComponent implementation to be used when LifecycleAdapter is not required because i) the object instance implements Callable and so entry-point resolution is required and ii) component bindings are not used.
An ObjectFactory can be set but must return object instances that implement Callable.
 

Uses of Component in org.mule.component.simple
 

Classes in org.mule.component.simple that implement Component
 class PassThroughComponent
          PassThroughComponent will simply return the payload back as the result.
 

Uses of Component in org.mule.context.notification
 

Fields in org.mule.context.notification declared as Component
protected  Component ComponentMessageNotification.component
           
 

Methods in org.mule.context.notification that return Component
 Component ComponentMessageNotification.getComponent()
           
 

Constructors in org.mule.context.notification with parameters of type Component
ComponentMessageNotification(MuleMessage message, Component component, int action)
           
 

Uses of Component in org.mule.model.pipeline
 

Methods in org.mule.model.pipeline with parameters of type Component
 void PipelineService.setComponent(Component component)
           
 

Uses of Component in org.mule.module.jca
 

Classes in org.mule.module.jca that implement Component
 class JcaComponent
           
 

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

Classes in org.mule.module.scripting.component that implement Component
 class ScriptComponent
          A Script service backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Rhino.
 

Uses of Component in org.mule.service
 

Fields in org.mule.service declared as Component
protected  Component AbstractService.component
           
 

Methods in org.mule.service that return Component
 Component AbstractService.getComponent()
           
 

Methods in org.mule.service with parameters of type Component
 void AbstractService.setComponent(Component component)
           
 

Uses of Component in org.mule.transport.bpm
 

Classes in org.mule.transport.bpm that implement Component
 class ProcessComponent
           
 

Uses of Component in org.mule.transport.cxf.component
 

Classes in org.mule.transport.cxf.component that implement Component
 class WebServiceWrapperComponent
           
 

Uses of Component in org.mule.transport.http.components
 

Classes in org.mule.transport.http.components that implement Component
 class RestServiceWrapper
          This service can used to proxy REST style services as local Mule Components.
 

Uses of Component in org.mule.transport.soap.component
 

Classes in org.mule.transport.soap.component that implement Component
 class AbstractWebServiceWrapperComponent
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.