java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.XmlBuilder

@Component public class XmlBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    XmlBuilder(TemplateService templateService, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> elements)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XmlBuilder

      @Autowired public XmlBuilder(TemplateService templateService, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils)
  • Method Details