Package org.mule.component

Class Summary
AbstractComponent Abstract Component to be used by all Component implementations.
AbstractJavaComponent Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, NestedRouterCollection and ObjectFactory.
DefaultJavaComponent Default implementation of JavaComponent.
DefaultLifecycleAdapter DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
DefaultLifecycleAdapterFactory DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
PooledJavaComponent PooledJavaComponent implements pooling.
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.