DataDirect XML Converters 5.0 Send comments on this topic.
EDIConverterListener Interface
See Also  Members  
DDTek.XmlConverter.Adapter.Edi Namespace : EDIConverterListener Interface




This is an extension of the ConverterListener interface which can handle events specific to EDI converters.

Syntax

Visual Basic (Declaration) 
Public Interface EDIConverterListener 
   Inherits ConverterListener 
Visual Basic (Usage)Copy Code
Dim instance As EDIConverterListener
C# 
public interface EDIConverterListener : ConverterListener  
Managed Extensions for C++ 
public __gc __interface EDIConverterListener : public ConverterListener  
C++/CLI 
public interface class EDIConverterListener : public ConverterListener  

Remarks

Some of the added methods handle EDI specific errors, while others are used to report status information such as the start of a message or a segment.

If an XML Converter application needs to implement customized error handling then it may implement this interface and register it with the Converter object. This may be done either by assigning an EDIConverterListener to the ConverterFactory in which case they all share the same instance, or afterwards to an individual Converter, ConvertToXml or ConvertFromXml object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.