Uses of Class
org.mule.component.AbstractJavaComponent

Packages that use AbstractJavaComponent
org.mule.component   
 

Uses of AbstractJavaComponent in org.mule.component
 

Subclasses of AbstractJavaComponent in org.mule.component
 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) nested-routers are not used.
An ObjectFactory can be set but must return object instances that implement Callable.
 



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