Package nablarch.fw.jaxrs
Class JaxRsMethodBinder
java.lang.Object
nablarch.fw.jaxrs.JaxRsMethodBinder
- All Implemented Interfaces:
MethodBinder<HttpRequest,
Object>
JAX-RS用の
MethodBinder
実装クラス。- Author:
- Naoki Yamamoto
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionJaxRsMethodBinder
(String methodName, List<Handler<HttpRequest, ?>> handlerList) コンストラクタ。 -
Method Summary
Modifier and TypeMethodDescription指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
-
Constructor Details
-
JaxRsMethodBinder
コンストラクタ。- Parameters:
methodName
- メソッド名handlerList
- ハンドラリスト
-
-
Method Details
-
bind
Description copied from interface:MethodBinder
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。- Specified by:
bind
in interfaceMethodBinder<HttpRequest,
Object> - Parameters:
delegate
- ディスパッチ対象のオブジェクト- Returns:
- ハンドラ
-