EPP 0.2.5
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 com.neulevel.epp.core.EppAddress.
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, String) - Constructor for class com.neulevel.epp.core.EppAddress
Creates an EppAddress object with full address information
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
EppAuthInfo - class com.neulevel.epp.core.EppAuthInfo.
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 com.neulevel.epp.transport.EppChannel.
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 com.neulevel.epp.transport.tcp.EppChannelTcp.
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 com.neulevel.epp.core.command.EppCommand.
This EppCommand class implements EPP Command entity.
EppCommand() - Constructor for class com.neulevel.epp.core.command.EppCommand
 
EppCommandCheck - class com.neulevel.epp.core.command.EppCommandCheck.
This EppCommandCheck class implements EPP Command Check entity.
EppCommandCheck() - Constructor for class com.neulevel.epp.core.command.EppCommandCheck
 
EppCommandCheckContact - class com.neulevel.epp.core.command.EppCommandCheckContact.
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 com.neulevel.epp.core.command.EppCommandCheckDomain.
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 com.neulevel.epp.core.command.EppCommandCheckHost.
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 com.neulevel.epp.core.command.EppCommandCheckSvcsub.
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
EppCommandCreate - class com.neulevel.epp.core.command.EppCommandCreate.
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
EppCommandDelete - class com.neulevel.epp.core.command.EppCommandDelete.
This EppCommandDelete class implements EPP Command Delete entity.
EppCommandDelete() - Constructor for class com.neulevel.epp.core.command.EppCommandDelete
 
EppCommandDeleteContact - class com.neulevel.epp.core.command.EppCommandDeleteContact.
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 com.neulevel.epp.core.command.EppCommandDeleteDomain.
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 com.neulevel.epp.core.command.EppCommandDeleteHost.
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 com.neulevel.epp.core.command.EppCommandDeleteSvcsub.
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
EppCommandInfo - class com.neulevel.epp.core.command.EppCommandInfo.
This EppCommandInfo class implements EPP Command Info entity.
EppCommandInfo() - Constructor for class com.neulevel.epp.core.command.EppCommandInfo
 
EppCommandInfoContact - class com.neulevel.epp.core.command.EppCommandInfoContact.
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 com.neulevel.epp.core.command.EppCommandInfoDomain.
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 com.neulevel.epp.core.command.EppCommandInfoHost.
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 com.neulevel.epp.core.command.EppCommandInfoSvcsub.
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
EppCommandLogin - class com.neulevel.epp.core.command.EppCommandLogin.
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 com.neulevel.epp.core.command.EppCommandLogout.
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 com.neulevel.epp.core.command.EppCommandPoll.
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 com.neulevel.epp.core.command.EppCommandRenew.
This EppCommandRenew class implements EPP Command Renew entity.
EppCommandRenew() - Constructor for class com.neulevel.epp.core.command.EppCommandRenew
 
EppCommandRenewDomain - class com.neulevel.epp.core.command.EppCommandRenewDomain.
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, 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
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, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewDomain
Creates an EppCommandRenewDomain object with a client transaction id associated with the operation.
EppCommandRenewSvcsub - class com.neulevel.epp.core.command.EppCommandRenewSvcsub.
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, 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
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, String) - Constructor for class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Creates an EppCommandRenewSvcsub object with a client transaction id associated with the operation.
EppCommandTransfer - class com.neulevel.epp.core.command.EppCommandTransfer.
This EppCommandTransfer class implements EPP Command Transfer entity.
EppCommandTransfer() - Constructor for class com.neulevel.epp.core.command.EppCommandTransfer
 
EppCommandTransferContact - class com.neulevel.epp.core.command.EppCommandTransferContact.
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 com.neulevel.epp.core.command.EppCommandTransferDomain.
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, 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
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
EppCommandTransferSvcsub - class com.neulevel.epp.core.command.EppCommandTransferSvcsub.
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, 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
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
EppCommandUpdate - class com.neulevel.epp.core.command.EppCommandUpdate.
This EppCommandUpdate class implements EPP Command Update entity.
EppCommandUpdate() - Constructor for class com.neulevel.epp.core.command.EppCommandUpdate
 
EppCommandUpdateContact - class com.neulevel.epp.core.command.EppCommandUpdateContact.
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 com.neulevel.epp.core.command.EppCommandUpdateDomain.
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 com.neulevel.epp.core.command.EppCommandUpdateHost.
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
EppCommandUpdateSvcsub - class com.neulevel.epp.core.command.EppCommandUpdateSvcsub.
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
EppContact - class com.neulevel.epp.core.EppContact.
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 com.neulevel.epp.core.EppContactData.
This EppContactData class implements EPP Contact postalType 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
EppContactType - class com.neulevel.epp.core.EppContactType.
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 com.neulevel.epp.core.command.EppCreds.
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 com.neulevel.epp.core.command.EppCredsOptions.
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
EppDomain - class com.neulevel.epp.core.EppDomain.
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 com.neulevel.epp.core.EppE164.
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 com.neulevel.epp.core.EppEntity.
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 com.neulevel.epp.core.EppError.
This EppError class defines EPP result/error codes and messages.
EppError() - Constructor for class com.neulevel.epp.core.EppError
 
