Package | Description |
---|---|
org.mule.module.xml.transformer |
Xml and Xslt Transformer implementations.
|
org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
org.mule.transformer.simple |
Basic transformer implementations.
|
org.mule.transport.http.transformers | |
org.mule.transport.jms.transformers |
Contains transformers to convert to and from different javax.jms.Message types
|
org.mule.transport.servlet |
Modifier and Type | Class and Description |
---|---|
class |
DomDocumentToXml
DomDocumentToXml Transform a org.w3c.dom.Document to XML String |
class |
XmlToDomDocument
XmlToDomDocument transforms a XML String to org.w3c.dom.Document. |
class |
XmlToOutputHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoverableTransformer |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayToMuleMessage
TODO
|
class |
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. |
class |
ByteArrayToSerializable
ByteArrayToSerializable converts a serialized object to its object
representation |
class |
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). |
class |
ObjectToByteArray
ObjectToByteArray converts serilaizable object to a byte array but
treats java.lang.String differently by converting to bytes using
the String.getBytrs() method. |
class |
ObjectToInputStream
ObjectToInputStream converts serilaizable object to a input stream but
treats java.lang.String differently by converting to bytes using
the String.getBytrs() method. |
class |
ObjectToOutputHandler
ObjectToOutputHandler converts a byte array into a String. |
class |
ObjectToString
ObjectToString transformer is useful for debugging. |
class |
SerializableToByteArray
SerializableToByteArray converts a serializable object or a String
to a byte array. |
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestToOutputHandler
Adds support for converting a
HttpServletRequest into an OutputHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmsTransformer
AbstractJmsTransformer is an abstract class that should be used for
all transformers where a JMS message will be the transformed or transformee
object. |
class |
JMSMessageToObject
JMSMessageToObject Will convert a javax.jms.Message
or sub-type into an object by extracting the message payload. |
class |
ObjectToJMSMessage
ObjectToJMSMessage will convert any object to a
javax.jms.Message or sub-type into an object. |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestToByteArray
Converts an
HttpServletRequest into an array of bytes by extracting the payload of
the request. |
class |
HttpRequestToInputStream
Converts an
HttpServletRequest into an InputStream . |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.