Package org.n52.iceland.request.handler
Interface GenericOperationHandler<Q extends OwsServiceRequest,A extends OwsServiceResponse>
-
- All Superinterfaces:
Component<OperationHandlerKey>,ConformanceClass,Keyed<OperationHandlerKey>,OperationHandler
- All Known Implementing Classes:
AbstractGetCapabilitiesHandler
public interface GenericOperationHandler<Q extends OwsServiceRequest,A extends OwsServiceResponse> extends OperationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ahandle(Q request)-
Methods inherited from interface org.n52.svalbard.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.iceland.request.handler.OperationHandler
getOperationName, getOperationsMetadata, isSupported
-
-
-
-
Method Detail
-
handle
A handle(Q request) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
-