Class AbstractXmlResponseEncoder<T>

    • Constructor Detail

      • AbstractXmlResponseEncoder

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

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