Class ExternalServiceProvider


  • public class ExternalServiceProvider
    extends Object
    An external service provider is a third-party application to which we connect to use their services.
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Field Detail

      • name

        protected String name
        Name of the third-party application.
      • externalServices

        protected final List<AbstractExternalService> externalServices
        List of the third-party application services implemented or supported.
    • Constructor Detail

      • ExternalServiceProvider

        public ExternalServiceProvider()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getExternalServices

        public List<AbstractExternalService> getExternalServices()
        Gets the external services.
        Returns:
        The list of the third-party application services implemented.