|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceRequest
Base interface for all request on OGC Web Services (OWS). Each class that capsulates a request against an OWS has to implements this interface.
| Method Summary | |
|---|---|
String |
getId()
Returns the ID of a request. |
String |
getRequestParameter()
Deprecated. should be replaced by a factory class. |
String |
getServiceName()
Returns the name of the service that is tagerted by a request. |
Map<String,String> |
getVendorSpecificParameters()
Finally, the requests allow for optional vendor-specific parameters (VSPs) that will enhance the results of a request. |
String |
getVersion()
Returns the requested service version. |
| Method Detail |
|---|
Map<String,String> getVendorSpecificParameters()
String getId()
String getVersion()
String getServiceName()
String getRequestParameter()
throws WebServiceException
WebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||