public class OnOpenCallable extends JsrCallable
OnOpen annotated methodsargs, idxConfig, idxSession, paramsmethod, paramTypes, pojo| Constructor and Description |
|---|
OnOpenCallable(Class<?> pojo,
Method method) |
OnOpenCallable(OnOpenCallable copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Object endpoint,
EndpointConfig config) |
void |
init(JsrSession session) |
void |
setDecodingType(Class<?> decodingType)
The Type of Class a
Decoder should be created to produce. |
assertRoleRequired, findIndexForRole, findParamForRole, getParamscall, formatMethodCallError, getMethod, getParamTypes, getPojo, toStringpublic OnOpenCallable(OnOpenCallable copy)
public void call(Object endpoint, EndpointConfig config)
public void init(JsrSession session)
init in class JsrCallablepublic void setDecodingType(Class<?> decodingType)
JsrCallableDecoder should be created to produce.setDecodingType in class JsrCallabledecodingType - the type of class a Decoder should be created to produceCopyright © 1995-2016 Webtide. All Rights Reserved.