| Package | Description |
|---|---|
| org.mule.api.component | |
| org.mule.component |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
LifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
EntryPointResolverSet resolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJavaComponent
Abstract implementation of JavaComponent adds JavaComponent specific's:
EntryPointResolverSet, NestedRouterCollection 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) nested-routers
are not used.An ObjectFactory can be set but must return object
instances that implement Callable. |
| Modifier and Type | Field and Description |
|---|---|
protected JavaComponent |
DefaultLifecycleAdapter.component |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
DefaultLifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
EntryPointResolverSet resolver) |
| Constructor and Description |
|---|
DefaultLifecycleAdapter(Object componentObject,
JavaComponent component) |
DefaultLifecycleAdapter(Object componentObject,
JavaComponent component,
EntryPointResolverSet entryPointResolver) |
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.