org.apache.servicemix.snmp.marshaler
Class DefaultSnmpMarshaler
java.lang.Object
org.apache.servicemix.snmp.marshaler.DefaultSnmpMarshaler
- All Implemented Interfaces:
- SnmpMarshalerSupport
public class DefaultSnmpMarshaler
- extends Object
- implements SnmpMarshalerSupport
default marshaler implementation
- 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SNMP_TAG
public static final String SNMP_TAG
- See Also:
- Constant Field Values
ENTRY_TAG
public static final String ENTRY_TAG
- See Also:
- Constant Field Values
OID_TAG
public static final String OID_TAG
- See Also:
- Constant Field Values
VALUE_TAG
public static final String VALUE_TAG
- See Also:
- Constant Field Values
DefaultSnmpMarshaler
public DefaultSnmpMarshaler()
convertToJBI
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
- Description copied from interface:
SnmpMarshalerSupport
- converts a snmp event message into a jbi normalized message
- Specified by:
convertToJBI in interface SnmpMarshalerSupport
- Parameters:
exchange - the exchange objectinMsg - the normalized message to fillrequest - the snmp requestresponse - the snmp response
- Throws:
javax.jbi.messaging.MessagingException - on errors
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.