public interface ServerCxDxSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doLocationInformationRequest(ServerCxDxSession session,
JLocationInfoRequest request) |
void |
doMultimediaAuthRequest(ServerCxDxSession session,
JMultimediaAuthRequest request) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this ClientCxDxSessionListener that the ClientCxDxSession has recived not CxDx message, usually some extension.
|
void |
doPushProfileAnswer(ServerCxDxSession session,
JPushProfileRequest request,
JPushProfileAnswer answer) |
void |
doRegistrationTerminationAnswer(ServerCxDxSession session,
JRegistrationTerminationRequest request,
JRegistrationTerminationAnswer answer) |
void |
doServerAssignmentRequest(ServerCxDxSession session,
JServerAssignmentRequest request) |
void |
doUserAuthorizationRequest(ServerCxDxSession session,
JUserAuthorizationRequest request) |
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 doUserAuthorizationRequest(ServerCxDxSession session, JUserAuthorizationRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doServerAssignmentRequest(ServerCxDxSession session, JServerAssignmentRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doRegistrationTerminationAnswer(ServerCxDxSession session, JRegistrationTerminationRequest request, JRegistrationTerminationAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doLocationInformationRequest(ServerCxDxSession session, JLocationInfoRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doPushProfileAnswer(ServerCxDxSession session, JPushProfileRequest request, JPushProfileAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doMultimediaAuthRequest(ServerCxDxSession session, JMultimediaAuthRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.