org.apache.servicemix.snmp.marshaler
Interface SnmpMarshalerSupport
- All Known Implementing Classes:
- DefaultSnmpMarshaler
public interface SnmpMarshalerSupport
a marshaler interface for snmp component
- Author:
- lhein
|
Method Summary |
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 |
convertToJBI
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
- converts a snmp event message into a jbi normalized message
- Parameters:
exchange - the exchange objectinMsg - the normalized message to fillrequest - the snmp request. Null when PDU is a trap PDU.response - the snmp response
- Throws:
javax.jbi.messaging.MessagingException - on errors
Copyright © 2005-2011 FuseSource. All Rights Reserved.