Package org.apache.servicemix.components.util

A collection of utility components and helper classes for developers wishing to write components.

See:
          Description

Interface Summary
MessageTransformer Deprecated.  
 

Class Summary
ChainedComponent Deprecated. use the StaticRoutingSlip pattern from the EIP component instead
ComponentAdaptor A simple adaptor which can be used to turn any instance of a ComponentLifeCycle into a fully fledged JBI Component
ComponentAdaptorMEListener A ComponentAdaptor which also supports the direct invocation mechanism via the MessageExchangeListener.
ComponentSupport A useful base class for developers wishing to implement a JBI Component.
CopyTransformer Deprecated.  
EchoComponent A simple, yet useful component for testing synchronous flows.
MessageHelper Deprecated.  
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.
OutBinding A base class for bindings which process inbound JBI messages
PipelineComponent This component acts as an InOnly component which pipelines a request/response (InOut) to a service then forwards the response onto an InOut component.
PojoLifecycleAdaptor Adapts a POJO to a ComponentLifeCycle without performing any activation
PojoSupport A useful base class for a POJO based JBI component which contains most of the basic plumbing
PollingComponentSupport An implementation inheritence class for a component which polls some resource at periodic intervals to decide if there is an event to process.
ServiceUnitManagerSupport component-supplied methods for managing Service Unit deployments
SpringBootstrap A Spring implementation of the Bootstrap
StreamWriterComponent A Component that dumps a message to a stream
TraceComponent A simple tracing component which can be placed inside a pipeline to trace the message exchange though the component.
TransformComponent A Java based transformation component using a plugable MessageTransformer instance to transform the input message into the output message.
TransformComponentSupport A useful base class for a transform component.
 

Package org.apache.servicemix.components.util Description

A collection of utility components and helper classes for developers wishing to write components.



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