public class JMSMessageToObject extends AbstractJmsTransformer
JMSMessageToObject
Will convert a javax.jms.Message
or sub-type into an object by extracting the message payload. Users of this
transformer can set different return types on the transform to control the way it
behaves.
DEFAULT_TRUNCATE_LENGTH, endpoint, logger, name, returnClass, sourceTypes
DEFAULT_PRIORITY_WEIGHTING, MAX_PRIORITY_WEIGHTING, MIN_PRIORITY_WEIGHTING
PHASE_NAME
Constructor and Description |
---|
JMSMessageToObject() |
Modifier and Type | Method and Description |
---|---|
Object |
transform(MuleMessage message,
String outputEncoding) |
getPriorityWeighting, getSession, setJmsProperties, setPriorityWeighting, transformFromMessage, transformToMessage
doTransform, isSourceTypeSupported
checkReturnClass, generateTransformerName, getEndpoint, getName, getReturnClass, getSourceTypes, initialise, isAcceptNull, isConsumed, isIgnoreBadInput, isSourceTypeSupported, registerSourceType, setEndpoint, setIgnoreBadInput, setName, setReturnClass, toString, transform, unregisterSourceType
public Object transform(MuleMessage message, String outputEncoding) throws TransformerException
transform
in class AbstractMessageAwareTransformer
TransformerException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.