Package com.highdeal.admin.hci
Class AdminXMLMapping
java.lang.Object
com.highdeal.admin.hci.AdminXMLMapping
- All Implemented Interfaces:
XMLMapping
This
Java class defines the mapping between XML tags and marshallable Java classes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getClass(String nsUri, String tag, XMLAttributes atts) Returns theJava classfor a specifiedXML tagand its attributes in a namespace.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.
-
Constructor Details
-
AdminXMLMapping
public AdminXMLMapping()
-
-
Method Details
-
getClass
Description copied from interface:XMLMappingReturns theJava classfor a specifiedXML tagand its attributes in a namespace.- Specified by:
getClassin interfaceXMLMapping- Parameters:
nsUri- The unique resource identifier of the namespace of the XML tagtag- The local part of the XML tagatts- The attributes of the XML tag- Returns:
- A
Java classwith a default constructor
-
getInstanceTypesByOperation
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
-