Interface JaxRsHandlerListFactory

All Superinterfaces:
ComponentFactory<List<Handler<HttpRequest,?>>>
All Known Implementing Classes:
JerseyJaxRsHandlerListFactory, ResteasyJaxRsHandlerListFactory

@Published(tag="architect") public interface JaxRsHandlerListFactory extends ComponentFactory<List<Handler<HttpRequest,?>>>
JAX-RSで実行されるHandlerのリストを生成するインタフェース。