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

Provides a way for an message configuration to reference a specific address resolution setup without duplicating data. Using this, a resolver can be established (see AddressResolverConfigElement) as handled by multiple queues and message types. More...

Inheritance diagram for Apac.Configuration.AddressResolverRefConfigElement:

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 resolver [get, set]
 Gets or sets the name of the association between messaging protocol and message handler type. More...
 

Detailed Description

Provides a way for an message configuration to reference a specific address resolution setup without duplicating data. Using this, a resolver can be established (see AddressResolverConfigElement) as handled by multiple queues and message types.

Member Function Documentation

◆ ReadXml()

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

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

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

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.AddressResolverRefConfigElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.

◆ resolver

string Apac.Configuration.AddressResolverRefConfigElement.resolver
getset

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


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