Class EPPStrictContactParser

  • All Implemented Interfaces:
    EPPSchemaCacher

    public class EPPStrictContactParser
    extends EPPSchemaCachingParser
    XML parser that pre-caches the XML schemas registered in the EPPFactory, but overriding the contact XML schema to use the strict EPP Contact RFC 5733 XML schema "contact-1.0.xsd".
    • Field Detail

      • POOL

        public static final java.lang.String POOL
        Name of the EPP XML Parser Pool managed by GenericPoolManager
        See Also:
        Constant Field Values
    • Constructor Detail

      • EPPStrictContactParser

        public EPPStrictContactParser()
    • Method Detail

      • getXmlSchemas

        protected java.util.Set<java.lang.String> getXmlSchemas()
        Gets the XML schemas to load into the XML parser by loading the XML schemas from the EPPFactory and overriding the contact XML schema to use the strict EPP Contact RFC 5733 XML schema "contact-1.0.xsd".
        Overrides:
        getXmlSchemas in class EPPSchemaCachingParser
        Returns:
        Set of XML names to pre-load.