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