Uses of Interface
net.java.slee.resource.diameter.base.events.avp.VendorSpecificApplicationIdAvp

Packages that use VendorSpecificApplicationIdAvp
net.java.slee.resource.diameter.base.events   
org.mobicents.slee.resource.diameter.base.events   
org.mobicents.slee.resource.diameter.base.events.avp   
 

Uses of VendorSpecificApplicationIdAvp in net.java.slee.resource.diameter.base.events
 

Methods in net.java.slee.resource.diameter.base.events that return VendorSpecificApplicationIdAvp
 VendorSpecificApplicationIdAvp AccountingRequest.getVendorSpecificApplicationId()
          Returns the value of the Vendor-Specific-Application-Id AVP, of type Grouped.
 VendorSpecificApplicationIdAvp AccountingAnswer.getVendorSpecificApplicationId()
          Returns the value of the Vendor-Specific-Application-Id AVP, of type Grouped.
 VendorSpecificApplicationIdAvp[] CapabilitiesExchangeRequest.getVendorSpecificApplicationIds()
          Returns the set of Vendor-Specific-Application-Id AVPs.
 VendorSpecificApplicationIdAvp[] CapabilitiesExchangeAnswer.getVendorSpecificApplicationIds()
          Returns the set of Vendor-Specific-Application-Id AVPs.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type VendorSpecificApplicationIdAvp
 void CapabilitiesExchangeRequest.setVendorSpecificApplicationId(VendorSpecificApplicationIdAvp vendorSpecificApplicationId)
          Sets a single Vendor-Specific-Application-Id AVP in the message, of type Grouped.
 void CapabilitiesExchangeAnswer.setVendorSpecificApplicationId(VendorSpecificApplicationIdAvp vendorSpecificApplicationId)
          Sets a single Vendor-Specific-Application-Id AVP in the message, of type Grouped.
 void AccountingRequest.setVendorSpecificApplicationId(VendorSpecificApplicationIdAvp vendorSpecificApplicationId)
          Sets the value of the Vendor-Specific-Application-Id AVP, of type Grouped.
 void AccountingAnswer.setVendorSpecificApplicationId(VendorSpecificApplicationIdAvp vendorSpecificApplicationId)
          Sets the value of the Vendor-Specific-Application-Id AVP, of type Grouped.
 void CapabilitiesExchangeRequest.setVendorSpecificApplicationIds(VendorSpecificApplicationIdAvp[] vendorSpecificApplicationIds)
          Sets the set of Vendor-Specific-Application-Id AVPs, with all the values in the given array.
 void CapabilitiesExchangeAnswer.setVendorSpecificApplicationIds(VendorSpecificApplicationIdAvp[] vendorSpecificApplicationIds)
          Sets the set of Vendor-Specific-Application-Id AVPs, with all the values in the given array.
 

Uses of VendorSpecificApplicationIdAvp in org.mobicents.slee.resource.diameter.base.events
 

Methods in org.mobicents.slee.resource.diameter.base.events that return VendorSpecificApplicationIdAvp
 VendorSpecificApplicationIdAvp DiameterMessageImpl.getVendorSpecificApplicationId()
           
 VendorSpecificApplicationIdAvp[] CapabilitiesExchangeAnswerImpl.getVendorSpecificApplicationIds()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type VendorSpecificApplicationIdAvp
 void DiameterMessageImpl.setVendorSpecificApplicationId(VendorSpecificApplicationIdAvp id)
           
 void CapabilitiesExchangeAnswerImpl.setVendorSpecificApplicationIds(VendorSpecificApplicationIdAvp[] vendorSpecificApplicationIds)
           
 

Uses of VendorSpecificApplicationIdAvp in org.mobicents.slee.resource.diameter.base.events.avp
 

Classes in org.mobicents.slee.resource.diameter.base.events.avp that implement VendorSpecificApplicationIdAvp
 class VendorSpecificApplicationIdAvpImpl
           
 



Copyright © 2008. All Rights Reserved.