Class RegRep4Reader<JAXBTYPE>

  • Type Parameters:
    JAXBTYPE - The implementation type.
    All Implemented Interfaces:
    com.helger.commons.lang.IHasClassLoader, com.helger.commons.traits.IGenericImplTrait<RegRep4Reader<JAXBTYPE>>, com.helger.jaxb.IJAXBReader<JAXBTYPE>

    @Deprecated(forRemoval=true,
                since="3.0.0")
    public class RegRep4Reader<JAXBTYPE>
    extends com.helger.jaxb.builder.JAXBReaderBuilder<JAXBTYPE,​RegRep4Reader<JAXBTYPE>>
    Deprecated, for removal: This API element is subject to removal in a future version.
    A class to read RegRep request and response documents in a structured way. Use the static factory methods to create the correct instances.
    Author:
    Philip Helger
    • Constructor Detail

      • RegRep4Reader

        public RegRep4Reader​(@Nonnull
                             ERegRep4XMLDocumentType eDocType,
                             @Nonnull
                             Class<JAXBTYPE> aImplClass)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Constructor with an arbitrary document type.
        Parameters:
        eDocType - Document type to be used. May not be null.
        aImplClass - Implementation class to use. May not be null.