Uses of Class
net.finmath.smartcontract.product.xml.MessageAddress
Packages that use MessageAddress
-
Uses of MessageAddress in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as MessageAddressModifier and TypeFieldDescriptionprotected MessageAddressExceptionMessageHeader.sentByprotected MessageAddressNotificationMessageHeader.sentByprotected MessageAddressRequestMessageHeader.sentByprotected MessageAddressResponseMessageHeader.sentByFields in net.finmath.smartcontract.product.xml with type parameters of type MessageAddressModifier and TypeFieldDescriptionprotected List<MessageAddress> ExceptionMessageHeader.copyToprotected List<MessageAddress> NotificationMessageHeader.copyToprotected List<MessageAddress> RequestMessageHeader.copyToprotected List<MessageAddress> ResponseMessageHeader.copyToprotected List<MessageAddress> ExceptionMessageHeader.sendToprotected List<MessageAddress> NotificationMessageHeader.sendToprotected List<MessageAddress> RequestMessageHeader.sendToprotected List<MessageAddress> ResponseMessageHeader.sendToMethods in net.finmath.smartcontract.product.xml that return MessageAddressModifier and TypeMethodDescriptionObjectFactory.createMessageAddress()Create an instance ofMessageAddressExceptionMessageHeader.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.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type MessageAddressModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type MessageAddressModifier and TypeMethodDescriptionvoidExceptionMessageHeader.setSentBy(MessageAddress value) Sets the value of the sentBy property.voidNotificationMessageHeader.setSentBy(MessageAddress value) Sets the value of the sentBy property.voidRequestMessageHeader.setSentBy(MessageAddress value) Sets the value of the sentBy property.voidResponseMessageHeader.setSentBy(MessageAddress value) Sets the value of the sentBy property.