Class EPPBalanceMapFactory


  • public class EPPBalanceMapFactory
    extends EPPMapFactory
    The EPPCodec Extension Factory that needs to be configured to encode/decode Balance command and response. The LowBalance Poll URI is: http://www.verisign.com/epp/balance-1.0

    Title: EPP 1.0 Balance

    Description: Balance Mapping for the EPP SDK

    Copyright: Copyright (c) 2011

    Company: VeriSign

    • Field Detail

      • NS

        public static final java.lang.String NS
        Namespace URI associated with EPPBalanceFactory.
        See Also:
        Constant Field Values
      • NS_PREFIX

        public static final java.lang.String NS_PREFIX
        Namespace prefix associated with EPPBalanceFactory.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EPPBalanceMapFactory

        public EPPBalanceMapFactory()
        Create a new instance of EPPBalanceMapFactory
    • Method Detail

      • createCommand

        public EPPCommand createCommand​(org.w3c.dom.Element aMapElement)
                                 throws EPPCodecException
        Overridden but does nothing in the context of LowBalance Poll. Only Poll responses are implemented
        Specified by:
        createCommand in class EPPMapFactory
        Parameters:
        aMapElement - DOM Element to create command from
        Returns:
        EPPCommand if supported
        Throws:
        EPPCodecException - If cannot create EPPCommand.
      • getService

        public EPPService getService()
        Returns the EPPService instance associated with this MapFactory. The EPPService instance contains the XML Namespace and XML Schema location
        Specified by:
        getService in class EPPMapFactory
        Returns:
        the EPPService instance associated with this ExtFactory
      • getXmlSchemas

        public java.util.Set getXmlSchemas()
        Gets the list of XML schemas that need to be pre-loaded into the XML Parser.
        Overrides:
        getXmlSchemas in class EPPMapFactory
        Returns:
        Set of String XML Schema names that should be pre-loaded in the XML Parser.
        See Also:
        EPPMapFactory.getXmlSchemas()