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

This configuration element defines an association between a Messaging.MessagingProtocols and a type definition for the implementation of Messaging.IAddressResolver that will determine the actual addresses to use for configured MessagingAddressRefElement and MessagingGroupRefElement. More...

Inheritance diagram for Apac.Configuration.AddressResolverConfigElement:

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 name of the association between messaging protocol and message handler type. More...
 
bool IsDefault [get, set]
 
string AddressResolverType [get, set]
 Gets or sets the runtime type to be used to handle messages for this protocol type. More...
 

Detailed Description

This configuration element defines an association between a Messaging.MessagingProtocols and a type definition for the implementation of Messaging.IAddressResolver that will determine the actual addresses to use for configured MessagingAddressRefElement and MessagingGroupRefElement.

Member Function Documentation

◆ ReadXml()

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

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

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

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ AddressResolverType

string Apac.Configuration.AddressResolverConfigElement.AddressResolverType
getset

Gets or sets the runtime type to be used to handle messages for this protocol type.

◆ Name

string Apac.Configuration.AddressResolverConfigElement.Name
getset

Gets or sets the name of the association between messaging protocol and message handler type.

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.AddressResolverConfigElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.


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