Class EPPBalanceHandler

java.lang.Object
com.verisign.epp.framework.EPPBalanceHandler
All Implemented Interfaces:
EPPEventHandler
Direct Known Subclasses:
BalanceHandler

public abstract class EPPBalanceHandler extends Object implements EPPEventHandler
This class provides an interface for handling EPP Balance Commands in a Server implementation. EPPEvents are handled by the handleEvent() method here and routed to the appropriate abstract member function. Subclasses should override the abstract methods to define the desired behavior of a particular command when it is received. A subclassed instance of EPPBalanceHandler should be registered with the EPPDispatcher so that EPPEvents related to the Balance Mapping will be handled there.