Package org.mule.component.simple

A collection of simple mule components that can be useful to simplify configuration while testing.

See:
          Description

Class Summary
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.
 

Package org.mule.component.simple Description

A collection of simple mule components that can be useful to simplify configuration while testing.



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.