public class OnErrorCallable extends JsrCallable
OnError annotated methodsmethod, paramTypes, pojoargs, idxConfig, idxSession, params| Constructor | Description |
|---|---|
OnErrorCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method) |
|
OnErrorCallable(OnErrorCallable copy) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
call(java.lang.Object endpoint,
java.lang.Throwable cause) |
|
void |
init(JsrSession session) |
|
void |
setDecodingType(java.lang.Class<?> decodingType) |
The Type of Class a
Decoder should be created to produce. |
call, formatMethodCallError, getMethod, getParamTypes, getPojo, toStringassertRoleRequired, findIndexForRole, findParamForRole, getParamspublic OnErrorCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method)
public OnErrorCallable(OnErrorCallable copy)
public void call(java.lang.Object endpoint,
java.lang.Throwable cause)
public void init(JsrSession session)
init in class JsrCallablepublic void setDecodingType(java.lang.Class<?> decodingType)
JsrCallableDecoder should be created to produce.setDecodingType in class JsrCallabledecodingType - the type of class a Decoder should be created to produceCopyright © 1995–2018 Webtide. All rights reserved.