Uses of Class
net.finmath.smartcontract.product.xml.MessageAddress
-
Uses of MessageAddress in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected MessageAddress
ExceptionMessageHeader.sentBy
protected MessageAddress
NotificationMessageHeader.sentBy
protected MessageAddress
RequestMessageHeader.sentBy
protected MessageAddress
ResponseMessageHeader.sentBy
Modifier and TypeFieldDescriptionprotected List
<MessageAddress> ExceptionMessageHeader.copyTo
protected List
<MessageAddress> NotificationMessageHeader.copyTo
protected List
<MessageAddress> RequestMessageHeader.copyTo
protected List
<MessageAddress> ResponseMessageHeader.copyTo
protected List
<MessageAddress> ExceptionMessageHeader.sendTo
protected List
<MessageAddress> NotificationMessageHeader.sendTo
protected List
<MessageAddress> RequestMessageHeader.sendTo
protected List
<MessageAddress> ResponseMessageHeader.sendTo
Modifier and TypeMethodDescriptionObjectFactory.createMessageAddress()
Create an instance ofMessageAddress
ExceptionMessageHeader.getSentBy()
Gets the value of the sentBy property.NotificationMessageHeader.getSentBy()
Gets the value of the sentBy property.RequestMessageHeader.getSentBy()
Gets the value of the sentBy property.ResponseMessageHeader.getSentBy()
Gets the value of the sentBy property.Modifier and TypeMethodDescriptionExceptionMessageHeader.getCopyTo()
Gets the value of the copyTo property.NotificationMessageHeader.getCopyTo()
Gets the value of the copyTo property.RequestMessageHeader.getCopyTo()
Gets the value of the copyTo property.ResponseMessageHeader.getCopyTo()
Gets the value of the copyTo property.ExceptionMessageHeader.getSendTo()
Gets the value of the sendTo property.NotificationMessageHeader.getSendTo()
Gets the value of the sendTo property.RequestMessageHeader.getSendTo()
Gets the value of the sendTo property.ResponseMessageHeader.getSendTo()
Gets the value of the sendTo property.Modifier and TypeMethodDescriptionvoid
ExceptionMessageHeader.setSentBy
(MessageAddress value) Sets the value of the sentBy property.void
NotificationMessageHeader.setSentBy
(MessageAddress value) Sets the value of the sentBy property.void
RequestMessageHeader.setSentBy
(MessageAddress value) Sets the value of the sentBy property.void
ResponseMessageHeader.setSentBy
(MessageAddress value) Sets the value of the sentBy property.