| Modifier and Type | Method and Description |
|---|---|
CreateResponse |
FredClient.callCreate(CreateRequest createRequest)
Method used to call create command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CreateResponse |
FredClientImpl.callCreate(CreateRequest createRequest) |
CreditInfoResponse |
FredClient.callCreditInfo(CreditInfoRequest creditInfoRequest)
Method used to call credit info command.
|
CreditInfoResponse |
FredClientImpl.callCreditInfo(CreditInfoRequest creditInfoRequest) |
DeleteResponse |
FredClient.callDelete(DeleteRequest deleteRequest)
Method used to call create command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
DeleteResponse |
FredClientImpl.callDelete(DeleteRequest deleteRequest) |
CheckResponse |
FredClient.callCheck(CheckRequest checkRequest)
Method used to call check command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
CheckResponse |
FredClientImpl.callCheck(CheckRequest checkRequest) |
InfoResponse |
FredClient.callInfo(InfoRequest infoRequest)
Method used to call info command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
InfoResponse |
FredClientImpl.callInfo(InfoRequest infoRequest) |
ListResponse |
FredClient.callList(ListRequest listRequest)
Method used to call list command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
ListResponse |
FredClientImpl.callList(ListRequest listRequest) |
LoginResponse |
FredClient.callLogin(LoginRequest loginRequest)
Method used to call login command.
|
LoginResponse |
FredClientImpl.callLogin(LoginRequest loginRequest) |
LogoutResponse |
FredClient.callLogout(LogoutRequest logoutRequest)
Method used to call logout command.
|
LogoutResponse |
FredClientImpl.callLogout(LogoutRequest logoutRequest) |
PollAcknowledgementResponse |
FredClient.callPollAcknowledgement(PollAcknowledgementRequest pollAcknowledgementRequest)
Method used to call poll acknowledgement command.
|
PollAcknowledgementResponse |
FredClientImpl.callPollAcknowledgement(PollAcknowledgementRequest pollAcknowledgementRequest) |
PollResponse |
FredClient.callPollRequest(PollRequest pollRequest)
Method used to call poll request command.
|
PollResponse |
FredClientImpl.callPollRequest(PollRequest pollRequest) |
DomainRenewResponse |
FredClient.callRenew(DomainRenewRequest renewRequest)
Method used to call renew command for object DOMAIN.
|
DomainRenewResponse |
FredClientImpl.callRenew(DomainRenewRequest renewRequest) |
SendAuthInfoResponse |
FredClient.callSendAuthInfo(SendAuthInfoRequest sendAuthInfoRequest)
Method used to call send authInfo command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
SendAuthInfoResponse |
FredClientImpl.callSendAuthInfo(SendAuthInfoRequest sendAuthInfoRequest) |
TestNssetResponse |
FredClient.callTestNsset(TestNssetRequest testNssetRequest)
Method used to call test NSSET command.
|
TestNssetResponse |
FredClientImpl.callTestNsset(TestNssetRequest testNssetRequest) |
TransferResponse |
FredClient.callTransfer(TransferRequest transferRequest)
Method used to call transfer command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
TransferResponse |
FredClientImpl.callTransfer(TransferRequest transferRequest) |
UpdateResponse |
FredClient.callUpdate(UpdateRequest updateRequest)
Method used to call update command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
UpdateResponse |
FredClientImpl.callUpdate(UpdateRequest updateRequest) |
static void |
FredClientImpl.main(java.lang.String[] args)
Method for testing simple scenarios.
|
| Constructor and Description |
|---|
FredClientImpl(java.lang.String properties) |
| Modifier and Type | Method and Description |
|---|---|
ListResponse |
ListResultsHelper.prepareListAndGetResults(ExtcommandType extcommandType)
Method call prepare command to server a if there are any objects prepared to retrieve, it retrieves them.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<EppType> |
EppCommandHelper.createCreateEppCommand(java.lang.Object any,
java.lang.String clientTransactionId) |
javax.xml.bind.JAXBElement<EppType> |
EppCommandHelper.createDeleteEppCommand(java.lang.Object any,
java.lang.String clientTransactionId) |
javax.xml.bind.JAXBElement<EppType> |
EppCommandHelper.createCheckEppCommand(java.lang.Object any,
java.lang.String clientTransactionId) |
ResponseType |
EppClient.execute(javax.xml.bind.JAXBElement<EppType> request)
Executes command.
|
ResponseType |
EppClientImpl.execute(javax.xml.bind.JAXBElement<EppType> request) |
ResponseType |
EppClient.login(java.lang.String newPw,
java.lang.String clientTransactionId)
Method executes login command.
|
ResponseType |
EppClientImpl.login(java.lang.String newPw,
java.lang.String clientTransactionId) |
ResponseType |
EppClient.logout(java.lang.String clientTransactionId)
Method executes logout command and destroys socket connection.
|
ResponseType |
EppClientImpl.logout(java.lang.String clientTransactionId) |
ListResponse |
EppClient.prepareListAndGetResults(ExtcommandType extcommandType)
Method call prepare command to server a if there are any objects prepared to retrieve, it retrieves them.
|
ListResponse |
EppClientImpl.prepareListAndGetResults(ExtcommandType extcommandType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerResponseException
Exception is thrown when server returns error.
|
class |
SchemaValidationException
Exception is thrown when validation against provided xsd schemas failed.
|
class |
SystemException
Exception is thrown when some system processing failed.
|
class |
ValidationException
Exception is thrown when input validation failed.
|
Copyright © 2023. All rights reserved.