Uses of Class
com.verisign.epp.codec.gen.EPPCommand

Packages that use EPPCommand
com.verisign.epp.codec.balance   
com.verisign.epp.codec.contact   
com.verisign.epp.codec.defReg   
com.verisign.epp.codec.domain   
com.verisign.epp.codec.emailFwd   
com.verisign.epp.codec.gen   
com.verisign.epp.codec.host   
com.verisign.epp.codec.idntable   
com.verisign.epp.codec.lowbalancepoll   
com.verisign.epp.codec.nameWatch   
com.verisign.epp.codec.nv   
com.verisign.epp.codec.registry   
com.verisign.epp.codec.rgppoll   
com.verisign.epp.codec.suggestion   
com.verisign.epp.codec.whowas   
com.verisign.epp.interfaces Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. 
 

Uses of EPPCommand in com.verisign.epp.codec.balance
 

Subclasses of EPPCommand in com.verisign.epp.codec.balance
 class EPPBalanceInfoCmd
          Represents an EPP Balance <info> command that is used to retrieve account balance and other finance information defined in the EPPBalanceInfoResp.
 

Methods in com.verisign.epp.codec.balance that return EPPCommand
 EPPCommand EPPBalanceMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Overridden but does nothing in the context of LowBalance Poll.
 

Uses of EPPCommand in com.verisign.epp.codec.contact
 

Subclasses of EPPCommand in com.verisign.epp.codec.contact
 class EPPContactCheckCmd
          Represents an EPP Contact <check> command, which is used to determine if a contact id is known to the server.
 class EPPContactCreateCmd
          Represents an EPP Contact <create> command, which provides a transform that allows a client to create a contact object.
 class EPPContactDeleteCmd
          Represents an EPP Contact <delete> command that allows a client to delete a contact object.
 class EPPContactInfoCmd
          Represents an EPP Contact <info> command that is used to retrieve information associated with a contact.
 class EPPContactTransferCmd
          Represents an EPP Contact <transfer> command.
 class EPPContactUpdateCmd
          Represents an EPP Host <update> command.
 

Methods in com.verisign.epp.codec.contact that return EPPCommand
 EPPCommand EPPContactMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.defReg
 

Subclasses of EPPCommand in com.verisign.epp.codec.defReg
 class EPPDefRegCheckCmd
          Represents an EPP DefReg <check> command, which is used to determine if a defReg name is known to the server.
 class EPPDefRegCreateCmd
          Represents an EPPDefReg <create> command, which provides a transform operation that allows a client to create a defReg object.
 class EPPDefRegDeleteCmd
          Represents an EPP DefReg <delete> command that allows a client to delete a defReg object.
 class EPPDefRegInfoCmd
          Represents an EPPDefReg <info> command that is used to retrieve information associated with a defReg.
 class EPPDefRegRenewCmd
          Represents an EPP DefReg <renew> command, which provides a transform operation that allows a client to extend the validity period of a defReg object.In addition to the standard EPP command elements, the <renew> command MUST contain a <defReg:renew> element that identifies the defReg namespace and the location of the defReg schema.
 class EPPDefRegTransferCmd
          Represents an EPP DefReg <transfer> command.
 class EPPDefRegUpdateCmd
          Represents an EPP DefReg <update> command.
 

Methods in com.verisign.epp.codec.defReg that return EPPCommand
 EPPCommand EPPDefRegMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.domain
 

Subclasses of EPPCommand in com.verisign.epp.codec.domain
 class EPPDomainCheckCmd
          Represents an EPP Domain <check> command, which is used to determine if a domain name is known to the server.
 class EPPDomainCreateCmd
          Represents an EPP Domain <create> command, which provides a transform operation that allows a client to create a domain object.
 class EPPDomainDeleteCmd
          Represents an EPP Domain <delete> command that allows a client to delete a domain object.
 class EPPDomainInfoCmd
          Represents an EPP Domain <info> command that is used to retrieve information associated with a domain.
 class EPPDomainRenewCmd
          Represents an EPP Domain <renew> command, which provides a transform operation that allows a client to extend the validity period of a domain object.
 class EPPDomainTransferCmd
          Represents an EPP Domain <transfer> command.
 class EPPDomainUpdateCmd
          Represents an EPP Domain <update> command.
 

Methods in com.verisign.epp.codec.domain that return EPPCommand
 EPPCommand EPPDomainMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.emailFwd
 

