Package nablarch.fw.jaxrs
Class JaxRsMethodBinderFactory
java.lang.Object
nablarch.fw.jaxrs.JaxRsMethodBinderFactory
- All Implemented Interfaces:
MethodBinderFactory<Object>
JAX-RS用の
MethodBinder
を生成する。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethodBinder
を生成する。void
setHandlerList
(List<Handler<HttpRequest, ?>> handlerList) ハンドラリストを設定する。
-
Constructor Details
-
JaxRsMethodBinderFactory
public JaxRsMethodBinderFactory()
-
-
Method Details
-
create
Description copied from interface:MethodBinderFactory
MethodBinder
を生成する。- Specified by:
create
in interfaceMethodBinderFactory<Object>
- Parameters:
methodName
- ディスパッチするメソッド名- Returns:
MethodBinder
インスタンス
-
setHandlerList
ハンドラリストを設定する。- Parameters:
handlerList
- ハンドラリスト
-