Package | Description |
---|---|
org.mule.config.transformer | |
org.mule.expression.transformers | |
org.mule.module.atom.transformers | |
org.mule.module.json.transformers |
Transfromers for converting from JavaBeans and collections to JSON and back again.
|
org.mule.module.scripting.transformer | |
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.email.transformers |
Contains transformers to convert to and from the java.mail.Message type.
|
org.mule.transport.http.servlet | |
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.transformers | |
org.mule.transport.xmpp.transformers |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedTransformerProxy
Creates a Mule
Transformer proxy around a transform method. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the
results as an Array.
|
class |
BeanBuilderTransformer
This transformer uses the returnClass to create the return object and then will populate the bean
with arguments defined as expressions
|
class |
ExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the
results as an Array.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomEntryBuilderTransformer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonTransformer
TODO
|
class |
JsonToObject
A transformer that will convert a JSON encoded object graph to a java object.
|
class |
JsonXsltTransformer
Convert Json to Json using XSLT
|
class |
ObjectToJson
Converts a java object to a JSON encoded object that can be consumed by other languages such as
Javascript or Ruby.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptTransformer
Runs a script to perform transformation on an object.
|
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 |
ObjectToXml
ObjectToXml converts any object to XML using Xstream. |
class |
XMLStreamReaderToByteArray
Transforms an
XMLStreamReader to a byte array. |
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 |
XQueryTransformer
The XQuery Module gives users the ability to perform XQuery transformations on XML messages in Mule
|
class |
XsltTransformer
XsltTransformer performs an XSLT transform on a DOM (or other XML-ish)
object. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageAwareTransformer
Deprecated.
|
class |
TransformerChain
A referencable chain of transformers that can be used as a single transformer
|
class |
TransformerTemplate
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAddVariablePropertyTransformer |
class |
AbstractRemoveVariablePropertyTransformer |
class |
AddAttachmentTransformer |
class |
AddFlowVariableTransformer |
class |
AddPropertyTransformer |
class |
AddSessionVariableTransformer |
class |
AutoTransformer
A transformer that uses the transform discovery mechanism to convert the message payload.
|
class |
CopyAttachmentsTransformer |
class |
CopyPropertiesTransformer |
class |
MessagePropertiesTransformer
A configurable message transformer that allows users to add, overwrite, rename and delete
properties on the current message.
|
class |
MuleMessageToByteArray
TODO
|
class |
ParseTemplateTransformer
Loads a template and parses its content to resolve expressions.
|
class |
RemoveAttachmentTransformer |
class |
RemoveFlowVariableTransformer |
class |
RemovePropertyTransformer |
class |
RemoveSessionVariableTransformer |
class |
SetPayloadTransformer
Transformer that modifies the payload of the message according to the provided value.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectToMimeMessage
Transforms a
Message to a MuleMessage , with support for attachments |
class |
StringToEmailMessage
StringToEmailMessage will convert a String to a JavaMail Message,
using the String as the contents. |
Modifier and Type | Class and Description |
---|---|
class |
ServletTransformer
THIS CLASS IS UNSUPPORTED AND THE IMPLEMENTATION DOES NOT CONFORM TO THE SERVLET SPECIFICATION!
With that said, it can be used to make integration with libraries that only support servlets
easier.
|
Modifier and Type | Class and Description |
---|---|
class |
FormTransformer
Converts HTML forms POSTs into a Map of parameters.
|
class |
HttpRequestBodyToParamMap |
class |
MuleMessageToHttpResponse
Converts a
MuleMessage into an Http response. |
class |
ObjectToHttpClientMethodRequest
ObjectToHttpClientMethodRequest transforms a MuleMessage into a
HttpClient HttpMethod that represents an HttpRequest. |
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 |
HttpRequestToParameter |
class |
HttpRequestToParameterMap
Returns a simple Map of the parameters sent with the HTTP Request.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectToXmppPacket
Creates an Xmpp message packet from a MuleMessage
|
class |
XmppPacketToObject |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.