com.cisco.oss.foundation.configuration.xml
Class HierarchyTreeMessage

java.lang.Object
  extended by com.cisco.oss.foundation.configuration.xml.HierarchyTreeMessage

public class HierarchyTreeMessage
extends Object

This class is responsible for marshalling and unmarshalling HierarchyTree messages.

Author:
dventura

Constructor Summary
HierarchyTreeMessage(HierarchyTree jaxb)
           
HierarchyTreeMessage(String xml)
           
 
Method Summary
 HierarchyTree jaxb()
           
protected  String marshall(HierarchyTree jaxb)
           
 String toXml()
           
protected  HierarchyTree unmarshall(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyTreeMessage

public HierarchyTreeMessage(String xml)
                     throws XmlException
Throws:
XmlException

HierarchyTreeMessage

public HierarchyTreeMessage(HierarchyTree jaxb)
                     throws XmlException
Throws:
XmlException
Method Detail

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.