Package org.opennms.netmgt.snmp
Class SnmpInstIdXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,SnmpInstId>
-
- org.opennms.netmgt.snmp.SnmpInstIdXmlAdapter
-
public class SnmpInstIdXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,SnmpInstId>
-
-
Constructor Summary
Constructors Constructor Description SnmpInstIdXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringmarshal(SnmpInstId snmpInstId)SnmpInstIdunmarshal(java.lang.String instance)
-
-
-
Method Detail
-
marshal
public java.lang.String marshal(SnmpInstId snmpInstId) throws java.lang.Exception
- Specified by:
marshalin classjavax.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:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,SnmpInstId>- Throws:
java.lang.Exception
-
-