Package | Description |
---|---|
org.mule.module.atom.transformers | |
org.mule.module.rss.transformers | |
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.servlet.transformers |
Modifier and Type | Class and Description |
---|---|
class |
BaseToOutputHandler
Converts Abdera model elements which extend
Base to OutputHandlers. |
class |
ObjectToFeed
ObjectToInputStream converts serilaizable object to a input stream but
treats java.lang.String differently by converting to bytes using
the String.getBytes() method. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectToRssFeed
Converts an RSS data representation into a SyndFeed object
|
Modifier and Type | Class and Description |
---|---|
class |
DataHandlerToInputStreamTransformer |
Modifier and Type | Class and Description |
---|---|
class |
EmailMessageToString
EmailMessageToString extracts the text body of java mail Message and
returns a string. |
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 a
HttpServletRequest into an InputStream . |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.