Class MappingTableXMLMapping

java.lang.Object
com.highdeal.mappingtable.hci.MappingTableXMLMapping
All Implemented Interfaces:
XMLMapping

public class MappingTableXMLMapping extends Object implements XMLMapping
This Java class implements the mapping between XML tags and Java classes dedicated to the management of mapping tables; this mapping defines the available service operations for the SAP CC communications.
  • Constructor Details

    • MappingTableXMLMapping

      public MappingTableXMLMapping()
  • Method Details

    • getClass

      public Class<?> getClass(String nsUri, String tag, XMLAttributes atts)
      Description copied from interface: XMLMapping
      Returns the Java class for a specified XML tag and its attributes in a namespace.
      Specified by:
      getClass in interface XMLMapping
      Parameters:
      nsUri - The unique resource identifier of the namespace of the XML tag
      tag - The local part of the XML tag
      atts - The attributes of the XML tag
      Returns:
      A Java class with a default constructor