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

S

send(EppCommand) - Method in class com.neulevel.epp.transport.EppChannel
Sends an EppCommand object to the EPP Server and gets an EppResponse object back from the EPP Server
send(EppCommand) - Method in class com.neulevel.epp.transport.tcp.EppChannelTcp
Sends an EppCommand object to the EPP Server and gets an EppResponse object back from the EPP Server
send(Socket, String) - Static method in class com.neulevel.epp.transport.EppMessageUtil
Sends a string over a socket and reads a string back from the socket
setActionClientId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransfer
Sets the id of the client that should act upon the transfer request
setActionDate(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataTransfer
Sets the date that the transfer request is required to be acted upon before an automated response action taken place by the server, if the request status is still pending; or the date that the request was completed.
setAddress(EppAddress) - Method in class com.neulevel.epp.core.EppContactData
Sets the address of the contact
setAddress(String) - Method in class com.neulevel.epp.core.EppIpAddress
Sets the IP address
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.EppObject
Sets the authorization info of the EppObject
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandDeleteSvcsub
Sets the authorization info for the delete operation
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Sets the authorization info for the renew operation
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandInfoSvcsub
Sets the authorization info for the query operation
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandTransfer
Sets the authorization info for the transfer operation
setAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Sets the authorization info for the update operation
setCity(String) - Method in class com.neulevel.epp.core.EppAddress
Sets the city string
setClientId(String) - Method in class com.neulevel.epp.core.EppObject
Sets the id of the registrar client sponsering the EppObject
setClientId(String) - Method in class com.neulevel.epp.core.command.EppCreds
Sets registrar client id
setClientIdCreated(String) - Method in class com.neulevel.epp.core.EppObject
Sets the id of the registrar client creating the EppObject initially
setClientIdUpdated(String) - Method in class com.neulevel.epp.core.EppObject
Sets the id of the registrar client updating the EppObject most recently
setClientTransactionId(String) - Method in class com.neulevel.epp.core.EppTransactionId
Sets client transaction id
setClientTransactionId(String) - Method in class com.neulevel.epp.core.command.EppCommand
Sets transaction id from the registrar client
setCode(int) - Method in class com.neulevel.epp.core.response.EppResult
Sets result code
setContactDataAscii(EppContactData) - Method in class com.neulevel.epp.core.EppContact
Sets the contact data in ascii encoding
setContactDataI15d(EppContactData) - Method in class com.neulevel.epp.core.EppContact
Sets the contact data in native encoding
setCountryCode(String) - Method in class com.neulevel.epp.core.EppAddress
Sets the country code in two characters
setCreds(EppCreds) - Method in class com.neulevel.epp.core.command.EppCommand
Sets command credentials
setCurrentExpireDate(Calendar) - Method in class com.neulevel.epp.core.command.EppCommandRenew
Sets the current expiration date of the object to be renewed
setDateCreated(Calendar) - Method in class com.neulevel.epp.core.EppObject
Sets the date of the EppObject created
setDateExpired(Calendar) - Method in class com.neulevel.epp.core.EppObject
Sets the expiration date of the EppObject
setDateExpired(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Sets expiration date of the service subscription object created
setDateExpired(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataTransferDomain
Sets the new expiration date of the domain after the transfer.
setDateExpired(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Sets expiration date of the domain created
setDateExpired(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataTransferSvcsub
Sets the new expiration date of the service subscription object after the transfer.
setDateTransferred(Calendar) - Method in class com.neulevel.epp.core.EppObject
Sets the date of the EppObject transferred
setDateUpdated(Calendar) - Method in class com.neulevel.epp.core.EppObject
Sets the date of the EppObject updated
setEmail(String) - Method in class com.neulevel.epp.core.EppContact
Sets the email address of the contact
setEppVersion(String) - Static method in class com.neulevel.epp.core.EppUtil
Sets the EPP XSD file version.
setException(Exception) - Method in class com.neulevel.epp.transport.EppChannel
Sets the current exception received for the EPP Channel
setException(Exception) - Method in class com.neulevel.epp.transport.EppSession
Sets the current exception received for the EPP Session
setExtension(String) - Method in class com.neulevel.epp.core.EppE164
Sets the extension of the phone number
setFax(EppE164) - Method in class com.neulevel.epp.core.EppContact
Sets the fax number extension
setFax(String) - Method in class com.neulevel.epp.core.EppContact
Sets the fax number of the contact
setFax(String, String) - Method in class com.neulevel.epp.core.EppContact
Sets the fax number and extenstion
setId(String) - Method in class com.neulevel.epp.core.EppContact
Sets the contact id
setId(String) - Method in class com.neulevel.epp.core.EppContactType
Sets the id of the contact
setId(String) - Method in class com.neulevel.epp.core.EppSvcsub
Sets the service subscription id
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandInfoContact
Sets the id of the contact object to be queried
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandDeleteSvcsub
Sets the id of the service subscription object to be deleted
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Sets the id of the service subscription object to be renewed
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandInfoSvcsub
Sets the id of the service subscription object to be queried
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the id of the contact to be updated
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Sets the id of the service subscription object to be updated
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Sets the id of the service subscription object to be transferred
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandTransferContact
Sets the id of the contact object to be transferred
setId(String) - Method in class com.neulevel.epp.core.command.EppCommandDeleteContact
Sets the id of the contact object to be deleted
setId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateSvcsub
Sets the id of the service subscription object created
setId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateContact
Sets the contact id
setId(String) - Method in class com.neulevel.epp.core.response.EppResultMessage
Sets message id
setId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransferContact
Sets the id of the EPP Contact Object
setId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransferSvcsub
Sets the id of the EPP Svcsub Object
setLanguage(String) - Method in class com.neulevel.epp.core.EppStatus
Sets the language for encoding the description message
setLanguage(String) - Method in class com.neulevel.epp.core.command.EppCredsOptions
Sets language id
setLanguage(String) - Method in class com.neulevel.epp.core.response.EppResultMessage
Sets language type of the message
setMessage(EppResultMessage) - Method in class com.neulevel.epp.core.response.EppResult
Sets message to be returned
setMessage(String) - Method in class com.neulevel.epp.core.EppStatus
Sets the description message associated with the EppStatus object
setMessage(String) - Method in class com.neulevel.epp.core.response.EppResult
Sets message to be returned
setMessage(String) - Method in class com.neulevel.epp.core.response.EppResultMessage
Sets message to be returned
setMessage(String) - Method in class com.neulevel.epp.transport.EppChannel
Sets the current message received for the EPP Channel
setMessage(String) - Method in class com.neulevel.epp.transport.EppSession
Sets the current message received for the EPP Session
setMessageId(String) - Method in class com.neulevel.epp.core.command.EppCommandPoll
Sets the message id related to the poll command
setMessageQueued(int) - Method in class com.neulevel.epp.core.response.EppResponse
Sets number of messages queued
setMessageQueueUpdated(Calendar) - Method in class com.neulevel.epp.core.response.EppResponse
Sets the timestamp of the message queue updated by the server
setName(String) - Method in class com.neulevel.epp.core.EppHost
Sets the name of the host
setName(String) - Method in class com.neulevel.epp.core.EppContactData
Sets the name of the contact
setName(String) - Method in class com.neulevel.epp.core.EppDomain
Sets the domain name
setName(String) - Method in class com.neulevel.epp.core.EppSvcsubParam
Sets the name of the parameter
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandDeleteDomain
Sets the name of the domain object to be deleted
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandRenewDomain
Sets the name of the domain to be renewed
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateDomain
Sets the name of the domain to be updated
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandDeleteHost
Sets the name of the host object to be deleted
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandTransferDomain
Sets the name of the domain object to be transferred
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateHost
Sets the name of the host to be updated
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandInfoDomain
Sets the name of the domain object to be queried
setName(String) - Method in class com.neulevel.epp.core.command.EppCommandInfoHost
Sets the name of the host object to be queried
setName(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransferDomain
Sets the name of the EPP Domain Object
setName(String) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateDomain
Sets the name of the domain created
setName(String) - Method in class com.neulevel.epp.core.response.EppResponseDataCreateHost
Sets the name of the host created
setNewAscii(EppContactData) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new contact data in ascii encoding, or null if not changed
setNewAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new authorization information for the contact if it needs to be changed
setNewAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandUpdateDomain
Sets the new authorization information for the domain if it needs to be changed
setNewAuthInfo(EppAuthInfo) - Method in class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Sets the new authorization information for the domain if it needs to be changed
setNewEmail(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new email address of the contact, or null if not changed
setNewFax(EppE164) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new fax number
setNewFax(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new fax number
setNewFax(String, String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new fax number
setNewI15d(EppContactData) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new contact data in ascii encoding, or null if not changed
setNewName(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateHost
Sets the new name for the host if the name of the the host needs to be changed
setNewPassword(String) - Method in class com.neulevel.epp.core.command.EppCreds
Sets registrar client's new password
setNewRegistrant(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateDomain
Sets the new registrant's contact id for the domain if a new registrant claims the ownership of the domain
setNewRegistrant(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Sets the new registrant's contact id for the service subscription object if a new registrant claims the ownership of the service subscription object
setNewVoice(EppE164) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new voice phone number
setNewVoice(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new voice phone number
setNewVoice(String, String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateContact
Sets the new voice phone number
setNumber(String) - Method in class com.neulevel.epp.core.EppE164
Sets the phone number
setObject(EppObject) - Method in class com.neulevel.epp.core.command.EppCommandCreate
Sets the object to be processed
setObject(EppObject) - Method in class com.neulevel.epp.core.response.EppResponseDataInfo
Sets the EppObject returned by the EPP info command
setOperation(String) - Method in class com.neulevel.epp.core.command.EppCommandTransfer
Sets the operation related to the transfer.
setOperation(String) - Method in class com.neulevel.epp.core.command.EppCommandPoll
Sets the poll operation type, either "req" or "ack"
setOptions(EppCredsOptions) - Method in class com.neulevel.epp.core.command.EppCreds
Sets credentials options
setOrganization(String) - Method in class com.neulevel.epp.core.EppContactData
Sets the organization name of the contact
setPassword(String) - Method in class com.neulevel.epp.core.command.EppCreds
Sets registrar client's password
setPeriod(EppPeriod) - Method in class com.neulevel.epp.core.EppDomain
Sets registration period for the domain name
setPeriod(EppPeriod) - Method in class com.neulevel.epp.core.EppSvcsub
Sets registration period for the subscription
setPeriod(EppPeriod) - Method in class com.neulevel.epp.core.command.EppCommandRenew
Sets the EppPeriod object containing the period to be renewed for the object
setPeriod(EppPeriod) - Method in class com.neulevel.epp.core.command.EppCommandTransferDomain
Sets the registration period of the domain object to be transferred
setPeriod(EppPeriod) - Method in class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Sets the registration period of the service subscription object to be transferred
setPollable(EppPollable) - Method in class com.neulevel.epp.core.response.EppResponseDataPoll
Sets the EppPollable object returned by the EPP poll command
setPostalCode(String) - Method in class com.neulevel.epp.core.EppAddress
Sets the postal code
setRegistrant(String) - Method in class com.neulevel.epp.core.EppDomain
Sets the contact id of the registrant which owns the domain
setRegistrant(String) - Method in class com.neulevel.epp.core.EppSvcsub
Sets the contact id of the registrant which owns the subscription
setRequestClientId(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransfer
Sets the id of the client made the transfer request
setRequestDate(Calendar) - Method in class com.neulevel.epp.core.response.EppResponseDataTransfer
Sets the date that the transfer request is made
setResponseData(EppResponseData) - Method in class com.neulevel.epp.core.response.EppResponse
Sets response data
setRoid(String) - Method in class com.neulevel.epp.core.EppObject
Sets ROID of the EppObject
setRoid(String) - Method in class com.neulevel.epp.core.EppAuthInfo
Sets the ROID of the authorization information
setRoid(String) - Method in class com.neulevel.epp.core.response.EppResponseDataCreate
Deprecated. for EPP-04 (06/29/2001)
setService(String) - Method in class com.neulevel.epp.core.EppSvcsub
Sets the service name
setServiceDate(Calendar) - Method in class com.neulevel.epp.core.EppGreeting
Sets the date associated with the service
setServiceId(String) - Method in class com.neulevel.epp.core.EppGreeting
Sets the identifier of the service
setServiceMenu(EppServiceMenu) - Method in class com.neulevel.epp.core.EppGreeting
Sets the menu of the service provided
setServiceMenu(EppServiceMenu) - Method in class com.neulevel.epp.core.command.EppCommandLogin
Sets the menu of services to be supported
setSession(EppSession) - Method in class com.neulevel.epp.transport.EppChannel
Sets the EppSession object associated with the EPP Channel
setState(String) - Method in class com.neulevel.epp.core.EppAddress
Sets the province or state string
setStatus(String) - Method in class com.neulevel.epp.core.EppStatus
Sets the status code string
setStreet(int, String) - Method in class com.neulevel.epp.core.EppAddress
Sets the street line, given an line index
setStreet(String[]) - Method in class com.neulevel.epp.core.EppAddress
Sets the street lines stored in a string array
setTimeout(int) - Static method in class com.neulevel.epp.transport.EppMessageUtil
Sets the timeout values in seconds.
setTransactionId(EppTransactionId) - Method in class com.neulevel.epp.core.response.EppResponse
Sets transaction id
setTransferStatus(String) - Method in class com.neulevel.epp.core.response.EppResponseDataTransfer
Sets the transfer status
setType(String) - Method in class com.neulevel.epp.core.EppAuthInfo
Sets the type of the authorization information
setType(String) - Method in class com.neulevel.epp.core.EppIpAddress
Sets the IP address type, either "v4" or "v6"
setType(String) - Method in class com.neulevel.epp.core.EppContactType
Sets the type of the contact
setUnit(char) - Method in class com.neulevel.epp.core.EppPeriod
Sets the unit of the period, either 'y' for year or 'm' for month
setUnspec(EppUnspec) - Method in class com.neulevel.epp.core.command.EppCommand
Sets optional unspecified object
setUnspec(EppUnspec) - Method in class com.neulevel.epp.core.response.EppResponse
Sets optional unspecified object
setUserId(String) - Method in class com.neulevel.epp.core.command.EppCommandDeleteSvcsub
Sets the user id that can be used for authorization purpose
setUserId(String) - Method in class com.neulevel.epp.core.command.EppCommandRenewSvcsub
Sets the user id that can be used for authorization purpose
setUserId(String) - Method in class com.neulevel.epp.core.command.EppCommandInfoSvcsub
Sets the user id that can be used for authorization purpose
setUserId(String) - Method in class com.neulevel.epp.core.command.EppCommandUpdateSvcsub
Sets the user id that can be used for authorization purpose
setUserId(String) - Method in class com.neulevel.epp.core.command.EppCommandTransferSvcsub
Sets the user id that can be used for authorization purpose
setValue(int) - Method in class com.neulevel.epp.core.EppPeriod
Sets the value of the period
setValue(String) - Method in class com.neulevel.epp.core.EppAuthInfo
Gets the value associated with the authorization information
setValue(String) - Method in class com.neulevel.epp.core.EppSvcsubParam
Sets the value of the parameter
setValue(String) - Method in class com.neulevel.epp.core.EppUnspec
Sets the value associated with EppUnspec object
setVersion(String) - Method in class com.neulevel.epp.core.command.EppCredsOptions
Sets version string
setVoice(EppE164) - Method in class com.neulevel.epp.core.EppContact
Sets the voice phone number of the contact
setVoice(String) - Method in class com.neulevel.epp.core.EppContact
Sets the voice phone number of the contact
setVoice(String, String) - Method in class com.neulevel.epp.core.EppContact
Sets the voice phone number and extenstion
start(EppCommandLogin) - Method in class com.neulevel.epp.transport.EppChannel
Starts up the EppChannel by sending an EppCommandLogin object to the EPP Server
start(EppCommandLogin) - Method in class com.neulevel.epp.transport.tcp.EppChannelTcp
Starts up the EppChannel by sending an EppCommandLogin object to the EPP Server
status - Variable in class com.neulevel.epp.core.EppObject
The status list associated with the EPP Object in the registry
status - Variable in class com.neulevel.epp.transport.EppChannel
The status of the EppChannel object.
STATUS_CLIENT_APPROVED - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - clientApproved
STATUS_CLIENT_CANCELLED - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - clientCancelled
STATUS_CLIENT_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppHost
Host status - clientDeleteProhibited
STATUS_CLIENT_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - clientDeleteProhibited
STATUS_CLIENT_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - clientDeleteProhibited
STATUS_CLIENT_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - clientDeleteProhibited
STATUS_CLIENT_HOLD - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - clientHold
STATUS_CLIENT_REJECTED - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - clientRejected
STATUS_CLIENT_RENEW_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - clientRenewProhibited
STATUS_CLIENT_RENEW_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - clientRenewProhibited
STATUS_CLIENT_SUSPENDED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - clientSuspended
STATUS_CLIENT_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - clientTransferProhibited
STATUS_CLIENT_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - clientTransferProhibited
STATUS_CLIENT_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - clientTransferProhibited
STATUS_CLIENT_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppHost
Host status - clientUpdateProhibited
STATUS_CLIENT_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - clientUpdateProhibited
STATUS_CLIENT_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - clientUpdateProhibited
STATUS_CLIENT_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - clientUpdateProhibited
STATUS_CLOSED - Static variable in class com.neulevel.epp.transport.EppChannel
The status value when the EppChannel object is closed atfer successfully calling the close method
STATUS_INACTIVE - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - inactive
STATUS_INACTIVE - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - inactive
STATUS_INIT - Static variable in class com.neulevel.epp.transport.EppChannel
The status value when the EppChannel object is created, but not started
STATUS_LINKED - Static variable in class com.neulevel.epp.core.EppHost
Host status - linked
STATUS_LINKED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - linked
STATUS_OK - Static variable in class com.neulevel.epp.core.EppHost
Host status - ok
STATUS_OK - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - ok
STATUS_OK - Static variable in class com.neulevel.epp.core.EppContact
Contact status - ok
STATUS_OK - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - ok
STATUS_PENDING - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - pending
STATUS_PENDING_DELETE - Static variable in class com.neulevel.epp.core.EppHost
Host status - pendingDelete
STATUS_PENDING_DELETE - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - pendingDelete
STATUS_PENDING_DELETE - Static variable in class com.neulevel.epp.core.EppContact
Contact status - pendingDelete
STATUS_PENDING_DELETE - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - pendingDelete
STATUS_PENDING_TRANSFER - Static variable in class com.neulevel.epp.core.EppHost
Host status - pendingTransfer
STATUS_PENDING_TRANSFER - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - pendingTransfer
STATUS_PENDING_TRANSFER - Static variable in class com.neulevel.epp.core.EppContact
Contact status - pendingTransfer
STATUS_PENDING_TRANSFER - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - pendingTransfer
STATUS_PENDING_VERIFICATION - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - pendingVerification
STATUS_PENDING_VERIFICATION - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - pendingVerification
STATUS_SERVER_APPROVED - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - serverApproved
STATUS_SERVER_CANCELLED - Static variable in class com.neulevel.epp.core.response.EppResponseDataTransfer
Status for transfer - serverCancelled
STATUS_SERVER_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppHost
Host status - serverDeleteProhibited
STATUS_SERVER_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - serverDeleteProhibited
STATUS_SERVER_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - serverDeleteProhibited
STATUS_SERVER_DELETE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - serverDeleteProhibited
STATUS_SERVER_HOLD - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - serverHold
STATUS_SERVER_RENEW_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - serverRenewProhibited
STATUS_SERVER_RENEW_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - serverRenewProhibited
STATUS_SERVER_SUSPENDED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - serverSuspended
STATUS_SERVER_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - serverTransferProhibited
STATUS_SERVER_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - serverTransferProhibited
STATUS_SERVER_TRANSFER_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - serverTransferProhibited
STATUS_SERVER_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppHost
Host status - serverUpdateProhibited
STATUS_SERVER_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppDomain
Domain status - serverUpdateProhibited
STATUS_SERVER_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppContact
Contact status - serverUpdateProhibited
STATUS_SERVER_UPDATE_PROHIBITED - Static variable in class com.neulevel.epp.core.EppSvcsub
Svcsub status - serverUpdateProhibited
STATUS_START - Static variable in class com.neulevel.epp.transport.EppChannel
The status value when the EppChannel object is started after sucessfully calling the start method
statusAdded - Variable in class com.neulevel.epp.core.command.EppCommandUpdate
 
statusFromXML(Node, Vector) - Method in class com.neulevel.epp.core.command.EppCommandUpdate
Converts a list of EPP Status objects from XML
statusRemoved - Variable in class com.neulevel.epp.core.command.EppCommandUpdate
 
statusToXML(Document, Element, Vector) - Method in class com.neulevel.epp.core.command.EppCommandUpdate
Converts a list of EPP Status objects into XML
success() - Method in class com.neulevel.epp.core.response.EppResponse
Checks if the EPP Response is for a completed operation without any error
svc - Variable in class com.neulevel.epp.core.EppServiceMenu
The standard object list of the EPP Service Menu
SVCSUB - Static variable in class com.neulevel.epp.core.EppObject
Type for EPP Host object

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.