| Package | Description |
|---|---|
| cz.active24.client.fred.data | |
| cz.active24.client.fred.eppclient | |
| ietf.params.xml.ns.epp_1 |
| Modifier and Type | Method and Description |
|---|---|
void |
EppResponse.addResponseInfo(ResponseType responseType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseType |
EppType.response |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
ObjectFactory.createResponseType()
Create an instance of
ResponseType |
ResponseType |
EppType.getResponse()
Gets the value of the response property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EppType.setResponse(ResponseType value)
Sets the value of the response property.
|
Copyright © 2021. All rights reserved.