Reference Library
XmlProcessor Class
NamespacesAvaya.ApplicationEnablement.DMCCXmlProcessor
The class which processes all XML to/from the DMCC server.
Declaration Syntax
C#Visual BasicVisual C++
public class XmlProcessor : IXmlProcessor
Public Class XmlProcessor _
	Implements IXmlProcessor
public ref class XmlProcessor : IXmlProcessor
Members
All MembersMethodsEvents



IconMemberDescription
Finalize()()()()
Perform cleanup when the object is being returned to memory.
(Overrides Object.Finalize()()()().)
InjectXml(String, Object)
Send XML directly to server. No verification on XML is done before it is sent.

OnUnhandledXmlMessageEvent
Event registration for getting notified when XML messages are not processed by the API.

OnXmlDataInjectXmlResponse
Event registration for responses to InjectXml request.

OnXmlMessageReceivedEvent
Event registration for getting notified when XML messages have been received from the server.

OnXmlMessageSentEvent
Event registration for getting notified when XML messages are sent to the server.

Inheritance Hierarchy
Object
XmlProcessor

Assembly: ServiceProvider (Module: ServiceProvider)