Interface XmlImportBuilder

All Known Implementing Classes:
XmlImport.Builder

public interface XmlImportBuilder
A clean interface defining all the methods an XmlImport Builder must define. The XmlImport class should provide factory methods to provide an implementation. This is useful for python integration, as python does not handle the generic type hierarchy used in the implementation very well.