org.deegree_impl.services.wfs.capabilities
Class LockFeature_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.capabilities.LockFeature_Impl
All Implemented Interfaces:
LockFeature

class LockFeature_Impl
extends java.lang.Object
implements LockFeature

Defines the access to the elements/attributes of the LockFeature tag of a capabilities response .

-----------------------------------------------------

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:22 $
Author:
Katharina Lupp

Field Summary
private  java.util.ArrayList dCPType
           
 
Constructor Summary
(package private) LockFeature_Impl()
          default constructor
(package private) LockFeature_Impl(DCPType[] dCPType)
          constructor initializing the class with the
 
Method Summary
 void addDCPType(DCPType dCPType)
          adds the available Distributed Computing Platforms (DCPs) for a operation.
 DCPType[] getDCPType()
          The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST.
 void setDCPType(DCPType[] dCPTypes)
          adds the available Distributed Computing Platforms (DCPs) for a operation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dCPType

private java.util.ArrayList dCPType
Constructor Detail

LockFeature_Impl

LockFeature_Impl()
default constructor


LockFeature_Impl

LockFeature_Impl(DCPType[] dCPType)
constructor initializing the class with the

Method Detail

getDCPType

public DCPType[] getDCPType()
The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST. The onlineResource attribute indicates the URL prefix for HTTP GET requests (everything before the question mark and query string:http://hostname[:port]/path/scriptname); for HTTP POST requests, onlineResource is the complete URL.

Specified by:
getDCPType in interface LockFeature

addDCPType

public void addDCPType(DCPType dCPType)
adds the available Distributed Computing Platforms (DCPs) for a operation. At present, only HTTP (GET & POST) is defined.


setDCPType

public void setDCPType(DCPType[] dCPTypes)
adds the available Distributed Computing Platforms (DCPs) for a operation. At present, only HTTP (GET & POST) is defined.


toString

public java.lang.String toString()