public class ObjectToJMSMessage extends AbstractJmsTransformer
ObjectToJMSMessage will convert any object to a
javax.jms.Message or sub-type into an object. One of the 5 types of
JMS message will be created based on the type of Object passed in.
javax.jms.BytesMessage
is sent.DEFAULT_TRUNCATE_LENGTH, endpoint, logger, name, returnClass, sourceTypesDEFAULT_PRIORITY_WEIGHTING, MAX_PRIORITY_WEIGHTING, MIN_PRIORITY_WEIGHTINGPHASE_NAME| Constructor and Description |
|---|
ObjectToJMSMessage() |
| Modifier and Type | Method and Description |
|---|---|
Object |
transform(MuleMessage message,
String outputEncoding) |
getPriorityWeighting, getSession, setJmsProperties, setPriorityWeighting, transformFromMessage, transformToMessagedoTransform, isSourceTypeSupportedcheckReturnClass, generateTransformerName, getEndpoint, getName, getReturnClass, getSourceTypes, initialise, isAcceptNull, isConsumed, isIgnoreBadInput, isSourceTypeSupported, registerSourceType, setEndpoint, setIgnoreBadInput, setName, setReturnClass, toString, transform, unregisterSourceTypepublic Object transform(MuleMessage message, String outputEncoding) throws TransformerException
transform in class AbstractMessageAwareTransformerTransformerExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.