Uses of Interface
org.jainslee.resources.diameter.sh.types.vb60.ProfileUpdateRequest
-
Packages that use ProfileUpdateRequest Package Description org.jainslee.resources.diameter.sh.vb60 -
-
Uses of ProfileUpdateRequest in org.jainslee.resources.diameter.sh.vb60
Methods in org.jainslee.resources.diameter.sh.vb60 that return ProfileUpdateRequest Modifier and Type Method Description ProfileUpdateRequest
ShMessageFactory. createProfileUpdateRequest()
Create an empty ProfileUpdateRequest that will need to have AVPs set on it before being sent.ProfileUpdateRequest
ShMessageFactory. createProfileUpdateRequest(UserIdentity userIdentity, DataReference reference, UserData userData)
Create a ProfileUpdateRequest using the given parameters to populate the User-Identity, Data-Reference and User-Data AVPs.Methods in org.jainslee.resources.diameter.sh.vb60 with parameters of type ProfileUpdateRequest Modifier and Type Method Description ProfileUpdateAnswer
ShProvider. profileUpdateRequest(ProfileUpdateRequest message)
Sends a synchronous ProfileUpdateRequest which will block until an answer is received from the peer.void
ShClientActivity. sendProfileUpdateRequest(ProfileUpdateRequest message)
Send a Profile-Update-Request message asynchronously.
-