Package com.verisign.epp.framework


package com.verisign.epp.framework
  • Class
    Description
    The EPPAssembler interface defines an interface for serializing EPPEvent objects and EPPEventResponse objects.
    The EPPAssemblerException defines a set of possible exceptions that can be thrown from an EPPAssembler.
    This class provides an interface for handling EPP Balance Commands in a Server implementation.
    The EPPByteArrayAssembler interface defines an interface for serializing EPPEvent objects and EPPEventResponse objects to and from byte arrays.
    A Singleton class that delegates message assembly to an EPPAssembler then routes messages to the appropriate EPPEventHandler.
    The EPPChangeHandler class 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.
    The EPPContactHandler class provides an interface for handling EPP Contact Commands in a Server implementation.
    The EPPDefRegHandler class 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.
    The EPPDomainHandler class provides an interface for handling EPP Domain Commands in a Server implementation.
    The EPPEmailFwdHandler class provides an interface for handling EPP EmailFwd Commands in a Server implementation.
    The EPPEvent class contains an EPPMessage for EPPEventHandlers to respond to.
    The EPPEventException class defines an EPP Exception associated with EPPEvents.
    The EPPEventHandler interface defines the interface used to be notified of EPPEvents.
    The EPPEventResponse class contains an EPPMessage and is the class EPPEventHandlers use to return responses.
    The EPPGenHandler class provides an interface for handling General EPP Commands in a Server implementation.
    The EPPHandleEventException class is used by EPPEventHandlers to hold EPPResponses when errors occur when handling EPP Commmands.
    The EPPHostHandler class provides an interface for handling Host EPP Commands in a Server implementation.
    The EPPIdnTableHandler class provides an interface for handling EPP IDN Table Commands in a Server implementation.
    The EPPDomainVerificationCodeHandler class provides an interface for handling Domain Verification Code Commands in a Server implementation.
    The EPPNameWatchHandler class provides an interface for handling EPP NameWatch Commands in a Server implementation.
    The EPPOrgHandler class 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.
    The EPPPollQueueMgr is used to handle the poll command, which allows to discover and retrieve client service messages from a server.
    The EPPRegistryHandler class provides an interface for handling EPP Registry Commands in a Server implementation.
    EPPRegistryPolicyAdapter is a base class used to adapt zone or system policy extensions from local server classes to / from EPP extensions.
    The EPPSerialAssembler class provides an implementation of EPPAssembler that can assemble/disassemble EPPMessages and EPPEventResponses from standard java Input and Outputstreams using java serialization.
    The EPPXMLAssembler class provides an implementation of EPPAssembler that can assemble/disassemble EPPMessages and EPPEventResponses from java Input and Output streams that contain streamed XML.
    The EPPXMLByteArrayAssembler class provides an implementation of EPPByteArrayAssembler that can assemble/disassemble EPPMessages and EPPEventResponses to and from byte arrays that contain the streamed XML.
    The HttpEPPXMLAssembler class provides an implementation of EPPAssembler that can assemble/disassemble EPPMessages and EPPEventResponses from HTTP.