Class RZHost
java.lang.Object
com.verisign.epp.interfaces.EPPHost
com.verisign.epp.rootzone.interfaces.RZHost
Root Zone Host interface that extends that standard
EPPHost
by adding new Root Zone (RZ) operations.-
Field Summary
Fields inherited from class com.verisign.epp.interfaces.EPPHost
DEFAULT_LANG, STAT_CLIENT_DELETE_PROHIBITED, STAT_CLIENT_UPDATE_PROHIBITED, STAT_LINKED, STAT_OK, STAT_PENDING_CREATE, STAT_PENDING_DELETE, STAT_PENDING_TRANSFER, STAT_PENDING_UPDATE, STAT_SERVER_DELETE_PROHIBITED, STAT_SERVER_UPDATE_PROHIBITED -
Constructor Summary
ConstructorsConstructorDescriptionRZHost(EPPSession aSession) Creates anNSHostwith an establishedEPPSession. -
Method Summary
Modifier and TypeMethodDescriptionsendUpdate(String aChangeRequestId) Send a Root Zone (RZ) update with the required Change Request Identifier.Methods inherited from class com.verisign.epp.interfaces.EPPHost
addExtension, addHostName, addIPV4Address, addIPV6Address, addStatus, addStatus, getExtensions, getNewName, getResponse, removeIPV4Address, removeIPV6Address, removeStatus, removeStatus, resetHost, sendCheck, sendCreate, sendDelete, sendInfo, sendUpdate, setExtension, setExtensions, setNewName, setTransId
-
Constructor Details
-
RZHost
Creates anNSHostwith an establishedEPPSession.- Parameters:
aSession- Established session
-
-
Method Details
-
sendUpdate
Send a Root Zone (RZ) update with the required Change Request Identifier.- Parameters:
aChangeRequestId- Change Request Identifier associated with the update.- Returns:
- EPP response
- Throws:
EPPCommandException- On error
-