Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.api.registry | |
org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the UMO Transformer API.
|
org.mule.model.resolvers | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.client.remoting | |
org.mule.module.xml.transformer |
Xml and Xslt Transformer implementations.
|
org.mule.registry | |
org.mule.security |
Core security implementation including the mule security manager and encryption types
|
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 |
Provides http transport including proxy support.
|
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 | Method and Description |
---|---|
protected void |
DefaultMuleMessage.applyAllTransformers(List transformers) |
void |
DefaultMuleMessage.applyTransformers(List transformers)
Will apply a list of transformers to the payload of the message.
|
void |
DefaultMuleMessage.applyTransformers(List transformers,
Class outputType) |
Object |
DefaultMuleMessage.getPayload(Class outputType)
Will attempt to obtain the payload of this message with the desired Class type.
|
Object |
DefaultMessageCollection.getPayload(Class outputType)
Applies the
DefaultMessageCollection.getPayload(Class) call to every message in the collection and returns a
List of results. |
protected Object |
DefaultMuleMessage.getPayload(Class outputType,
String encoding)
Will attempt to obtain the payload of this message with the desired Class type.
|
Object |
DefaultMuleEventContext.transformMessage()
Returns the message transformed into it's recognised or expected format.
|
Object |
DefaultMuleEvent.transformMessage() |
Object |
DefaultMuleEventContext.transformMessage(Class expectedType)
Returns the message transformed into its recognised or expected format.
|
Object |
DefaultMuleEvent.transformMessage(Class outputType) |
byte[] |
DefaultMuleEventContext.transformMessageToBytes()
Returns the message transformed into it's recognised or expected format and
then into an array of bytes.
|
byte[] |
DefaultMuleEvent.transformMessageToBytes()
This method will attempt to convert the transformed message into an array of
bytes It will first check if the result of the transformation is a byte array
and return that.
|
String |
DefaultMuleEventContext.transformMessageToString()
Returns the message transformed into it's recognised or expected format and
then into a String.
|
String |
DefaultMuleEvent.transformMessageToString()
Returns the message transformed into it's recognised or expected format and
then into a String.
|
Modifier and Type | Method and Description |
---|---|
void |
MuleMessage.applyTransformers(List transformers)
Will apply a list of transformers to the payload of the message.
|
void |
MuleMessage.applyTransformers(List transformers,
Class outputType)
Will apply a list of transformers to the payload of the message.
|
MuleMessage |
FutureMessageResult.getMessage() |
MuleMessage |
FutureMessageResult.getMessage(long timeout) |
Object |
MuleMessage.getPayload(Class outputType)
Will attempt to obtain the payload of this message with the desired Class type.
|
Object |
MuleEventContext.transformMessage()
Returns the message transformed into it's recognised or expected format.
|
Object |
MuleEvent.transformMessage()
Transforms the message into it's recognised or expected format.
|
Object |
MuleEventContext.transformMessage(Class expectedType)
Returns the message transformed into it's recognised or expected format.
|
Object |
MuleEvent.transformMessage(Class outputType)
Transforms the message into the requested format.
|
byte[] |
MuleEventContext.transformMessageToBytes()
Returns the message transformed into it's recognised or expected format and
then into an array of bytes.
|
byte[] |
MuleEvent.transformMessageToBytes()
Transforms the message into it's recognised or expected format and then
into an array of bytes.
|
String |
MuleEventContext.transformMessageToString()
Returns the message transformed into it's recognised or expected format and
then into a String.
|
String |
MuleEvent.transformMessageToString()
Returns the message transformed into it's recognised or expected format and
then into a String.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
Registry.lookupTransformer(Class input,
Class output)
Will find a transformer that is the closest match to the desired input and output.
|
Modifier and Type | Method and Description |
---|---|
Object |
StreamingTransformer.transform(InputStream src,
OutputStream dest,
String encoding)
Thransforms the supllied data and returns the result
|
Object |
Transformer.transform(Object src)
Thransforms the supplied data and returns the result
|
Modifier and Type | Method and Description |
---|---|
protected Object[] |
NoArgumentsEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
protected Object[] |
ArrayEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
protected Object[] |
AbstractEntryPointResolver.getPayloadFromMessage(MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
EventObjectTransformer.doTransform(Object src,
String encoding) |
MuleMessage |
AbstractEventTransformer.transform(Object src,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected ServerHandshake |
RemoteDispatcherComponent.doHandshake(MuleEventContext context) |
Modifier and Type | Method and Description |
---|---|
TransformerException |
XsltTransformer.DefaultErrorListener.getException() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractXmlTransformer.convertToBytes(Object obj,
String outputEncoding)
Converts an XML in-memory representation to a String using a specific encoding.
|
protected String |
AbstractXmlTransformer.convertToText(Object obj)
Deprecated.
Replaced by convertToText(Object obj, String ouputEncoding)
|
protected String |
AbstractXmlTransformer.convertToText(Object obj,
String outputEncoding)
Converts an XML in-memory representation to a String using a specific encoding.
|
Object |
XmlToOutputHandler.doTransform(Object src,
String encoding) |
Object |
JXPathExtractor.doTransform(Object src,
String encoding)
Evaluate the expression in the context of the given object and returns the
result.
|
protected Object |
XmlToXMLStreamReader.doTransform(Object payload,
String encoding) |
Object |
XsltTransformer.doTransform(Object src,
String encoding)
Transform, using XSLT, a XML String to another String.
|
protected Object |
XmlPrettyPrinter.doTransform(Object src,
String encoding) |
Object |
XmlToDomDocument.doTransform(Object src,
String encoding) |
Object |
DomDocumentToXml.doTransform(Object src,
String encoding) |
protected Object |
XsltTransformer.evaluateTransformParameter(String name,
Object value)
Returns the value to be set for the parameter.
|
com.thoughtworks.xstream.XStream |
AbstractXStreamTransformer.getXStream() |
Object |
ObjectToXml.transform(MuleMessage message,
String outputEncoding) |
Object |
XmlToObject.transform(MuleMessage message,
String outputEncoding) |
protected void |
AbstractXmlTransformer.writeToStream(Object obj,
String outputEncoding,
OutputStream output) |
Modifier and Type | Method and Description |
---|---|
protected Transformer |
AbstractRegistry.getNearestTransformerMatch(List trans,
Class input,
Class output) |
Transformer |
AbstractRegistry.lookupTransformer(Class inputType,
Class outputType)
Will find a transformer that is the closest match to the desired input and output.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEndpointSecurityFilter.updatePayload(MuleMessage message,
Object payload) |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractTransformer.checkReturnClass(Object object) |
protected abstract Object |
AbstractTransformer.doTransform(Object src,
String encoding) |
Object |
NoActionTransformer.doTransform(Object src,
String encoding) |
Object |
AbstractMessageAwareTransformer.doTransform(Object src,
String encoding) |
Object |
TransformerTemplate.transform(MuleMessage message,
String outputEncoding) |
abstract Object |
AbstractMessageAwareTransformer.transform(MuleMessage message,
String outputEncoding) |
Object |
TransformerCollection.transform(MuleMessage message,
String outputEncoding) |
Object |
AbstractTransformer.transform(Object src)
Transforms the object.
|
Modifier and Type | Method and Description |
---|---|
Object |
Base64Decoder.doTransform(Object src,
String encoding) |
Object |
XmlEntityDecoder.doTransform(Object src,
String encoding) |
Object |
XmlEntityEncoder.doTransform(Object src,
String encoding) |
Object |
Base64Encoder.doTransform(Object src,
String encoding) |
Modifier and Type | Method and Description |
---|---|
Object |
GZipUncompressTransformer.doTransform(Object src,
String encoding) |
Object |
GZipCompressTransformer.doTransform(Object src,
String encoding) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractEncryptionTransformer.doTransform(Object src,
String encoding) |
Modifier and Type | Method and Description |
---|---|
protected Object |
HexStringToByteArray.doTransform(Object src,
String encoding) |
Object |
ByteArrayToObject.doTransform(Object src,
String encoding) |
Object |
ObjectToOutputHandler.doTransform(Object src,
String encoding) |
Object |
ObjectToString.doTransform(Object src,
String encoding) |
Object |
StringToObjectArray.doTransform(Object src,
String encoding) |
Object |
ObjectArrayToString.doTransform(Object src,
String encoding) |
Object |
ObjectToByteArray.doTransform(Object src,
String encoding) |
Object |
MapLookup.doTransform(Object src,
String encoding) |
Object |
ObjectToInputStream.doTransform(Object src,
String encoding) |
Object |
ByteArrayToSerializable.doTransform(Object src,
String encoding) |
protected Object |
ByteArrayToHexString.doTransform(Object src,
String encoding) |
protected Object |
StringAppendTransformer.doTransform(Object src,
String encoding) |
Object |
SerializableToByteArray.doTransform(Object src,
String encoding) |
Object |
GetBeanProperty.doTransform(Object src,
String encoding) |
Object |
MuleMessageToByteArray.transform(MuleMessage message,
String outputEncoding) |
Object |
MessagePropertiesTransformer.transform(MuleMessage message,
String outputEncoding) |
Object |
AutoTransformer.transform(MuleMessage message,
String outputEncoding) |
Object |
ExpressionTransformer.transform(MuleMessage message,
String outputEncoding) |
Modifier and Type | Method and Description |
---|---|
protected HttpResponse |
HttpMessageReceiver.HttpWorker.buildFailureResponse(RequestLine requestLine,
MuleMessage message) |
protected MessageAdapter |
HttpMessageReceiver.HttpWorker.buildStandardAdapter(HttpRequest request,
Map headers) |
protected org.apache.commons.httpclient.HttpMethod |
HttpClientMessageDispatcher.createEntityMethod(MuleEvent event,
Object body,
org.apache.commons.httpclient.methods.EntityEnclosingMethod postMethod) |
OutputHandler |
HttpResponse.getBody() |
protected org.apache.commons.httpclient.HttpMethod |
HttpClientMessageDispatcher.getMethod(MuleEvent event) |
void |
HttpResponse.setBody(MuleMessage msg) |
protected HttpResponse |
HttpMessageReceiver.transformResponse(Object response) |
void |
HttpServerConnection.writeResponse(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected HttpResponse |
MuleMessageToHttpResponse.createResponse(Object src,
String encoding,
MuleMessage msg) |
Object |
HttpClientMethodResponseToObject.doTransform(Object src,
String encoding) |
protected Object |
HttpResponseToString.doTransform(Object src,
String encoding)
Perform the transformation to always return a String object
|
Object |
ServletRequestToOutputHandler.doTransform(Object src,
String encoding) |
protected void |
ObjectToHttpClientMethodRequest.setupEntityMethod(Object src,
String encoding,
MuleMessage msg,
URI uri,
org.apache.commons.httpclient.methods.EntityEnclosingMethod postMethod) |
Object |
ObjectToHttpClientMethodRequest.transform(MuleMessage msg,
String outputEncoding) |
Object |
MuleMessageToHttpResponse.transform(MuleMessage msg,
String outputEncoding) |
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Session |
AbstractJmsTransformer.getSession() |
Object |
ObjectToJMSMessage.transform(MuleMessage message,
String outputEncoding) |
Object |
JMSMessageToObject.transform(MuleMessage message,
String outputEncoding) |
protected Object |
AbstractJmsTransformer.transformFromMessage(javax.jms.Message source) |
protected javax.jms.Message |
AbstractJmsTransformer.transformToMessage(MuleMessage message) |
Modifier and Type | Method and Description |
---|---|
protected Object |
HttpRequestToInputStream.doTransform(Object src,
String encoding) |
protected Object |
HttpRequestToByteArray.doTransform(Object src,
String encoding) |
Object |
HttpRequestToParameter.transform(MuleMessage message,
String outputEncoding) |
Modifier and Type | Method and Description |
---|---|
Object |
HttpRequestToSoapRequest.transform(MuleMessage message,
String outputEncoding) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.