|
||||||||||
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 java.lang.Enum<?>>
This class contains metadata information on the details of an implementation of a AbstractOGCServiceController
.
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 java.lang.String[] |
handledNamespaces
The namespaces of this service. |
protected java.lang.Class<T> |
handledRequests
An enum with all supported request names. |
protected org.deegree.commons.tom.ows.Version[] |
supportedConfigVersions
The supportedConfigVersions of this service implementation. |
protected org.deegree.commons.tom.ows.Version[] |
supportedVersions
The supportedVersions of this service implementation. |
Constructor Summary | |
---|---|
ImplementationMetadata()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getHandledNamespaces()
Returns the namespaces of request elements handled by the associated controller. |
java.util.Set<java.lang.String> |
getHandledRequests()
Returns the (local) names of the requests handled by the associated controller. |
java.util.Set<org.deegree.commons.tom.ows.Version> |
getImplementedVersions()
Returns the OGC versions supported by the associated controller implementation. |
T |
getRequestTypeByName(java.lang.String requestName)
find an enum type by a given name ignoring case, or if the citetest mode is enabled map perfectly. |
java.util.Set<org.deegree.commons.tom.ows.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 org.deegree.commons.tom.ows.Version[] supportedVersions
protected org.deegree.commons.tom.ows.Version[] supportedConfigVersions
protected java.lang.String[] handledNamespaces
protected boolean citeTestMode
protected java.lang.Class<T extends java.lang.Enum<?>> handledRequests
Constructor Detail |
---|
public ImplementationMetadata()
Method Detail |
---|
public java.util.Set<java.lang.String> getHandledRequests()
public java.util.Set<java.lang.String> getHandledNamespaces()
public java.util.Set<org.deegree.commons.tom.ows.Version> getImplementedVersions()
public java.util.Set<org.deegree.commons.tom.ows.Version> getSupportedConfigVersions()
public T getRequestTypeByName(java.lang.String requestName)
requestName
-
null
if the request was not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |