Interface ServiceOperator

    • Method Detail

      • receiveRequest

        OwsServiceResponse receiveRequest​(OwsServiceRequest request)
                                   throws OwsExceptionReport
        method handles the incoming operation request and returns a matching response or an ServiceExceptionReport if the service was not able to build a response
        Parameters:
        request - the operation request
        Returns:
        Returns the response of the request (e.g. CapabilitiesResponse
        Throws:
        OwsExceptionReport - If an error occurred or the requested operation is not supported