|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.invocation.PayloadKey
Type safe enumeration used for to identify the payloads.
Field Summary | |
static PayloadKey |
AS_IS
Do not serialize me, part of payload as is. |
static PayloadKey |
PAYLOAD
Put me in the payload map. |
static PayloadKey |
TRANSIENT
Put me in the transient map, not part of payload. |
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PayloadKey TRANSIENT
public static final PayloadKey AS_IS
public static final PayloadKey PAYLOAD
Method Detail |
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |