public class MappingTableXMLMapping extends Object implements XMLMapping
Java class implements the mapping between XML tags
and Java classes dedicated to the management of mapping tables; this mapping defines the available service operations for the SAP CC communications.| Constructor and Description |
|---|
MappingTableXMLMapping() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClass(String nsUri,
String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
public Class<?> getClass(String nsUri, 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