Class MergeResultSetIntoXmlPayload

  • All Implemented Interfaces:
    ComponentLifecycle, ComponentLifecycleExtension, ResultSetTranslator

    public class MergeResultSetIntoXmlPayload
    extends XmlPayloadTranslatorImpl
    Merge the ResultSet contents into an existing XML Payload.

    If you want to see how many rows were processed you can set one/both of the following;

    Item Description Value
    result-count-metadata-itemIf set to a String metadata item name will specify the metadata item to contain the number of rows returned by your queryMetadata item name
    update-count-metadata-itemIf set to a String metadata item name will specify the metadata item to contain the number of rows updated by your SQL statementMetadata item name

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