Uses of Class
org.mule.component.AbstractComponent

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

Uses of AbstractComponent in org.mule.component
 

Subclasses of AbstractComponent in org.mule.component
 class AbstractJavaComponent
          Abstract implementation of JavaComponent adds JavaComponent specifics like EntryPointResolverSet 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 AbstractComponent in org.mule.component.simple
 

Subclasses of AbstractComponent in org.mule.component.simple
 class PassThroughComponent
          PassThroughComponent will simply return the payload back as the result.
 



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