Class TableToXmlPayload

All Implemented Interfaces:
ExportParameter

public class TableToXmlPayload extends XmlPayload
Exports all the rows of a table into a payload converting it to XML.

In the adapter configuration file this class is aliased as sapjco3-table-to-xml-payload which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • TableToXmlPayload

      public TableToXmlPayload()
    • TableToXmlPayload

      public TableToXmlPayload(String parameterName)
    • TableToXmlPayload

      public TableToXmlPayload(String parameterName, DocumentMerge handler)
  • Method Details