Package | Description |
---|---|
org.mule.component | |
org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
org.mule.transport.bpm | |
org.mule.transport.http.components | |
org.mule.transport.soap.component |
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 | Class and Description |
---|---|
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the
result. |
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.