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