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

E

EppAddress - Class in com.neulevel.epp.core
This EppAddress class implements EPP Address entity used in the EPP Contact objects.
EppAddress() - Constructor for class com.neulevel.epp.core.EppAddress
Creates an EppAddress object without any contents
EppAddress(String, String, String, String) - Constructor for class com.neulevel.epp.core.EppAddress
Creates an EppAddress object without street addresses
EppAddress(String, String, String, String, String) - Constructor for class com.neulevel.epp.core.EppAddress
Creates an EppAddress object with one street address
EppAddress(String[], String, String, String, String) - Constructor for class com.neulevel.epp.core.EppAddress
Creates an EppAddress object with full address information
EppAuthInfo - Class in com.neulevel.epp.core
This EppAuthInfo class implements EPP AuthInfo entity.
EppAuthInfo(String, String) - Constructor for class com.neulevel.epp.core.EppAuthInfo
Creates an EppAuthInfo object
EppAuthInfo(String, String, String) - Constructor for class com.neulevel.epp.core.EppAuthInfo
Creates an EppAuthInfo object with a ROID.
EppChannel - Class in com.neulevel.epp.transport
This EppChannel class is designed to handle a channel connected to the EPP server.
EppChannel() - Constructor for class com.neulevel.epp.transport.EppChannel
 
EppChannelTcp - Class in com.neulevel.epp.transport.tcp
This EppChannelTcp is designed to handle a session connection to the EPP server via TCP/TLS.
EppChannelTcp(EppSessionTcp) - Constructor for class com.neulevel.epp.transport.tcp.EppChannelTcp
Creates an EppChannelTcp object
EppCommand - Class in com.neulevel.epp.core.command
This EppCommand class implements EPP Command entity.
EppCommand() - Constructor for class com.neulevel.epp.core.command.EppCommand
 
EppCommandCheck - Class in com.neulevel.epp.core.command
This EppCommandCheck class implements EPP Command Check entity.
EppCommandCheck() - Constructor for class com.neulevel.epp.core.command.EppCommandCheck
 
