Class ServiceVisitor

  • All Implemented Interfaces:
    IServiceVisitor

    public class ServiceVisitor
    extends Object
    implements IServiceVisitor
    This visitor is used during initialization to gather the service definitions.
    Since:
    7.1
    Author:
    O. Kerpershoek
    • Constructor Detail

      • ServiceVisitor

        protected ServiceVisitor​(Project project)
    • Method Detail

      • addService

        public void addService​(IServiceDS datasource)
        Description copied from interface: IServiceVisitor
        This method should be invoked for each service definition that should be added.
        Specified by:
        addService in interface IServiceVisitor
        Parameters:
        datasource - Data source providing the information needed to initialize a service definition.