|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.framework.EPPIdnTableHandler
com.verisign.epp.serverstub.IdnTableHandler
public class IdnTableHandler
The IdnMapDomainHandler
class extends DomainHandler
to include handling the IDN Map Extension.
Constructor Summary | |
---|---|
IdnTableHandler()
Constructs an instance of IdnMapDomainHandler |
Method Summary | |
---|---|
protected EPPEventResponse |
doIdnTableCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doIdnTableCheck method and add
handling of the IDN Table Info Command. |
protected EPPEventResponse |
doIdnTableInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doIdnTableInfo method and add handling
of the IDN Table Info Command. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Do any pre-handling of commands. |
Methods inherited from class com.verisign.epp.framework.EPPIdnTableHandler |
---|
getNamespace, handleEvent, postHandleEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdnTableHandler()
Method Detail |
---|
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent
in class EPPIdnTableHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
IdnTableHandler
This is assumed to be an instance
of SessionData here.
EPPHandleEventException
- Thrown if an error condition occurs. It must contain an
EPPEventResponse
protected EPPEventResponse doIdnTableCheck(EPPEvent aEvent, java.lang.Object aData)
doIdnTableCheck
method and add
handling of the IDN Table Info Command.
doIdnTableCheck
in class EPPIdnTableHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
IdnTableHandler
protected EPPEventResponse doIdnTableInfo(EPPEvent aEvent, java.lang.Object aData)
doIdnTableInfo
method and add handling
of the IDN Table Info Command.
doIdnTableInfo
in class EPPIdnTableHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
IdnTableHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |