org.apache.camel.component.snmp
Class SnmpConverters
java.lang.Object
org.apache.camel.component.snmp.SnmpConverters
@Converter
public final class SnmpConverters
- extends Object
|
Method Summary |
static String |
toString(org.snmp4j.PDU pdu)
Converts the given snmp pdu to a String body. |
| 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
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