public class FredClientImpl extends java.lang.Object implements FredClient
| Constructor and Description |
|---|
FredClientImpl(java.lang.String properties) |
| 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
|
static void |
main(java.lang.String[] args)
Method for testing simple scenarios.
|
public FredClientImpl(java.lang.String properties)
throws FredClientException
FredClientExceptionpublic InfoResponse callInfo(InfoRequest infoRequest) throws FredClientException
FredClientcallInfo in interface FredClientinfoRequest - subclass of InfoRequest interface.InfoResponse interface corresponding to request.FredClientException - when call failed.public SendAuthInfoResponse callSendAuthInfo(SendAuthInfoRequest sendAuthInfoRequest) throws FredClientException
FredClientcallSendAuthInfo in interface FredClientsendAuthInfoRequest - subclass of SendAuthInfoRequest interface.SendAuthInfoResponse interface corresponding to request.FredClientException - when call failed.public ListResponse callList(ListRequest listRequest) throws FredClientException
FredClientcallList in interface FredClientlistRequest - subclass of ListRequest interface.ListResponse interface corresponding to request.FredClientException - when call failed.public CheckResponse callCheck(CheckRequest checkRequest) throws FredClientException
FredClientcallCheck in interface FredClientcheckRequest - subclass of CheckRequest interface.CheckResponse interface corresponding to request.FredClientException - when call failed.public CreateResponse callCreate(CreateRequest createRequest) throws FredClientException
FredClientcallCreate in interface FredClientcreateRequest - subclass of CreateRequest interface.CreateResponse interface corresponding to request.FredClientException - when call failed.public DomainRenewResponse callRenew(DomainRenewRequest renewRequest) throws FredClientException
FredClientcallRenew in interface FredClientrenewRequest - DomainRenewRequest.DomainRenewResponse.FredClientException - when call failed.public TransferResponse callTransfer(TransferRequest transferRequest) throws FredClientException
FredClientcallTransfer in interface FredClienttransferRequest - subclass of TransferRequest interface.TransferResponse interface corresponding to request.FredClientException - when call failed.public DeleteResponse callDelete(DeleteRequest deleteRequest) throws FredClientException
FredClientcallDelete in interface FredClientdeleteRequest - subclass of DeleteRequest interface.DeleteResponse interface corresponding to request.FredClientException - when call failed.public CreditInfoResponse callCreditInfo(CreditInfoRequest creditInfoRequest) throws FredClientException
FredClientcallCreditInfo in interface FredClientcreditInfoRequest - CreditInfoRequest.CreditInfoResponse.FredClientException - when call failed.public TestNssetResponse callTestNsset(TestNssetRequest testNssetRequest) throws FredClientException
FredClientcallTestNsset in interface FredClienttestNssetRequest - TestNssetRequest.TestNssetResponseFredClientException - when call failed.public PollResponse callPollRequest(PollRequest pollRequest) throws FredClientException
FredClientcallPollRequest in interface FredClientpollRequest - PollRequest.PollResponse interface corresponding to message.
If no messages, returns only PollResponse object.FredClientException - when call failed.public PollAcknowledgementResponse callPollAcknowledgement(PollAcknowledgementRequest pollAcknowledgementRequest) throws FredClientException
FredClientcallPollAcknowledgement in interface FredClientpollAcknowledgementRequest - PollAcknowledgementRequest.PollAcknowledgementResponse.FredClientException - when call failed.public UpdateResponse callUpdate(UpdateRequest updateRequest) throws FredClientException
FredClientcallUpdate in interface FredClientupdateRequest - subclass of UpdateRequest interface.UpdateResponse interface corresponding to request.FredClientException - when call failed.public LoginResponse callLogin(LoginRequest loginRequest) throws FredClientException
FredClientcallLogin in interface FredClientloginRequest - LoginRequestLoginResponseFredClientException - when call failed.public LogoutResponse callLogout(LogoutRequest logoutRequest) throws FredClientException
FredClientcallLogout in interface FredClientlogoutRequest - LogoutRequestLogoutResponseFredClientException - when call failed.public static void main(java.lang.String[] args)
throws FredClientException
args - argsFredClientException - when call failed.Copyright © 2023. All rights reserved.