org.mule.component.simple |
Mule
A collection of simple mule components that can be useful to simplify configuration while testing.
|
Java Source File Name | Type | Comment |
BridgeComponent.java | Class | The BridgeComponent is a standard Mule service that enables a bridge between an inbound and outbound endpoints.
Transformers can be used on the endpoints to convert the data being received in order to 'bridge' from one
endpoint transport to another. |
EchoComponent.java | Class | EchoComponent will log the message and return the payload back as
the result. |
LogComponent.java | Class | |
NullComponent.java | Class | NullComponent is a service that is used as a placeholder. |
PassThroughComponent.java | Class | PassThroughComponent will simply return the payload back as the result. |
StaticComponent.java | Class | A service that will return a static data object as a result. |