public class HCIMapping extends java.lang.Object implements XMLMapping
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 and Description |
|---|
HCIMapping() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
XMLMappingJava class for a specified XML tag and its attributes in a namespace.getClass in interface XMLMappingnsUri - The unique resource identifier of the namespace of the XML tagtag - The local part of the XML tagatts - The attributes of the XML tagJava class with a default constructor