Package com.verisign.epp.codec.fee.v09

Fee Extension v09 packet encoder and decoder classes (CODEC).

See:
          Description

Class Summary
EPPFeeCheck Fee Check Extension that enables a client to pass a list of domain names and fee query information to get fee information back from the server.
EPPFeeChkData The extension to a response to a check command with the fee check extension.
EPPFeeCommand The command along with the optional phase and sub-phase that the fee is associated with.
EPPFeeCreate Fee Create Extension that enables a client to pass the expected fee for the create command.
EPPFeeCreData Fee Create Result Extension that enables a server to pass the resulting fee for the create command.
EPPFeeCredit EPPFeeCredit represents the credit value information returned by the server.
EPPFeeDelData Fee Delete Result Extension that enables a server to pass the resulting credits for the delete command.
EPPFeeExtFactory Factory for the Fee Extension objects.
EPPFeeObject EPPFeeObject represents an object to check for the fee using the EPPFeeCheck extension.
EPPFeeObjectResult EPPFeeObjectResult represents a domain result to a check.
EPPFeePeriod Represents a fee period.
EPPFeeRenData Fee Renew Result Extension that enables a server to pass the resulting fee for the renew command.
EPPFeeRenew Fee Renew Extension that enables a client to pass the expected fee for the renew command.
EPPFeeTransfer Fee Transfer Extension that enables a client to pass the expected fee for the transfer command.
EPPFeeTransform Abstract base class for the transform commands (create, renew, update, transfer) for enabling the client to pass the expected fee for a billable transform command.
EPPFeeTransformResult Abstract base class for the transform results (create, renew, update, delete, transfer) for enabling the server to return the currency, fees, credits, balance, and credit limit where appropriate.
EPPFeeTrnData Fee Transfer Result Extension that enables a server to pass the resulting fee for the transfer command.
EPPFeeTst Is a unit test of the com.verisign.epp.codec.fee.v09 package.
EPPFeeUpdate Fee Update Extension that enables a client to pass the expected fee for the update command.
EPPFeeUpdData Fee Update Result Extension that enables a server to pass the resulting fee for the update command.
EPPFeeValue EPPFeeValue represents the fee value information returned by the server.
 

Package com.verisign.epp.codec.fee.v09 Description

Fee Extension v09 packet encoder and decoder classes (CODEC). The classes in this package can be used to create a fee extension object that can be encoded to XML and decoded from XML. The EPPFeeExtFactory must be registered with the EPPFactory to be able to decode the XML into fee extension objects. The EPPFeeTst class can be used to unit test all of the classes in the package, which includes creating the objects, encoding the XML, decoding the XML, comparing the original object with the decoded object, and finally serializing and de-serializing the object.



Copyright © VeriSign Inc. All Rights Reserved.