org.jdiameter.api.cxdx
Interface ServerCxDxSession
- All Superinterfaces:
- AppSession, BaseSession, StateMachine
public interface ServerCxDxSession
- extends AppSession, StateMachine
- Author:
- Bartosz Baranowski , Alexandre Mendonca
sendUserAuthorizationAnswer
void sendUserAuthorizationAnswer(JUserAuthorizationAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendServerAssignmentAnswer
void sendServerAssignmentAnswer(JServerAssignmentAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendLocationInformationAnswer
void sendLocationInformationAnswer(JLocationInfoAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendMultimediaAuthAnswer
void sendMultimediaAuthAnswer(JMultimediaAuthAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendRegistrationTerminationRequest
void sendRegistrationTerminationRequest(JRegistrationTerminationRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendPushProfileRequest
void sendPushProfileRequest(JPushProfileRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
Copyright © 2013. All Rights Reserved.