org.apache.geronimo.messaging
Class MsgBody.Type
java.lang.Object
org.apache.geronimo.messaging.MsgBody.Type
- Enclosing class:
- MsgBody
- public static class MsgBody.Type
- extends Object
Type-safe enumeration of body types.
Constructor Summary |
MsgBody.Type()
Required for Externalization. |
REQUEST
public static final MsgBody.Type REQUEST
- The content is a request.
RESPONSE
public static final MsgBody.Type RESPONSE
- The content is a response.
MsgBody.Type
public MsgBody.Type()
- Required for Externalization.
getByCode
public static MsgBody.Type getByCode(int aCode)
getCode
public int getCode()
toString
public String toString()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.