org.deegree.services.wfs.capabilities
Interface GetCapabilities

All Known Implementing Classes:
GetCapabilities_Impl

public interface GetCapabilities

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

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.