org.apache.camel.component.snmp
Class SnmpConverters
java.lang.Object
org.apache.camel.component.snmp.SnmpConverters
@Converter
public final class SnmpConverters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SNMP_TAG
public static final String SNMP_TAG
- See Also:
- Constant Field Values
ENTRY_TAG
public static final String ENTRY_TAG
- See Also:
- Constant Field Values
OID_TAG
public static final String OID_TAG
- See Also:
- Constant Field Values
VALUE_TAG
public static final String VALUE_TAG
- See Also:
- Constant Field Values
toOIDList
@Converter
public static OIDList toOIDList(String s,
org.apache.camel.Exchange exchange)
toString
@Converter
public static String toString(org.snmp4j.PDU pdu)
- Converts the given snmp pdu to a String body.
- Parameters:
pdu
- the snmp pdu
- Returns:
- the text content
Apache CAMEL