Class ServiceProvider


  • public final class ServiceProvider
    extends Object
    Service Provider Definition.
    • Constructor Detail

      • ServiceProvider

        public ServiceProvider()
    • Method Detail

      • properties

        public ServiceProviderProperties properties()
        Get the properties property: The Properties of a Service Provider Object.
        Returns:
        the properties value.
      • withProperties

        public ServiceProvider withProperties​(ServiceProviderProperties properties)
        Set the properties property: The Properties of a Service Provider Object.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ServiceProvider object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.