| Modifier and Type | Method and Description |
|---|---|
ResponseType |
execute(javax.xml.bind.JAXBElement<EppType> request)
Executes command.
|
static EppClientImpl |
getInstance(java.util.Properties properties) |
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.
|
public static EppClientImpl getInstance(java.util.Properties properties)
public ResponseType login(java.lang.String newPw, java.lang.String clientTransactionId) throws FredClientException
EppClientlogin in interface EppClientnewPw - new password, use it for next login.clientTransactionId - client transaction id.FredClientException - when call failed.public ResponseType logout(java.lang.String clientTransactionId) throws FredClientException
EppClientlogout in interface EppClientclientTransactionId - client transaction id.FredClientException - when call failed.public ResponseType execute(javax.xml.bind.JAXBElement<EppType> request) throws FredClientException
EppClientexecute in interface EppClientrequest - wrapped in JAXBElement.FredClientException - when server responses with error code.Copyright © 2021. All rights reserved.