Uses of Class
org.apache.servicemix.components.util.TransformComponentSupport

Packages that use TransformComponentSupport
org.apache.servicemix.components.util A collection of utility components and helper classes for developers wishing to write components. 
 

Uses of TransformComponentSupport in org.apache.servicemix.components.util
 

Subclasses of TransformComponentSupport in org.apache.servicemix.components.util
 class ChainedComponent
          Deprecated. use the StaticRoutingSlip pattern from the EIP component instead
 class EchoComponent
          A simple, yet useful component for testing synchronous flows.
 class MockServiceComponent
          A simple mock service component which is hard coded with a response to give which can be very useful for mocking out a web service call with some static response.
 class TransformComponent
          A Java based transformation component using a plugable MessageTransformer instance to transform the input message into the output message.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.