Package nablarch.fw.jaxrs
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
のリストを生成するインタフェース。-
Method Summary
Methods inherited from interface nablarch.core.repository.di.ComponentFactory
createObject