Package com.verisign.epp.interfaces
Class EPPRegistry
java.lang.Object
com.verisign.epp.interfaces.EPPRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionEPPRegistry(EPPSession aSession) Constructs anEPPRegistrygiven an initialized EPP session. -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidSends a TLD Name Check Command to the server.
The required attributes have been set with the following methods:
addTld- Adds a TLD name to check.sendInfo()Sends a Registry Info Command to the server.
The required attributes have been set with the following methods:
addTldName- Sets the tld name to get info for.voidsetAllTlds(boolean allTlds) voidsetAuthRoid(String authRoid) voidsetAuthString(String authString) voidsetSession(EPPSession session) voidsetTransId(String transId) voidsetZoneList(List zoneList)
-
Constructor Details
-
EPPRegistry
Constructs anEPPRegistrygiven an initialized EPP session.- Parameters:
aSession- Server session to use.
-
-
Method Details
-
sendCheck
Sends a TLD Name Check Command to the server.
The required attributes have been set with the following methods:
-
addTld- Adds a TLD name to check. More than one TLD names can be checked insendCheck
The optional attributes have been set with the following:
-
setTransId- Sets the client transaction identifier
- Returns:
EPPRegistryCheckRespcontaining the TLD check information.- Throws:
EPPCommandException- Error executing the check command. UsegetResponseto get the associated server error response.
-
-
sendDelete
- Throws:
EPPCommandException
-
sendInfo
Sends a Registry Info Command to the server.
The required attributes have been set with the following methods:
-
addTldName- Sets the tld name to get info for. Only one tld name is valid.
The optional attributes have been set with the following:
-
setTransId- Sets the client transaction identifier -
setAuthString- Sets the Authorization string
- Returns:
EPPRegistryInfoRespcontaining the Registry information.- Throws:
EPPCommandException- Error executing the info command. UsegetResponseto get the associated server error response.
-
-
sendCreate
- Throws:
EPPCommandException
-
sendUpdate
- Throws:
EPPCommandException
-
getSession
-
setSession
-
getTransId
-
setTransId
-
getZoneList
-
setZoneList
-
addTld
-
isAllTlds
public boolean isAllTlds() -
setAllTlds
public void setAllTlds(boolean allTlds) -
resetRegistry
public void resetRegistry() -
getAuthString
-
setAuthString
-
getAuthRoid
-
setAuthRoid
-