org.overlord.sramp.governance.services
Class DeploymentResource

java.lang.Object
  extended by org.overlord.sramp.governance.services.DeploymentResource

public class DeploymentResource
extends Object

The JAX-RS resource that handles deployment specific tasks.


Constructor Summary
DeploymentResource()
          Constructor.
 
Method Summary
 javax.ws.rs.core.Response copy(javax.servlet.http.HttpServletRequest request, String targetRef, String uuid)
          Governance POST to deploy an artifact by copying it onto the file system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentResource

public DeploymentResource()
Constructor.

Method Detail

copy

public javax.ws.rs.core.Response copy(@Context
                                      javax.servlet.http.HttpServletRequest request,
                                      String targetRef,
                                      String uuid)
                               throws Exception
Governance POST to deploy an artifact by copying it onto the file system.

Parameters:
environment -
uuid -
Throws:
org.overlord.sramp.atom.err.SrampAtomException
Exception


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.