Class BraintreeResource
java.lang.Object
org.apache.camel.quarkus.component.braintree.it.BraintreeResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
producerTemplate
@Inject org.apache.camel.ProducerTemplate producerTemplate
-
-
Constructor Details
-
BraintreeResource
public BraintreeResource()
-
-
Method Details
-
generateToken
- Throws:
Exception
-
sale
@Path("/sale") @POST @Produces("application/json") public jakarta.ws.rs.core.Response sale() throws Exception- Throws:
Exception
-
refund
@Path("/refund") @POST @Produces("application/json") public jakarta.ws.rs.core.Response refund(String transactionId) throws Exception - Throws:
Exception
-