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 | |
org.mule.transport.soap.transformers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXStreamTransformer
AbstractXStreamTransformer is a base class for all XStream based
transformers. |
class |
ObjectToXml
ObjectToXml converts any object to XML using Xstream. |
class |
XmlToObject
XmlToObject converts xml created by the ObjectToXml transformer in to a
java object graph. |
Modifier and Type | Class and Description |
---|---|
class |
TransformerCollection
TODO
|
class |
TransformerTemplate
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AutoTransformer
A transformer that uses the transform discovery mechanism to convert the message payload.
|
class |
ExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the
results as an Array.
|
class |
MessagePropertiesTransformer
A configurable message transformer that allows users to add, overwrite and delete
properties on the current message.
|
class |
MuleMessageToByteArray
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
MuleMessageToHttpResponse
UMOMessageToHttpResponse converts a UMOMEssage 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 |
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.