|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.controller.ImplementationMetadata<T>
T
- public abstract class ImplementationMetadata<T extends Enum<T>>
This class contains metadata information on the details of an implementation of an OWS
.
Contained information:
Field Summary | |
---|---|
protected boolean |
citeTestMode
should the cite test mode be enabled, meaning, that requests should be in the same case as they were defined in the specification? |
protected String[] |
handledNamespaces
The namespaces of this service. |
protected Class<T> |
handledRequests
An enum with all supported request names. |
protected String[] |
serviceName
The abbreviated name of the service. |
protected Version[] |
supportedConfigVersions
The supportedConfigVersions of this service implementation. |
protected Version[] |
supportedVersions
The supportedVersions of this service implementation. |
Constructor Summary | |
---|---|
ImplementationMetadata()
|
Method Summary | |
---|---|
Set<String> |
getHandledNamespaces()
Returns the namespaces of request elements handled by the associated controller. |
Set<String> |
getHandledRequests()
Returns the (local) names of the requests handled by the associated controller. |
String[] |
getImplementedServiceName()
|
Set<Version> |
getImplementedVersions()
Returns the OGC versions supported by the associated controller implementation. |
T |
getRequestTypeByName(String requestName)
find an enum type by a given name ignoring case, or if the citetest mode is enabled map perfectly. |
Set<Version> |
getSupportedConfigVersions()
Returns the configuration file versions supported by the associated controller implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Version[] supportedVersions
protected Version[] supportedConfigVersions
protected String[] handledNamespaces
protected String[] serviceName
protected boolean citeTestMode
protected Class<T extends Enum<T>> handledRequests
Constructor Detail |
---|
public ImplementationMetadata()
Method Detail |
---|
public Set<String> getHandledRequests()
public Set<String> getHandledNamespaces()
public Set<Version> getImplementedVersions()
public Set<Version> getSupportedConfigVersions()
public T getRequestTypeByName(String requestName)
requestName
-
null
if the request was not found.public String[] getImplementedServiceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |