Uses of Interface
net.java.slee.resource.diameter.gq.events.avp.BindingInformation

Packages that use BindingInformation
net.java.slee.resource.diameter.gq.events   
org.mobicents.slee.resource.diameter.gq.events   
org.mobicents.slee.resource.diameter.gq.events.avp   
 

Uses of BindingInformation in net.java.slee.resource.diameter.gq.events
 

Methods in net.java.slee.resource.diameter.gq.events that return BindingInformation
 BindingInformation GqAARequest.getBindingInformation()
          Returns the Binding-Information AVP.
 BindingInformation GqAAAnswer.getBindingInformation()
          Returns the value of the Binding-Information AVP, of type BindingInformation.
 

Methods in net.java.slee.resource.diameter.gq.events with parameters of type BindingInformation
 void GqAARequest.setBindingInformation(BindingInformation bindingInformation)
          Sets a Binding-Information AVP in the message, of type BindingInformation.
 void GqAAAnswer.setBindingInformation(BindingInformation bindingInformation)
          Sets the value of the Binding-Information AVP, of type BindingInformation.
 

Uses of BindingInformation in org.mobicents.slee.resource.diameter.gq.events
 

Methods in org.mobicents.slee.resource.diameter.gq.events that return BindingInformation
 BindingInformation GqAARequestImpl.getBindingInformation()
           
 BindingInformation GqAAAnswerImpl.getBindingInformation()
           
 

Methods in org.mobicents.slee.resource.diameter.gq.events with parameters of type BindingInformation
 void GqAARequestImpl.setBindingInformation(BindingInformation bindingInformation)
           
 void GqAAAnswerImpl.setBindingInformation(BindingInformation bindingInformation)
           
 

Uses of BindingInformation in org.mobicents.slee.resource.diameter.gq.events.avp
 

Classes in org.mobicents.slee.resource.diameter.gq.events.avp that implement BindingInformation
 class BindingInformationImpl
          Implementation for BindingInformation
 



Copyright © 2012. All Rights Reserved.