Uses of Class
net.finmath.smartcontract.product.xml.MessageId
-
Uses of MessageId in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected MessageId
ExceptionMessageHeader.inReplyTo
protected MessageId
NotificationMessageHeader.inReplyTo
protected MessageId
ResponseMessageHeader.inReplyTo
protected MessageId
MessageHeader.messageId
Modifier and TypeMethodDescriptionObjectFactory.createMessageId()
Create an instance ofMessageId
ExceptionMessageHeader.getInReplyTo()
Gets the value of the inReplyTo property.NotificationMessageHeader.getInReplyTo()
Gets the value of the inReplyTo property.ResponseMessageHeader.getInReplyTo()
Gets the value of the inReplyTo property.MessageHeader.getMessageId()
Gets the value of the messageId property.Modifier and TypeMethodDescriptionvoid
ExceptionMessageHeader.setInReplyTo
(MessageId value) Sets the value of the inReplyTo property.void
NotificationMessageHeader.setInReplyTo
(MessageId value) Sets the value of the inReplyTo property.void
ResponseMessageHeader.setInReplyTo
(MessageId value) Sets the value of the inReplyTo property.void
MessageHeader.setMessageId
(MessageId value) Sets the value of the messageId property.