Package | Description |
---|---|
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
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.codec |
Transformers for Base64, UC and UU encoding/decoding.
|
org.mule.transformer.compression |
Transformers for compressing and uncompressing message payloads.
|
org.mule.transformer.encryption |
Transformers for encrypting and decrypting message payloads.
|
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 | |
org.mule.transport.soap.transformers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventTransformer
AbstractEventTransformer adds support for adding method details to
the result message. |
class |
EventObjectTransformer
EventObjectTransformer converts a
java.util.EventObject into a DefaultMuleMessage . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlTransformer
AbstractXmlTransformer offers some XSLT transform on a DOM (or
other XML-ish) object. |
class |
AbstractXStreamTransformer
AbstractXStreamTransformer is a base class for all XStream based
transformers. |
class |
DomDocumentToXml
DomDocumentToXml Transform a org.w3c.dom.Document to XML String |
class |
JXPathExtractor
The JXPathExtractor is a simple transformer that evaluates an xpath expression
against the given bean and that returns the result.
|
class |
ObjectToXml
ObjectToXml converts any object to XML using Xstream. |
class |
XmlPrettyPrinter |
class |
XmlToDomDocument
XmlToDomDocument transforms a XML String to org.w3c.dom.Document. |
class |
XmlToObject
XmlToObject converts xml created by the ObjectToXml transformer in to a
java object graph. |
class |
XmlToOutputHandler |
class |
XmlToXMLStreamReader |
class |
XsltTransformer
XsltTransformer performs an XSLT transform on a DOM (or other XML-ish)
object. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoverableTransformer |
class |
AbstractMessageAwareTransformer
AbstractMessageAwareTransformer is a transformer that has a reference
to the current message. |
class |
NoActionTransformer
NoActionTransformer doesn't do any transformation on the source
object and returns the source as the result. |
class |
TransformerCollection
TODO
|
class |
TransformerTemplate
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Base64Decoder
Base64Encoder transforms Base64 encoded data into strings or byte
arrays. |
class |
Base64Encoder
Base64Encoder transforms strings or byte arrays into Base64 encoded
string. |
class |
XmlEntityDecoder
Decodes a String or byte[] containing XML entities
|
class |
XmlEntityEncoder
Encodes a string with XML entities
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompressionTransformer
AbstractCompressionTransformer is a base class for all transformers
that can compress or uncompress data when they performa message transformation. |
class |
GZipCompressTransformer
GZipCompressTransformer is a transformer compressing objects into
byte arrays. |
class |
GZipUncompressTransformer
GZipCompressTransformer will uncompress a byte[] or InputStream |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncryptionTransformer
EncryptionTransformer will transform an array of bytes or string
into an encrypted array of bytes |
class |
DecryptionTransformer
EncryptionTransformer will transform an encrypted array of bytes or
string into an decrypted array of bytes |
class |
EncryptionTransformer
EncryptionTransformer will transform an array of bytes or string
into an encrypted array of bytes |
Modifier and Type | Class and Description |
---|---|
class |
AutoTransformer
A transformer that uses the transform discovery mechanism to convert the message payload.
|
class |
ByteArrayToHexString
Converts a Byte array to a Hex String.
|
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 |
ExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the
results as an Array.
|
class |
GetBeanProperty
Looks up a property from a JavaBean using PropertyUtils.getProperty().
|
class |
HexStringToByteArray
Converts a Hex String to a Byte array
|
class |
MapLookup
MapLookup looks up and returns an object from a Map based on a key. |
class |
MessagePropertiesTransformer
A configurable message transformer that allows users to add, overwrite and delete
properties on the current message.
|
class |
MuleMessageToByteArray
TODO
|
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. |
class |
StringAppendTransformer |
class |
StringToObjectArray
StringToObjectArray converts a String into an object array. |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientMethodResponseToObject
HttpClientMethodResponseToObject transforms a http client response
to a DefaultMuleMessage. |
class |
HttpResponseToString
Converts an Http Response object to String.
|
class |
MuleMessageToHttpResponse
UMOMessageToHttpResponse converts a UMOMEssage into an Http
response. |
class |
ObjectToHttpClientMethodRequest
ObjectToHttpClientMethodRequest transforms a MuleMessage into a
HttpClient HttpMethod that represents an HttpRequest. |
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 . |
class |
HttpRequestToParameter |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestToSoapRequest
A simple transformer for converting an Http GET request into a SOAP request.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.