|
Class Summary |
| EPPBalanceHandler |
This class provides an interface for handling EPP Balance Commands in a
Server implementation. |
| EPPByteArrayDispatcher |
A Singleton class that delegates message assembly to an EPPAssembler then
routes messages to the appropriate EPPEventHandler. |
| EPPContactHandler |
The EPPContactHandler class provides an interface for handling
EPP Contact Commands in a Server implementation. |
| EPPDefRegHandler |
The EPPDefRegHandler class provides an interface for handling
EPP DefReg Commands in a Server implementation. |
| EPPDispatcher |
A Singleton class that delegates message assembly to an EPPAssembler then
routes messages to the appropriate EPPEventHandler. |
| EPPDomainHandler |
The EPPDomainHandler class provides an interface for handling
EPP Domain Commands in a Server implementation. |
| EPPEmailFwdHandler |
The EPPEmailFwdHandler class provides an interface for handling
EPP EmailFwd Commands in a Server implementation. |
| EPPEvent |
The EPPEvent class contains an EPPMessage for EPPEventHandlers
to respond to. |
| EPPEventResponse |
The EPPEventResponse class contains an EPPMessage and is the
class EPPEventHandlers use to return responses. |
| EPPGenHandler |
The EPPGenHandler class provides an interface for handling
General EPP Commands in a Server implementation. |
| EPPHostHandler |
The EPPHostHandler class provides an interface for handling
Host EPP Commands in a Server implementation. |
| EPPIdnTableHandler |
The EPPIdnTableHandler class provides an interface for handling
EPP IDN Table Commands in a Server implementation. |
| EPPNameVerificationHandler |
The EPPDomainVerificationCodeHandler class provides an interface
for handling Domain Verification Code Commands in a Server implementation. |
| EPPNameWatchHandler |
The EPPNameWatchHandler class provides an interface for
handling EPP NameWatch Commands in a Server implementation. |
| EPPPollDataRecord |
The <EPPPollDataRecord> is a class to store the data information. |
| EPPPollQueueMgr |
The <EPPPollqueueMgr> is used to handle the Poll command which allows
to discover and retrieve client service messages from a server. |
| EPPRegistryHandler |
The EPPRegistryHandler class provides an interface for handling
EPP Registry Commands in a Server implementation. |
| EPPResellerHandler |
The EPPResellerHandler class provides an interface for handling
EPP Reseller Commands in a Server implementation. |
| EPPSerialAssembler |
The EPPSerialAssembler class provides an implementation of
EPPAssembler that can assemble/disassemble EPPMessages and
EPPEventResponses from standard java Input and Outputstreams
using java serialization. |
| EPPSuggestionHandler |
The EPPSuggestionHandler class provides an interface for
handling EPP Suggestion Commands in a Server implementation. |
| EPPWhoWasHandler |
This class provides an interface for handling EPP WhoWas Commands in a Server
implementation. |
| EPPXMLAssembler |
The EPPXMLAssembler class provides an implementation of
EPPAssembler that can assemble/disassemble EPPMessages and
EPPEventResponses from java Input and Outputstreams that
contain streamed XML. |
| EPPXMLByteArrayAssembler |
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. |