AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Configuration.MessagingAddressRefElement Class Reference

This configuration class represents a reference to a group of participants in a messaging transaction (sender or recipient). The name provides a way to indicate a common handle, the addresses are
protocol-specific values used in the context of a reference to a given message handler, and derived from the group name by an address resolution component. More...

Inheritance diagram for Apac.Configuration.MessagingAddressRefElement:

Public Member Functions

System.Xml.Schema.XmlSchema GetSchema ()
 
void ReadXml (System.Xml.XmlReader reader)
 Deserializes the object from XML. More...
 
void WriteXml (System.Xml.XmlWriter writer)
 Serializes the object to XML. More...
 

Properties

override ConfigurationPropertyCollection Properties [get]
 Gets the collection of configuration properties for this configuration element. More...
 
string Name [get, set]
 Gets or sets the display name for this address. More...
 
string ResolverRef [get, set]
 Gets or sets the resolver reference. More...
 

Detailed Description

This configuration class represents a reference to a group of participants in a messaging transaction (sender or recipient). The name provides a way to indicate a common handle, the addresses are
protocol-specific values used in the context of a reference to a given message handler, and derived from the group name by an address resolution component.

Member Function Documentation

◆ ReadXml()

void Apac.Configuration.MessagingAddressRefElement.ReadXml ( System.Xml.XmlReader  reader)
inline

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

void Apac.Configuration.MessagingAddressRefElement.WriteXml ( System.Xml.XmlWriter  writer)
inline

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ Name

string Apac.Configuration.MessagingAddressRefElement.Name
getset

Gets or sets the display name for this address.

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.MessagingAddressRefElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.

◆ ResolverRef

string Apac.Configuration.MessagingAddressRefElement.ResolverRef
getset

Gets or sets the resolver reference.

The resolver reference.


The documentation for this class was generated from the following file: