Package org.aktin.broker.rest
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 Summary
Constructors Constructor Description ExportEndpoint() -
Method Summary
Modifier and Type Method Description StringdownloadBundle(int requestId)
-
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
-