Reference Library
IXmlProcessor Interface
NamespacesAvaya.ApplicationEnablement.DMCCIXmlProcessor
Interface for XmlProcessor class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IXmlProcessor
Public Interface IXmlProcessor
public interface class IXmlProcessor
Members
All MembersMethodsEvents



IconMemberDescription
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.

Assembly: ServiceProvider (Module: ServiceProvider)