Package com.highdeal.hci
Class HCIMapping
java.lang.Object
com.highdeal.hci.HCIMapping
- All Implemented Interfaces:
XMLMapping
This class implements the mapping (for
HCI) between Java classes and XML elements;
The Java libraries of SAP CC convert the Java classes based on MessageOperation Java interface to XML messages.
HCI specifies that the communication between the client application and the server system is based on XML messages sent with the HTTP or HTTPS protocol.
-
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.
-
Constructor Details
-
HCIMapping
public HCIMapping()
-
-
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
-