org.apache.camel.component.snmp
Class SnmpComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.component.snmp.SnmpComponent
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.Component, org.apache.camel.Service, org.apache.camel.ShutdownableService

public class SnmpComponent
extends org.apache.camel.impl.DefaultComponent

Represents the component that manages SnmpEndpoint. It holds the list of named direct endpoints.


Constructor Summary
SnmpComponent()
           
 
Method Summary
protected  org.apache.camel.Endpoint createEndpoint(java.lang.String uri, java.lang.String remaining, java.util.Map parameters)
           
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
afterConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpComponent

public SnmpComponent()
Method Detail

createEndpoint

protected org.apache.camel.Endpoint createEndpoint(java.lang.String uri,
                                                   java.lang.String remaining,
                                                   java.util.Map parameters)
                                            throws java.lang.Exception
Specified by:
createEndpoint in class org.apache.camel.impl.DefaultComponent
Throws:
java.lang.Exception


Apache CAMEL