SAP CC 1.0
API 4.2 (Core)

com.highdeal.hci
Interface XMLMapping

All Known Implementing Classes:
AdminXMLMapping, CalendarXMLMapping, CatalogXMLMapping, FileEnvelope, HCIMapping, PnRXMLMapping, XMLMappingList

public interface XMLMapping

This interface allows to define a mapping between XML tags and Java classes. The classes returned through this mapping MUST have a default constructor.


Method Summary
 java.lang.Class<?> getClass(java.lang.String nsUri, java.lang.String tag, XMLAttributes atts)
          Returns the class for a given tag and its attributes in a namespace.
 

Method Detail

getClass

java.lang.Class<?> getClass(java.lang.String nsUri,
                            java.lang.String tag,
                            XMLAttributes atts)
Returns the class for a given tag and its attributes in a namespace.

Parameters:
nsUri - the unique resource identifier of the namespace of the tag.
tag - the local part of the XML tag.
atts - the attributes of the XML tag.
Returns:
a class with a default constructor.
Throws:
IgnorableTagException - when the tag can be safely ignored.

SAP CC 1.0
API 4.2 (Core)


API Reference - July 2009

SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2

(c) Copyright 2009 SAP AG. All rights reserved.