public interface FredClient
| Modifier and Type | Method and Description |
|---|---|
CreateResponse |
callCreate(CreateRequest createRequest)
Method used to call create command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CreditInfoResponse |
callCreditInfo(CreditInfoRequest creditInfoRequest)
Method used to call credit info command.
|
DeleteResponse |
callDelete(DeleteRequest deleteRequest)
Method used to call create command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CheckResponse |
callCheck(CheckRequest checkRequest)
Method used to call check command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
InfoResponse |
callInfo(InfoRequest infoRequest)
Method used to call info command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
ListResponse |
callList(ListRequest listRequest)
Method used to call list command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
LoginResponse |
callLogin(LoginRequest loginRequest)
Method used to call login command.
|
LogoutResponse |
callLogout(LogoutRequest logoutRequest)
Method used to call logout command.
|
PollAcknowledgementResponse |
callPollAcknowledgement(PollAcknowledgementRequest pollAcknowledgementRequest)
Method used to call poll acknowledgement command.
|
PollResponse |
callPollRequest(PollRequest pollRequest)
Method used to call poll request command.
|
DomainRenewResponse |
callRenew(DomainRenewRequest renewRequest)
Method used to call renew command for object DOMAIN.
|
SendAuthInfoResponse |
callSendAuthInfo(SendAuthInfoRequest sendAuthInfoRequest)
Method used to call send authInfo command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
TestNssetResponse |
callTestNsset(TestNssetRequest testNssetRequest)
Method used to call test NSSET command.
|
TransferResponse |
callTransfer(TransferRequest transferRequest)
Method used to call transfer command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
UpdateResponse |
callUpdate(UpdateRequest updateRequest)
Method used to call update command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
InfoResponse callInfo(InfoRequest infoRequest) throws FredClientException
infoRequest - subclass of InfoRequest interface.InfoResponse interface corresponding to request.FredClientException - when call failed.SendAuthInfoResponse callSendAuthInfo(SendAuthInfoRequest sendAuthInfoRequest) throws FredClientException
sendAuthInfoRequest - subclass of SendAuthInfoRequest interface.SendAuthInfoResponse interface corresponding to request.FredClientException - when call failed.ListResponse callList(ListRequest listRequest) throws FredClientException
listRequest - subclass of ListRequest interface.ListResponse interface corresponding to request.FredClientException - when call failed.CheckResponse callCheck(CheckRequest checkRequest) throws FredClientException
checkRequest - subclass of CheckRequest interface.CheckResponse interface corresponding to request.FredClientException - when call failed.CreateResponse callCreate(CreateRequest createRequest) throws FredClientException
createRequest - subclass of CreateRequest interface.CreateResponse interface corresponding to request.FredClientException - when call failed.DomainRenewResponse callRenew(DomainRenewRequest renewRequest) throws FredClientException
renewRequest - DomainRenewRequest.DomainRenewResponse.FredClientException - when call failed.TransferResponse callTransfer(TransferRequest transferRequest) throws FredClientException
transferRequest - subclass of TransferRequest interface.TransferResponse interface corresponding to request.FredClientException - when call failed.DeleteResponse callDelete(DeleteRequest deleteRequest) throws FredClientException
deleteRequest - subclass of DeleteRequest interface.DeleteResponse interface corresponding to request.FredClientException - when call failed.CreditInfoResponse callCreditInfo(CreditInfoRequest creditInfoRequest) throws FredClientException
creditInfoRequest - CreditInfoRequest.CreditInfoResponse.FredClientException - when call failed.TestNssetResponse callTestNsset(TestNssetRequest testNssetRequest) throws FredClientException
testNssetRequest - TestNssetRequest.TestNssetResponseFredClientException - when call failed.PollResponse callPollRequest(PollRequest pollRequest) throws FredClientException
pollRequest - PollRequest.PollResponse interface corresponding to message.
If no messages, returns only PollResponse object.FredClientException - when call failed.PollAcknowledgementResponse callPollAcknowledgement(PollAcknowledgementRequest pollAcknowledgementRequest) throws FredClientException
pollAcknowledgementRequest - PollAcknowledgementRequest.PollAcknowledgementResponse.FredClientException - when call failed.UpdateResponse callUpdate(UpdateRequest updateRequest) throws FredClientException
updateRequest - subclass of UpdateRequest interface.UpdateResponse interface corresponding to request.FredClientException - when call failed.LoginResponse callLogin(LoginRequest loginRequest) throws FredClientException
loginRequest - LoginRequestLoginResponseFredClientException - when call failed.LogoutResponse callLogout(LogoutRequest logoutRequest) throws FredClientException
logoutRequest - LogoutRequestLogoutResponseFredClientException - when call failed.Copyright © 2023. All rights reserved.