public interface InputOutputProcessingHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FROM_CLIENT_BEAN_ATTR
Bean boolean attribute used to mark a bean as already processed from/to client to avoid process twice.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
processFromClient(T object)
Recursively processes the object received from a client
|
<T> T |
processToClient(T object)
Recursively processes the given object to send to a client
|
static final java.lang.String FROM_CLIENT_BEAN_ATTR