org.deegree.services.wfs.capabilities
Interface LockFeature

All Known Implementing Classes:
LockFeature_Impl

public interface LockFeature

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

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

Version:
$Revision: 1.2 $ $Date: 2003/06/10 07:52:04 $
Author:
Axel Schaefer

Method Summary
 DCPType[] getDCPType()
          The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST.
 

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.