Class AdminXMLMapping

java.lang.Object
com.highdeal.admin.hci.AdminXMLMapping
All Implemented Interfaces:
XMLMapping

public class AdminXMLMapping extends Object implements XMLMapping
This Java class defines the mapping between XML tags and marshallable Java classes.
  • Constructor Details

    • AdminXMLMapping

      public AdminXMLMapping()
  • 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
    • getInstanceTypesByOperation

      public static InstanceType[] getInstanceTypesByOperation(String opClassName)
      Gets the relevant instance types for the specified operation name; The corresponding instances in an SAP CC system can process the specified service operation.
      Parameters:
      opClassName - The name of the service operation to consider for the research
      Returns:
      The list of relevant instance types