public interface ClientCxDxSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doLocationInformationAnswer(ClientCxDxSession session,
JLocationInfoRequest request,
JLocationInfoAnswer answer) |
void |
doMultimediaAuthAnswer(ClientCxDxSession session,
JMultimediaAuthRequest request,
JMultimediaAuthAnswer answer) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
|
void |
doPushProfileRequest(ClientCxDxSession session,
JPushProfileRequest request) |
void |
doRegistrationTerminationRequest(ClientCxDxSession session,
JRegistrationTerminationRequest request) |
void |
doServerAssignmentAnswer(ClientCxDxSession session,
JServerAssignmentRequest request,
JServerAssignmentAnswer answer) |
void |
doUserAuthorizationAnswer(ClientCxDxSession session,
JUserAuthorizationRequest request,
JUserAuthorizationAnswer answer) |
void doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
session - parent application session (FSM)request - request objectanswer - answer objectInternalException - The InternalException signals that internal error is occurred.IllegalDiameterStateException - The IllegalStateException signals that session has incorrect state (invalid).RouteException - The NoRouteException signals that no route exist for a given realm.OverloadException - The OverloadException signals that destination host is overloaded.void doUserAuthorizationAnswer(ClientCxDxSession session, JUserAuthorizationRequest request, JUserAuthorizationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doServerAssignmentAnswer(ClientCxDxSession session, JServerAssignmentRequest request, JServerAssignmentAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doRegistrationTerminationRequest(ClientCxDxSession session, JRegistrationTerminationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doLocationInformationAnswer(ClientCxDxSession session, JLocationInfoRequest request, JLocationInfoAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doPushProfileRequest(ClientCxDxSession session, JPushProfileRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doMultimediaAuthAnswer(ClientCxDxSession session, JMultimediaAuthRequest request, JMultimediaAuthAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.