Uses of Interface
net.java.slee.resource.diameter.ro.events.avp.RecipientAddress

Packages that use RecipientAddress
net.java.slee.resource.diameter.ro.events.avp   
org.mobicents.slee.resource.diameter.ro.events.avp   
 

Uses of RecipientAddress in net.java.slee.resource.diameter.ro.events.avp
 

Methods in net.java.slee.resource.diameter.ro.events.avp that return RecipientAddress
 RecipientAddress[] MmsInformation.getRecipientAddresses()
          Returns the set of Recipient-Address AVPs.
 

Methods in net.java.slee.resource.diameter.ro.events.avp with parameters of type RecipientAddress
 void MmsInformation.setRecipientAddress(RecipientAddress recipientAddress)
          Sets a single Recipient-Address AVP in the message, of type Grouped.
 void MmsInformation.setRecipientAddresses(RecipientAddress[] recipientAddresses)
          Sets the set of Recipient-Address AVPs, with all the values in the given array.
 

Uses of RecipientAddress in org.mobicents.slee.resource.diameter.ro.events.avp
 

Classes in org.mobicents.slee.resource.diameter.ro.events.avp that implement RecipientAddress
 class RecipientAddressImpl
          RecipientAddressImpl.java
Project: mobicents
11:06:03 AM Apr 13, 2009
 

Methods in org.mobicents.slee.resource.diameter.ro.events.avp that return RecipientAddress
 RecipientAddress[] MmsInformationImpl.getRecipientAddresses()
           
 

Methods in org.mobicents.slee.resource.diameter.ro.events.avp with parameters of type RecipientAddress
 void MmsInformationImpl.setRecipientAddress(RecipientAddress recipientAddress)
           
 void MmsInformationImpl.setRecipientAddresses(RecipientAddress[] recipientAddresses)
           
 



Copyright © 2011. All Rights Reserved.