Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

Packages that use Avp
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 Avp in com.bea.wcp.diameter

 

Methods in com.bea.wcp.diameter that return Avp
 Avp AvpList.get(Attribute attr)
          Returns the first AVP for the specified Attribute, or null if none.
 Avp AvpList.get(int i)
           
 Avp AvpList.get(String name)
          Returns the first AVP for the specific attribute name, or null if none
 Avp ApplicationId.getAvp()
          Returns the Auth-Application-Id, Acct-Application-Id, or Vendor-Specific-Application-Id AVP for this application.
 Avp ResultCode.getAvp()
           
 Avp Message.getAvp(Attribute attr)
          Returns the first AVP in the message with the specified attribute.
 Avp Message.getAvp(String name)
          Returns the first AVP for the specific attribute name, or null if none
 Avp AvpException.getFailedAvp()
           
 Avp AvpList.getLast(Attribute attr)
          Returns the last AVP for the specified Attribute, or null if none.
 Avp AvpList.remove(int i)
           
 Avp AvpList.set(int i, Avp avp)
           

 

Methods in com.bea.wcp.diameter with parameters of type Avp
 void AvpList.add(int i, Avp avp)
           
 void Message.addAvp(Avp avp)
          Adds a new AVP to the message.
 void AvpException.addInvalidAvp(Avp avp)
          Adds an additional AVP to the list of failed AVPs.
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 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.
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 boolean ResultCode.isResultCode(Avp avp)
          Returns true if the specified AVP is a Result-Code AVP.
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.
 Avp AvpList.set(int i, Avp avp)
           
protected  void RAR.validateAvp(Avp avp)
           
protected  void Message.validateAvp(Avp avp)
           

 

Constructors in com.bea.wcp.diameter with parameters of type Avp
Avp(Avp avp)
          Creates a new Avp copied from the specified Avp.
AvpException(ResultCode rc, Avp invalidAvp)
          Creates a new AvpException for the specified ResultCode and invalid AVP.
AvpException(ResultCode rc, Avp[] invalidAvps)
          Creates a new AvpException for the specified ResultCode and invalid AVPs.
AvpList(Avp[] avps)
           

 

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

 

Methods in com.bea.wcp.diameter.accounting with parameters of type Avp
protected  void ACA.validateAvp(Avp avp)
           
protected  void ACR.validateAvp(Avp avp)
           

 

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

 

Methods in com.bea.wcp.diameter.cc with parameters of type Avp
protected  void CCA.validateAvp(Avp avp)
           
protected  void CCR.validateAvp(Avp avp)
           

 

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

 

Methods in com.bea.wcp.diameter.sh that return Avp
 Avp UserIdentity.getAvp()
           

 

Methods in com.bea.wcp.diameter.sh with parameters of type Avp
static UserIdentity UserIdentity.decode(Avp avp)
           
 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.