org.jdiameter.api.app
Interface AppAnswerEvent

All Superinterfaces:
AppEvent, java.io.Serializable
All Known Subinterfaces:
AbortSessionAnswer, AccountAnswer, JCreditControlAnswer, JLocationInfoAnswer, JMultimediaAuthAnswer, JPushProfileAnswer, JRegistrationTerminationAnswer, JServerAssignmentAnswer, JUserAuthorizationAnswer, ProfileUpdateAnswer, PushNotificationAnswer, ReAuthAnswer, RfAccountingAnswer, RoCreditControlAnswer, SessionTermAnswer, SubscribeNotificationsAnswer, UserDataAnswer

public interface AppAnswerEvent
extends AppEvent

Basic class for application specific answer event (Sx, Rx, Gx)

Version:
1.5.1 Final

Method Summary
 Avp getResultCodeAvp()
          Return result code (or experimental if present) AVP of answer message
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Method Detail

getResultCodeAvp

Avp getResultCodeAvp()
                     throws AvpDataException
Return result code (or experimental if present) AVP of answer message

Returns:
result code (or experimental if present) AVP of answer message
Throws:
AvpDataException - if result code avp absent


Copyright © 2010. All Rights Reserved.