Class ServicenowResource
java.lang.Object
org.apache.camel.quarkus.component.servicenow.it.ServicenowResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
-
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)
-