Package org.aktin.broker.rest
Class ExportEndpoint
java.lang.Object
org.aktin.broker.rest.ExportEndpoint
Create export bundles for download
- Author:
- R.W.Majeed
-
Constructor Summary
Constructors -
Method Summary
-
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:
IOExceptionjavax.xml.bind.JAXBException
-