Interface ProvisioningHandler


  • @ConsumerType
    public interface ProvisioningHandler
    A ProvisioningHandler defines the service API to be implemented by service providers extending the provisioning mechanism. Service providers may register OSGi services of this type to be used by the provisioning default servlet to handle the provisioning of a specific service integration.

    The ProvisioningHandler service must be registered with a CLOUDSERVICE_ID registration property giving the name of the service integration supported by the service. The names will be used by the provisioning default servlet to match the request parameter servicename with the correct handler to trigger the provisioning.