Class AbstractManagerXml

    • Method Detail

      • storeMaleSocket

        public Element storeMaleSocket​(MaleSocket maleSocket)
        Store data for a MaleSocket
        Parameters:
        maleSocket - the socket to store
        Returns:
        Element containing the complete info
      • loadMaleSocket

        public void loadMaleSocket​(Element element,
                                   MaleSocket maleSocket)
        Utility method to load the individual DigitalActionBean objects. If there's no additional info needed for a specific action type, invoke this with the parent of the set of DigitalActionBean elements.
        Parameters:
        element - Element containing the MaleSocket element to load.
        maleSocket - the socket to load