Interface ImportParameter

All Known Implementing Classes:
ConstantParameter, StringMetadata, StringPayload, XpathString, XpathToStructure, XpathToTable

public interface ImportParameter
Interface that acts as the go-between for RFC Parameters and AdaptrisMessage.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    translate(AdaptrisMessage source, com.sap.conn.jco.JCoFunction target)
    Import the AdaptrisMessage object into the RFC Parameter list.
  • Method Details

    • translate

      void translate(AdaptrisMessage source, com.sap.conn.jco.JCoFunction target) throws JcoException
      Import the AdaptrisMessage object into the RFC Parameter list.
      Parameters:
      source - the source AdaptrisMessage
      target - the Destination RFC Function
      Throws:
      JcoException - wrapping any com.sap.conn.jco.JCoException