|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AutoTransformer | A transformer that uses the transform discovery mechanism to convert the message payload. |
| BeanToMap | Conversts a simple bean object to a Map. |
| ByteArrayToHexString | Converts a Byte array to a Hex String. |
| ByteArrayToMuleMessage | TODO |
| ByteArrayToObject | ByteArrayToObject works in the same way as
ByteArrayToSerializable but checks if the byte array is a
serialised object and if not will return a String created from the bytes as the
returnType on the transformer. |
| ByteArrayToSerializable | ByteArrayToSerializable converts a serialized object to its object
representation |
| CombineCollectionsTransformer | Takes a payload which is a Collection of Collections and turns into a single List. |
| DataHandlerToInputStreamTransformer | |
| 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. |
| MapToBean | Creates and object of type AbstractTransformer.getReturnClass() and populates values of a
Map as bean properties on the object. |
| MessagePropertiesTransformer | A configurable message transformer that allows users to add, overwrite, rename and delete properties on the current message. |
| MuleMessageToByteArray | TODO |
| NumberToString | NumberToString converts a Number to a String. |
| 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. |
| ObjectToInputStream | ObjectToInputStream converts Serializable objects to an InputStream
but treats java.lang.String, byte[] and
org.mule.api.transport.OutputHandler differently by using their
byte[] content rather thqn Serializing them. |
| ObjectToOutputHandler | ObjectToOutputHandler converts a byte array into a String. |
| ObjectToString | ObjectToString transformer is useful for debugging. |
| PropertyEditorTextToValueTransformer | PropertyEditorTextToValueTransformer adapts a PropertyEditor
instance allowing it to be used to transform from a String to another type in Mule |
| PropertyEditorValueToTextTransformer | PropertyEditorValueToTextTransformer adapts a PropertyEditor
instance allowing it to be used to transform from a specific type to a String. |
| SerializableToByteArray | SerializableToByteArray converts a serializable object or a String
to a byte array. |
| StringAppendTransformer | |
| StringToBoolean | ByteArrayToSerializable converts a serialized object to its object
representation |
| StringToNumber | StringToNumber converts a String to a Number. |
| StringToObjectArray | StringToObjectArray converts a String into an object array. |
Basic transformer implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||