public interface EppClient
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
execute(javax.xml.bind.JAXBElement<EppType> request)
Executes command.
|
ResponseType |
login(java.lang.String newPw,
java.lang.String clientTransactionId)
Method executes login command.
|
ResponseType |
logout(java.lang.String clientTransactionId)
Method executes logout command and destroys socket connection.
|
ListResponse |
prepareListAndGetResults(ExtcommandType extcommandType)
Method call prepare command to server a if there are any objects prepared to retrieve, it retrieves them.
|
ResponseType login(java.lang.String newPw, java.lang.String clientTransactionId) throws FredClientException
newPw - new password, use it for next login.clientTransactionId - client transaction id.FredClientException - when call failed.ResponseType logout(java.lang.String clientTransactionId) throws FredClientException
clientTransactionId - client transaction id.FredClientException - when call failed.ResponseType execute(javax.xml.bind.JAXBElement<EppType> request) throws FredClientException
request - wrapped in JAXBElement.FredClientException - when server responses with error code.ListResponse prepareListAndGetResults(ExtcommandType extcommandType) throws FredClientException
extcommandType - what to list.FredClientException - when call failed.Copyright © 2022. All rights reserved.