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