|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegateReturnValueHandler
Strategy interface to be implemented to do custom handling of return values from calls to delegates.
See actual implementation as an examples.
| Method Summary | |
|---|---|
Object |
getReturnValue(Class<? extends Object> returnType,
List<Object> returnValues)
|
boolean |
supports(Class<? extends Object> returnType,
List<Object> returnValues)
Called by DelegateInterceptor after all delegates are invoked with their retun values. |
| Method Detail |
|---|
boolean supports(Class<? extends Object> returnType,
List<Object> returnValues)
DelegateInterceptor after all delegates are invoked with their retun values.
returnType - returnValues -
getReturnValue will be called with same returnType and returnValues.
Object getReturnValue(Class<? extends Object> returnType,
List<Object> returnValues)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||