Class XsltRefResource

java.lang.Object
org.apache.camel.quarkus.component.xml.it.XsltRefResource

@Path("/xml") @ApplicationScoped public class XsltRefResource extends Object
  • Field Details

    • producerTemplate

      @Inject org.apache.camel.ProducerTemplate producerTemplate
  • Constructor Details

    • XsltRefResource

      public XsltRefResource()
  • Method Details

    • xsltBean

      @Path("/xslt-ref") @POST @Produces("text/plain") public String xsltBean(String body)