Uses of Interface
org.apache.servicemix.snmp.marshaler.SnmpMarshalerSupport

Packages that use SnmpMarshalerSupport
org.apache.servicemix.snmp Component for SNMP using the SNMP4J API 
org.apache.servicemix.snmp.marshaler   
 

Uses of SnmpMarshalerSupport in org.apache.servicemix.snmp
 

Methods in org.apache.servicemix.snmp that return SnmpMarshalerSupport
 SnmpMarshalerSupport SnmpTrapConsumerEndpoint.getMarshaler()
           
 SnmpMarshalerSupport SnmpPollingEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.snmp with parameters of type SnmpMarshalerSupport
 void SnmpTrapConsumerEndpoint.setMarshaler(SnmpMarshalerSupport marshaler)
          Specifies a marshaler class which provides the logic for converting a snmp trap into a normalized message.
 void SnmpPollingEndpoint.setMarshaler(SnmpMarshalerSupport marshaler)
          Specifies a marshaler class which provides the logic for converting a snmp response into a normalized message.
 

Uses of SnmpMarshalerSupport in org.apache.servicemix.snmp.marshaler
 

Classes in org.apache.servicemix.snmp.marshaler that implement SnmpMarshalerSupport
 class DefaultSnmpMarshaler
          default marshaler implementation
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.