Package 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
-
Field Summary
Fields inherited from class com.bea.wcp.diameter.Message
FLAG_ERROR, FLAG_POTENTIALLY_RETRANSMITTED, FLAG_PROXIABLE, FLAG_REQUEST, FLAGS_MASK, HEADER_SIZE, VERSION -
Constructor Summary
ConstructorsConstructorDescriptionCEA(Peer.CER cer, ResultCode rc) CEA(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the message by validating each message AVP.Methods inherited from class com.bea.wcp.diameter.Answer
commit, getRequest, getResultCode, getSession, isCommitted, preValidate, preValidateAvp, send, setResultCodeMethods inherited from class com.bea.wcp.diameter.Message
addAvp, addAvp, addAvp, appendXml, decode, decodeAvps, encode, encode, extractAndSetSessionIdAvp, getAppId, 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
-
Constructor Details
-
CEA
-
CEA
-
-
Method Details
-
validate
Description copied from class:MessageValidates 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:
validatein classMessage- Throws:
MessageException- if the message was invalid
-