Package org.mule.components.simple

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

See:
          Description

Interface Summary
EchoService  
LogService  
 

Class Summary
BridgeComponent The BridgeComponent is a standard Mule component that enables a bridge between an inbound and outbound endpoints.
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)
NoArgsCallWrapper  
NullComponent Deprecated. This component used to be used together with the Forwarding consumer inbound router.
PassThroughComponent PassThroughComponent will simply return the payload back as the result.
StaticComponent A component that will return a static data object as a result.
StreamingBridgeComponent A simple Bridging component that can be used with the Streaming Model to bridge from one transport stream to another.
 

Package org.mule.components.simple Description

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



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