org.deegree.protocol.wps
Class WPSConstants

java.lang.Object
  extended by org.deegree.protocol.wps.WPSConstants

public class WPSConstants
extends Object

Important constants from the WMS specifications.

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

Nested Class Summary
static class WPSConstants.ExecutionState
           
static class WPSConstants.WPSRequestType
          Enum type for discriminating between the different types of WebProcessingService (WPS) requests.
 
Field Summary
static Version VERSION_100
          WPS protocol version 1.0.0
static String WPS_100_NS
          Namespace for elements from the WPS 1.0.0 specification
static String WPS_PREFIX
          Common namespace prefix for elements from the WPS specification
 
Constructor Summary
WPSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WPS_100_NS

public static final String WPS_100_NS
Namespace for elements from the WPS 1.0.0 specification

See Also:
Constant Field Values

WPS_PREFIX

public static final String WPS_PREFIX
Common namespace prefix for elements from the WPS specification

See Also:
Constant Field Values

VERSION_100

public static final Version VERSION_100
WPS protocol version 1.0.0

Constructor Detail

WPSConstants

public WPSConstants()


Copyright © 2011. All Rights Reserved.