public class DefaultSnmpMarshaler extends java.lang.Object implements SnmpMarshalerSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTRY_TAG |
static java.lang.String |
OID_TAG |
static java.lang.String |
SNMP_TAG |
static java.lang.String |
VALUE_TAG |
| Constructor and Description |
|---|
DefaultSnmpMarshaler() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertToJBI(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage inMsg,
org.snmp4j.PDU request,
org.snmp4j.PDU response)
converts a snmp event message into a jbi normalized message
|
public static final java.lang.String SNMP_TAG
public static final java.lang.String ENTRY_TAG
public static final java.lang.String OID_TAG
public static final java.lang.String VALUE_TAG
public void convertToJBI(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage inMsg,
org.snmp4j.PDU request,
org.snmp4j.PDU response)
throws javax.jbi.messaging.MessagingException
SnmpMarshalerSupportconvertToJBI in interface SnmpMarshalerSupportexchange - the exchange objectinMsg - the normalized message to fillrequest - the snmp request. Null when PDU is a trap PDU.response - the snmp responsejavax.jbi.messaging.MessagingException - on errorsCopyright © 2005-2014 FuseSource. All Rights Reserved.