org.jdiameter.api.cxdx
Interface ClientCxDxSession
- All Superinterfaces:
- AppSession, BaseSession, StateMachine
public interface ClientCxDxSession
- extends AppSession, StateMachine
- Author:
- Bartosz Baranowski , Alexandre Mendonca
sendUserAuthorizationRequest
void sendUserAuthorizationRequest(JUserAuthorizationRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendServerAssignmentRequest
void sendServerAssignmentRequest(JServerAssignmentRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendLocationInformationRequest
void sendLocationInformationRequest(JLocationInfoRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendMultimediaAuthRequest
void sendMultimediaAuthRequest(JMultimediaAuthRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendRegistrationTerminationAnswer
void sendRegistrationTerminationAnswer(JRegistrationTerminationAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendPushProfileAnswer
void sendPushProfileAnswer(JPushProfileAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
Copyright © 2013. All Rights Reserved.