Class ServicenowResource

java.lang.Object
org.apache.camel.quarkus.component.servicenow.it.ServicenowResource

@Path("/servicenow") @ApplicationScoped public class ServicenowResource extends Object
  • Field Details

    • producerTemplate

      @Inject org.apache.camel.ProducerTemplate producerTemplate
    • instance

      String instance
  • Constructor Details

    • ServicenowResource

      public ServicenowResource()
  • Method Details

    • post

      @Path("/post") @POST @Consumes("text/plain") @Produces("text/plain") public jakarta.ws.rs.core.Response post(String message) throws Exception
      Throws:
      Exception
    • get

      @Path("/get") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response get(@QueryParam("incidentSysId") String incidentSysId)
    • delete

      @Path("/delete") @DELETE public jakarta.ws.rs.core.Response delete(@QueryParam("incidentSysId") String incidentSysId)