Skip navigation links
com.bea.wcp.diameter
Class RAA
java.lang.Object
com.bea.wcp.diameter.Message
com.bea.wcp.diameter.Answer
com.bea.wcp.diameter.RAA
-
public class RAA
- extends Answer
Diameter Re-Auth-Answer (RAA) message.
Method Summary |
void |
validate()
Validates the message by validating each message AVP. |
Methods inherited from class com.bea.wcp.diameter.Message |
addAvp, addAvp, addAvp, appendXml, decode, decodeAvps, encode, encode, getAppId, getAvp, getAvp, getAvpList, getCode, getCode, getCommand, getConnection, getEffectiveSessionId, getEndToEndId, getHopByHopId, getLength, getOriginHost, getOriginRealm, getSessionId, getVersion, isAnswer, isError, isPotentiallyRetransmitted, isProxiable, isRequest, popProxyInfo, toLoggableString, toString, validateAvp |
RAA
public RAA(ByteBuffer bb,
Connection c)
RAA
public RAA(RAR req,
ResultCode rc)
validate
public void validate()
throws MessageException
- Description copied from class:
Message
- Validates the message by validating each message AVP. If any AVP values are cached as message fields they are cleared first. This supports validation of both received and originated messages.
-
- Overrides:
validate
in class Message
-
- Throws:
MessageException
- if the message was invalid
Skip navigation links
Copyright © 2012 Oracle Corporation. All Rights Reserved.