org.opennms.netmgt.rtc.utils
Class EuiLevelMapper

java.lang.Object
  extended by org.opennms.netmgt.rtc.utils.EuiLevelMapper

public class EuiLevelMapper
extends Object

This takes an object of type 'RTCCategory' and creates an XML (bytearray)stream of the format to be sent to the user using classes generated by castor

Author:
Sowmya Nataraj , OpenNMS.org
See Also:
RTCCategory, EuiLevel

Constructor Summary
EuiLevelMapper()
          Constructor
 
Method Summary
 EuiLevel convertToEuiLevelXML(RTCCategory rtcCat)
          Convert the 'RTCCategory' object to a 'EuiLevel' object and marshall to XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EuiLevelMapper

public EuiLevelMapper()
Constructor

Method Detail

convertToEuiLevelXML

public EuiLevel convertToEuiLevelXML(RTCCategory rtcCat)
Convert the 'RTCCategory' object to a 'EuiLevel' object and marshall to XML

Parameters:
rtcCat - the RTCCategory to be converted


Copyright © 2009. All Rights Reserved.