SAP CC 1.0
API 4.2 (Core)

com.highdeal.hci
Class HCIMapping

java.lang.Object
  extended by com.highdeal.hci.HCIMapping
All Implemented Interfaces:
XMLMapping

public class HCIMapping
extends java.lang.Object
implements XMLMapping

This class implements the mapping for HighDeal Communication Infrastructure classes and XML tags.


Field Summary
protected static java.util.Map<java.lang.String,java.lang.Class<?>> map
          Map containing the mapping between tag names and HCI class names.
 
Constructor Summary
HCIMapping()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected static final java.util.Map<java.lang.String,java.lang.Class<?>> map
Map containing the mapping between tag names and HCI class names.

Constructor Detail

HCIMapping

public HCIMapping()
Method Detail

getClass

public java.lang.Class<?> getClass(java.lang.String nsUri,
                                   java.lang.String tag,
                                   XMLAttributes atts)
Description copied from interface: XMLMapping
Returns the class for a given tag and its attributes in a namespace.

Specified by:
getClass in interface XMLMapping
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.

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.