public interface SnmpMarshalerSupport
| 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
|
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
exchange - 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.