org.deegree_impl.services.wfs.capabilities
Class GetCapabilities_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.capabilities.GetCapabilities_Impl
All Implemented Interfaces:
GetCapabilities

class GetCapabilities_Impl
extends java.lang.Object
implements GetCapabilities

In the particular case of a Web Map Service, the response of a GetCapabilities request is general information about the service itself and specific information about the available maps.

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

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) GetCapabilities_Impl()
          default constructor
(package private) GetCapabilities_Impl(DCPType[] dCPType)
          constructor initializing the class with the requests
 
Method Summary
 void addDCPType(DCPType dCPType)
          adds the DCPType
 DCPType[] getDCPType()
          The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST.
 void setDCPType(DCPType[] dCPType)
          sets the DCPType
 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

GetCapabilities_Impl

GetCapabilities_Impl()
default constructor


GetCapabilities_Impl

GetCapabilities_Impl(DCPType[] dCPType)
constructor initializing the class with the requests

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 GetCapabilities

addDCPType

public void addDCPType(DCPType dCPType)
adds the DCPType


setDCPType

public void setDCPType(DCPType[] dCPType)
sets the DCPType


toString

public java.lang.String toString()