Uses of Interface
org.n52.iceland.request.handler.GenericOperationHandler
-
Packages that use GenericOperationHandler Package Description org.n52.iceland.request.handler org.n52.iceland.request.operator -
-
Uses of GenericOperationHandler in org.n52.iceland.request.handler
Classes in org.n52.iceland.request.handler that implement GenericOperationHandler Modifier and Type Class Description classAbstractGetCapabilitiesHandler<T>TODO JavaDoc -
Uses of GenericOperationHandler in org.n52.iceland.request.operator
Methods in org.n52.iceland.request.operator that return GenericOperationHandler Modifier and Type Method Description protected GenericOperationHandler<Q,A>GenericRequestOperator. getOperationHandler()Methods in org.n52.iceland.request.operator that return types with arguments of type GenericOperationHandler Modifier and Type Method Description protected Optional<GenericOperationHandler<Q,A>>GenericRequestOperator. getOptionalOperationHandler()protected Optional<GenericOperationHandler<Q,A>>GenericRequestOperator. getOptionalOperationHandler(String service, String operationName)
-