Class SnmpResource


  • @Path("/snmp")
    @ApplicationScoped
    public class SnmpResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • SnmpResource

        public SnmpResource()
    • Method Detail

      • loadComponentSnmp

        @Path("/load/component/snmp")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentSnmp()
                                                    throws Exception
        Throws:
        Exception