public interface JmsMessageBuilder<D extends JmsDestination>
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
build(JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
javax.jms.Session session,
JmsConfig config)
Creates a
Message based on the provided configurations |
org.mule.runtime.api.metadata.TypedValue<Object> |
getBody() |
String |
getCorrelationId() |
String |
getJmsType() |
JmsxProperties |
getJmsxProperties() |
String |
getOutboundContentType() |
String |
getOutboundEncoding() |
Map<String,Object> |
getProperties() |
JmsDestination |
getReplyTo() |
boolean |
isSendContentType() |
boolean |
isSendEncoding() |
javax.jms.Message build(JmsSupport jmsSupport, org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, javax.jms.Session session, JmsConfig config) throws javax.jms.JMSException
Message based on the provided configurationsjmsSupport - the JmsSupport used to create the JMSReplyTo DestinationoutboundCorrelationStrategy - the correlationId handling strategycorrelationInfo - the correlation information for the current messagesession - the current Sessionconfig - the current DefaultJmsProducerConfigMessage created by the userjavax.jms.JMSException - if an error occursorg.mule.runtime.api.metadata.TypedValue<Object> getBody()
boolean isSendContentType()
String getOutboundContentType()
String getJmsType()
String getCorrelationId()
JmsxProperties getJmsxProperties()
JmsDestination getReplyTo()
boolean isSendEncoding()
String getOutboundEncoding()
Copyright © 2021. All rights reserved.