| Package | Description |
|---|---|
| org.mule.jms.commons.api.destination | |
| org.mule.jms.commons.api.message | |
| org.mule.jms.commons.internal.source |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsDestination
Representation of a
Destination that contains it's identifier name
and kind of Destination |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmsMessageBuilder<D extends JmsDestination> |
| Modifier and Type | Method and Description |
|---|---|
JmsDestination |
JmsHeaders.getJMSDestination() |
JmsDestination |
JmsHeaders.getJMSReplyTo() |
JmsDestination |
DefaultJmsMessageBuilder.getReplyTo() |
JmsDestination |
JmsMessageBuilder.getReplyTo() |
| Modifier and Type | Method and Description |
|---|---|
JmsHeaders.Builder |
JmsHeaders.Builder.setDestination(JmsDestination destination) |
JmsHeadersBuilder |
JmsHeadersBuilder.setDestination(JmsDestination destination) |
JmsHeaders.Builder |
JmsHeaders.Builder.setReplyTo(JmsDestination replyTo) |
JmsHeadersBuilder |
JmsHeadersBuilder.setReplyTo(JmsDestination replyTo) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmsResponseMessageBuilder<D extends JmsDestination>
Enables the creation of an outgoing
Message along with the response configuration. |
Copyright © 2019. All rights reserved.