Package com.highdeal.mappingtable.hci
Class MappingTableXMLMapping
java.lang.Object
com.highdeal.mappingtable.hci.MappingTableXMLMapping
- All Implemented Interfaces:
XMLMapping
This
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 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
-
MappingTableXMLMapping
public MappingTableXMLMapping()
-
-
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
-