AP&C API Reference
|
A protocol-agnostic address used to present senders and recipients to message handling parts of the system. More...
Public Member Functions | |
MessagingAddress (Configuration.MessagingAddressElement config) | |
Creates a MessagingAddress from configuration. More... | |
MessagingAddress (string name, string address) | |
Creates a MessagingAddress from its component parts. More... | |
MessagingAddress (string refName, string name, string address) | |
Initializes a new instance of the MessagingAddress class from configuration. This constructor creates an address including it's referenced name. More... | |
Properties | |
string | Name [get] |
The name of the addressee to which the message is to be delivered. More... | |
string | Address [get] |
The protocol-specific address to be used by the message handler. More... | |
string | RefName [get] |
Gets the name of the reference that was used to specify the address. More... | |
A protocol-agnostic address used to present senders and recipients to message handling parts of the system.
|
inline |
Creates a MessagingAddress from configuration.
config | The configuration element to be used as the source for data. |
This class was created, rather than passing around the configuration elements themselves because those objects can be volatile and if they should be changed while the message handler is in mid-call, it might cause problems with addressing.
|
inline |
Creates a MessagingAddress from its component parts.
|
inline |
Initializes a new instance of the MessagingAddress class from configuration. This constructor creates an address including it's referenced name.
refName | The name used to reference the address. |
name | The name of the address. |
address | The address. |
|
get |
The protocol-specific address to be used by the message handler.
|
get |
The name of the addressee to which the message is to be delivered.
|
get |
Gets the name of the reference that was used to specify the address.
The name of the reference.