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 |
|---|---|
java.lang.Object[] |
processFromClient(InvocationData invocationData)
Recursively processes the given invocation data's parameters from a client.
|
<T> T |
processToClient(InvocationData invocationData,
T object)
Recursively processes the given object to send to a client as a result of process the specified invocation data
|
static final java.lang.String FROM_CLIENT_BEAN_ATTR
java.lang.Object[] processFromClient(InvocationData invocationData)
<T> T processToClient(InvocationData invocationData, T object)