|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebFeatureService
Web feature service. A WFS is callable through the doService method
inherited from WebService. The specification states that only one object of this
class is implemented in each server instance, and this object always exists while server
is available. (OGC document 03-098, p. 98).
| Method Summary | |
|---|---|
WebServiceCapabilities |
getCapabilities()
Returns the capabilities of a web service |
String |
getVersion()
|
void |
handleRequest(WebServiceRequest request)
Handles a request against an OGC web service. |
void |
handleResponse(WebServiceResponse response)
Receives the response from the WFSDispatcher. |
| Methods inherited from interface WebService |
|---|
doService, doService |
| Method Detail |
|---|
@UML(identifier="capabilities",
specification=UNSPECIFIED)
WebServiceCapabilities getCapabilities()
WebService
getCapabilities in interface WebServiceString getVersion()
void handleRequest(WebServiceRequest request)
void handleResponse(WebServiceResponse response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||