Package com.verisign.epp.framework
package com.verisign.epp.framework
-
ClassDescriptionThe
EPPAssemblerinterface defines an interface for serializingEPPEventobjects andEPPEventResponseobjects.The EPPAssemblerException defines a set of possible exceptions that can be thrown from anEPPAssembler.This class provides an interface for handling EPP Balance Commands in a Server implementation.TheEPPByteArrayAssemblerinterface defines an interface for serializingEPPEventobjects andEPPEventResponseobjects to and from byte arrays.A Singleton class that delegates message assembly to an EPPAssembler then routes messages to the appropriate EPPEventHandler.TheEPPChangeHandlerclass provides an interface for handling EPP Change Commands in a Server implementation.The EPPConnectionHandler interface defines an interface for classes that need to be notified of connection events from a Server.TheEPPContactHandlerclass provides an interface for handling EPP Contact Commands in a Server implementation.TheEPPDefRegHandlerclass provides an interface for handling EPP DefReg Commands in a Server implementation.A Singleton class that delegates message assembly to an EPPAssembler then routes messages to the appropriate EPPEventHandler.TheEPPDomainHandlerclass provides an interface for handling EPP Domain Commands in a Server implementation.TheEPPEmailFwdHandlerclass provides an interface for handling EPP EmailFwd Commands in a Server implementation.TheEPPEventclass contains an EPPMessage for EPPEventHandlers to respond to.TheEPPEventExceptionclass defines an EPP Exception associated with EPPEvents.TheEPPEventHandlerinterface defines the interface used to be notified of EPPEvents.TheEPPEventResponseclass contains an EPPMessage and is the class EPPEventHandlers use to return responses.TheEPPGenHandlerclass provides an interface for handling General EPP Commands in a Server implementation.TheEPPHandleEventExceptionclass is used byEPPEventHandlersto holdEPPResponseswhen errors occur when handling EPP Commmands.TheEPPHostHandlerclass provides an interface for handling Host EPP Commands in a Server implementation.TheEPPIdnTableHandlerclass provides an interface for handling EPP IDN Table Commands in a Server implementation.TheEPPDomainVerificationCodeHandlerclass provides an interface for handling Domain Verification Code Commands in a Server implementation.TheEPPNameWatchHandlerclass provides an interface for handling EPP NameWatch Commands in a Server implementation.TheEPPOrgHandlerclass provides an interface for handling EPP Org Commands in a Server implementation.The <EPPPollDataRecord> is a class to store the data information.Represents an EPPPollDataSource interface that is implemented by any class that needs to manipulate their own data source.Represents an EPPPollHandler interface that is implemented by any class that needs to manipulate their own poll handler.Represents a general EPP Poll Queue Exception.TheEPPPollQueueMgris used to handle the poll command, which allows to discover and retrieve client service messages from a server.TheEPPRegistryHandlerclass provides an interface for handling EPP Registry Commands in a Server implementation.EPPRegistryPolicyAdapteris a base class used to adapt zone or system policy extensions from local server classes to / from EPP extensions.TheEPPSerialAssemblerclass provides an implementation of EPPAssembler that can assemble/disassembleEPPMessages andEPPEventResponses from standard java Input and Outputstreams using java serialization.TheEPPXMLAssemblerclass provides an implementation ofEPPAssemblerthat can assemble/disassembleEPPMessages andEPPEventResponses from java Input and Output streams that contain streamed XML.TheEPPXMLByteArrayAssemblerclass provides an implementation ofEPPByteArrayAssemblerthat can assemble/disassembleEPPMessages andEPPEventResponses to and frombytearrays that contain the streamed XML.TheHttpEPPXMLAssemblerclass provides an implementation ofEPPAssemblerthat can assemble/disassembleEPPMessages andEPPEventResponses from HTTP.