Skip navigation links
com.bea.wcp.diameter
Class Peer.CEA
java.lang.Object
com.bea.wcp.diameter.Message
com.bea.wcp.diameter.Answer
com.bea.wcp.diameter.Peer.CEA
- Enclosing class:
- Peer
-
public static class Peer.CEA
- extends Answer
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 |
Peer.CEA
public Peer.CEA(ByteBuffer bb,
Connection c)
Peer.CEA
public Peer.CEA(Peer.CER cer,
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.