A B C D E F G H I J K L M N O P R S T U V W X

I

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.
InvalidValueException - Exception in com.verisign.epp.codec.suggestion.util
Exception class to indicate that the incoming Epp uses an invalid value.
InvalidValueException(Object) - Constructor for exception com.verisign.epp.codec.suggestion.util.InvalidValueException
Constructor.
InvalidValueException(long) - Constructor for exception com.verisign.epp.codec.suggestion.util.InvalidValueException
Constructor.
IPV4 - Static variable in class com.verisign.epp.codec.host.EPPHostAddress
IPV4 IP address constant.
IPV4 - Static variable in class com.verisign.epp.codec.suggestion.EPPSuggestionAddress
IPV4 IP address constant.
IPV6 - Static variable in class com.verisign.epp.codec.host.EPPHostAddress
IPV6 IP address constant.
IPV6 - Static variable in class com.verisign.epp.codec.suggestion.EPPSuggestionAddress
IPV6 IP address constant.
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.registry.EPPRegistryInfoCmd
Get the flag to query all supported zone objects.
isAllTlds() - Method in class com.verisign.epp.interfaces.EPPRegistry
 
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.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.registry.EPPRegistryCheckResult
DOCUMENT ME!
isAvailable() - Method in class com.verisign.epp.codec.reseller.EPPResellerCheckResult
Is the reseller identifier 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?
isContact() - Method in class com.verisign.epp.codec.reseller.EPPResellerDisclose
Is the contact element included in the disclosure?
isEmail() - Method in class com.verisign.epp.codec.reseller.EPPResellerDisclose
Is the email element included in the disclosure?
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.reseller.EPPResellerDisclose
Is the fax element included in the disclosure?
isFlag() - Method in class com.verisign.epp.codec.reseller.EPPResellerDisclose
Is the client preference to allow disclosure?
isGeo() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionFilter
Is geo set.
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()
isGrid() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionFilter
Is grid set.
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
Deprecated. As of EPP 1.0, replaced with EPPDomainCheckResult.isAvailable().
isKnown() - Method in class com.verisign.epp.codec.host.EPPHostCheckResult
Deprecated. As of EPP 1.0, replaced with EPPHostCheckResult.isAvailable().
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
Does the session support the specified mode EPPSession.MODE_SYNC or EPPSession.MODE_ASYNC?
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
 
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?
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.v06.EPPFeePeriod
Test whether the period has been specified.
isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v07.EPPFeePeriod
Test whether the period has been specified.
isPeriodUnspec() - Method in class com.verisign.epp.codec.fee.v08.EPPFeePeriod
Test whether the period has been 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.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.v06.EPPFeeValue
Is the fee refundable?
isRefundable() - Method in class com.verisign.epp.codec.fee.v07.EPPFeeValue
Is the fee refundable?
isRefundable() - Method in class com.verisign.epp.codec.fee.v08.EPPFeeValue
Is the fee refundable?
isRefundable() - Method in class com.verisign.epp.codec.fee.v09.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?
isSet() - Method in class com.verisign.epp.codec.suggestion.util.Enum
Is the key set.
isSet() - Method in class com.verisign.epp.codec.suggestion.util.UnsignedLong
Is the value set.
isSet() - Method in class com.verisign.epp.codec.suggestion.util.UnsignedShort
Is the value set.
isSetMoreLikeThis() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRecord
Is more like this value set.
isSetMoreLikeThis() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRow
Is more like this value set.
isSetSource() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRecord
Is source value set.
isSetSource() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRow
Is source value set.
isSetUName() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRecord
Is uName value set.
isSetUName() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionRow
Is uName value set.
isSetUTld() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionCell
Is uTld value set.
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?
isTable() - Method in class com.verisign.epp.codec.suggestion.EPPSuggestionFilter
Is table 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?
isUrl() - Method in class com.verisign.epp.codec.reseller.EPPResellerDisclose
Is the url element included in the disclosure?
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.EPPContactDisclose
Show whether needs to call validateState()
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.reseller.EPPResellerDisclose
Will the voice element included in the disclosure?
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

A B C D E F G H I J K L M N O P R S T U V W X
Copyright © VeriSign Inc. All Rights Reserved.