Class SnmpObjIdXmlAdapter


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

      • SnmpObjIdXmlAdapter

        public SnmpObjIdXmlAdapter()
    • Method Detail

      • marshal

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

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