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

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

public class ConfigurationResponseMessage
extends Object

This class is responsible for marshalling and unmarshalling ConfigurationResponse messages.

Author:
dventura

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

Constructor Detail

ConfigurationResponseMessage

public ConfigurationResponseMessage(String xml)
                             throws XmlException
Throws:
XmlException

ConfigurationResponseMessage

public ConfigurationResponseMessage(ConfigurationResponse jaxb)
                             throws XmlException
Throws:
XmlException
Method Detail

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.