Class ZipFileResource

java.lang.Object
org.apache.camel.quarkus.component.zipfile.it.ZipFileResource

@Path("/zipfile") @ApplicationScoped public class ZipFileResource extends Object
  • Field Details

    • producerTemplate

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

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

    • ZipFileResource

      public ZipFileResource()
  • Method Details

    • compress

      @Path("/compress") @POST @Consumes("application/octet-stream") @Produces("application/octet-stream") public jakarta.ws.rs.core.Response compress(byte[] uncompressedMessage) throws Exception
      Throws:
      Exception
    • uncompress

      @Path("/uncompress") @POST @Consumes("application/octet-stream") @Produces("application/octet-stream") public jakarta.ws.rs.core.Response uncompress(byte[] compressedMessage) throws Exception
      Throws:
      Exception
    • splitIteratorShouldSucceed

      @Path("/splitIteratorShouldSucceed") @GET public void splitIteratorShouldSucceed() throws Exception
      Throws:
      Exception
    • aggregateShouldSucceed

      @Path("/aggregateShouldSucceed") @GET public void aggregateShouldSucceed() throws Exception
      Throws:
      Exception