Package | Description |
---|---|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.component.builder | |
org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
org.mule.module.client.remoting | |
org.mule.transport.soap |
Modifier and Type | Interface and Description |
---|---|
interface |
Callable
Callable is used to provide UMOs with an interface that supports
event calls. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageBuilder
A service that will invoke all outbound endpoints configured on the service
allow the result of each endpoint invocation to be aggregated to a single message.
|
class |
ReflectionMessageBuilder
Will try and set the result of an invocation as a bean property on the request
message using reflection.
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeComponent
Deprecated.
along with bridge-service - use an empty service and, if you want an efficient transfer of messages,
add a forwarding-consumer.
|
class |
EchoComponent
EchoComponent will log the message and return the payload back as
the result. |
class |
LogComponent
LogComponent simply logs the content (or content length if it is a
large message) |
class |
NullComponent
NullComponent is a service that is used as a placeholder. |
class |
StaticComponent
A service that will return a static data object as a result.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDispatcherComponent
RemoteDispatcherComponent is a MuleManager interal server component
responsible for receiving remote requests and dispatching them locally. |
Modifier and Type | Class and Description |
---|---|
class |
WSProxyService
This class is implemented to act as a Proxy for a Web Service.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.