Package org.mule.transformers.simple

Basic transformer implementations.

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.
HexStringToByteArray Converts a Hex String to a Byte array
MapLookup MapLookup looks up and returns an object from a Map based on a key.
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
 

Package org.mule.transformers.simple Description

Basic transformer implementations.



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.