Subclasses of EPPCommand in com.verisign.epp.codec.emailFwd
 class EPPEmailFwdCheckCmd
          Represents an EPP EmailFwd <check> command, which is used to determine if a emailFwd name is known to the server.
 class EPPEmailFwdCreateCmd
          Represents an EPP EmailFwd <create> command, which provides a transform operation that allows a client to create a emailFwd object.
 class EPPEmailFwdDeleteCmd
          Represents an EPP EmailFwd <delete> command that allows a client to delete a emailFwd object.
 class EPPEmailFwdInfoCmd
          Represents an EPP EmailFwd <info> command that is used to retrieve information associated with a emailFwd.
 class EPPEmailFwdRenewCmd
          Represents an EPP EmailFwd <renew> command, which provides a transform operation that allows a client to extend the validity period of a emailFwd object.
 class EPPEmailFwdTransferCmd
          Represents an EPP EmailFwd <transfer> command.
 class EPPEmailFwdUpdateCmd
          Represents an EPP EmailFwd <update> command.
 

Methods in com.verisign.epp.codec.emailFwd that return EPPCommand
 EPPCommand EPPEmailFwdMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.gen
 

Subclasses of EPPCommand in com.verisign.epp.codec.gen
 class EPPCheckCmd
          The EPP check command is used to determine if an object exists in the server repository.
 class EPPCreateCmd
          The EPP <create> command is used to create an instance of an object.
 class EPPDeleteCmd
          The EPP <delete> command is used to remove an instance of an existing object.
 class EPPInfoCmd
          The EPP <info> command is used to retrieve information associated with an existing object.
 class EPPLoginCmd
          The EPP <login> command is used to establish a session with an EPP server in response to a greeting issued by the server.
 class EPPLogoutCmd
          The EPP <logout> command is used to end a session with an EPP server.
 class EPPPollCmd
          The EPP <poll> command is used to discover and retrieve client service messages from a server.
 class EPPRenewCmd
          The EPP <renew> command is used to extend the validity period of an existing object.
 class EPPTransferCmd
          The EPP <transfer> command provides a query operation that allows a client to determine real-time status of pending and completed transfer requests.
 class EPPUpdateCmd
          The EPP update command is used to change information associated with an existing object.
 

Methods in com.verisign.epp.codec.gen that return EPPCommand
 EPPCommand EPPTestGenMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
