| Package | Description |
|---|---|
| org.mule.runtime.core.api.component | |
| org.mule.runtime.core.component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecycleAdapterFactory<JC extends JavaComponent>
LifecycleAdapterFactory TODO (document class) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
protected JavaComponent |
DefaultComponentLifecycleAdapter.component |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
DefaultComponentLifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
| Constructor and Description |
|---|
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
MuleContext muleContext) |
NullLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.