org.n52.wps.transactional.request
Class DeployProcessRequest

java.lang.Object
  extended by org.n52.wps.transactional.request.DeployProcessRequest
All Implemented Interfaces:
ITransactionalRequest

public class DeployProcessRequest
extends java.lang.Object
implements ITransactionalRequest


Field Summary
protected  DeploymentProfile deploymentProfile
           
protected  org.w3c.dom.Node processDescription
           
protected  java.lang.String schema
           
 
Constructor Summary
DeployProcessRequest(org.w3c.dom.Document doc)
           
 
Method Summary
 DeploymentProfile getDeploymentProfile()
           
 org.w3c.dom.Node getProcessDescription()
           
 java.lang.String getSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDescription

protected org.w3c.dom.Node processDescription

deploymentProfile

protected DeploymentProfile deploymentProfile

schema

protected java.lang.String schema
Constructor Detail

DeployProcessRequest

public DeployProcessRequest(org.w3c.dom.Document doc)
                     throws ExceptionReport
Throws:
ExceptionReport
Method Detail

getProcessDescription

public org.w3c.dom.Node getProcessDescription()

getDeploymentProfile

public DeploymentProfile getDeploymentProfile()

getSchema

public java.lang.String getSchema()


Copyright © 2007-2011 52north.org. All Rights Reserved.