Interface IRestServiceClassesProvider

  • All Superinterfaces:
    IRestServicesProvider

    public interface IRestServiceClassesProvider
    extends IRestServicesProvider
    Common interface for providing REST services via their classes. Use the base interface name when registering the REST service provider via SPI.
    Since:
    {USER_PORTAL_VERSION}
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getClasses

        Set<Class<?>> getClasses()
        Get the classes of the REST service implementations. The classes are registered as REST services.
        Returns:
        The classes of the REST service implementations.