Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.AvpException

Packages that use AvpException
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 

 

Uses of AvpException in com.bea.wcp.diameter

 

Methods in com.bea.wcp.diameter that return AvpException
static AvpException AvpException.avpOccursTooManyTimes(Avp avp)
          Convenience method to return an AvpException indicating that the specified AVP occurs too many times in the message.
static AvpException AvpException.contradictingAvps(Avp avp1, Avp avp2)
          Convenience method to return an AvpException indicating indicating contradicting AVPs in a message.
static AvpException AvpException.invalidAvpLength(Avp avp)
          Convenience method to return an AvpException indicating that the length of the specified AVP was invalid.
static AvpException AvpException.invalidAvpValue(Avp avp)
          Convenience method to return an AvpException indicating that the value of the specified AVP was invalid.
static AvpException AvpException.missingAvp(Attribute attr)
           

 

Methods in com.bea.wcp.diameter that throw AvpException
static ApplicationId ApplicationId.decode(Avp avp)
          If the specified AVP is an Auth-Application-Id, Acct-Application-Id, or Vendor-Specified-Application-Id AVP, then returns the ApplicationId representing the advertised application.
static ResultCode ResultCode.decode(Avp avp)
          If the specified AVP is a Result-Code or Experimental-Result AVP, then returns a new ResultCode for the result.
abstract  Object Type.decode(Avp avp, ByteBuffer bb)
          Decodes specified AVP value bytes.
protected  void Answer.preValidateAvp(Avp avp)
           
protected  void Request.preValidateAvp(Avp avp)
           
protected  void Message.preValidateAvp(Avp avp)
          Fully decodes and validates the specified AVP.
 void Avp.validate()
          Validates an AVP.
protected  void RAR.validateAvp(Avp avp)
           
protected  void Message.validateAvp(Avp avp)
           

 

Constructors in com.bea.wcp.diameter that throw AvpException
Capabilities(Message msg)
           

 

Uses of AvpException in com.bea.wcp.diameter.accounting

 

Methods in com.bea.wcp.diameter.accounting that throw AvpException
protected  void ACA.validateAvp(Avp avp)
           
protected  void ACR.validateAvp(Avp avp)
           

 

Uses of AvpException in com.bea.wcp.diameter.cc

 

Methods in com.bea.wcp.diameter.cc that throw AvpException
protected  void CCA.validateAvp(Avp avp)
           
protected  void CCR.validateAvp(Avp avp)
           

 

Uses of AvpException in com.bea.wcp.diameter.sh

 

Methods in com.bea.wcp.diameter.sh that throw AvpException
static UserIdentity UserIdentity.decode(Avp avp)
           
static AccessKey AccessKey.getAccessKey(Request req, Object param)
          Returns the AccessKey for the specified Sh request.
 Object DataReference.getParameter(Avp avp)
          Decodes parameter from specified parameter avp.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.