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

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

public class ConfigurationOperationsMessage
extends Object

This class is responsible for marshalling and unmarshalling ConfigurationOperations messages.

Author:
dventura

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

Constructor Detail

ConfigurationOperationsMessage

public ConfigurationOperationsMessage(String xml)
                               throws XmlException
Throws:
XmlException

ConfigurationOperationsMessage

public ConfigurationOperationsMessage(ConfigurationOperations jaxb)
                               throws XmlException
Throws:
XmlException
Method Detail

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.