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 Can be used to bridge inbound requests to an outbound router without any processing done inbetween.
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 Deprecated. This component used to be used in conjection 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.
 

Package org.mule.components.simple Description

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



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.