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
 

Method Detail

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 object
inMsg - the normalized message to fill
request - the snmp request. Null when PDU is a trap PDU.
response - the snmp response
Throws:
javax.jbi.messaging.MessagingException - on errors


Copyright © 2005-2012 FuseSource. All Rights Reserved.