com.highdeal.admin.hci
Class AdminXMLMapping

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

public class AdminXMLMapping
extends java.lang.Object
implements XMLMapping

This Java class defines the mapping between XML tags and marshallable Java classes.


Constructor Summary
AdminXMLMapping()
           
 
Method Summary
 java.lang.Class<?> getClass(java.lang.String nsUri, java.lang.String tag, XMLAttributes atts)
          Returns the Java class for a specified XML tag and its attributes in a namespace.
static InstanceType[] getInstanceTypesByOperation(java.lang.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminXMLMapping

public AdminXMLMapping()
Method Detail

getClass

public java.lang.Class<?> getClass(java.lang.String nsUri,
                                   java.lang.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(java.lang.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

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)