org.jdiameter.common.api.app.auth
Interface IAuthMessageFactory

All Known Implementing Classes:
AuthSessionFactoryImpl, GqSessionFactoryImpl

public interface IAuthMessageFactory

Author:
Alexandre Mendonca , Bartosz Baranowski

Method Summary
 AppAnswerEvent createAuthAnswer(Answer answer)
           
 AppRequestEvent createAuthRequest(Request request)
           
 ApplicationId getApplicationId()
           
 int getAuthMessageCommandCode()
           
 

Method Detail

getApplicationId

ApplicationId getApplicationId()

getAuthMessageCommandCode

int getAuthMessageCommandCode()

createAuthRequest

AppRequestEvent createAuthRequest(Request request)

createAuthAnswer

AppAnswerEvent createAuthAnswer(Answer answer)


Copyright © 2014. All Rights Reserved.