abstract  EPPCommand EPPMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Abstract method that creates a concrete EPPCommand from an XML element.
 EPPCommand EPPFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand given a DOM Command Mapping Element.
 EPPCommand EPPFactory.createCommand(java.lang.String aCommandType, java.lang.String aOp)
          creates a concrete EPPCommand given a command type and a command operation.
 EPPCommand EPPCodec.decodeCommand(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPCommand instance.
 

Uses of EPPCommand in com.verisign.epp.codec.host
 

Subclasses of EPPCommand in com.verisign.epp.codec.host
 class EPPHostCheckCmd
          Represents an EPP Host <check> command, which is used to determine if a host name is known to the server.
 class EPPHostCreateCmd
          Represents an EPP Host <create> command, which provides a transform operation that allows a client to create a host object.
 class EPPHostDeleteCmd
          Represents an EPP Host <delete> command that allows a client to delete a host object.
 class EPPHostInfoCmd
          Represents an EPP Host <info> command that is used to retrieve information associated with a host.
 class EPPHostUpdateCmd
          Represents an EPP Host <update> command, which provides a transform operation that allows a client to modify the attributes of a host object.
 

Methods in com.verisign.epp.codec.host that return EPPCommand
 EPPCommand EPPHostMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.idntable
 

Subclasses of EPPCommand in com.verisign.epp.codec.idntable
 class EPPIdnTableCheckCmd
          Represents an EPP Internationalized Domain Name (IDN) Table <check> command, which is used to determine if an (IDN) Table Identifier is known to the server.
 class EPPIdnTableInfoCmd
          Represents an EPP Internationalized Domain Name (IDN) Table <info> command, which support three different forms:
Domain Info Form - Used to validate the domain name code points against the IDN Tables and IDN Policies, and to return the matching IDN Table meta-data.
 

Methods in com.verisign.epp.codec.idntable that return EPPCommand
 EPPCommand EPPIdnTableMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Creates a concrete EPPCommand from an XML element that represents an EPP command element.
 

Uses of EPPCommand in com.verisign.epp.codec.lowbalancepoll
 

Methods in com.verisign.epp.codec.lowbalancepoll that return EPPCommand
 EPPCommand EPPLowBalancePollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Overridden but does nothing in the context of LowBalance Poll.
 

Uses of EPPCommand in com.verisign.epp.codec.nameWatch
 

Subclasses of EPPCommand in com.verisign.epp.codec.nameWatch
 class EPPNameWatchCreateCmd
          Represents an EPP NameWatch <create> command, which provides a transform operation that allows a client to create a nameWatch object.
 class EPPNameWatchDeleteCmd
          Represents an EPP NameWatch <delete> command that allows a client to delete a nameWatch object.
 class EPPNameWatchInfoCmd
          Represents an EPP NameWatch <info> command that is used to retrieve information associated with a nameWatch.
 class EPPNameWatchRenewCmd
          Represents an EPP NameWatch <renew> command, which provides a transform operation that allows a client to extend the validity period of a nameWatch object.
 class EPPNameWatchTransferCmd
          Represents an EPP NameWatch <transfer> command.
 class EPPNameWatchUpdateCmd
          Represents an EPP NameWatch <update> command.
 

Methods in com.verisign.epp.codec.nameWatch that return EPPCommand
 EPPCommand EPPNameWatchMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.nv
 

Subclasses of EPPCommand in com.verisign.epp.codec.nv
 class EPPNameVerificationCheckCmd
          The EPPNameVerificationCheckCmd is used for the Name Verification (DNV) Check Command, that is used to determine if the domain label's can be used to create a Domain Name Verification object.
 class EPPNameVerificationCreateCmd
          Create command to implement the domain name verification and to generate a domain verification code that is contained in the response.
 class EPPNameVerificationInfoCmd
          Info command to get the information associated with the verification code, which includes either the signed code associated with the verification code or the input parameters passed for the domain verification.
 class EPPNameVerificationUpdateCmd
          Update command used to change the authorization information for a Name Verificaiton (NV) object.
 

Methods in com.verisign.epp.codec.nv that return EPPCommand
 EPPCommand EPPNameVerificationMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Creates a concrete EPPCommand from an XML element that represents an EPP command element.
 

Uses of EPPCommand in com.verisign.epp.codec.registry
 

Subclasses of EPPCommand in com.verisign.epp.codec.registry
 class EPPRegistryCheckCmd
          Represents an EPP Registry <check> command, which is used to determine if a zone name is known to the server.
 class EPPRegistryCreateCmd
          Represents an EPP Registry <create> command, which provides a transform operation that allows a client to create a registry object.
 class EPPRegistryDeleteCmd
          Represents an EPP Registry <delete> command that allows a client to delete a registry object.
 class EPPRegistryInfoCmd
          Represents an EPP Registry <info> command that is used to retrieve information associated with a registry.
 class EPPRegistryUpdateCmd
          Represents an EPP Registry <update> command.
 

Methods in com.verisign.epp.codec.registry that return EPPCommand
 EPPCommand EPPRegistryMapFactory.createCommand(org.w3c.dom.Element aMapElement)
           
 

Uses of EPPCommand in com.verisign.epp.codec.rgppoll
 

Methods in com.verisign.epp.codec.rgppoll that return EPPCommand
 EPPCommand EPPRgpPollMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Overridden but does nothing in the context of RGP Poll.
 

Uses of EPPCommand in com.verisign.epp.codec.suggestion
 

Subclasses of EPPCommand in com.verisign.epp.codec.suggestion
 class EPPSuggestionInfoCmd
          Represents an EPP Suggestion <info> command that is used to retrieve domain name suggestions.
 

Methods in com.verisign.epp.codec.suggestion that return EPPCommand
 EPPCommand EPPSuggestionMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          creates a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.codec.whowas
 

Subclasses of EPPCommand in com.verisign.epp.codec.whowas
 class EPPWhoWasInfoCmd
          Represents an EPP WhoWas <info> command that is used to retrieve history information based on the supplied entity identifier or entity name.
 

Methods in com.verisign.epp.codec.whowas that return EPPCommand
 EPPCommand EPPWhoWasMapFactory.createCommand(org.w3c.dom.Element aMapElement)
          Returns a concrete EPPCommand from the passed in XML Element tree.
 

Uses of EPPCommand in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces that return EPPCommand
 EPPCommand EPPSuggestion.getCommand()
          Retrieve the EPPCommand object to send
 

Methods in com.verisign.epp.interfaces with parameters of type EPPCommand
 EPPResponse EPPSession.processDocument(EPPCommand aCommand)
          Process an EPPCommand instance by writing the command to the session output stream and reading an EPPResponse instance from the sessin input stream.
 EPPResponse EPPSession.processDocument(EPPCommand aCommand, java.lang.Class aExpectedResponse)
          Process an EPPCommand instance by writing the command to the session output stream and reading an EPPResponse instance from the sessin input stream and validate that the EPPResponse is of the specified type.
 void EPPSuggestion.setCommand(EPPCommand command)
           
 void EPPSession.validateClientTransId(EPPCommand myCommand, EPPResponse myResponse)
          Validates that the response client transaction identifier matches the command's client transaction identifier.
 



Copyright ? VeriSign Inc. All Rights Reserved.