java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.InputMapping

public class InputMapping extends Object
This class contains the information needed to get all the input values for a connectivity service.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • InputMapping

      public InputMapping(IXmlNode inputMappingNode)
      This constructor creates an input mapping based on an XML node.
      Parameters:
      inputMappingNode - The xml node with name 'ServiceMappings'
  • Method Details

    • getInputFields

      public InputField[] getInputFields()
      This method returns an array containing all the input fields.
      Returns:
      an array containing all the input fields.