org.apache.camel.component.snmp
Class SnmpConverters

java.lang.Object
  extended by org.apache.camel.component.snmp.SnmpConverters

@Converter
public final class SnmpConverters
extends java.lang.Object


Field Summary
static java.lang.String ENTRY_TAG
           
static java.lang.String OID_TAG
           
static java.lang.String SNMP_TAG
           
static java.lang.String VALUE_TAG
           
 
Method Summary
static java.lang.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
 

Field Detail

SNMP_TAG

public static final java.lang.String SNMP_TAG
See Also:
Constant Field Values

ENTRY_TAG

public static final java.lang.String ENTRY_TAG
See Also:
Constant Field Values

OID_TAG

public static final java.lang.String OID_TAG
See Also:
Constant Field Values

VALUE_TAG

public static final java.lang.String VALUE_TAG
See Also:
Constant Field Values
Method Detail

toString

@Converter
public static java.lang.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