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

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

public class ComponentInstancesMessage
extends Object

This class is responsible for marshalling and unmarshalling ComponentInstances messages.

Author:
dventura

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

Constructor Detail

ComponentInstancesMessage

public ComponentInstancesMessage(String xml)
                          throws XmlException
Throws:
XmlException

ComponentInstancesMessage

public ComponentInstancesMessage(ComponentInstances jaxb)
                          throws XmlException
Throws:
XmlException
Method Detail

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.