public class SendMultipleEntry extends Object implements JCSMPSendMultipleEntry
| Constructor and Description |
|---|
SendMultipleEntry() |
SendMultipleEntry(XMLMessage m,
Destination d) |
| Modifier and Type | Method and Description |
|---|---|
static SendMultipleEntry |
create(XMLMessage m,
Destination d) |
Destination |
getDestination()
Gets the destination to send the message to.
|
XMLMessage |
getMessage()
Gets the message to send.
|
JCSMPSendMultipleEntry |
setDestination(Destination pubdest)
Sets the destination to send the message to.
|
JCSMPSendMultipleEntry |
setMessage(XMLMessage message)
Sets the message to send.
|
public SendMultipleEntry()
public SendMultipleEntry(XMLMessage m, Destination d)
public static SendMultipleEntry create(XMLMessage m, Destination d)
public Destination getDestination()
JCSMPSendMultipleEntrygetDestination in interface JCSMPSendMultipleEntrypublic XMLMessage getMessage()
JCSMPSendMultipleEntrygetMessage in interface JCSMPSendMultipleEntrypublic JCSMPSendMultipleEntry setDestination(Destination pubdest)
JCSMPSendMultipleEntrysetDestination in interface JCSMPSendMultipleEntrypubdest - The destination to send the message to.public JCSMPSendMultipleEntry setMessage(XMLMessage message)
JCSMPSendMultipleEntrysetMessage in interface JCSMPSendMultipleEntrymessage - The message to send.Copyright 2004-2020 Solace Corporation. All rights reserved.