Uses of Interface
org.n52.iceland.service.operator.ServiceOperator
-
Packages that use ServiceOperator Package Description org.n52.iceland.binding org.n52.iceland.service.operator -
-
Uses of ServiceOperator in org.n52.iceland.binding
Methods in org.n52.iceland.binding that return ServiceOperator Modifier and Type Method Description protected ServiceOperatorSimpleBinding. getServiceOperator(OwsServiceKey sokt)protected ServiceOperatorSimpleBinding. getServiceOperator(OwsServiceRequest request) -
Uses of ServiceOperator in org.n52.iceland.service.operator
Classes in org.n52.iceland.service.operator that implement ServiceOperator Modifier and Type Class Description classGenericServiceOperatorGeneric service operator implementation that just delegates to a matchingRequestOperator.Methods in org.n52.iceland.service.operator that return ServiceOperator Modifier and Type Method Description ServiceOperatorServiceOperatorRepository. getServiceOperator(String service, String version)ServiceOperatorServiceOperatorRepository. getServiceOperator(OwsServiceKey sok)Methods in org.n52.iceland.service.operator that return types with arguments of type ServiceOperator Modifier and Type Method Description Map<OwsServiceKey,ServiceOperator>ServiceOperatorRepository. getServiceOperators()
-