Class AbstractResponseEncoder<T extends OwsServiceResponse>

    • Constructor Detail

      • AbstractResponseEncoder

        public AbstractResponseEncoder​(String service,
                                       String version,
                                       String operation,
                                       String namespace,
                                       String prefix,
                                       Class<T> responseType,
                                       boolean validate)
        constructor
        Parameters:
        service - Service
        version - Service version
        operation - Service operation name
        namespace - Service XML schema namespace
        prefix - Service XML schema prefix
        responseType - Response type
        validate - Indicator if the created/encoded object should be validated
      • AbstractResponseEncoder

        public AbstractResponseEncoder​(String service,
                                       String version,
                                       String operation,
                                       String namespace,
                                       String prefix,
                                       Class<T> responseType)
        constructor
        Parameters:
        service - Service
        version - Service version
        operation - Service operation name
        namespace - Service XML schema namespace
        prefix - Service XML schema prefix
        responseType - Response type