public class BatchResource extends AbstractResource
| Constructor and Description |
|---|
BatchResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.plugins.providers.multipart.MultipartOutput |
zipPackage(javax.servlet.http.HttpServletRequest request,
String fileName,
InputStream content)
S-RAMP atom POST of a package file (.zip) containing the artifacts and meta data that
should be published in the repository.
|
ensureSupportsMark, logErrorpublic org.jboss.resteasy.plugins.providers.multipart.MultipartOutput zipPackage(@Context
javax.servlet.http.HttpServletRequest request,
@HeaderParam(value="Slug")
String fileName,
InputStream content)
throws org.overlord.sramp.atom.err.SrampAtomException
fileName - the name of the .zip file (optional)content - the zip contentorg.overlord.sramp.atom.err.SrampAtomExceptionCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.