| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.wcas.capabilities.Capability_Impl
The capabilities section specifies the list of requests that the WFS can handle. Two classes of web feature servers, based on the capabilities they support, are defined in the Overview
-----------------------------------------------------
| Field Summary | |
| private  CException | exceptions | 
| private  java.util.ArrayList | federatedCatalogs | 
| private  PresentOptions | presentOptions | 
| private  QueryLanguages | queryLanguages | 
| private  RecordTypeList | recordTypeList | 
| private  Request | request | 
| private  TaxonomyTypeList | taxonomyTypeList | 
| private  org.w3c.dom.Document | vendorspecificCapabilities | 
| Constructor Summary | |
| (package private) | Capability_Impl(TaxonomyTypeList taxonomyTypeList,
                Request request,
                RecordTypeList recordTypeList,
                PresentOptions presentOptions,
                QueryLanguages queryLanguages,
                FederatedCatalog[] federatedCatalogs,
                CException exceptions,
                org.w3c.dom.Document vendorspecificCapabilities) | 
| Method Summary | |
|  void | addFederatedCatalog(FederatedCatalog federatedCatalog) | 
|  CException | getExceptions()returns the format exceptions will be returned | 
|  FederatedCatalog[] | getFederatedCatalogs()returns a list of federated catalogs that shall be called by the catalog as cascaded catalogs when recieving a request | 
|  PresentOptions | getPresentOptions() | 
|  QueryLanguages | getQueryLanguages()return an object that contains information about which query languages are known by a catalog | 
|  RecordTypeList | getRecordTypeList() | 
|  Request | getRequest()A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces. | 
|  TaxonomyTypeList | getTaxonomyTypeList()* returns an object that contains a list of txonomies known by the catalog | 
|  org.w3c.dom.Document | getVendorSpecificCapabilities()returns vendor specific capabilities of the wfs | 
|  void | setExceptions(CException exceptions) | 
|  void | setFederatedCatalogs(FederatedCatalog[] federatedCatalogs) | 
|  void | setPresentOptions(PresentOptions presentOptions) | 
|  void | setQueryLanguages(QueryLanguages queryLanguages)sets the query languages known by a catalog | 
|  void | setRecordTypeList(RecordTypeList recordTypeList) | 
|  void | setRequest(Request request) | 
|  void | setTaxonomyTypeList(TaxonomyTypeList taxonomyTypeList) | 
|  void | setVendorSpecificCapabilities(org.w3c.dom.Document vendorspecificCapabilities) | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
private Request request
private org.w3c.dom.Document vendorspecificCapabilities
private RecordTypeList recordTypeList
private PresentOptions presentOptions
private java.util.ArrayList federatedCatalogs
private CException exceptions
private TaxonomyTypeList taxonomyTypeList
private QueryLanguages queryLanguages
| Constructor Detail | 
Capability_Impl(TaxonomyTypeList taxonomyTypeList,
                Request request,
                RecordTypeList recordTypeList,
                PresentOptions presentOptions,
                QueryLanguages queryLanguages,
                FederatedCatalog[] federatedCatalogs,
                CException exceptions,
                org.w3c.dom.Document vendorspecificCapabilities)
| Method Detail | 
public Request getRequest()
getRequest in interface Capabilitypublic void setRequest(Request request)
getRequest()public org.w3c.dom.Document getVendorSpecificCapabilities()
getVendorSpecificCapabilities in interface Capabilitypublic void setVendorSpecificCapabilities(org.w3c.dom.Document vendorspecificCapabilities)
getVendorSpecificCapabilities()public RecordTypeList getRecordTypeList()
getRecordTypeList in interface Capabilitypublic void setRecordTypeList(RecordTypeList recordTypeList)
getRecordTypeList()public PresentOptions getPresentOptions()
getPresentOptions in interface Capabilitypublic void setPresentOptions(PresentOptions presentOptions)
getPresentOptions()public FederatedCatalog[] getFederatedCatalogs()
getFederatedCatalogs in interface Capabilitypublic void setFederatedCatalogs(FederatedCatalog[] federatedCatalogs)
getFederatedCatalogs()public void addFederatedCatalog(FederatedCatalog federatedCatalog)
getFederatedCatalogs()public CException getExceptions()
Capability
getExceptions in interface Capabilitypublic void setExceptions(CException exceptions)
getExceptions()public java.lang.String toString()
public TaxonomyTypeList getTaxonomyTypeList()
getTaxonomyTypeList in interface Capabilitypublic void setTaxonomyTypeList(TaxonomyTypeList taxonomyTypeList)
public QueryLanguages getQueryLanguages()
getQueryLanguages in interface Capabilitypublic void setQueryLanguages(QueryLanguages queryLanguages)
queryLanguages - query languages known by a catalog| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||