org.deegree.services.wcas.protocol
Interface CASRegisterServiceRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Implementing Classes:
CASRegisterServiceRequest_Impl

public interface CASRegisterServiceRequest
extends OGCWebServiceRequest

A RegisterService request forces the catalog to call metadata of the service identified by getServiceAddress. It's a 'pull' mechanism to add metadata to the catalog. The service address must offer metadata about the service in a form that is well known to the catalog:

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

Version:
2002-04-16
Author:
Andreas Poth

Method Summary
 int getHarvestFrequency()
          Frequency for catalog to check for and harvest new version of the Service metadata document
 java.net.URL getServiceAddress()
          returns the address where the catalog can access metadata about a service.
 java.lang.String getServiceOwnerContactInfo()
          returns informations about the service owner.
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Method Detail

getServiceAddress

public java.net.URL getServiceAddress()
returns the address where the catalog can access metadata about a service.


getServiceOwnerContactInfo

public java.lang.String getServiceOwnerContactInfo()
returns informations about the service owner. Contact point for notification of events


getHarvestFrequency

public int getHarvestFrequency()
Frequency for catalog to check for and harvest new version of the Service metadata document