com.cisco.oss.foundation.configuration.xml
Class HierarchyTreeMessage
java.lang.Object
com.cisco.oss.foundation.configuration.xml.HierarchyTreeMessage
public class HierarchyTreeMessage
- extends Object
This class is responsible for marshalling and unmarshalling HierarchyTree messages.
- Author:
- dventura
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchyTreeMessage
public HierarchyTreeMessage(String xml)
throws XmlException
- Throws:
XmlException
HierarchyTreeMessage
public HierarchyTreeMessage(HierarchyTree jaxb)
throws XmlException
- Throws:
XmlException
toXml
public String toXml()
jaxb
public HierarchyTree jaxb()
marshall
protected String marshall(HierarchyTree jaxb)
throws XmlException
- Throws:
XmlException
unmarshall
protected HierarchyTree unmarshall(String xml)
throws XmlException
- Throws:
XmlException
Copyright © 2014 Cisco. All Rights Reserved.