|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PayloadKey | |
|---|---|
| org.jboss.invocation | |
| Uses of PayloadKey in org.jboss.invocation |
|---|
| Fields in org.jboss.invocation declared as PayloadKey | |
|---|---|
static PayloadKey |
PayloadKey.AS_IS
Do not serialize me, part of payload as is. |
static PayloadKey |
PayloadKey.PAYLOAD
Put me in the payload map. |
static PayloadKey |
PayloadKey.TRANSIENT
Put me in the transient map, not part of payload. |
| Methods in org.jboss.invocation with parameters of type PayloadKey | |
|---|---|
void |
Invocation.setValue(Object key,
Object value,
PayloadKey type)
Advanced store Here you can pass a TYPE that indicates where to put the value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||