See: Description
Class | Description |
---|---|
BridgeComponent | Deprecated
along with bridge-service - use an empty service and, if you want an efficient transfer of messages,
add a forwarding-consumer.
|
EchoComponent |
EchoComponent will log the message and return the payload back as
the result. |
LogComponent |
LogComponent simply logs the content (or content length if it is a
large message) |
NullComponent |
NullComponent is a service that is used as a placeholder. |
PassThroughComponent |
PassThroughComponent will simply return the payload back as the
result. |
StaticComponent |
A service that will return a static data object as a result.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.