Package | Description |
---|---|
org.mule.api.component | |
org.mule.api.service | |
org.mule.component | |
org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.model.pipeline | |
org.mule.service | |
org.mule.transport.bpm | |
org.mule.transport.http.components | |
org.mule.transport.soap.component |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaComponent
JavaComponent is a Java Component implementation used to
invoke Java component implementations. |
Modifier and Type | Method and Description |
---|---|
Component |
Service.getComponent()
Returns the Component that is a invoked by a
Service for each incoming
MuleEvent routed on by the InboundRouterCollection . |
Modifier and Type | Method and Description |
---|---|
void |
Service.setComponent(Component component)
Sets the Component that is a invoked by a
Service for each incoming
MuleEvent routed on by the InboundRouterCollection . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponent
|
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 | Class and Description |
---|---|
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the
result. |
Modifier and Type | Field and Description |
---|---|
protected Component |
ComponentMessageNotification.component |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentMessageNotification.getComponent() |
Constructor and Description |
---|
ComponentMessageNotification(MuleMessage message,
Component component,
int action) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineService.setComponent(Component component) |
Modifier and Type | Field and Description |
---|---|
protected Component |
AbstractService.component |
Modifier and Type | Method and Description |
---|---|
Component |
AbstractService.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setComponent(Component component) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessComponent |
Modifier and Type | Class and Description |
---|---|
class |
RestServiceWrapper
This service can used to proxy REST style services as local Mule Components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceWrapperComponent |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.