Class XsltAggregateResource

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

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

    • producerTemplate

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

      @Inject org.apache.camel.CamelContext camelContext
  • Constructor Details

    • XsltAggregateResource

      public XsltAggregateResource()
  • Method Details

    • aggregate

      @Path("/aggregate") @GET @Produces("text/plain") public String aggregate() throws Exception
      Throws:
      Exception