Class Iec60870Resource

java.lang.Object
org.apache.camel.quarkus.component.iec60870.it.Iec60870Resource

@Path("/iec60870") @ApplicationScoped public class Iec60870Resource extends Object
  • Field Details

    • context

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

    • Iec60870Resource

      public Iec60870Resource()
  • Method Details

    • loadComponentIec60870Client

      @Path("/load/component/iec60870-client") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadComponentIec60870Client() throws Exception
      Throws:
      Exception
    • loadComponentIec60870Server

      @Path("/load/component/iec60870-server") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadComponentIec60870Server() throws Exception
      Throws:
      Exception