|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
ByteArrayToHexString | Converts a Byte array to a Hex String. |
ByteArrayToObject | ByteArrayToObject works in the same way as
ByteArrayToSerializable but checks if th byte array is a serialised
object and if not will return a String created from the bytes is the returnType on
the transformer. |
ByteArrayToSerializable | ByteArrayToSerializable converts a serialized object to its object
representation |
ByteArrayToString | ByteArrayToString converts a byte array into a String. |
GetBeanProperty | Looks up a property from a JavaBean using PropertyUtils.getProperty(). |
HexStringToByteArray | Converts a Hex String to a Byte array |
MapLookup | MapLookup looks up and returns an object from a Map based on a key. |
MessagePropertiesTransformer | A configurable message transformer that allows users to add, overwrite and delete properties on the current message. |
ObjectArrayToString | ObjectArrayToString transformer is the opposite of
StringToObjectArray - it simply converts Object[] to a String in which each
element is separated by a configurable delimiter (default is a space). |
ObjectToByteArray | ObjectToByteArray converts serilaizable object to a byte array but
treats java.lang.String differently by converting to bytes using
the String.getBytrs() method. |
ObjectToString | ObjectToString transformer is useful for debugging. |
SerializableToByteArray | SerializableToByteArray converts a serializable object or a String
to a byte array. |
StringToByteArray | StringToByteArray converts a String into a byte array. |
StringToObjectArray | StringToObjectArray converts a String into an object array. |
Basic transformer implementations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |