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.
|
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.Copyright © 2021. All rights reserved.