EppCommandCheckContact - Class in com.neulevel.epp.core.command
This EppCommandCheckContact class implements EPP Command Check entity for EPP Contact objects.
EppCommandCheckContact() - Constructor for class com.neulevel.epp.core.command.EppCommandCheckContact
Creates an EppCommandCheckContact object
EppCommandCheckContact(String) - Constructor for class com.neulevel.epp.core.command.EppCommandCheckContact
Creates an EppCommandCheckContact object, given a client transaction id associated with the operation
EppCommandCheckDomain - Class in com.neulevel.epp.core.command
This EppCommandCheckDomain class implements EPP Command Check entity for EPP Domain objects.
EppCommandCheckDomain() - Constructor for class com.neulevel.epp.core.command.EppCommandCheckDomain
Creates an EppCommandCheckDomain object
EppCommandCheckDomain(String) - Constructor for class com.neulevel.epp.core.command.EppCommandCheckDomain
Creates an EppCommandCheckDomain object, given a client transaction id associated with the operation
EppCommandCheckHost - Class in com.neulevel.epp.core.command
This EppCommandCheckHost class implements EPP Command Check entity for EPP Host objects.
EppCommandCheckHost() - Constructor for class com.neulevel.epp.core.command.EppCommandCheckHost
Creates an EppCommandCheckHost object
EppCommandCheckHost(String) - Constructor for class com.neulevel.epp.core.command.EppCommandCheckHost
Creates an EppCommandCheckHost object, given a client transaction id associated with the operation
EppCommandCheckSvcsub - Class in com.neulevel.epp.core.command
This EppCommandCheckSvcsub class implements EPP Command Check entity for EPP Svcsub objects.
EppCommandCheckSvcsub() - Constructor for class com.neulevel.epp.core.command.EppCommandCheckSvcsub
Creates an EppCommandCheckSvcsub object
EppCommandCheckSvcsub(String) - Constructor for class com.neulevel.epp.core.command.EppCommandCheckSvcsub
Creates an EppCommandCheckSvcsub object, given a client transaction id associated with the operation
EppCommandCheckXriAuthority - Class in com.neulevel.epp.xri.command
This EppCommandCheckXriAuthority class implements EPP Command Check entity for EPP XRI Authority objects.
EppCommandCheckXriAuthority() - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriAuthority
Creates an EppCommandCheckXriAuthority object
EppCommandCheckXriAuthority(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriAuthority
Creates an EppCommandCheckXriAuthority object, given a client transaction id associated with the operation
EppCommandCheckXriName - Class in com.neulevel.epp.xri.command
This EppCommandCheckXriName class implements EPP Command Check entity for EPP XRI I-Name objects.
EppCommandCheckXriName() - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriName
Creates an EppCommandCheckXriName object
EppCommandCheckXriName(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriName
Creates an EppCommandCheckXriName object, given a client transaction id associated with the operation
EppCommandCheckXriNumber - Class in com.neulevel.epp.xri.command
This EppCommandCheckXriNumber class implements EPP Command Check entity for EPP XRI I-Number objects.
EppCommandCheckXriNumber() - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriNumber
Creates an EppCommandCheckXriNumber object
EppCommandCheckXriNumber(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriNumber
Creates an EppCommandCheckXriNumber object, given a client transaction id associated with the operation
EppCommandCheckXriService - Class in com.neulevel.epp.xri.command
This EppCommandCheckXriService class implements EPP Command Check entity for EPP XRI I-Service objects.
EppCommandCheckXriService() - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriService
Creates an EppCommandCheckXriService object
EppCommandCheckXriService(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandCheckXriService
Creates an EppCommandCheckXriService object, given a client transaction id associated with the operation
EppCommandCreate - Class in com.neulevel.epp.core.command
This EppCommandCreate class implements EPP Command Create entity.
EppCommandCreate(EppObject) - Constructor for class com.neulevel.epp.core.command.EppCommandCreate
Creates an EppCommandCreate object
EppCommandCreate(EppObject, String) - Constructor for class com.neulevel.epp.core.command.EppCommandCreate
Creates an EppCommandCreate object
EppCommandCreateSecDns - Class in com.neulevel.epp.ext.command
This EppCommandCreateSecDns class implements the EPP create command for EPP DNS Security Extension
EppCommandCreateSecDns() - Constructor for class com.neulevel.epp.ext.command.EppCommandCreateSecDns
Creates an EppCommandCreateSecDns object
EppCommandDelete - Class in com.neulevel.epp.core.command
This EppCommandDelete class implements EPP Command Delete entity.
EppCommandDelete() - Constructor for class com.neulevel.epp.core.command.EppCommandDelete
 
EppCommandDeleteContact - Class in com.neulevel.epp.core.command
This EppCommandDelete class implements EPP Command Delete entity for EPP Contact objects.
EppCommandDeleteContact(String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteContact
Creates an EppCommandDeleteContact object for deleting a contact object based on its id
EppCommandDeleteContact(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteContact
Creates an EppCommandDeleteContact object for deleting a contact object based on its id, given a client transaction id associated with the operation
EppCommandDeleteDomain - Class in com.neulevel.epp.core.command
This EppCommandDeleteDomain class implements EPP Command Delete entity for EPP Domain objects.
EppCommandDeleteDomain(String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteDomain
Creates an EppCommandDeleteDomain object for deleting a domain object based on its name
EppCommandDeleteDomain(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteDomain
Creates an EppCommandDeleteDomain object for deleting a domain object based on its name, given a client transaction id associated with the operation
EppCommandDeleteHost - Class in com.neulevel.epp.core.command
This EppCommandDeleteHost class implements EPP Command Delete entity for EPP Host objects.
EppCommandDeleteHost(String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteHost
Creates an EppCommandDeleteHost object for deleting a host object based on its name
EppCommandDeleteHost(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteHost
Creates an EppCommandDeleteHost object for deleting a host object based on its name, given a client transaction id associated with the operation
EppCommandDeleteSvcsub - Class in com.neulevel.epp.core.command
This EppCommandDelete class implements EPP Command Delete entity for EPP Svcsub objects.
EppCommandDeleteSvcsub(String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteSvcsub
Creates an EppCommandDeleteSvcsub object for deleting a service subscription object based on its id
EppCommandDeleteSvcsub(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandDeleteSvcsub
Creates an EppCommandDeleteSvcsub object for deleting a service subscription object based on its id, given a client transaction id associated with the operation
EppCommandDeleteXriAuthority - Class in com.neulevel.epp.xri.command
This EppCommandDelete class implements EPP Command Delete entity for EPP XRI Authority objects.
EppCommandDeleteXriAuthority(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriAuthority
Creates an EppCommandDeleteXriAuthority object for deleting an XRI authority based on its identifier
EppCommandDeleteXriAuthority(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriAuthority
Creates an EppCommandDeleteXriAuthority object for deleting an XRI authority based on its identifier, given a client transaction id associated with the operation
EppCommandDeleteXriName - Class in com.neulevel.epp.xri.command
This EppCommandDelete class implements EPP Command Delete entity for EPP XRI I-Name objects.
EppCommandDeleteXriName(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriName
Creates an EppCommandDeleteXriName object for deleting an XRI i-name based on its i-name
EppCommandDeleteXriName(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriName
Creates an EppCommandDeleteXriName object for deleting an XRI i-name based on its i-name, given a client transaction id associated with the operation
EppCommandDeleteXriNumber - Class in com.neulevel.epp.xri.command
This EppCommandDelete class implements EPP Command Delete entity for EPP XRI I-Number objects.
EppCommandDeleteXriNumber(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriNumber
Creates an EppCommandDeleteXriNumber object for deleting an XRI i-number based on its i-number
EppCommandDeleteXriNumber(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriNumber
Creates an EppCommandDeleteXriNumber object for deleting an XRI i-number based on its i-number, given a client transaction id associated with the operation
EppCommandDeleteXriService - Class in com.neulevel.epp.xri.command
This EppCommandDelete class implements EPP Command Delete entity for EPP XRI I-Service objects.
EppCommandDeleteXriService(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriService
Creates an EppCommandDeleteXriService object for deleting an XRI i-service based on its identifier
EppCommandDeleteXriService(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandDeleteXriService
Creates an EppCommandDeleteXriService object for deleting an XRI i-service based on its identifier, given a client transaction id associated with the operation
EppCommandInfo - Class in com.neulevel.epp.core.command
This EppCommandInfo class implements EPP Command Info entity.
EppCommandInfo() - Constructor for class com.neulevel.epp.core.command.EppCommandInfo
 
EppCommandInfoContact - Class in com.neulevel.epp.core.command
This EppCommandInfoContact class implements EPP Command Info entity for EPP Contact objects.
EppCommandInfoContact(String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoContact
Creates an EppCommandInfoContact object for querying a contact object based on its id
EppCommandInfoContact(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoContact
Creates an EppCommandInfoContact object for querying a contact object based on its id, given a client transaction id assoicated with the operation
EppCommandInfoDomain - Class in com.neulevel.epp.core.command
This EppCommandInfoDomain class implements EPP Command Info entity for EPP Domain objects.
EppCommandInfoDomain(String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoDomain
Creates an EppCommandInfoDomain object for querying a domain object based on its name
EppCommandInfoDomain(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoDomain
Creates an EppCommandInfoDomain object for querying a domain object based on its name, given a client transaction id associated with the operation
EppCommandInfoHost - Class in com.neulevel.epp.core.command
This EppCommandInfoHost class implements EPP Command Info entity for EPP Host objects.
EppCommandInfoHost(String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoHost
Creates an EppCommandInfoHost object for querying a host object based on its name
EppCommandInfoHost(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoHost
Creates an EppCommandInfoHost object for querying a host object based on its name, given a client transaction id associated with the operation
EppCommandInfoSvcsub - Class in com.neulevel.epp.core.command
This EppCommandInfoSvcsub class implements EPP Command Info entity for EPP Svcsub objects.
EppCommandInfoSvcsub(String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoSvcsub
Creates an EppCommandInfoSvcsub object for querying a service subscription object based on its id
EppCommandInfoSvcsub(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandInfoSvcsub
Creates an EppCommandInfoSvcsub object for querying a service subscription object based on its id, given a client transaction id assoicated with the operation
EppCommandInfoXriAuthority - Class in com.neulevel.epp.xri.command
This EppCommandInfoXriAuthority class implements EPP Command Info entity for EPP XRI Authority objects.
EppCommandInfoXriAuthority(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriAuthority
Creates an EppCommandInfoXriAuthority object for querying an XRI authority object based on its identifier
EppCommandInfoXriAuthority(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriAuthority
Creates an EppCommandInfoXriAuthority object for querying an XRI authority object based on its identifier, given a client transaction id associated with the operation
EppCommandInfoXriName - Class in com.neulevel.epp.xri.command
This EppCommandInfo class implements EPP Command Info entity for EPP XRI I-Name objects.
EppCommandInfoXriName(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriName
Creates an EppCommandInfoXriName object for querying an XRI i-name based on its i-name
EppCommandInfoXriName(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriName
Creates an EppCommandInfoXriName object for querying an XRI i-name based on its i-name, given a client transaction id associated with the operation
EppCommandInfoXriNumber - Class in com.neulevel.epp.xri.command
This EppCommandInfo class implements EPP Command Info entity for EPP XRI I-Number objects.
EppCommandInfoXriNumber(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriNumber
Creates an EppCommandInfoXriNumber object for querying an XRI i-number based on its i-number
EppCommandInfoXriNumber(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriNumber
Creates an EppCommandInfoXriNumber object for querying an XRI i-number based on its i-number, given a client transaction id associated with the operation
EppCommandInfoXriService - Class in com.neulevel.epp.xri.command
This EppCommandInfo class implements EPP Command Info entity for EPP XRI I-Service objects.
EppCommandInfoXriService(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriService
Creates an EppCommandInfoXriService object for querying an XRI i-service object based on its identifier
EppCommandInfoXriService(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandInfoXriService
Creates an EppCommandInfoXriService object for querying an XRI i-service object based on its identifier, given a client transaction id associated with the operation
EppCommandLogin - Class in com.neulevel.epp.core.command
This EppCommandLogin class implements EPP Command Login entity.
EppCommandLogin(EppServiceMenu) - Constructor for class com.neulevel.epp.core.command.EppCommandLogin
Creates an EppCommandLogin object
EppCommandLogout - Class in com.neulevel.epp.core.command
This EppCommandLogout class implements EPP Command Logout entity.
EppCommandLogout() - Constructor for class com.neulevel.epp.core.command.EppCommandLogout
Creates an EppCommandLogout object
EppCommandLogout(String) - Constructor for class com.neulevel.epp.core.command.EppCommandLogout
Creates an EppCommandLogout object
EppCommandPoll - Class in com.neulevel.epp.core.command
This EppCommandPoll class implements EPP Command Poll entity.
EppCommandPoll() - Constructor for class com.neulevel.epp.core.command.EppCommandPoll
Creates an EppCommandPoll object, with default operation type as "req"
EppCommandPoll(String) - Constructor for class com.neulevel.epp.core.command.EppCommandPoll
Creates an EppCommandPoll object, with default operation type as "req", given a client transaction id associated with operation
EppCommandPoll(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandPoll
Creates an EppCommandPoll object, given the operation type and the message id.
EppCommandPoll(String, String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandPoll
Creates an EppCommandPoll object, given the operation type and the message id and a client transaction id associated with operation.
EppCommandRenew - Class in com.neulevel.epp.core.command
This EppCommandRenew class implements EPP Command Renew entity.
EppCommandRenew() - Constructor for class com.neulevel.epp.core.command.EppCommandRenew
 
EppCommandRenewDomain - Class in com.neulevel.epp.core.command
This EppCommandRenewDomain class implements EPP Command Renew entity for EPP Domain objects.
EppCommandRenewDomain(String, Calendar) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewDomain
Creates an EppCommandRenewDomain object with a default expiration period, specified by the registry
EppCommandRenewDomain(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewDomain
Creates an EppCommandRenewDomain object with a client transaction id associated with the operation.
EppCommandRenewDomain(String, Calendar, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewDomain
Creates an EppCommandRenewDomain object with a default expiration period, specified by the registry, and a client transaction id associated with the operation
EppCommandRenewDomain(String, Calendar, EppPeriod, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewDomain
Creates an EppCommandRenewDomain object with a specified expiration period, and a client transaction id associated with the operation
EppCommandRenewSvcsub - Class in com.neulevel.epp.core.command
This EppCommandRenewSvcsub class implements EPP Command Renew entity for EPP Svcsub objects.
EppCommandRenewSvcsub(String, Calendar) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Creates an EppCommandRenewSvcsub object with a default expiration period, specified by the registry
EppCommandRenewSvcsub(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Creates an EppCommandRenewSvcsub object with a client transaction id associated with the operation.
EppCommandRenewSvcsub(String, Calendar, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Creates an EppCommandRenewSvcsub object with a default expiration period, specified by the registry, and a client transaction id associated with the operation
EppCommandRenewSvcsub(String, Calendar, EppPeriod, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Creates an EppCommandRenewSvcsub object with a specified expiration period, and a client transaction id associated with the operation
EppCommandRenewXriName - Class in com.neulevel.epp.xri.command
This EppCommandRenewXriName class implements EPP Command Renew entity for EPP XRI I-Name objects.
EppCommandRenewXriName(String, Calendar) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriName
Creates an EppCommandRenewXriName object with a default expiration period, specified by the registry
EppCommandRenewXriName(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriName
Creates an EppCommandRenewXriName object with a client transaction id associated with the operation.
EppCommandRenewXriName(String, Calendar, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriName
Creates an EppCommandRenewXriName object with a default expiration period, specified by the registry, and a client transaction id associated with the operation
EppCommandRenewXriName(String, Calendar, EppPeriod, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriName
Creates an EppCommandRenewXriName object with a specified expiration period, and a client transaction id associated with the operation
EppCommandRenewXriNumber - Class in com.neulevel.epp.xri.command
This EppCommandRenewXriNumber class implements EPP Command Renew entity for EPP XRI I-Number objects.
EppCommandRenewXriNumber(String, Calendar) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriNumber
Creates an EppCommandRenewXriNumber object with a default expiration period, specified by the registry
EppCommandRenewXriNumber(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriNumber
Creates an EppCommandRenewXriNumber object with a client transaction id associated with the operation.
EppCommandRenewXriNumber(String, Calendar, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriNumber
Creates an EppCommandRenewXriNumber object with a default expiration period, specified by the registry, and a client transaction id associated with the operation
EppCommandRenewXriNumber(String, Calendar, EppPeriod, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriNumber
Creates an EppCommandRenewXriNumber object with a specified expiration period, and a client transaction id associated with the operation
EppCommandRenewXriService - Class in com.neulevel.epp.xri.command
This EppCommandRenewXriService class implements EPP Command Renew entity for EPP XRI I-Service objects.
EppCommandRenewXriService(String, Calendar) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriService
Creates an EppCommandRenewXriService object with a default expiration period, specified by the registry
EppCommandRenewXriService(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriService
Creates an EppCommandRenewXriService object with a client transaction id associated with the operation.
EppCommandRenewXriService(String, Calendar, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriService
Creates an EppCommandRenewXriService object with a default expiration period, specified by the registry, and a client transaction id associated with the operation
EppCommandRenewXriService(String, Calendar, EppPeriod, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandRenewXriService
Creates an EppCommandRenewXriService object with a specified expiration period, and a client transaction id associated with the operation
EppCommandTransfer - Class in com.neulevel.epp.core.command
This EppCommandTransfer class implements EPP Command Transfer entity.
EppCommandTransfer() - Constructor for class com.neulevel.epp.core.command.EppCommandTransfer
 
EppCommandTransferContact - Class in com.neulevel.epp.core.command
This EppCommandTransferContact class implements EPP Command Transfer entity for EPP Contact objects.
EppCommandTransferContact(String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferContact
Creates an EppCommandTransferContact object for transfering a contact object based on its id
EppCommandTransferContact(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferContact
Creates an EppCommandTransferContact object for transfering a contact object based on its id, given a client transaction id associated with operation
EppCommandTransferDomain - Class in com.neulevel.epp.core.command
This EppCommandTransferDomain class implements EPP Command Transfer entity for EPP Domain objects.
EppCommandTransferDomain(String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferDomain
Creates an EppCommandTransferDomain object for transfering a domain object based on its name
EppCommandTransferDomain(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferDomain
Creates an EppCommandTransferDomain object for transfering a domain object based on its name, given a client transaction id associated with operation
EppCommandTransferDomain(String, EppPeriod) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferDomain
Creates an EppCommandTransferDomain object for transfering a domain object based on its name and with an extended expiration period
EppCommandTransferDomain(String, EppPeriod, String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferDomain
Creates an EppCommandTransferDomain object for transfering a domain object based on its name and with an extended expiration period and a client transaction id associated with operation
EppCommandTransferSvcsub - Class in com.neulevel.epp.core.command
This EppCommandTransferSvcsub class implements EPP Command Transfer entity for EPP Svcsub objects.
EppCommandTransferSvcsub(String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Creates an EppCommandTransferSvcsub object for transfering a service subscription object based on its id
EppCommandTransferSvcsub(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Creates an EppCommandTransferSvcsub object for transfering a service subscription object based on its id, given a client transaction id associated with operation
EppCommandTransferSvcsub(String, EppPeriod) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Creates an EppCommandTransferSvcsub object for transfering a service subscription object based on its id and with an extended expiration period
EppCommandTransferSvcsub(String, EppPeriod, String) - Constructor for class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Creates an EppCommandTransferSvcsub object for transfering a service subscription object based on its id and with an extended expiration period and a client transaction id associated with operation
EppCommandTransferXriAuthority - Class in com.neulevel.epp.xri.command
This EppCommandTransferXriAuthority class implements EPP Command Transfer entity for EPP XRI Authority objects.
EppCommandTransferXriAuthority(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriAuthority
Creates an EppCommandTransferXriAuthority object for transfering an XRI authority object based on its identifier
EppCommandTransferXriAuthority(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriAuthority
Creates an EppCommandTransferXriAuthority object for transfering an XRI authority object based on its identifier given a client transaction id associated with operation
EppCommandTransferXriAuthority(String, String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriAuthority
Creates an EppCommandTransferXriAuthority object for transfering an XRI authority object based on its identifier, a client transaction id associated with operation and with a transfer token
EppCommandTransferXriName - Class in com.neulevel.epp.xri.command
This EppCommandTransferXriName class implements EPP Command Transfer entity for EPP XRI I-Name objects.
EppCommandTransferXriName(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name
EppCommandTransferXriName(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name given a client transaction id associated with operation
EppCommandTransferXriName(String, String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name, a client transaction id associated with operation and with a transfer token
EppCommandTransferXriName(String, EppPeriod) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name, and an extended expiration period
EppCommandTransferXriName(String, EppPeriod, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name, with an extended expiration period and a client transaction id associated with operation
EppCommandTransferXriName(String, EppPeriod, String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandTransferXriName
Creates an EppCommandTransferXriName object for transfering an XRI i-name object based on its i-name, with an extended expiration period, a transfer token and a client transaction id associated with operation
EppCommandUpdate - Class in com.neulevel.epp.core.command
This EppCommandUpdate class implements EPP Command Update entity.
EppCommandUpdate() - Constructor for class com.neulevel.epp.core.command.EppCommandUpdate
 
EppCommandUpdateContact - Class in com.neulevel.epp.core.command
This EppCommandUpdateContact class implements EPP Command Update entity for EPP Contact objects.
EppCommandUpdateContact(String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateContact
Creates an EppCommandUpdateContact given the id of the contact
EppCommandUpdateContact(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateContact
Creates an EppCommandUpdateContact given the id of the contact and a client transaction id
EppCommandUpdateDomain - Class in com.neulevel.epp.core.command
This EppCommandUpdateDomain class implements EPP Command Update entity for EPP Domain objects.
EppCommandUpdateDomain(String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateDomain
Creates an EppCommandUpdateDomain given the name of the domain
EppCommandUpdateDomain(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateDomain
Creates an EppCommandUpdateDomain given the name of the domain and a client transaction id
EppCommandUpdateHost - Class in com.neulevel.epp.core.command
This EppCommandUpdateHost class implements EPP Command Update entity for EPP Host objects.
EppCommandUpdateHost(String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateHost
Creates an EppCommandUpdateHost given the name of the host
EppCommandUpdateHost(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateHost
Creates an EppCommandUpdateHost given the name of the host with a client transaction id associated with operation
EppCommandUpdateSecDns - Class in com.neulevel.epp.ext.command
This EppCommandUpdateSecDns class implements the EPP update command for EPP DNS Security Extension
EppCommandUpdateSecDns() - Constructor for class com.neulevel.epp.ext.command.EppCommandUpdateSecDns
Updates an EppCommandUpdateSecDns object
EppCommandUpdateSvcsub - Class in com.neulevel.epp.core.command
This EppCommandUpdateSvcsub class implements EPP Command Update entity for EPP Svcsub objects.
EppCommandUpdateSvcsub(String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Creates an EppCommandUpdateSvcsub given the id of the service subscription object
EppCommandUpdateSvcsub(String, String) - Constructor for class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Creates an EppCommandUpdateSvcsub given the id of service subscription object and the client transaction id
EppCommandUpdateXriAuthority - Class in com.neulevel.epp.xri.command
This EppCommandUpdateXriAuthority class implements EPP Command Update entity for EPP XRI Authority objects.
EppCommandUpdateXriAuthority(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriAuthority
Creates an EppCommandUpdateXriAuthority given the identifier of the XRI authority object
EppCommandUpdateXriAuthority(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriAuthority
Creates an EppCommandUpdateXriAuthority given the identifier of the XRI authority object and a client transaction id
EppCommandUpdateXriName - Class in com.neulevel.epp.xri.command
This EppCommandUpdateXriName class implements EPP Command Update entity for EPP XRI I-Name objects.
EppCommandUpdateXriName(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriName
Creates an EppCommandUpdateXriName given the i-name of the XRI i-name object
EppCommandUpdateXriName(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriName
Creates an EppCommandUpdateXriName given the i-name of the XRI i-name object and a client transaction id
EppCommandUpdateXriNumber - Class in com.neulevel.epp.xri.command
This EppCommandUpdateXriNumber class implements EPP Command Update entity for EPP XRI I-Number objects.
EppCommandUpdateXriNumber(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriNumber
Creates an EppCommandUpdateXriNumber given the i-number of the XRI i-number object
EppCommandUpdateXriNumber(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriNumber
Creates an EppCommandUpdateXriNumber given the i-number of the XRI i-number object and a client transaction id
EppCommandUpdateXriService - Class in com.neulevel.epp.xri.command
This EppCommandUpdateXriService class implements EPP Command Update entity for EPP XRI I-Service objects.
EppCommandUpdateXriService(String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriService
Creates an EppCommandUpdateXriService given the identifier of the XRI i-service object
EppCommandUpdateXriService(String, String) - Constructor for class com.neulevel.epp.xri.command.EppCommandUpdateXriService
Creates an EppCommandUpdateXriService given the identifiere of the XRI i-service object and a client transaction id
EppContact - Class in com.neulevel.epp.core
This EppContact class implements EPP Contact objects.
EppContact() - Constructor for class com.neulevel.epp.core.EppContact
Creates an EppContact object
EppContact(String) - Constructor for class com.neulevel.epp.core.EppContact
Creates an EppContact object with a client-supplied contact id
EppContactData - Class in com.neulevel.epp.core
This EppContactData class implements EPP Contact Postal Type for recording contact data.
EppContactData() - Constructor for class com.neulevel.epp.core.EppContactData
Creates an EppContactData object
EppContactData(String, EppAddress) - Constructor for class com.neulevel.epp.core.EppContactData
Creates an EppContactData object without organization value
EppContactData(String, String, EppAddress) - Constructor for class com.neulevel.epp.core.EppContactData
Creates an EppContactData object with organization name
EppContactDisclose - Class in com.neulevel.epp.core
This EppContactDisclose class implements EPP Contact DiscloseType for recording contact data privacy information.
EppContactDisclose() - Constructor for class com.neulevel.epp.core.EppContactDisclose
Creates an EppContactDisclose object, with all tag flags set to false and the disclose flag set to true
EppContactDisclose(boolean) - Constructor for class com.neulevel.epp.core.EppContactDisclose
Creates an EppContactDisclose object, with all tag flags set to the value specified, and the disclose flag set to true
EppContactDisclose(boolean, boolean) - Constructor for class com.neulevel.epp.core.EppContactDisclose
Creates an EppContactDisclose object, with all tag flags set and the disclose flag set to values specified
EppContactType - Class in com.neulevel.epp.core
This EppContactType class implements EPP Contact Type entity.
EppContactType(String) - Constructor for class com.neulevel.epp.core.EppContactType
Creates an EppContactType object with the id of a contact object
EppContactType(String, String) - Constructor for class com.neulevel.epp.core.EppContactType
Creates an EppContactType object with the id of a contact object and a type string
EppCreds - Class in com.neulevel.epp.core.command
This EppCreds class implements EPP credsType entity.
EppCreds(String, String) - Constructor for class com.neulevel.epp.core.command.EppCreds
Creates an EppCreds object, given the registrar client id and the password
EppCreds(String, String, String) - Constructor for class com.neulevel.epp.core.command.EppCreds
Creates an EppCreds object, given the registrar client id, the current password, and the new password
EppCredsOptions - Class in com.neulevel.epp.core.command
This EppCredsOptions class implements EPP credsOptionsType entity.
EppCredsOptions(String, String) - Constructor for class com.neulevel.epp.core.command.EppCredsOptions
Creates an EppCredsOptions object, given the version string and language id
EppDataCollectionPolicy - Class in com.neulevel.epp.core
This EppDataCollectionPolicy class implements EPP Data Collection Policy (DCP) entity.
EppDataCollectionPolicy() - Constructor for class com.neulevel.epp.core.EppDataCollectionPolicy
Creates an EppDataCollectionPolicy object
EppDataCollectionStatement - Class in com.neulevel.epp.core
This EppDataCollectionStatement class implements EPP Data Collection Statement for the Data Collection Policy (DCP) entity.
EppDataCollectionStatement() - Constructor for class com.neulevel.epp.core.EppDataCollectionStatement
Creates an EppDataCollectionStatement object
EppDomain - Class in com.neulevel.epp.core
This EppDomain class implements EPP Domain objects.
EppDomain() - Constructor for class com.neulevel.epp.core.EppDomain
Creates an EppDomain object
EppDomain(String) - Constructor for class com.neulevel.epp.core.EppDomain
Creates an EppDomain object with a domain name
EppE164 - Class in com.neulevel.epp.core
This EppE164 class implements EPP e164Type, which is the ITU E.164 format for telephone numbers, plus extension.
EppE164(String) - Constructor for class com.neulevel.epp.core.EppE164
Creates an EppE164 object without an extension
EppE164(String, String) - Constructor for class com.neulevel.epp.core.EppE164
Creates an EppE164 object with an extension
EppEntity - Class in com.neulevel.epp.core
The EppEntity class is the base class for all entities/objects defined for EPP.
EppEntity() - Constructor for class com.neulevel.epp.core.EppEntity
 
EppError - Class in com.neulevel.epp.core
This EppError class defines EPP result/error codes and messages.
EppError() - Constructor for class com.neulevel.epp.core.EppError
 
EppExtension - Class in com.neulevel.epp.ext
This EppExtension class implements EPP Extension entity.
EppExtension() - Constructor for class com.neulevel.epp.ext.EppExtension
 
EppGreeting - Class in com.neulevel.epp.core
This EppGreeting class implements EPP Greeting entity used in the EPP Protocol initialization.
EppGreeting() - Constructor for class com.neulevel.epp.core.EppGreeting
Creates an EppGreeting object with default setting
EppGreeting(String, EppServiceMenu) - Constructor for class com.neulevel.epp.core.EppGreeting
Creates an EppGreeting object, given a service identifier and a service menu, and a default data collection policy
EppGreeting(String, EppServiceMenu, EppDataCollectionPolicy) - Constructor for class com.neulevel.epp.core.EppGreeting
Creates an EppGreeting object, given a service identifier and a service menu, and a data collection policy
EppHello - Class in com.neulevel.epp.core
This EppHello class implements EPP Hello entity used in the EPP Protocol initialization.
EppHello() - Constructor for class com.neulevel.epp.core.EppHello
Creates an EppHello object
EppHost - Class in com.neulevel.epp.core
This EppHost class implements EPP Host objects.
EppHost() - Constructor for class com.neulevel.epp.core.EppHost
Creates an EppHost object
EppHost(String) - Constructor for class com.neulevel.epp.core.EppHost
Creates an EppHost object with a domain name
EppHostAttribute - Class in com.neulevel.epp.core
This EppHostAttribute class implements EPP hostAttrType entity that is used by EppDomain objects.
EppHostAttribute(String) - Constructor for class com.neulevel.epp.core.EppHostAttribute
Creates an EppHostAttribute object with a host name
EppHostAttribute(String, Vector) - Constructor for class com.neulevel.epp.core.EppHostAttribute
Creates an EppHostAttribute object with a host name and a list of EppIpAddress objects
EppIpAddress - Class in com.neulevel.epp.core
This EppIpAddress class implements EPP IP Address entity.
EppIpAddress(String) - Constructor for class com.neulevel.epp.core.EppIpAddress
Creates an EppAddress object with the default address type, "v4"
EppIpAddress(String, String) - Constructor for class com.neulevel.epp.core.EppIpAddress
Creates an EppAddress object with an address type, either "v4" (default) or "v6"
eppMessageSize - Static variable in class com.neulevel.epp.transport.EppMessageUtil
Property for handling the size of an EPP message.
EppMessageUtil - Class in com.neulevel.epp.transport
This EppSessionUtil class contains some utility methods for handling message exchanges between an EPP Server and an EPP Client.
EppMessageUtil() - Constructor for class com.neulevel.epp.transport.EppMessageUtil
 
EppObject - Class in com.neulevel.epp.core
This EppObject class is the base class for all objects registered in the registry via the EPP Protocol.
EppObject() - Constructor for class com.neulevel.epp.core.EppObject
 
EppParser - Class in com.neulevel.epp.core
This EppParser class is designed to parse and validate EPP XML messages against EPP XML Schema.
EppParser() - Constructor for class com.neulevel.epp.core.EppParser
Creates an EppParser object
EppParser(String) - Constructor for class com.neulevel.epp.core.EppParser
 
EppParser(String, String) - Constructor for class com.neulevel.epp.core.EppParser
Creates an EppParser object, given an EPP XML payload string and a URI in which XSD files may be found.
EppPeriod - Class in com.neulevel.epp.core
This EppPeriod class implements EPP Domain periodType entity.
EppPeriod(int, char) - Constructor for class com.neulevel.epp.core.EppPeriod
 
EppPollable - Interface in com.neulevel.epp.core
The EppPollable interface is designed for pollable EppEntity, such as EppCommandTransfer objects, that can be included as the data element in the response of an EPP Poll command.
EppResponse - Class in com.neulevel.epp.core.response
This EppResponse class implements EPP Response entity.
EppResponse() - Constructor for class com.neulevel.epp.core.response.EppResponse
 
EppResponseData - Class in com.neulevel.epp.core.response
This EppResponseData class implements EPP Response Data entity.
EppResponseData() - Constructor for class com.neulevel.epp.core.response.EppResponseData
 
EppResponseDataCheck - Class in com.neulevel.epp.core.response
This EppResponseDataCheck class implements EPP Response Data entity for EPP Command Check.
EppResponseDataCheck() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheck
 
EppResponseDataCheckContact - Class in com.neulevel.epp.core.response
This EppResponseDataCheckContact class implements EPP Response Data entity for EPP Command Check of EPP Contact objects.
EppResponseDataCheckContact() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheckContact
Checks an EppResponseDataCheckContact object
EppResponseDataCheckDomain - Class in com.neulevel.epp.core.response
This EppResponseDataCheckDomain class implements EPP Response Data entity for EPP Command Check of EPP Domain objects.
EppResponseDataCheckDomain() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheckDomain
Checks an EppResponseDataCheckDomain object
EppResponseDataCheckHost - Class in com.neulevel.epp.core.response
This EppResponseDataCheckHost class implements EPP Response Data entity for EPP Command Check of EPP Host objects.
EppResponseDataCheckHost() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheckHost
Checks an EppResponseDataCheckHost object
EppResponseDataCheckSvcsub - Class in com.neulevel.epp.core.response
This EppResponseDataCheckSvcsub class implements EPP Response Data entity for EPP Command Check of EPP Svcsub objects.
EppResponseDataCheckSvcsub() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheckSvcsub
Checks an EppResponseDataCheckSvcsub object
EppResponseDataCheckXriAuthority - Class in com.neulevel.epp.xri.response
This EppResponseDataCheckXriAuthority class implements EPP Response Data entity for EPP Command Check of EPP XRI Authority objects.
EppResponseDataCheckXriAuthority() - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCheckXriAuthority
Checks an EppResponseDataCheckXriAuthority object
EppResponseDataCheckXriName - Class in com.neulevel.epp.xri.response
This EppResponseDataCheckXriName class implements EPP Response Data entity for EPP Command Check of EPP XRI I-Name objects.
EppResponseDataCheckXriName() - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCheckXriName
Checks an EppResponseDataCheckXriName object
EppResponseDataCheckXriNumber - Class in com.neulevel.epp.xri.response
This EppResponseDataCheckXriNumber class implements EPP Response Data entity for EPP Command Check of EPP XRI I-Number objects.
EppResponseDataCheckXriNumber() - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCheckXriNumber
Checks an EppResponseDataCheckXriNumber object
EppResponseDataCheckXriService - Class in com.neulevel.epp.xri.response
This EppResponseDataCheckXriService class implements EPP Response Data entity for EPP Command Check of EPP XRI I-Service objects.
EppResponseDataCheckXriService() - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCheckXriService
Checks an EppResponseDataCheckXriService object
EppResponseDataCreate - Class in com.neulevel.epp.core.response
This EppResponseDataCreate class implements EPP Response Data entity for EPP Command Create.
EppResponseDataCreate() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreate
 
EppResponseDataCreateContact - Class in com.neulevel.epp.core.response
This EppResponseDataCreateContact class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.
EppResponseDataCreateContact(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateContact
Creates an EppResponseDataCreateContact object, given the contact id, with the current date as the creation date
EppResponseDataCreateContact(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateContact
Creates an EppResponseDataCreateContact object, given the contact id and the creation date
EppResponseDataCreateDomain - Class in com.neulevel.epp.core.response
This EppResponseDataCreateDomain class implements EPP Response Data entity for EPP Command Create of EPP Domain objects.
EppResponseDataCreateDomain(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Creates an EppResponseDataCreateDomain object
EppResponseDataCreateDomain(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Creates an EppResponseDataCreateDomain object
EppResponseDataCreateDomain(String, Calendar, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Creates an EppResponseDataCreateDomain object
EppResponseDataCreateDomain(String, String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateDomain(String, String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateHost - Class in com.neulevel.epp.core.response
This EppResponseDataCreateHost class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.
EppResponseDataCreateHost(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateHost
Creates an EppResponseDataCreateHost object
EppResponseDataCreateHost(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateHost
Creates an EppResponseDataCreateHost object
EppResponseDataCreateHost(String, String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateHost
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateSvcsub - Class in com.neulevel.epp.core.response
This EppResponseDataCreateSvcsub class implements EPP Response Data entity for EPP Command Create of EPP Svcsub objects.
EppResponseDataCreateSvcsub(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Creates an EppResponseDataCreateSvcsub object
EppResponseDataCreateSvcsub(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Creates an EppResponseDataCreateSvcsub object
EppResponseDataCreateSvcsub(String, Calendar, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Creates an EppResponseDataCreateSvcsub object
EppResponseDataCreateSvcsub(String, String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateSvcsub(String, String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateXriAuthority - Class in com.neulevel.epp.xri.response
This EppResponseDataCreateXriAuthority class implements EPP Response Data entity for EPP Command Create of EPP XRI Authority objects.
EppResponseDataCreateXriAuthority(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriAuthority
Creates an EppResponseDataCreateXriAuthority object, given the XRI authority identifier, with the current date as the creation date
EppResponseDataCreateXriAuthority(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriAuthority
Creates an EppResponseDataCreateXriAuthority object, given the XRI authority identifier and the creation date
EppResponseDataCreateXriName - Class in com.neulevel.epp.xri.response
This EppResponseDataCreateXriName class implements EPP Response Data entity for EPP Command Create of EPP XRI I-Name objects.
EppResponseDataCreateXriName(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriName
Creates an EppResponseDataCreateXriName object, with the current date as the creation date.
EppResponseDataCreateXriName(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriName
Creates an EppResponseDataCreateXriName object, given the i-name of the XRI i-name object, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriName(String, Calendar, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriName
Creates an EppResponseDataCreateXriName object, given the i-name of the XRI i-name object, a reference id, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriNumber - Class in com.neulevel.epp.xri.response
This EppResponseDataCreateXriNumber class implements EPP Response Data entity for EPP Command Create of EPP XRI I-Number objects.
EppResponseDataCreateXriNumber(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriNumber
Creates an EppResponseDataCreateXriNumber object, with the current date as the creation date.
EppResponseDataCreateXriNumber(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriNumber
Creates an EppResponseDataCreateXriNumber object, given the i-number of the XRI i-number object, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriNumber(String, String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriNumber
Creates an EppResponseDataCreateXriNumber object, given the i-number of the XRI i-number object, a reference id, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriNumber(String, String, Calendar, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriNumber
Creates an EppResponseDataCreateXriNumber object, given the i-number of the XRI i-number object, a reference id, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriService - Class in com.neulevel.epp.xri.response
This EppResponseDataCreateXriService class implements EPP Response Data entity for EPP Command Create of EPP XRI I-Service objects.
EppResponseDataCreateXriService(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriService
Creates an EppResponseDataCreateXriService object, with the current date as the creation date.
EppResponseDataCreateXriService(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriService
Creates an EppResponseDataCreateXriService object, given the identifier of the XRI i-service object, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriService(String, Calendar, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriService
Creates an EppResponseDataCreateXriService object, given the identifier of the XRI i-service object, a reference id, and an expiration date, with the current date as the creation date
EppResponseDataCreateXriService(String, String, Calendar, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataCreateXriService
Creates an EppResponseDataCreateXriService object, given the identifier of the XRI i-service object, a reference id, and an expiration date, with the current date as the creation date
EppResponseDataInfo - Class in com.neulevel.epp.core.response
This EppResponseDataInfo class implements EPP Response Data entity for EPP Command Info.
EppResponseDataInfo(EppObject) - Constructor for class com.neulevel.epp.core.response.EppResponseDataInfo
Creates an EppResponseDataInfo object
EppResponseDataInfoSecDns - Class in com.neulevel.epp.ext.response
This EppResponseDataInfoSecDns class implements the EPP info response for EPP DNS Security Extension
EppResponseDataInfoSecDns() - Constructor for class com.neulevel.epp.ext.response.EppResponseDataInfoSecDns
Creates an EppResponseDataInfoSecDns object
EppResponseDataPending - Class in com.neulevel.epp.core.response
This EppResponseDataPending class implements EPP Response Data entity for EPP Pending Actions on EPP objects.
EppResponseDataPending() - Constructor for class com.neulevel.epp.core.response.EppResponseDataPending
 
EppResponseDataPendingContact - Class in com.neulevel.epp.core.response
This EppResponseDataPendingContact class implements EPP Response Data entity for EPP Pending Actions of EPP Contact objects.
EppResponseDataPendingContact(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingContact
Creates an EppResponseDataPendingContact object
EppResponseDataPendingContact(String, boolean) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingContact
Creates an EppResponseDataPendingContact object
EppResponseDataPendingDomain - Class in com.neulevel.epp.core.response
This EppResponseDataPendingDomain class implements EPP Response Data entity for EPP Pending Actions of EPP Domain objects.
EppResponseDataPendingDomain(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingDomain
Creates an EppResponseDataPendingDomain object
EppResponseDataPendingDomain(String, boolean) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingDomain
Creates an EppResponseDataPendingDomain object
EppResponseDataPendingHost - Class in com.neulevel.epp.core.response
This EppResponseDataPendingHost class implements EPP Response Data entity for EPP Pending Actions of EPP Host objects.
EppResponseDataPendingHost(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingHost
Creates an EppResponseDataPendingHost object
EppResponseDataPendingHost(String, boolean) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingHost
Creates an EppResponseDataPendingHost object
EppResponseDataPendingSvcsub - Class in com.neulevel.epp.core.response
This EppResponseDataPendingSvcsub class implements EPP Response Data entity for EPP Pending Actions of EPP Svcsub objects.
EppResponseDataPendingSvcsub(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingSvcsub
Creates an EppResponseDataPendingSvcsub object.
EppResponseDataPendingSvcsub(String, boolean) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPendingSvcsub
Creates an EppResponseDataPendingSvcsub object.
EppResponseDataPendingXriAuthority - Class in com.neulevel.epp.xri.response
This EppResponseDataPendingXriAuthority class implements EPP Response Data entity for EPP Pending Actions of EPP XRI Authority objects.
EppResponseDataPendingXriAuthority(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriAuthority
Creates an EppResponseDataPendingXriAuthority object
EppResponseDataPendingXriAuthority(String, boolean) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriAuthority
Creates an EppResponseDataPendingXriAuthority object
EppResponseDataPendingXriName - Class in com.neulevel.epp.xri.response
This EppResponseDataPendingXriName class implements EPP Response Data entity for EPP Pending Actions of EPP XRI I-Name objects.
EppResponseDataPendingXriName(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriName
Creates an EppResponseDataPendingXriName object
EppResponseDataPendingXriName(String, boolean) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriName
Creates an EppResponseDataPendingXriName object
EppResponseDataPendingXriNumber - Class in com.neulevel.epp.xri.response
This EppResponseDataPendingXriNumber class implements EPP Response Data entity for EPP Pending Actions of EPP XRI I-Number objects.
EppResponseDataPendingXriNumber(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriNumber
Creates an EppResponseDataPendingXriNumber object
EppResponseDataPendingXriNumber(String, boolean) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriNumber
Creates an EppResponseDataPendingXriNumber object
EppResponseDataPendingXriService - Class in com.neulevel.epp.xri.response
This EppResponseDataPendingXriService class implements EPP Response Data entity for EPP Pending Actions of EPP XRI I-Service objects.
EppResponseDataPendingXriService(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriService
Creates an EppResponseDataPendingXriService object
EppResponseDataPendingXriService(String, boolean) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataPendingXriService
Creates an EppResponseDataPendingXriService object
EppResponseDataPoll - Class in com.neulevel.epp.core.response
This EppResponseDataPoll class implements EPP Response Data entity for EPP Command Poll.
EppResponseDataPoll(EppPollable) - Constructor for class com.neulevel.epp.core.response.EppResponseDataPoll
Creates an EppResponseDataPoll object
EppResponseDataRenew - Class in com.neulevel.epp.core.response
This EppResponseDataRenew class implements EPP Response Data entity for EPP Command Renew on EPP objects.
EppResponseDataRenew() - Constructor for class com.neulevel.epp.core.response.EppResponseDataRenew
 
EppResponseDataRenewDomain - Class in com.neulevel.epp.core.response
This EppResponseDataRenewDomain class implements EPP Response Data entity for EPP Command Renew of EPP Domain objects.
EppResponseDataRenewDomain(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataRenewDomain
Creates an EppResponseDataRenewDomain object
EppResponseDataRenewDomain(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataRenewDomain
Creates an EppResponseDataRenewDomain object
EppResponseDataRenewSvcsub - Class in com.neulevel.epp.core.response
This EppResponseDataRenewSvcsub class implements EPP Response Data entity for EPP Command Renew of EPP Svcsub objects.
EppResponseDataRenewSvcsub(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataRenewSvcsub
Creates an EppResponseDataRenewSvcsub object
EppResponseDataRenewSvcsub(String, Calendar) - Constructor for class com.neulevel.epp.core.response.EppResponseDataRenewSvcsub
Creates an EppResponseDataRenewSvcsub object
EppResponseDataRenewXriName - Class in com.neulevel.epp.xri.response
This EppResponseDataRenewXriName class implements EPP Response Data entity for EPP Command Renew of EPP XRI I-Name objects.
EppResponseDataRenewXriName(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriName
Creates an EppResponseDataRenewXriName object
EppResponseDataRenewXriName(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriName
Creates an EppResponseDataRenewXriName object
EppResponseDataRenewXriNumber - Class in com.neulevel.epp.xri.response
This EppResponseDataRenewXriNumber class implements EPP Response Data entity for EPP Command Renew of EPP XRI I-Number objects.
EppResponseDataRenewXriNumber(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriNumber
Creates an EppResponseDataRenewXriNumber object
EppResponseDataRenewXriNumber(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriNumber
Creates an EppResponseDataRenewXriNumber object
EppResponseDataRenewXriService - Class in com.neulevel.epp.xri.response
This EppResponseDataRenewXriService class implements EPP Response Data entity for EPP Command Renew of EPP XRI I-Service objects.
EppResponseDataRenewXriService(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriService
Creates an EppResponseDataRenewXriService object
EppResponseDataRenewXriService(String, Calendar) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataRenewXriService
Creates an EppResponseDataRenewXriService object
EppResponseDataTransfer - Class in com.neulevel.epp.core.response
This EppResponseDataTransfer class implements EPP Response Data entity for EPP Command Transfer.
EppResponseDataTransfer() - Constructor for class com.neulevel.epp.core.response.EppResponseDataTransfer
 
EppResponseDataTransferContact - Class in com.neulevel.epp.core.response
This EppResponseDataTransferContact class implements EPP Response Data entity for EPP Command Transfer of EPP Contact objects.
EppResponseDataTransferContact(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataTransferContact
Creates an EppResponseDataTransferContact object given a contact id
EppResponseDataTransferDomain - Class in com.neulevel.epp.core.response
This EppResponseDataTransferDomain class implements EPP Response Data entity for EPP Command Transfer of EPP Domain objects.
EppResponseDataTransferDomain(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataTransferDomain
Creates an EppResponseDataTransferDomain object
EppResponseDataTransferSvcsub - Class in com.neulevel.epp.core.response
This EppResponseDataTransferSvcsub class implements EPP Response Data entity for EPP Command Transfer of EPP Svcsub objects.
EppResponseDataTransferSvcsub(String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataTransferSvcsub
Creates an EppResponseDataTransferSvcsub object
EppResponseDataTransferXriAuthority - Class in com.neulevel.epp.xri.response
This EppResponseDataTransferXriAuthority class implements EPP Response Data entity for EPP Command Transfer of EPP XRI Authority objects.
EppResponseDataTransferXriAuthority(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataTransferXriAuthority
Creates an EppResponseDataTransferXriAuthority object given the identifier of an XRI authority object to be transferred
EppResponseDataTransferXriName - Class in com.neulevel.epp.xri.response
This EppResponseDataTransferXriName class implements EPP Response Data entity for EPP Command Transfer of EPP XRI I-Name objects.
EppResponseDataTransferXriName(String) - Constructor for class com.neulevel.epp.xri.response.EppResponseDataTransferXriName
Creates an EppResponseDataTransferXriName object given the i-name of an XRI i-name object to be transferred
EppResult - Class in com.neulevel.epp.core.response
This EppResult class implements EPP Result entity.
EppResult() - Constructor for class com.neulevel.epp.core.response.EppResult
Creates an EppResult object
EppResult(int) - Constructor for class com.neulevel.epp.core.response.EppResult
Creates an EppResult object
EppResult(int, String) - Constructor for class com.neulevel.epp.core.response.EppResult
Creates an EppResult object
EppResult(int, String, String) - Constructor for class com.neulevel.epp.core.response.EppResult
Creates an EppResult object
EppResultMessage - Class in com.neulevel.epp.core.response
This EppResultMessage class implements EPP Result Message entity.
EppResultMessage(String) - Constructor for class com.neulevel.epp.core.response.EppResultMessage
Creates an EppResultMessage object
EppResultMessage(String, String) - Constructor for class com.neulevel.epp.core.response.EppResultMessage
Creates an EppResultMessage object
EppResultMessage(String, String, String) - Constructor for class com.neulevel.epp.core.response.EppResultMessage
Creates an EppResultMessage object
EppSecDnsDsData - Class in com.neulevel.epp.ext
This EppSecDnsDsData class implements DS data specified in the EPP DNS Security extension, defined by IETF Draft: draft-hollenbeck-epp-secdns-04.txt, with the following modifications: The XML schema file has been modified to handle DS data only The XML schema file has been modified to allow additions of new DS data
EppSecDnsDsData() - Constructor for class com.neulevel.epp.ext.EppSecDnsDsData
Creates an EppSecDnsDsData object
EppServiceMenu - Class in com.neulevel.epp.core
This EppServiceMenu class implements EPP svcMenuType entity.
EppServiceMenu() - Constructor for class com.neulevel.epp.core.EppServiceMenu
Creates an EppServiceMenu object
EppSession - Class in com.neulevel.epp.transport
This EppSession class is designed to handle a session connected to the EPP Server.
EppSession() - Constructor for class com.neulevel.epp.transport.EppSession
 
EppSessionTcp - Class in com.neulevel.epp.transport.tcp
This EppSessionTcp is designed to handle a channel connection to the EPP server via TCP/TLS.
EppSessionTcp() - Constructor for class com.neulevel.epp.transport.tcp.EppSessionTcp
Creates an EppSessionTcp object, which will use TLS as the transport layer security protocol.
EppSessionTcp(boolean) - Constructor for class com.neulevel.epp.transport.tcp.EppSessionTcp
Creates an EppSessionTcp object, given a flag indicating if TLS should be used as the transport layer security protocol.
EppStatus - Class in com.neulevel.epp.core
This EppStatus class implements EPP Status entity.
EppStatus() - Constructor for class com.neulevel.epp.core.EppStatus
Creates an EppStatus object, with default status as "ok" and language as "en"
EppStatus(String) - Constructor for class com.neulevel.epp.core.EppStatus
Creates an EppStatus object with a status code
EppStatus(String, String, String) - Constructor for class com.neulevel.epp.core.EppStatus
Creates an EppStatus object with a status code, and a descriptive message
EppSvcsub - Class in com.neulevel.epp.core
This EppSvcsub class implements EPP Svcsub objects.
EppSvcsub() - Constructor for class com.neulevel.epp.core.EppSvcsub
Creates an EppSvcsub object
EppSvcsub(String) - Constructor for class com.neulevel.epp.core.EppSvcsub
Creates an EppSvcsub object with a service subscription id
EppSvcsub(String, String) - Constructor for class com.neulevel.epp.core.EppSvcsub
Creates an EppSvcsub object with a service subscription id and service name
EppSvcsubParam - Class in com.neulevel.epp.core
This EppSvcsubParam class implements EPP Svcsub Param entity.
EppSvcsubParam(String) - Constructor for class com.neulevel.epp.core.EppSvcsubParam
Creates an EppSvcsubParam object with the name of a parameter
EppSvcsubParam(String, String) - Constructor for class com.neulevel.epp.core.EppSvcsubParam
Creates an EppSvcsubParam object with the name of a parameter and a value string
EppTransactionId - Class in com.neulevel.epp.core
This EppTransactionId class implements EPP trIDType entity.
EppTransactionId(String) - Constructor for class com.neulevel.epp.core.EppTransactionId
Creates an EppTransactionId object, given only service transaction id
EppTransactionId(String, String) - Constructor for class com.neulevel.epp.core.EppTransactionId
Creates an EppTransactionId object, given the client transaction id and service transaction id
EppUnspec - Class in com.neulevel.epp.core
This EppUnspec class implements EPP unspecType objects defined in EPP-04.
EppUnspec() - Constructor for class com.neulevel.epp.core.EppUnspec
Creates an EppUnspec object
EppUnspec(String) - Constructor for class com.neulevel.epp.core.EppUnspec
Creates an EppUnspec object with a value
EppUtil - Class in com.neulevel.epp.core
This EppUtil class implements some utility methods used by various components in the EPP implementation.
EppUtil() - Constructor for class com.neulevel.epp.core.EppUtil
 
EppValueReason - Class in com.neulevel.epp.core.response
This EppValueReason class implements EPP value/reason for error diagnostic information.
EppValueReason() - Constructor for class com.neulevel.epp.core.response.EppValueReason
Creates an EppValueReason object
EppValueReason(String, String) - Constructor for class com.neulevel.epp.core.response.EppValueReason
Creates an EppValueReason object with a string value and a reason text
EppValueReason(String, String, String) - Constructor for class com.neulevel.epp.core.response.EppValueReason
Creates an EppValueReason object with a string value, a reason text and its language code
EppXriAuthority - Class in com.neulevel.epp.xri
This EppXriAuthority class implements EPP XRI Authority objects.
EppXriAuthority() - Constructor for class com.neulevel.epp.xri.EppXriAuthority
Creates an EppXriAuthority object
EppXriAuthority(String) - Constructor for class com.neulevel.epp.xri.EppXriAuthority
Creates an EppXriAuthority object with an XRI authority identifier
EppXriCanonicalEquivID - Class in com.neulevel.epp.xri
This EppXriCanonicalEquivID class defines CanonicalEquivID information associated with XRI authority objects.
EppXriCanonicalEquivID() - Constructor for class com.neulevel.epp.xri.EppXriCanonicalEquivID
Creates an EppXriCanonicalEquivID object
EppXriCanonicalEquivID(String) - Constructor for class com.neulevel.epp.xri.EppXriCanonicalEquivID
Creates an EppXriCanonicalEquivID object with an CanonicalEquivID.
EppXriCanonicalEquivID(String, int) - Constructor for class com.neulevel.epp.xri.EppXriCanonicalEquivID
Creates an EppXriCanonicalEquivID object with a CanonicalEquivID and a priority value
EppXriName - Class in com.neulevel.epp.xri
This EppXriName class implements EPP XRI I-Name objects.
EppXriName() - Constructor for class com.neulevel.epp.xri.EppXriName
Creates an EppXriName object
EppXriName(String) - Constructor for class com.neulevel.epp.xri.EppXriName
Creates an EppXriName object with an XRI i-name
EppXriNumber - Class in com.neulevel.epp.xri
This EppXriNumber class implements EPP XRI I-Number objects.
EppXriNumber() - Constructor for class com.neulevel.epp.xri.EppXriNumber
Creates an EppXriNumber object
EppXriNumber(String) - Constructor for class com.neulevel.epp.xri.EppXriNumber
Creates an EppXriNumber object with an XRI i-number
EppXriNumberAttribute - Class in com.neulevel.epp.xri
This EppXriNumberAttribute class defines i-numbers information associated with XRI authority objects.
EppXriNumberAttribute() - Constructor for class com.neulevel.epp.xri.EppXriNumberAttribute
Creates an EppXriNumberAttribute object
EppXriNumberAttribute(String, int) - Constructor for class com.neulevel.epp.xri.EppXriNumberAttribute
Creates an EppXriNumberAttribute object with an identifier
EppXriRedirect - Class in com.neulevel.epp.xri
This EppXriRedirect class defines Redirect information associated with XRI authority objects.
EppXriRedirect() - Constructor for class com.neulevel.epp.xri.EppXriRedirect
Creates an EppXriRedirect object
EppXriRedirect(String) - Constructor for class com.neulevel.epp.xri.EppXriRedirect
Creates an EppXriRedirect object with an Redirect.
EppXriRedirect(String, int) - Constructor for class com.neulevel.epp.xri.EppXriRedirect
Creates an EppXriRedirect object with a Redirect and a priority value
EppXriRef - Class in com.neulevel.epp.xri
This EppXriRef class defines Ref information associated with XRI authority objects.
EppXriRef() - Constructor for class com.neulevel.epp.xri.EppXriRef
Creates an EppXriRef object
EppXriRef(String) - Constructor for class com.neulevel.epp.xri.EppXriRef
Creates an EppXriRef object with a Ref
EppXriRef(String, int) - Constructor for class com.neulevel.epp.xri.EppXriRef
Creates an EppXriRef object with a Ref and a priority value
EppXriService - Class in com.neulevel.epp.xri
This EppXriService class implements EPP XRI I-Service objects.
EppXriService() - Constructor for class com.neulevel.epp.xri.EppXriService
Creates an EppXriService object
EppXriService(String) - Constructor for class com.neulevel.epp.xri.EppXriService
Creates an EppXriService object with an XRI i-service identifier
EppXriServiceEndpoint - Class in com.neulevel.epp.xri
This EppXriServiceEndpoint class defines a service endpoint associated with XRI authority objects.
EppXriServiceEndpoint() - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpoint
Creates an EppXriServiceEndpoint object
EppXriServiceEndpoint(String) - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpoint
Creates an EppXriServiceEndpoint object with an identifier
EppXriServiceEndpointMediaType - Class in com.neulevel.epp.xri
This EppXriServiceEndpointMediaType class encapsulates the EPP XRI Authority ServiceEndpoint MediaType as defined in the XRI Authority XML Schema type sepMediaTypeType.
EppXriServiceEndpointMediaType() - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointMediaType
Creates a default EppXriServiceEndpointMediaType object
EppXriServiceEndpointMediaType(String, String, Boolean) - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointMediaType
Creates an EppXriServiceEndpointMediaType object with the specified fields
EppXriServiceEndpointPath - Class in com.neulevel.epp.xri
This EppXriServiceEndpointPath class encapsulates the EPP XRI Authority ServiceEndpoint Type as defined in the XRI Authority XML Schema type sepPathType.
EppXriServiceEndpointPath() - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointPath
Creates a default EppXriServiceEndpointPath object
EppXriServiceEndpointPath(String, String, Boolean) - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointPath
Creates an EppXriServiceEndpointPath object with the specified fields
EppXriServiceEndpointRule - Class in com.neulevel.epp.xri
This EppXriServiceEndpointRule abstract class encapsulates the common EPP XRI Authority ServiceEndpoint rules (Type, MediaType and Path).
EppXriServiceEndpointRule() - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointRule
Creates a default EppXriServiceEndpointRule object
EppXriServiceEndpointRule(String, String, Boolean) - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointRule
Creates a default EppXriServiceEndpointRule object with the given value
EppXriServiceEndpointType - Class in com.neulevel.epp.xri
This EppXriServiceEndpointType class encapsulates the EPP XRI Authority ServiceEndpoint Type as defined in the XRI Authority XML Schema type sepTypeType.
EppXriServiceEndpointType() - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointType
Creates a default EppXriServiceEndpointType object
EppXriServiceEndpointType(String, String, Boolean) - Constructor for class com.neulevel.epp.xri.EppXriServiceEndpointType
Creates an EppXriServiceEndpointType object with the specified fields
EppXriSocialData - Class in com.neulevel.epp.xri
This EppXriSocialData class defines social information associated with XRI authority objects.
EppXriSocialData() - Constructor for class com.neulevel.epp.xri.EppXriSocialData
Creates an EppXriSocialData object
EppXriSynonym - Class in com.neulevel.epp.xri
This EppXriSynonym class defines a synonym element with a priority attribute.
EppXriSynonym() - Constructor for class com.neulevel.epp.xri.EppXriSynonym
Creates an EppXriSynonym object
EppXriSynonym(String) - Constructor for class com.neulevel.epp.xri.EppXriSynonym
Creates an EppXriSynonym object with an Synonym.
EppXriSynonym(String, int) - Constructor for class com.neulevel.epp.xri.EppXriSynonym
Creates an EppXriSynonym object with a Synonym and a priority value
EppXriTrustee - Class in com.neulevel.epp.xri
This EppXriTrustee class defines trustee information associated with XRI authority objects.
EppXriTrustee() - Constructor for class com.neulevel.epp.xri.EppXriTrustee
Creates an EppXriTrustee object
EppXriURI - Class in com.neulevel.epp.xri
This EppXriURI class defines URI information associated with XRI authority objects.
EppXriURI() - Constructor for class com.neulevel.epp.xri.EppXriURI
Creates an EppXriURI object
EppXriURI(String) - Constructor for class com.neulevel.epp.xri.EppXriURI
Creates an EppXriURI object with a URI
EppXriURI(String, int) - Constructor for class com.neulevel.epp.xri.EppXriURI
Creates an EppXriURI object with a URI and a priority value
EppXriURI(String, int, String) - Constructor for class com.neulevel.epp.xri.EppXriURI
Creates an EppXriURI object with a URI, a priority value and an append value.
error(SAXParseException) - Method in class com.neulevel.epp.core.EppParser
 
exDate - Variable in class com.neulevel.epp.core.EppObject
The timestamp when the EPP Object is set to be expired.
exDate - Variable in class com.neulevel.epp.core.response.EppResponseDataRenew
The new expiration date of the object after it is renewed
exDate - Variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
The new expiration date of the EPP Object after transfer, if any
extension - Variable in class com.neulevel.epp.core.command.EppCommand
Any extension data associated with the EPP Command (optional)
extURI - Variable in class com.neulevel.epp.core.EppServiceMenu
The svcExtension object URI list of the EPP Service Menu (EPP-1.0).

EPP 0.4.9
A B C D E F G H I K L M N O P R S T U V W X
Copyright © 2001-2006 NeuStar, Inc. All Rights Reserved.