Class ExportEndpoint

java.lang.Object
org.aktin.broker.rest.ExportEndpoint

@Path("/broker/export")
public class ExportEndpoint
extends Object
Create export bundles for download
Author:
R.W.Majeed
  • Constructor Details

    • ExportEndpoint

      public ExportEndpoint()
  • Method Details

    • downloadBundle

      @POST @Path("request-bundle/{id}") @Produces("text/plain") public String downloadBundle​(@PathParam("id") int requestId) throws IOException, javax.xml.bind.JAXBException
      Throws:
      IOException
      javax.xml.bind.JAXBException