Class CorsWebIntercepterServiceFactory

    • Constructor Detail

      • CorsWebIntercepterServiceFactory

        public CorsWebIntercepterServiceFactory()
    • Method Detail

      • createService

        public java.lang.Class<?> createService​(ServiceContext context)
                                         throws java.lang.Throwable
        Description copied from interface: ServiceFactory
        Creates the service.
        Specified by:
        createService in interface ServiceFactory<java.lang.Class<?>>
        Parameters:
        context - ServiceContext.
        Returns:
        Service.
        Throws:
        java.lang.Throwable - If fails to create the service.