Class Iec60870Resource
java.lang.Object
org.apache.camel.quarkus.component.iec60870.it.Iec60870Resource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response
-
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
-