Class SnmpInstIdXmlAdapter


  • public class SnmpInstIdXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​SnmpInstId>
    • Constructor Detail

      • SnmpInstIdXmlAdapter

        public SnmpInstIdXmlAdapter()
    • Method Detail

      • marshal

        public java.lang.String marshal​(SnmpInstId snmpInstId)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​SnmpInstId>
        Throws:
        java.lang.Exception
      • unmarshal

        public SnmpInstId unmarshal​(java.lang.String instance)
                             throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​SnmpInstId>
        Throws:
        java.lang.Exception