org.deegree.services.capabilities
Interface HTTP

All Superinterfaces:
Protocol
All Known Implementing Classes:
HTTP_Impl

public interface HTTP
extends Protocol

The HTTP-Protocol, which extends the super-interface Protocol.java. It defines the GetOnlineResource and the getPostOnlineResource methods.

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

Version:
$Revision: 1.3 $ $Date: 2004/03/26 11:19:28 $
Author:
Axel Schaefer

Method Summary
 void addGetOnlineResource(java.net.URL getOnlineResource)
          adds a get-online resource to the HTTP protocol class
 void addPostOnlineResource(java.net.URL postOnlineResource)
          adds a post-online resource to the HTTP protocol class
 java.net.URL[] getGetOnlineResources()
          returns URL prefix for get HTTP request method.
 java.net.URL[] getPostOnlineResources()
          returns URL prefix for post HTTP request method.
 

Method Detail

getGetOnlineResources

public java.net.URL[] getGetOnlineResources()
returns URL prefix for get HTTP request method.


getPostOnlineResources

public java.net.URL[] getPostOnlineResources()
returns URL prefix for post HTTP request method.


addGetOnlineResource

public void addGetOnlineResource(java.net.URL getOnlineResource)
adds a get-online resource to the HTTP protocol class


addPostOnlineResource

public void addPostOnlineResource(java.net.URL postOnlineResource)
adds a post-online resource to the HTTP protocol class