Constructor and Description |
---|
DefaultInvoker(List<InvocationInterceptor> interceptors) |
Modifier and Type | Method and Description |
---|---|
protected List<InvocationInterceptor> |
getInvocationInterceptors() |
Object |
invoke(Invocation invocation,
InvocationMetadata metadata,
RequestContext request,
ResponseContext response)
指定されたメタデータからエントリポイントとなるメソッド(通常は
Invocation )を実行します。 |
public DefaultInvoker(List<InvocationInterceptor> interceptors)
public Object invoke(Invocation invocation, InvocationMetadata metadata, RequestContext request, ResponseContext response)
Invoker
Invocation
)を実行します。invoke
in interface Invoker
invocation
- エントリポイントとなるメソッドを保持するインスタンスを表すInvocation
metadata
- InvocationMetadata
request
- RequestContext
response
- ResponseContext
Invocation
)の実行結果protected List<InvocationInterceptor> getInvocationInterceptors()
Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.