Class XmlServiceDS

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IServiceDS
        This method returns the unique name of the service.
        Specified by:
        getName in interface IServiceDS
        Returns:
        The unique name of the service.
      • getDescription

        public String getDescription()
        Description copied from interface: IServiceDS
        This method returns a description of the service.
        Specified by:
        getDescription in interface IServiceDS
        Returns:
        a description of the service.
      • getExitEvents

        public String[] getExitEvents()
        Description copied from interface: IServiceDS
        This method should return all the event types that could be returned by this service.
        Specified by:
        getExitEvents in interface IServiceDS
        Returns:
        The event type names, never null, but could be an empty array.
      • iterateParameters

        public void iterateParameters​(IParameterVisitor visitor)
        Description copied from interface: IServiceDS
        This method should iterate over all the parameters of the component and add them to the visitor.
        Specified by:
        iterateParameters in interface IServiceDS
        Parameters:
        visitor - The visitor that should be used to add the parameters to.