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

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

public class ParameterInstantiationsMessage
extends Object

This class is responsible for marshalling and unmarshalling ParameterInstantiations messages.

Author:
dventura

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

Constructor Detail

ParameterInstantiationsMessage

public ParameterInstantiationsMessage(String xml)
                               throws XmlException
Throws:
XmlException

ParameterInstantiationsMessage

public ParameterInstantiationsMessage(ParameterInstantiations jaxb)
                               throws XmlException
Throws:
XmlException
Method Detail

toXml

public String toXml()

jaxb

public ParameterInstantiations jaxb()

marshall

protected String marshall(ParameterInstantiations jaxb)
                   throws XmlException
Throws:
XmlException

unmarshall

protected ParameterInstantiations unmarshall(String xml)
                                      throws XmlException
Throws:
XmlException


Copyright © 2014 Cisco. All Rights Reserved.