Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 | |
com.verisign.epp.interfaces.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryInfoCmd.Mode |
EPPRegistryInfoCmd.getMode()
Gets the query mode.
|
static EPPRegistryInfoCmd.Mode |
EPPRegistryInfoCmd.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryInfoCmd.Mode[] |
EPPRegistryInfoCmd.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryInfoCmd.setMode(EPPRegistryInfoCmd.Mode aMode)
Sets the query mode.
|
Constructor and Description |
---|
EPPRegistryInfoCmd(java.lang.String aTransId,
EPPRegistryInfoCmd.Mode aMode)
EPPRegistryInfoCmd constructor defines the query mode to use. |
Modifier and Type | Method and Description |
---|---|
EPPRegistryInfoCmd.Mode |
EPPRegistry.getInfoMode()
Gets the info mode.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryTst.registryInfo(EPPRegistryInfoCmd.Mode aMode,
java.lang.String aZoneName,
EPPRegistryInfoCmd.Scope aScope)
Test for the registry info command that supports the three forms of
getting detailed information for an individual zone by setting the
aZoneName parameter to a non-null value, getting a summary
of all zones by setting the aScope parameter to a non-null
value, and getting the system information by setting the aSystem
parameter to true. |
void |
EPPRegistry.setInfoMode(EPPRegistryInfoCmd.Mode aInfoMode)
Sets the info mode.
|
Copyright © VeriSign Inc. All Rights Reserved.