Uses of Interface
org.n52.iceland.request.operator.RequestOperator
-
Packages that use RequestOperator Package Description org.n52.iceland.request.operator -
-
Uses of RequestOperator in org.n52.iceland.request.operator
Classes in org.n52.iceland.request.operator that implement RequestOperator Modifier and Type Class Description classGenericRequestOperator<Q extends OwsServiceRequest,A extends OwsServiceResponse>Methods in org.n52.iceland.request.operator that return RequestOperator Modifier and Type Method Description RequestOperatorRequestOperatorRepository. getRequestOperator(RequestOperatorKey key)RequestOperatorRequestOperatorRepository. getRequestOperator(OwsServiceKey sok, String operationName)Methods in org.n52.iceland.request.operator that return types with arguments of type RequestOperator Modifier and Type Method Description Set<RequestOperator>RequestOperatorRepository. getActiveRequestOperators(OwsServiceKey sok)Set<RequestOperator>RequestOperatorRepository. getRequestOperators()
-