BEA Systems, Inc.

BEA WebLogic SIP Server 3.0 API Reference


com.bea.wcp.diameter
Class RAA

java.lang.Object
  extended bycom.bea.wcp.diameter.Message
      extended bycom.bea.wcp.diameter.Answer
          extended bycom.bea.wcp.diameter.RAA

public class RAA
extends Answer

Diameter Re-Auth-Answer (RAA) message.

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

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
RAA(java.nio.ByteBuffer bb, Connection c)
           
RAA(RAR req, ResultCode rc)
           
 
Method Summary
 void validate()
          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, setResultCode
 
Methods inherited from class com.bea.wcp.diameter.Message
addAvp, addAvp, addAvp, decode, decodeAvps, encode, encode, getAppId, getAvp, getAvp, getAvpList, getCode, getCode, getCommand, getConnection, getEndToEndId, getHopByHopId, getLength, getOriginHost, getOriginRealm, getSessionId, getVersion, isAnswer, isError, isPotentiallyRetransmitted, isProxiable, isRequest, toLoggableString, toString, validateAvp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RAA

public RAA(java.nio.ByteBuffer bb,
           Connection c)

RAA

public RAA(RAR req,
           ResultCode rc)
Method Detail

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

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss30/
Copyright 2006 BEA Systems Inc.