Class SSLHostConfigSF

    • Constructor Detail

      • SSLHostConfigSF

        public SSLHostConfigSF()
    • Method Detail

      • store

        public void store​(java.io.PrintWriter aWriter,
                          int indent,
                          java.lang.Object aElement)
                   throws java.lang.Exception
        Description copied from interface: IStoreFactory
        Store a server.xml element with attributes and children.
        Specified by:
        store in interface IStoreFactory
        Overrides:
        store in class StoreFactoryBase
        Parameters:
        aWriter - the writer to write to
        indent - the indentation
        aElement - the element to write
        Throws:
        java.lang.Exception - if an error occurs
      • storeChildren

        public void storeChildren​(java.io.PrintWriter aWriter,
                                  int indent,
                                  java.lang.Object aSSLHostConfig,
                                  StoreDescription parentDesc)
                           throws java.lang.Exception
        Store nested SSLHostConfigCertificate elements.

        Must Implement at subclass for custom store children handling.

        Overrides:
        storeChildren in class StoreFactoryBase
        Parameters:
        aWriter - Current output writer
        indent - Indentation level
        aSSLHostConfig - Current element
        parentDesc - The element description
        Throws:
        java.lang.Exception - Configuration storing error