org.opennms.netmgt.rtc.utils
Class EuiLevelMapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EuiLevelMapper
public EuiLevelMapper()
- Constructor
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.