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

This configuration element defines an association between a Messaging.MessagingProtocols and a type definition for the implementation of Messaging.IMessageHandler that will deliver messages with that protocol. More...

Inheritance diagram for Apac.Configuration.ProtocolConfigElement:

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...
 
string MessageHandlerType [get, set]
 Gets or sets the runtime type to be used to handle messages for this protocol type. More...
 
Messaging.MessagingProtocols Protocol [get, set]
 Gets or sets the protocol type (see Messaging.MessagingProtocols) to be handled by the associated message handler. More...
 

Detailed Description

This configuration element defines an association between a Messaging.MessagingProtocols and a type definition for the implementation of Messaging.IMessageHandler that will deliver messages with that protocol.

Member Function Documentation

◆ ReadXml()

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

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

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

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ MessageHandlerType

string Apac.Configuration.ProtocolConfigElement.MessageHandlerType
getset

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

◆ Name

string Apac.Configuration.ProtocolConfigElement.Name
getset

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

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.ProtocolConfigElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.

◆ Protocol

Messaging.MessagingProtocols Apac.Configuration.ProtocolConfigElement.Protocol
getset

Gets or sets the protocol type (see Messaging.MessagingProtocols) to be handled by the associated message handler.


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