Uses of Interface
org.n52.iceland.request.handler.OperationHandler
-
Packages that use OperationHandler Package Description org.n52.iceland.request.handler -
-
Uses of OperationHandler in org.n52.iceland.request.handler
Subinterfaces of OperationHandler in org.n52.iceland.request.handler Modifier and Type Interface Description interfaceGenericOperationHandler<Q extends OwsServiceRequest,A extends OwsServiceResponse>Classes in org.n52.iceland.request.handler that implement OperationHandler Modifier and Type Class Description classAbstractGetCapabilitiesHandler<T>TODO JavaDocclassAbstractOperationHandlerTODO JavaDocMethods in org.n52.iceland.request.handler that return OperationHandler Modifier and Type Method Description OperationHandlerOperationHandlerRepository. getOperationHandler(String service, String operationName)OperationHandlerOperationHandlerRepository. getOperationHandler(OperationHandlerKey key)Methods in org.n52.iceland.request.handler that return types with arguments of type OperationHandler Modifier and Type Method Description Map<OperationHandlerKey,OperationHandler>OperationHandlerRepository. getOperationHandlers()Method parameters in org.n52.iceland.request.handler with type arguments of type OperationHandler Modifier and Type Method Description voidOperationHandlerRepository. setComponents(Optional<Collection<OperationHandler>> components)
-