org.jdiameter.common.api.app.sh
Interface IShMessageFactory


public interface IShMessageFactory


Method Summary
 org.jdiameter.api.app.AppAnswerEvent createProfileUpdateAnswer(org.jdiameter.api.Answer answer)
           
 org.jdiameter.api.app.AppRequestEvent createProfileUpdateRequest(org.jdiameter.api.Request request)
           
 org.jdiameter.api.app.AppAnswerEvent createPushNotificationAnswer(org.jdiameter.api.Answer answer)
           
 org.jdiameter.api.app.AppRequestEvent createPushNotificationRequest(org.jdiameter.api.Request request)
           
 org.jdiameter.api.app.AppAnswerEvent createSubscribeNotificationsAnswer(org.jdiameter.api.Answer answer)
           
 org.jdiameter.api.app.AppRequestEvent createSubscribeNotificationsRequest(org.jdiameter.api.Request request)
           
 org.jdiameter.api.app.AppAnswerEvent createUserDataAnswer(org.jdiameter.api.Answer answer)
           
 org.jdiameter.api.app.AppRequestEvent createUserDataRequest(org.jdiameter.api.Request request)
           
 long getApplicationId()
           
 

Method Detail

createProfileUpdateRequest

org.jdiameter.api.app.AppRequestEvent createProfileUpdateRequest(org.jdiameter.api.Request request)

createPushNotificationRequest

org.jdiameter.api.app.AppRequestEvent createPushNotificationRequest(org.jdiameter.api.Request request)

createSubscribeNotificationsRequest

org.jdiameter.api.app.AppRequestEvent createSubscribeNotificationsRequest(org.jdiameter.api.Request request)

createUserDataRequest

org.jdiameter.api.app.AppRequestEvent createUserDataRequest(org.jdiameter.api.Request request)

createProfileUpdateAnswer

org.jdiameter.api.app.AppAnswerEvent createProfileUpdateAnswer(org.jdiameter.api.Answer answer)

createPushNotificationAnswer

org.jdiameter.api.app.AppAnswerEvent createPushNotificationAnswer(org.jdiameter.api.Answer answer)

createSubscribeNotificationsAnswer

org.jdiameter.api.app.AppAnswerEvent createSubscribeNotificationsAnswer(org.jdiameter.api.Answer answer)

createUserDataAnswer

org.jdiameter.api.app.AppAnswerEvent createUserDataAnswer(org.jdiameter.api.Answer answer)

getApplicationId

long getApplicationId()


Copyright © 2008. All Rights Reserved.