Class AbstractRequestEncoder<T extends OwsServiceRequest>

    • Constructor Detail

      • AbstractRequestEncoder

        public AbstractRequestEncoder​(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
      • AbstractRequestEncoder

        public AbstractRequestEncoder​(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