Package com.highdeal.bart.admin.hci
Class BartAdminXMLMapping
java.lang.Object
com.highdeal.bart.admin.hci.BartAdminXMLMapping
- All Implemented Interfaces:
XMLMapping
Defines the mapping between XML tags and marshallable classes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilds a new mapping for Administration own classes and XML tag. -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getClass(String nsUri, String tag, XMLAttributes atts) Returns theJava classfor a specifiedXML tagand its attributes in a namespace.
-
Field Details
-
map
Map containing the mapping between tag names and HCI class names.
-
-
Constructor Details
-
BartAdminXMLMapping
public BartAdminXMLMapping()Builds a new mapping for Administration own classes and XML tag.
-
-
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
-