EppGreeting - class com.neulevel.epp.core.EppGreeting.
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
EppHello - class com.neulevel.epp.core.EppHello.
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 com.neulevel.epp.core.EppHost.
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
EppIpAddress - class com.neulevel.epp.core.EppIpAddress.
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"
EppMessageUtil - class com.neulevel.epp.transport.EppMessageUtil.
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 com.neulevel.epp.core.EppObject.
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 com.neulevel.epp.core.EppParser.
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
Creates an EppParser object, given an EPP XML payload string
EppPeriod - class com.neulevel.epp.core.EppPeriod.
This EppPeriod class implements EPP Domain periodType entity.
EppPeriod(int, char) - Constructor for class com.neulevel.epp.core.EppPeriod
 
EppPollable - interface com.neulevel.epp.core.EppPollable.
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 com.neulevel.epp.core.response.EppResponse.
This EppResponse class implements EPP Response entity.
EppResponse() - Constructor for class com.neulevel.epp.core.response.EppResponse
 
EppResponseData - class com.neulevel.epp.core.response.EppResponseData.
This EppResponseData class implements EPP Response Data entity.
EppResponseData() - Constructor for class com.neulevel.epp.core.response.EppResponseData
 
EppResponseDataCheck - class com.neulevel.epp.core.response.EppResponseDataCheck.
This EppResponseDataCheck class implements EPP Response Data entity for EPP Command Check.
EppResponseDataCheck() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCheck
 
EppResponseDataCheckContact - class com.neulevel.epp.core.response.EppResponseDataCheckContact.
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 com.neulevel.epp.core.response.EppResponseDataCheckDomain.
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 com.neulevel.epp.core.response.EppResponseDataCheckHost.
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 com.neulevel.epp.core.response.EppResponseDataCheckSvcsub.
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
EppResponseDataCreate - class com.neulevel.epp.core.response.EppResponseDataCreate.
This EppResponseDataCreate class implements EPP Response Data entity for EPP Command Create.
EppResponseDataCreate() - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreate
 
EppResponseDataCreateContact - class com.neulevel.epp.core.response.EppResponseDataCreateContact.
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
EppResponseDataCreateDomain - class com.neulevel.epp.core.response.EppResponseDataCreateDomain.
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, 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 com.neulevel.epp.core.response.EppResponseDataCreateHost.
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, String) - Constructor for class com.neulevel.epp.core.response.EppResponseDataCreateHost
Deprecated. for EPP-04 (06/29/2001)
EppResponseDataCreateSvcsub - class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub.
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, 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)
EppResponseDataInfo - class com.neulevel.epp.core.response.EppResponseDataInfo.
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
EppResponseDataPoll - class com.neulevel.epp.core.response.EppResponseDataPoll.
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
EppResponseDataTransfer - class com.neulevel.epp.core.response.EppResponseDataTransfer.
This EppResponseDataTransfer class implements EPP Response Data entity for EPP Command Transfer.
EppResponseDataTransfer() - Constructor for class com.neulevel.epp.core.response.EppResponseDataTransfer
 
EppResponseDataTransferContact - class com.neulevel.epp.core.response.EppResponseDataTransferContact.
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 com.neulevel.epp.core.response.EppResponseDataTransferDomain.
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 com.neulevel.epp.core.response.EppResponseDataTransferSvcsub.
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
EppResult - class com.neulevel.epp.core.response.EppResult.
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 com.neulevel.epp.core.response.EppResultMessage.
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
EppServiceMenu - class com.neulevel.epp.core.EppServiceMenu.
This EppServiceMenu class implements EPP svcMenuType entity.
EppServiceMenu() - Constructor for class com.neulevel.epp.core.EppServiceMenu
Creates an EppServiceMenu object
EppSession - class com.neulevel.epp.transport.EppSession.
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 com.neulevel.epp.transport.tcp.EppSessionTcp.
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 com.neulevel.epp.core.EppStatus.
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 com.neulevel.epp.core.EppSvcsub.
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 com.neulevel.epp.core.EppSvcsubParam.
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 com.neulevel.epp.core.EppTransactionId.
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 com.neulevel.epp.core.EppUnspec.
The EppUnspec class implement EPP unspecType objects.
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 com.neulevel.epp.core.EppUtil.
The EppUtil class implements some utility methods used by various components in the EPP implementation.
EppUtil() - Constructor for class com.neulevel.epp.core.EppUtil
 
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.EppResponseDataTransfer
The new expiration date of the EPP Object after transfer, if any

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