org.apache.servicemix.components.util |
A collection of utility components and helper classes for developers wishing to write components.
|
Java Source File Name | Type | Comment |
BinaryFileMarshaler.java | Class | A FileMarshaler that converts the given input stream into a binary
attachment. |
ChainedComponent.java | Class | This class allows a series of componeents to be chained together. |
ChainedComponentTest.java | Class | |
ColumnExtractor.java | Interface | |
ComponentAdaptor.java | Class | |
ComponentAdaptorMEListener.java | Class | A
ComponentAdaptor which also supports the direct
invocation mechanism via the
MessageExchangeListener . |
ComponentSupport.java | Class | A useful base class for developers wishing to implement a JBI Component. |
ContentConverter.java | Interface | |
CopyTransformer.java | Class | A simple transformer which copies the properties and content from the source message to the destination message. |
CopyTransformerTest.java | Class | |
DateConverter.java | Class | |
DefaultFileMarshaler.java | Class | A default file transformer which assumes the file is already in XML format and
requires no transformation other than to be wrapped in a normalized message.. |
EchoComponent.java | Class | A simple, yet useful component for testing synchronous flows. |
FileExtensionPropertyExpression.java | Class | Expression that returns the 'org.apache.servicemix.file.name' property on the
message added by a file extensions. |
FileMarshaler.java | Interface | A pluggable strategy for turning a file or URL input source into
a normalized message. |
MarshalerSupport.java | Class | A useful base class for some kind of marshaler to and from JBI NormalizedMessage instances to
some kind of underlying transport or protocol. |
MessageHelper.java | Class | |
MessageTransformer.java | Interface | |
MockServiceComponent.java | Class | 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. |
NoConversion.java | Class | |
NumberConverter.java | Class | Column converter for SimpleFlatFileMarshaler that converts string
representations of numbers. |
OutBinding.java | Class | |
PipelineComponent.java | Class | 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.java | Class | |
PojoSupport.java | Class | |
PollingComponentSupport.java | Class | An implementation inheritence class for a component which polls some resource
at periodic intervals to decide if there is an event to process. |
PropertyAddTransformer.java | Class | |
ServiceUnitManagerSupport.java | Class | |
SimpleFlatFileMarshaler.java | Class | |
SimpleFlatFileMarshalerTest.java | Class | |
SpringBootstrap.java | Class | |
StreamWriterComponent.java | Class | |
TextStripConverter.java | Class | |
TraceComponent.java | Class | A simple tracing component which can be placed inside a pipeline
to trace the message exchange though the component. |
TransformComponent.java | Class | A Java based transformation component using a plugable
MessageTransformer instance
to transform the input message into the output message. |
TransformComponentSupport.java | Class | A useful base class for a transform component. |
VariableFixedLengthColumnExtractor.java | Class | |