org.deegree.services.wcas.capabilities
Interface FederatedCatalog

All Known Implementing Classes:
FederatedCatalog_Impl

public interface FederatedCatalog

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

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.String getAbstract()
          returns an abstract that describes the federated catalog in detail
 java.net.URL getCatalogURL()
          returns the URL of the federated catalog
 java.lang.String getName()
          returns the name of the federated catalog (mandatory)
 java.lang.String getTitle()
          returns the title of the federated catalog
 

Method Detail

getName

public java.lang.String getName()
returns the name of the federated catalog (mandatory)


getTitle

public java.lang.String getTitle()
returns the title of the federated catalog


getAbstract

public java.lang.String getAbstract()
returns an abstract that describes the federated catalog in detail


getCatalogURL

public java.net.URL getCatalogURL()
returns the URL of the federated catalog