|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.LaunchDomainHandler
public class LaunchDomainHandler
Extension to the standard DomainHandler
that looks for the
EPPLaunchInf
command extension with the info command and adds
the EPPLaunchInfData
extension to the response.
Constructor Summary | |
---|---|
LaunchDomainHandler()
Constructs an instance of LaunchDomainHandler |
Method Summary | |
---|---|
protected EPPEventResponse |
doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received that includes support for the Claims Check Command with the EPPLaunchCheck extension. |
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received that includes support for the EPPLaunchCreate extension. |
protected EPPEventResponse |
doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received that includes support for the EPPLaunchDelete extension. |
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for the EPPLaunchInfo extension. |
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received that includes support for the EPPLaunchUpdate extension. |
Methods inherited from class com.verisign.epp.serverstub.DomainHandler |
---|
doDomainRenew, doDomainTransfer, postHandleEvent, preHandleEvent |
Methods inherited from class com.verisign.epp.framework.EPPDomainHandler |
---|
getNamespace, handleEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaunchDomainHandler()
Method Detail |
---|
protected EPPEventResponse doDomainCheck(EPPEvent aEvent, java.lang.Object aData)
EPPLaunchCheck
extension.
doDomainCheck
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
LaunchDomainHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
EPPLaunchInfo
extension. When the EPPLaunchInfo
extension is passed, the phases EPPLaunchPhase.PHASE_SUNRISE
and EPPLaunchPhase.PHASE_LANDRUSH
is supported in returning
a Domain Info Response with a EPPLaunchInfData
extension.
doDomainInfo
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
LaunchDomainHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
EPPLaunchCreate
extension. When the
EPPLaunchCreate
two different forms are supported including:EPPLaunchPhase.PHASE_SUNRISE
. The domain name passed will
drive the type of sunrise used, where if a domain name starts with "app"
it will treat it as a sunrise application in pendingCreate
status and with an application identifier returned. If a domain name
starts with "reg" it will treat it as a sunrise registration in
ok
status and without an application identifier returned.
This form supports the passing of mark information provided either one of
the models:EPPLaunchPhase.PHASE_CLAIMS1
or
EPPLaunchPhase.PHASE_CLAIMS2
along with the claims notice
information using the <launch:notice> element.
doDomainCreate
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
LaunchDomainHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
EPPLaunchDelete
extension. When the
EPPLaunchDelete
extension is passed, the phases
EPPLaunchPhase.PHASE_SUNRISE
and
EPPLaunchPhase.PHASE_LANDRUSH
is supported.
doDomainDelete
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
LaunchDomainHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
EPPLaunchUpdate
extension. When the
EPPLaunchUpdate
extension is passed, the phases
EPPLaunchPhase.PHASE_SUNRISE
and
EPPLaunchPhase.PHASE_LANDRUSH
is supported.
doDomainUpdate
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
LaunchDomainHandler
EPPEventResponse
that should be sent back to the
client.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |