Package | Description |
---|---|
org.mule.api.component | |
org.mule.component | |
org.mule.module.atom | |
org.mule.module.jersey |
Modifier and Type | Method and Description |
---|---|
LifecycleAdapter |
LifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
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 |
---|---|
static void |
BindingUtils.configureBinding(JavaComponent component,
Object componentObject) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbderaServiceComponent
This component receives requests from Mule and passes them off to Abdera.
|
Modifier and Type | Method and Description |
---|---|
List<JavaComponent> |
JerseyResourcesComponent.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
JerseyResourcesComponent.setComponents(List<JavaComponent> components) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.