- IdnDomainHandler - Class in com.verisign.epp.serverstub
-
The IdnDomainHandler
class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler
class.
- IdnDomainHandler() - Constructor for class com.verisign.epp.serverstub.IdnDomainHandler
-
Constructs an instance of IdnDomainHandler
- idnLangCreate() - Method in class com.verisign.epp.interfaces.EPPIdnDomainTst
-
Unit test of using the IDN Lang Extension with EPPDomain
Create .
- IdnMapDomainHandler - Class in com.verisign.epp.serverstub
-
The IdnMapDomainHandler
class extends DomainHandler
to include handling the IDN Map Extension.
- IdnMapDomainHandler() - Constructor for class com.verisign.epp.serverstub.IdnMapDomainHandler
-
Constructs an instance of IdnMapDomainHandler
- idnTableCheck() - Method in class com.verisign.epp.interfaces.EPPIdnTableTst
-
Unit test of EPPIdnTable.sendDomainCheck()
and
EPPIdnTable.sendTableCheck()
.
- IdnTableHandler - Class in com.verisign.epp.serverstub
-
The IdnMapDomainHandler
class extends DomainHandler
to include handling the IDN Map Extension.
- IdnTableHandler() - Constructor for class com.verisign.epp.serverstub.IdnTableHandler
-
Constructs an instance of IdnMapDomainHandler
- idnTableInfo() - Method in class com.verisign.epp.interfaces.EPPIdnTableTst
-
Unit test of EPPIdnTable.sendDomainInfo()
,
EPPIdnTable.sendTableInfo()
, and
EPPIdnTable.sendListInfo()
.
- INCLUDE_IGNORABLE_WHITE_SPACE - Static variable in class com.verisign.epp.util.EPPSchemaCachingParser
-
True: Include text nodes that can be considered "ignorable whitespace" in
the DOM tree.
- INDIRECT - Static variable in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSAlgorithm
-
Indirect keys; the actual key is elsewhere.
- INDIRECT - Static variable in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSAlgorithm
-
Indirect keys; the actual key is elsewhere.
- init(Vector) - Method in class com.verisign.epp.codec.gen.EPPCodec
-
Initialize the Singleton instance.
- init(Vector, Vector) - Method in class com.verisign.epp.codec.gen.EPPCodec
-
Initialize the Singleton instance.
- init(Vector) - Method in class com.verisign.epp.codec.gen.EPPFactory
-
Initialize the Singleton EPP instance with the list of available concrete
EPPMapFactory's.
- init(Vector, Vector) - Method in class com.verisign.epp.codec.gen.EPPFactory
-
Initialize the Singleton EPP instance with the list of available concrete
EPPMapFactory
's and concrete EPPExtFactory
's.
- init() - Method in class com.verisign.epp.interfaces.EPPSession
-
Initializes an EPPSession
using the default
EPPEnv
properties, which will do the following:
Gets concrete connection factory
Makes connection to EPP Server
Initialize the streams for XML processing
EPPSession.initSession
needs to be called to fully initialize
a session with the EPP Server.
- init(String, int, EPPSSLContext) - Method in class com.verisign.epp.interfaces.EPPSession
-
Initializes an EPPSession
to connect to a specific host and
port, which will do the following:
Gets concrete connection factory
Makes connection to EPP Server
Initialize the streams for XML processing
EPPSession.initSession
needs to be called to fully initialize
a session with the EPP Server.
- init(String, int, String, EPPSSLContext) - Method in class com.verisign.epp.interfaces.EPPSession
-
Initializes an EPPSession
to connect to a specific server
host, server port from a specific client host name/IP address. which will
do the following:
Gets concrete connection factory
Makes connection to EPP Server
Initialize the streams for XML processing
EPPSession.initSession
needs to be called to fully initialize
a session with the EPP Server.
- init(EPPSessionPoolableFactory, GenericObjectPool.Config) - Method in class com.verisign.epp.pool.EPPSessionPool
-
Initialize the pool with a specific EPPSessionPoolableFactory
and GenericObjectPool.Config
setting.
- init() - Method in class com.verisign.epp.pool.EPPSessionPool
-
- init(EPPSessionPoolableFactory, GenericObjectPool.Config) - Method in class com.verisign.epp.pool.EPPSystemSessionPool
-
Initialize the pool with a specific EPPSessionPoolableFactory
and GenericObjectPool.Config
setting.
- init() - Method in class com.verisign.epp.pool.EPPSystemSessionPool
-
Initialize the pool using configuration values defined by
Environment
class.
- init() - Method in class com.verisign.epp.util.EPPSchemaCachingParser
-
Helper method to initialize this instance of
EPPSchemaCachingParser
.
- init() - Method in class com.verisign.epp.util.EPPXMLSignatureSchemaCachingParser
-
Helper method to initialize this instance of EPPSchemaCachingParser
.
- initApplication() - Static method in class com.verisign.epp.codec.premiumdomain.EPPBaseTst
-
- initEnvironment() - Static method in class com.verisign.epp.codec.gen.EPPCodecTst
-
Initialize the SDK environment based on the system properties:
validate - true
or false
value indicating if
XML schema validation is enabled.
- initialize(String) - Method in class com.verisign.epp.interfaces.EPPApplication
-
Initializing EPPApplication
using the passed in
configuration file.
- initialize() - Method in class com.verisign.epp.transport.client.EPPPlainClientSocket
-
Initializes an SSL connection to the host and port defined by the server
name and the server port properties of EPPEnv
.
- initialize(String, int, EPPSSLContext) - Method in class com.verisign.epp.transport.client.EPPPlainClientSocket
-
Initializes a SSL connection to a specific host and port.
- initialize(String, int, String, EPPSSLContext) - Method in class com.verisign.epp.transport.client.EPPPlainClientSocket
-
Initializes a SSL connection to a specific host and port.
- initialize() - Method in class com.verisign.epp.transport.client.EPPPlainProxyClientSocket
-
Override of the
EPPSSLClientSocket.initialize()
that will first
connect to the Apache proxy server, send the target server connection
information to the proxy server, and then initialize the SSL connection
through the proxy server.
- initialize() - Method in class com.verisign.epp.transport.client.EPPSSLClientSocket
-
Initializes an SSL connection to the host and port defined by the server
name and the server port properties of EPPEnv
.
- initialize(String, int, EPPSSLContext) - Method in class com.verisign.epp.transport.client.EPPSSLClientSocket
-
Initializes a SSL connection to a specific host and port.
- initialize(String, int, String, EPPSSLContext) - Method in class com.verisign.epp.transport.client.EPPSSLClientSocket
-
Initializes a SSL connection to a specific host and port.
- initialize(EPPSSLConfig) - Static method in class com.verisign.epp.transport.client.EPPSSLImpl
-
- initialize() - Static method in class com.verisign.epp.transport.client.EPPSSLImpl
-
Initialize the EPPSSLImpl
, which will create an initialize
the SSLContext
.
- initialize() - Method in class com.verisign.epp.transport.client.EPPSSLProxyClientSocket
-
Override of the
EPPSSLClientSocket.initialize()
that will first
connect to the Apache proxy server, send the target server connection
information to the proxy server, and then initialize the SSL connection
through the proxy server.
- initialize() - Method in interface com.verisign.epp.transport.EPPClientCon
-
Initializes the client connection.
- initialize(String, int, EPPSSLContext) - Method in interface com.verisign.epp.transport.EPPClientCon
-
Initializes the client connection with a specific host and port.
- initialize(String, int, String, EPPSSLContext) - Method in interface com.verisign.epp.transport.EPPClientCon
-
Initializes the client connection with a specific host and port.
- initialize(String, ClassLoader) - Method in class com.verisign.epp.util.EPPEnv
-
Initialize the environment
- initialize(String) - Method in class com.verisign.epp.util.EPPEnv
-
Initialize the environment
- initializeCodec() - Method in class com.verisign.epp.transport.EPPServerSingleTst
-
DOCUMENT ME!
- initializeDispatcher() - Method in class com.verisign.epp.serverstub.Server
-
Initializes Server
's dispatcher to handle the commmands
defined by the supported EPP mappings.
- initializeDispatcher() - Method in class com.verisign.epp.transport.EPPServerSingleTst
-
DOCUMENT ME!
- initializeLogging() - Method in class com.verisign.epp.serverstub.Server
-
Initialize the logging based on the EPP.LogMode, EPP.LogLevel, EPP.LogFile
or the EPP.LogCfgFile and optionally EPP.LogCfgFileWatch.
- initializePollQueue() - Method in class com.verisign.epp.serverstub.Server
-
Initialize the poll handler based on the EPP.PollHandlers,
- initSession() - Method in class com.verisign.epp.interfaces.EPPSession
-
Initialize an authenticated session with the EPP Server.
- initStreams() - Method in class com.verisign.epp.interfaces.EPPSession
-
Initializes the input stream, output stream, and XML stream from the
previously initialized client connection (myConnection
).
- instance - Static variable in class com.verisign.epp.pool.EPPSessionPool
-
Singleton instance
- INTRUPTEDIO - Static variable in exception com.verisign.epp.framework.EPPAssemblerException
-
The typesafe constant INTRUPTEDIO defines the instance of
EPPAssemblerException that should be thrown for Intrupted Read/Write
(timed out).
- INVALID_AUTHORIZATION_INFO - Static variable in class com.verisign.epp.codec.gen.EPPResult
-
Invalid authorization information
This response code MUST be returned when a server receives invalid
command authorization information required to confirm authorization to
execute a command.
- invalidateObject(EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPool
-
Remove a borrowed session from the pool based on a known issue with it.
- invalidateObject(String, EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPool
-
Remove a borrowed session from the system session pool based on a known
issue with it.
- invalidateObject(EPPSession) - Method in class com.verisign.epp.pool.EPPSystemSessionPool
-
Remove a borrowed session from the pool based on a known issue with it.
- invalidateSession(EPPSession) - Method in class com.verisign.epp.pool.EPPSessionPoolTst
-
Utility method to invalidate a session in the session pool.
- invalidateSession(String, EPPSession) - Method in class com.verisign.epp.pool.EPPSystemSessionPoolTst
-
Utility method to invalidate a session in the session pool.
- InvalidateSessionException - Exception in com.verisign.epp.util
-
Simple Exception
that is thrown by the utility
TestUtil.handleException(EPPSession, Exception)
method to
indicate that the session should be invalidated by the calling method and
further use of the session should be terminated.
- InvalidateSessionException() - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Default constructor
- InvalidateSessionException(String) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with text message describing the exception.
- InvalidateSessionException(String, Throwable) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with text message describing the exception and an associated cause
Throwable
.
- InvalidateSessionException(Throwable) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with an associated cause Throwable
.
- InvalidateSessionException(EPPSession) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Constructor that takes the session that should be invalidated.
- InvalidateSessionException(EPPSession, String) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with text message describing the exception along with the session
that should be invalidated.
- InvalidateSessionException(EPPSession, String, Throwable) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with text message describing the exception and an associated cause
Throwable
and the session that should be invalidated.
- InvalidateSessionException(EPPSession, Throwable) - Constructor for exception com.verisign.epp.util.InvalidateSessionException
-
Create with an associated cause Throwable
and the session
that should be invalidated.
- IPV4 - Static variable in class com.verisign.epp.codec.host.EPPHostAddress
-
IPV4 IP address constant.
- IPV6 - Static variable in class com.verisign.epp.codec.host.EPPHostAddress
-
IPV6 IP address constant.
- isAccessible() - Method in class com.verisign.epp.codec.registry.v02.EPPRegistryZoneData
-
Is the zone accessible to the client?
- isAccessible() - Method in class com.verisign.epp.codec.registry.v02.EPPRegistryZoneSummary
-
Is the zone accessible to the client?
- isAddrInt() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the internationalized addr element set?
- isAddrLoc() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the localized addr element set?
- isAdmin() - Method in class com.verisign.epp.codec.gen.EPPPurpose
-
<admin> element set?
- isAdminContact() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactCreateCmd
-
Returns whether the contact is of admin type
- isAdminContact() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactInfoResp
-
Returns whether the contact is of admin type
- isAdminContact() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactUpdateCmd
-
Returns whether the contact is of admin type
- isAll() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Are all of the disclose elements set?
- isAll() - Method in class com.verisign.epp.codec.registry.EPPRegistryInfoCmd
-
Get the flag to query all supported zone objects.
- isAll() - Method in class com.verisign.epp.codec.registry.v01.EPPRegistryInfoCmd
-
Get the flag to query all supported zone objects.
- isAllInt() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Are all of the internationalized disclose elements set?
- isAllLoc() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Are all of the localized disclose elements set?
- isAllOther() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Are all of the other (voice, fax, email) disclose elements set?
- isAllTlds() - Method in class com.verisign.epp.interfaces.EPPRegistry
-
- isAllZones() - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistry
-
Is the all zones boolean set?
- isAssociationMember() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactCreateCmd
-
Returns whether the contact is a member of HR association
- isAssociationMember() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactInfoResp
-
Returns whether the contact is a member of HR association
- isAssociationMember() - Method in class com.verisign.epp.codec.jobscontact.EPPJobsContactUpdateCmd
-
Returns whether the contact is a member of HR association
- isAvailabilityCheckForm() - Method in class com.verisign.epp.codec.launch.EPPLaunchCheck
-
Is the Availability Check Form being used?
- isAvailable() - Method in class com.verisign.epp.codec.contact.EPPContactCheckResult
-
Gets if the contact associated with EPPContactCheckResult
is available.
- isAvailable() - Method in class com.verisign.epp.codec.defReg.EPPDefRegCheckResult
-
Gets if the defReg associated with EPPDomainCheckResult
is
available.
- isAvailable() - Method in class com.verisign.epp.codec.domain.EPPDomainCheckResult
-
Gets if the domain associated with EPPDomainCheckResult
is
availability (can it be provisioned or not) at the moment the
<check> command was completed.
- isAvailable() - Method in class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckResult
-
Gets if the emailFwd associated with EPPEmailFwdCheckResult
is available.
- isAvailable() - Method in class com.verisign.epp.codec.fee.v11.EPPFeeObjectResult
-
Is the fee information available?
- isAvailable() - Method in class com.verisign.epp.codec.fee.v1_0.EPPFeeCheckResult
-
Is the fee information available?
- isAvailable() - Method in class com.verisign.epp.codec.fee.v23.EPPFeeCheckResult
-
Is the fee information available?
- isAvailable() - Method in class com.verisign.epp.codec.host.EPPHostCheckResult
-
Gets if the domain associated with EPPHostCheckResult
is
availability (can it be provisioned or not) at the moment the
<check> command was completed.
- isAvailable() - Method in class com.verisign.epp.codec.nv.EPPNameVerificationCheckResult
-
Gets if the label associated with
EPPNameVerificationCheckResult
is availability to be
created.
- isAvailable() - Method in class com.verisign.epp.codec.org.EPPOrgCheckResult
-
Is the org identifier available?
- isAvailable() - Method in class com.verisign.epp.codec.registry.EPPRegistryCheckResult
-
DOCUMENT ME!
- isAvailable() - Method in class com.verisign.epp.codec.registry.v01.EPPRegistryCheckResult
-
Gets the zone available.
- isAvailable() - Method in class com.verisign.epp.codec.registry.v02.EPPRegistryCheckResult
-
Gets the zone available.
- isBundledRate() - Method in class com.verisign.epp.codec.persreg.EPPPersRegGenData
-
Does the bundled rate apply?
- isClaimsCheckForm() - Method in class com.verisign.epp.codec.launch.EPPLaunchCheck
-
Is the Claims Check Form being used?
- isConnected() - Method in class com.verisign.epp.transport.client.EPPPlainClientSocket
-
Is the connection established?
- isConnected() - Method in class com.verisign.epp.transport.client.EPPSSLClientSocket
-
Is the connection established?
- isContact() - Method in class com.verisign.epp.codec.gen.EPPPurpose
-
<contact> element set?
- isContact() - Method in class com.verisign.epp.codec.mark.EPPMarkContact
-
Is the EPPMarkContact
a (non-holder) contact?
- isContactRelaxedValidation() - Static method in class com.verisign.epp.util.EPPEnv
-
Checks if relaxed contact validation is enabled or not.
- isEmail() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the email element set?
- isEmpty() - Method in class com.verisign.epp.codec.domain.EPPDomainAddRemove
-
Is the EPPDomainAddRemove
empty?
- isExists() - Method in class com.verisign.epp.codec.idntable.EPPIdnTableCheckTable
-
Does the table identifier exist?
- isExists() - Method in class com.verisign.epp.codec.launch.EPPLaunchCheckResult
-
Gets whether a trademark exist that matches the domain name?
- isFatal() - Method in exception com.verisign.epp.framework.EPPAssemblerException
-
Is the exception fatal for the client session?
- isFax() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the fax element set?
- isFlag() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the disclose flag set to true
?
- isGreater(Duration) - Method in class com.verisign.epp.types.Duration
-
Returns true if the present instance of TimeDuration is greater than
the parameter
Note This definition does not follow the XML SCHEMA RECOMMENDATION 05022001
the following total order relation is used :
givent t1,t2 timeDuration types
t1>t2 iff t1.toLong()>t2.toLong()
- isHex(String) - Static method in class com.verisign.epp.util.HexBin
-
DOCUMENT ME!
- isHolderContact() - Method in class com.verisign.epp.codec.mark.EPPMarkContact
-
Is the EPPMarkContact
a holder contact?
- isIdnmap() - Method in class com.verisign.epp.codec.idntable.EPPIdnTableCheckDomain
-
Is the IDN mapping extension required on a domain create of the domain
name?
- isIdnmap() - Method in class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomain
-
Is the IDN mapping extension required on a domain create of the domain
name?
- isIncludeMark() - Method in class com.verisign.epp.codec.launch.EPPLaunchInfo
-
Get the flag indicating whether or not to include the mark in the
response.
- isInitialized() - Static method in class com.verisign.epp.transport.client.EPPSSLImpl
-
Has EPPSSLImpl been successfully initialized?
- isInSync() - Method in class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtFields
-
Returns the inSync
- isKnown() - Method in class com.verisign.epp.codec.domain.EPPDomainCheckResult
-
- isKnown() - Method in class com.verisign.epp.codec.host.EPPHostCheckResult
-
- isListening() - Method in class com.verisign.epp.transport.server.EPPSSLServer
-
Is the server actively listening for connections?
- isLoggedIn() - Method in class com.verisign.epp.serverstub.SessionData
-
Returns the login state of this session object
- isModeSupported(int) - Method in class com.verisign.epp.interfaces.EPPSession
-
- isNameInt() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the internationalized name element set?
- isNameLoc() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the localized name element set?
- isNamespaceAware() - Method in class com.verisign.epp.util.EPPSchemaCachingParser
-
Returns true if the parser is setup to be Namespace aware, false
otherwise.
- isNamespaceAware() - Method in class com.verisign.epp.util.EPPXMLParser
-
Delegates to the contained DocumentBuilder
instance for behavior.
- isNegative() - Method in class com.verisign.epp.types.Duration
-
- isOrgInt() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the internationalized org element set?
- isOrgLoc() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the localized org element set?
- isOther() - Method in class com.verisign.epp.codec.gen.EPPPurpose
-
<other> element set?
- isOther() - Method in class com.verisign.epp.codec.gen.EPPRecipient
-
<other> element set?
- isPASuccess() - Method in class com.verisign.epp.codec.domain.EPPDomainPendActionMsg
-
Was the pending action successful?
- isPASuccess() - Method in class com.verisign.epp.codec.org.EPPOrgPendActionMsg
-
Was the pending action successful?
- isPeriodUnspec() - Method in class com.verisign.epp.codec.defReg.EPPDefRegPeriod
-
Test whether the period has been specfied: true
is
unspecified and false
is specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.domain.EPPDomainPeriod
-
Test whether the period has been specfied: true
is
unspecified and false
is specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.emailFwd.EPPEmailFwdPeriod
-
Test whether the period has been specfied: true
is
unspecified and false
is specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v09.EPPFeePeriod
-
Test whether the period has been specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v11.EPPFeePeriod
-
Test whether the period has been specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v1_0.EPPFeePeriod
-
Test whether the period has been specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v23.EPPFeePeriod
-
Test whether the period has been specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.nameWatch.EPPNameWatchPeriod
-
Test whether the period has been specfied: true
is
unspecified and false
is specified.
- isPeriodUnspec() - Method in class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtPeriod
-
Test whether the period has been specfied: true
is unspecified
and false
is specified.
- isPremium() - Method in class com.verisign.epp.codec.premiumdomain.EPPPremiumDomainCheckResult
-
- isProv() - Method in class com.verisign.epp.codec.gen.EPPPurpose
-
<prov> element set?
- isPublic() - Method in class com.verisign.epp.codec.gen.EPPRecipient
-
<public> element set?
- isRefundable() - Method in class com.verisign.epp.codec.fee.v09.EPPFeeValue
-
Is the fee refundable?
- isRefundable() - Method in class com.verisign.epp.codec.fee.v11.EPPFeeValue
-
Is the fee refundable?
- isRefundable() - Method in class com.verisign.epp.codec.fee.v1_0.EPPFeeValue
-
Is the fee refundable?
- isRefundable() - Method in class com.verisign.epp.codec.fee.v23.EPPFeeValue
-
Is the fee refundable?
- isRemAllData() - Method in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtUpdate
-
Remove all DS / Key Data?
- isRestricted() - Method in class com.verisign.epp.codec.nv.EPPNameVerificationCheckResult
-
Is the label a restricted label?
- isRevoked(EPPSignedMark) - Method in class com.verisign.epp.codec.signedMark.SMDRevocationList
-
Is the passed signed mark revoked?
- isRevoked(EPPSignedCode) - Method in class com.verisign.epp.codec.verificationcode.VerificationCodeRevocationList
-
Is the passed verification code revoked?
- isRptToUnspec() - Method in class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo
-
Test whether the report to attribute is unspecified.
- isSame() - Method in class com.verisign.epp.codec.gen.EPPRecipient
-
<same> element set?
- isStandard() - Method in class com.verisign.epp.codec.fee.v1_0.EPPFeeCommandData
-
Is the command a standard command?
- isSuccess() - Method in class com.verisign.epp.codec.contact.EPPContactPendActionMsg
-
Was the pending action successful?
- isSuccess() - Method in class com.verisign.epp.codec.emailFwd.EPPEmailFwdPendActionMsg
-
Was the pending action successful?
- isSuccess() - Method in class com.verisign.epp.codec.gen.EPPResponse
-
Does the response have a success status?
- isSuccess() - Method in class com.verisign.epp.codec.gen.EPPResult
-
Was the result a succcess?
- isSuccess() - Method in class com.verisign.epp.codec.host.EPPHostPendActionMsg
-
Was the pending action successful?
- isSystem() - Method in class com.verisign.epp.codec.registry.v01.EPPRegistryInfoCmd
-
Get the flag to query the registry system attributes.
- isSystem() - Method in class com.verisign.epp.interfaces.registry.v01.EPPRegistry
-
Is the system boolean set?
- isTrademarkCheckForm() - Method in class com.verisign.epp.codec.launch.EPPLaunchCheck
-
Is the Trademark Check Form being used?
- isUnrelated() - Method in class com.verisign.epp.codec.gen.EPPRecipient
-
<unrelated> element set?
- isUrgent() - Method in class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtUpdate
-
Is the update request urgent?
- isUrgent() - Method in class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtUpdate
-
Is the update request urgent?
- isUseEntityResolver() - Static method in class com.verisign.epp.util.EPPEnv
-
Checks if use of the entity resolver is enabled or not.
- isUseUserAgent() - Static method in class com.verisign.epp.util.EPPEnv
-
Checks if inclusion of the login security extension user agent is enabled
or not.
- isValid() - Method in class com.verisign.epp.codec.idntable.EPPIdnTableCheckDomain
-
Is the domain name a valid IDN domain name?
- isValid() - Method in class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomain
-
Is the domain name a valid IDN domain name?
- isValidated() - Method in class com.verisign.epp.codec.contact.EPPContactPostalDefinition
-
Show whether needs to call validateState()
- isValidating() - Method in class com.verisign.epp.util.EPPSchemaCachingParser
-
Returns true if this parser is setup to validate XML instances, false
otherwise
- isValidating() - Method in class com.verisign.epp.util.EPPXMLParser
-
Delegates to the contained DocumentBuilder
instance for behavior.
- isValidServices(EPPGreeting) - Method in class com.verisign.epp.codec.gen.EPPLoginCmd
-
Is the EPPLoginCmd
services settings valid as compared with
the services specified in the EPPGreeting
?
- isVoice() - Method in class com.verisign.epp.codec.contact.EPPContactDisclose
-
Is the voice element set?
- isXmlValidating() - Method in class com.verisign.epp.codec.gen.EPPEncodeDecodeStats
-
Is XML validation turned on?
- iteration - Variable in class com.verisign.epp.codec.premiumdomain.EPPBaseTst
-
Current test iteration