Class Summary |
BinaryFileMarshaler |
A FileMarshaler that converts the given input stream into a binary
attachment. |
DateConverter |
Column converter for SimpleFlatFileMarshaler that converts date contents
using defined date formats |
DefaultFileMarshaler |
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.. |
FileExtensionPropertyExpression |
Expression that returns the 'org.apache.servicemix.file.name' property on the
message added by a file extensions. |
MarshalerSupport |
A useful base class for some kind of marshaler to and from JBI NormalizedMessage instances to
some kind of underlying transport or protocol. |
NoConversion |
Column contents converter for SimpleFlatFileMarshaler that does
no conversion at all |
NumberConverter |
Column converter for SimpleFlatFileMarshaler that converts string
representations of numbers. |
SimpleFlatFileMarshaler |
A simple flat file marshaler that can read fixed-length and csv text files
and converts them to XML |
StreamDataSource |
Deprecated. use org.apache.servicemix.util.jaf.StreamDataSource instead |
TextStripConverter |
Column converter for SimpleFlatFileMarshaler that strips off leading and
trailing whitespaces from flat file columns |
VariableFixedLengthColumnExtractor |
Column extractor for SimpleFlatFileMarshaler that can extract columns from
fixed-length flat files that have a variable count of columns based on a
discriminator column value |
XmlEscapingConverter |
|