org.opengis.webservice.capability
Interface HTTP

Show UML class diagram
All Superinterfaces:
Protocol

public interface HTTP
extends Protocol

The HTTP-Protocol.


Method Summary
 URL[] getGetOnlineResources()
          Return the list of online resources for the HTTP GET request.
 URL[] getPostOnlineResources()
          Return the list of online resources for the HTTP GET request.
 

Method Detail

getGetOnlineResources

URL[] getGetOnlineResources()
Return the list of online resources for the HTTP GET request. An Online Resource URL intended for HTTP GET requests, is a URL prefix to which additional parameters must be appended in order to construct a valid Operation request. A URL prefix is defined as an opaque string including the protocol, hostname, optional port number, path, a question mark '?', and, optionally, one or more server-specific parameters ending in an ampersand '&'.


getPostOnlineResources

URL[] getPostOnlineResources()
Return the list of online resources for the HTTP GET request. An Online Resource URL intended for HTTP POST requests is a complete and valid URL to which Clients transmit encoded requests in the body of the POST document.



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.