org.deegree.services.wps.storage
Class StorageManager

java.lang.Object
  extended by org.deegree.services.wps.storage.StorageManager

public class StorageManager
extends java.lang.Object

Provides storage locations for process response documents and outputs.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $
See Also:
ExecutionManager

Constructor Summary
StorageManager(java.io.File baseDir)
          Creates a new StorageManager instance.
 
Method Summary
 OutputStorage lookupOutputStorage(java.lang.String outputId)
           
 ResponseDocumentStorage lookupResponseDocumentStorage(java.lang.String responseId)
           
 OutputStorage newOutputStorage(java.lang.String mimeType)
           
 ResponseDocumentStorage newResponseDocumentStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageManager

public StorageManager(java.io.File baseDir)
Creates a new StorageManager instance.

Parameters:
baseDir - base directory where the resources are stored on the filesystem
Method Detail

newOutputStorage

public OutputStorage newOutputStorage(java.lang.String mimeType)
                               throws java.io.IOException
Throws:
java.io.IOException

newResponseDocumentStorage

public ResponseDocumentStorage newResponseDocumentStorage()
                                                   throws java.io.IOException
Throws:
java.io.IOException

lookupOutputStorage

public OutputStorage lookupOutputStorage(java.lang.String outputId)

lookupResponseDocumentStorage

public ResponseDocumentStorage lookupResponseDocumentStorage(java.lang.String responseId)


Copyright © 2011. All Rights Reserved.