Class WebServices


  • public class WebServices
    extends Services
    Class to parse the infobase of app configuration file into an object.
    • Constructor Detail

      • WebServices

        public WebServices()
    • Method Detail

      • getServiceList

        public List<WebService> getServiceList()
        Returns:
        service, never null
      • setServiceList

        public void setServiceList​(List<WebService> serviceList)
        Set service
        Parameters:
        service - to set, cannot be null
      • copy

        public WebServices copy()
        Creates a copy of the instance.
        Returns:
        the copy instance, never null