Interface RouterProvider

  • All Superinterfaces:
    RestletProvider
    All Known Implementing Classes:
    BaseRouterProvider

    public interface RouterProvider
    extends RestletProvider
    This is an OSGi service interface for registering Restlet filters with an application. Users are expected to register an instance as an OSGi service. It is recommended that you use the BaseRouterProvider implementation. You may extend it if necessary, or for complete control, provide your own implementation of RouterProvider.
    Author:
    Bryan Hunt