|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EndpointAware in org.mule.api.transformer |
---|
Subinterfaces of EndpointAware in org.mule.api.transformer | |
---|---|
interface |
MessageTransformer
A transformer intended to transform Mule messages rather than arbitrary objects |
interface |
Transformer
Transformer can be chained together to covert message payloads
from one object type to another. |
Uses of EndpointAware in org.mule.config.transformer |
---|
Classes in org.mule.config.transformer that implement EndpointAware | |
---|---|
class |
AnnotatedTransformerProxy
Creates a Mule Transformer proxy around a transform method. |
Uses of EndpointAware in org.mule.example.bookstore.transformers |
---|
Classes in org.mule.example.bookstore.transformers that implement EndpointAware | |
---|---|
class |
AddBookResponse
A call to addBook() returns a Long representing the number of books in the catalog. |
class |
HttpRequestToBook
Transforms a Map of HttpRequest parameters into a Book object. |
class |
OrderToEmailTransformer
Composes an e-mail notification message to be sent based on the Book Order. |
Uses of EndpointAware in org.mule.example.errorhandler |
---|
Classes in org.mule.example.errorhandler that implement EndpointAware | |
---|---|
class |
ErrorMessageToException
The ErrorMessageToException transformer extracts and returns
the exception encapsulated by the ErrorMessage message payload. |
class |
ErrorMessageToExceptionBean
The ErrorMessageToExceptionBean transformer returns
the exception bean encapsulated by the ErrorMessage message payload. |
class |
ExceptionBeanToErrorMessage
|
Uses of EndpointAware in org.mule.example.geomail.transformers |
---|
Classes in org.mule.example.geomail.transformers that implement EndpointAware | |
---|---|
class |
IPToSender
TODO |
Uses of EndpointAware in org.mule.example.hello |
---|
Classes in org.mule.example.hello that implement EndpointAware | |
---|---|
class |
ChatStringToString
NameStringToChatString is a dummy transformer used in the hello world
application to transform the ChatString object into a string. |
class |
ExceptionToString
ExceptionToString converts an exception to a String,
returning the exception's getMessage() result. |
class |
HttpRequestToNameString
|
class |
NameStringToChatString
NameStringToChatString converts from a NameString object to a
ChatString object. |
class |
StdinToNameString
The transformation removes break-lines and newlines from the string, which potentially could have been added during a stdin input operation. |
class |
StringToNameString
StringToNameString converts from a String to a NameString object. |
Uses of EndpointAware in org.mule.example.loanbroker.transformers |
---|
Classes in org.mule.example.loanbroker.transformers that implement EndpointAware | |
---|---|
class |
CreditProfileXmlToCreditProfile
|
class |
LoanQuoteRequestToCreditProfileArgs
Extracts the customer information from the request into an array of arguments used to invoke the Credit Agency MuleSession bean |
class |
RestRequestToCustomerRequest
Converts parameters on the message into a CustomerQuoteRequest object |
Uses of EndpointAware in org.mule.example.scripting |
---|
Classes in org.mule.example.scripting that implement EndpointAware | |
---|---|
class |
SimpleMathTransformer
A simple transformer which adds/subtracts/multiplies/divides a constant factor to numeric messages. |
class |
StringToNumber
Converts a string to a number. |
Uses of EndpointAware in org.mule.expression.transformers |
---|
Classes in org.mule.expression.transformers that implement EndpointAware | |
---|---|
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. |
Uses of EndpointAware in org.mule.module.atom.transformers |
---|
Classes in org.mule.module.atom.transformers that implement EndpointAware | |
---|---|
class |
AtomEntryBuilderTransformer
|
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. |
Uses of EndpointAware in org.mule.module.client |
---|
Classes in org.mule.module.client that implement EndpointAware | |
---|---|
class |
AbstractEventTransformer
AbstractEventTransformer adds support for adding method details to
the result message. |
Uses of EndpointAware in org.mule.module.json.transformers |
---|
Classes in org.mule.module.json.transformers that implement EndpointAware | |
---|---|
class |
AbstractJsonTransformer
TODO |
class |
JsonToObject
A transformer that will convert a JSON encoded object graph to a java object. |
class |
ObjectToJson
Converts a java object to a JSON encoded object that can be consumed by other languages such as Javascript or Ruby. |
Uses of EndpointAware in org.mule.module.rss.transformers |
---|
Classes in org.mule.module.rss.transformers that implement EndpointAware | |
---|---|
class |
ObjectToRssFeed
Converts an RSS data representation into a SyndFeed object |
Uses of EndpointAware in org.mule.module.scripting.transformer |
---|
Classes in org.mule.module.scripting.transformer that implement EndpointAware | |
---|---|
class |
ScriptTransformer
Runs a script to perform transformation on an object. |
Uses of EndpointAware in org.mule.module.spring.remoting |
---|
Classes in org.mule.module.spring.remoting that implement EndpointAware | |
---|---|
class |
ObjectToRemoteInvocationResultTransformer
Converts an Object to a Spring RemoteInvocationResult and then into a byte[]. |
class |
ObjectToRemoteInvocationTransformer
Transforms a byte[] into an ObjectInputStream and then into a Spring RemoteInvocation instance. |
Uses of EndpointAware in org.mule.module.xml.transformer |
---|
Classes in org.mule.module.xml.transformer that implement EndpointAware | |
---|---|
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 |
XPathExtractor
Simple transformer for using the JAXP XPath library to extract an XPath value from an XPath expression. |
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. |
Uses of EndpointAware in org.mule.module.xml.transformer.jaxb |
---|
Classes in org.mule.module.xml.transformer.jaxb that implement EndpointAware | |
---|---|
class |
JAXBMarshallerTransformer
Allows marshaling of Java objects to XML using JAXB 2. |
class |
JAXBUnmarshallerTransformer
Allows un-marshaling of XML generated by JAXB to a Java object graph. |
Uses of EndpointAware in org.mule.processor |
---|
Classes in org.mule.processor that implement EndpointAware | |
---|---|
class |
SecurityFilterMessageProcessor
Filters the flow using the EndpointSecurityFilter configured on
the endpoint. |
Uses of EndpointAware in org.mule.tck.functional |
---|
Classes in org.mule.tck.functional that implement EndpointAware | |
---|---|
class |
StringAppendTestTransformer
|
Uses of EndpointAware in org.mule.tck.transformer |
---|
Classes in org.mule.tck.transformer that implement EndpointAware | |
---|---|
class |
NoActionTransformer
NoActionTransformer doesn't do any transformation on the source
object and returns the source as the result. |
class |
ValidateResponse
Throws an exception if the message does not contain "success". |
Uses of EndpointAware in org.mule.transformer |
---|
Classes in org.mule.transformer that implement EndpointAware | |
---|---|
class |
AbstractDiscoverableTransformer
|
class |
AbstractMessageAwareTransformer
Deprecated. |
class |
AbstractMessageTransformer
AbstractMessageTransformer is a transformer that has a reference
to the current message. |
class |
AbstractTransformer
AbstractTransformer is a base class for all transformers. |
class |
TransformerChain
A referencable chain of transformers that can be used as a single transformer |
class |
TransformerTemplate
TODO |
Uses of EndpointAware in org.mule.transformer.codec |
---|
Classes in org.mule.transformer.codec that implement EndpointAware | |
---|---|
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 |
Uses of EndpointAware in org.mule.transformer.compression |
---|
Classes in org.mule.transformer.compression that implement EndpointAware | |
---|---|
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 |
Uses of EndpointAware in org.mule.transformer.encryption |
---|
Classes in org.mule.transformer.encryption that implement EndpointAware | |
---|---|
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 |
Uses of EndpointAware in org.mule.transformer.simple |
---|
Classes in org.mule.transformer.simple that implement EndpointAware | |
---|---|
class |
AutoTransformer
A transformer that uses the transform discovery mechanism to convert the message payload. |
class |
BeanToMap
Conversts a simple bean object to a Map. |
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 |
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 |
MapToBean
Creates and object of type AbstractTransformer.getReturnClass() and populates values of a
Map as bean properties on the object. |
class |
MessagePropertiesTransformer
A configurable message transformer that allows users to add, overwrite, rename 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 Serializable objects to an InputStream
but treats java.lang.String , byte[] and
org.mule.api.transport.OutputHandler differently by using their
byte[] content rather thqn Serializing them. |
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. |
Uses of EndpointAware in org.mule.transport.email.transformers |
---|
Classes in org.mule.transport.email.transformers that implement EndpointAware | |
---|---|
class |
EmailMessageToString
EmailMessageToString extracts a java mail Message contents and
returns a string. |
class |
MimeMessageToRfc822ByteArray
|
class |
ObjectToMimeMessage
Transforms a Message to a MuleMessage , with support for attachments |
class |
Rfc822ByteArraytoMimeMessage
|
class |
StringToEmailMessage
StringToEmailMessage will convert a String to a JavaMail Message,
using the String as the contents. |
Uses of EndpointAware in org.mule.transport.file.transformers |
---|
Classes in org.mule.transport.file.transformers that implement EndpointAware | |
---|---|
class |
FileToByteArray
FileToByteArray reads the contents of a file as a byte array. |
class |
FileToString
FileToString reads file contents into a string. |
Uses of EndpointAware in org.mule.transport.http.transformers |
---|
Classes in org.mule.transport.http.transformers that implement EndpointAware | |
---|---|
class |
HttpClientMethodResponseToObject
HttpClientMethodResponseToObject transforms a http client response
to a DefaultMuleMessage. |
class |
HttpRequestBodyToParamMap
|
class |
HttpResponseToString
Converts an Http Response object to String. |
class |
MuleMessageToHttpResponse
Converts a MuleMessage 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 |
Uses of EndpointAware in org.mule.transport.jms.transformers |
---|
Classes in org.mule.transport.jms.transformers that implement EndpointAware | |
---|---|
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. |
Uses of EndpointAware in org.mule.transport.servlet.transformers |
---|
Classes in org.mule.transport.servlet.transformers that implement EndpointAware | |
---|---|
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 . |
class |
HttpRequestToParameter
|
class |
HttpRequestToParameterMap
Returns a simple Map of the parameters sent with the HTTP Request. |
Uses of EndpointAware in org.mule.transport.xmpp.transformers |
---|
Classes in org.mule.transport.xmpp.transformers that implement EndpointAware | |
---|---|
class |
ObjectToXmppPacket
Creates an Xmpp message packet from a MuleMessage |
class |
XmppPacketToObject
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |