Class BraintreeResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.braintree.it.BraintreeResource
-
@Path("/braintree") public class BraintreeResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description BraintreeResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateToken()javax.ws.rs.core.Responserefund(String transactionId)javax.ws.rs.core.Responsesale()
-