public class OnMessageTextCallable extends OnMessageCallable
OnMessage annotated methods with a whole or partial text messages.
Not for use with Reader based OnMessage method objects.
Decoder.Textmethod, paramTypes, pojoargs, idxConfig, idxSession, paramsdecoder, decodingType, idxMessageObject, idxPartialMessageFlag, messageRoleAssigned, returnEncoder, returnType| Constructor | Description |
|---|---|
OnMessageTextCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method) |
|
OnMessageTextCallable(OnMessageCallable copy) |
Copy Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
call(java.lang.Object endpoint,
java.lang.String str,
boolean partialFlag) |
|
void |
init(JsrSession session) |
call, formatMethodCallError, getMethod, getParamTypes, getPojo, toStringassertRoleRequired, findIndexForRole, findParamForRole, getParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertDecoderRequired, getDecoder, getMessageObjectParam, getReturnEncoder, getReturnType, isMessageRoleAssigned, isPartialMessageSupported, setDecodingType, setPartialMessageFlagpublic OnMessageTextCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method)
public OnMessageTextCallable(OnMessageCallable copy)
copy - the callable to copy frompublic java.lang.Object call(java.lang.Object endpoint,
java.lang.String str,
boolean partialFlag)
throws DecodeException
DecodeExceptionpublic void init(JsrSession session)
init in class OnMessageCallableCopyright © 1995–2018 Webtide. All rights reserved.