|
||||||||||
| 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.NamestoreExtDomainHandler
public class NamestoreExtDomainHandler
The NamestoreExtDomainHandler class extends
DomainHandler to include responding with Namestore Extension
attributes. Specifically, the sub-product is passed into the handler and is
returned.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
NamestoreExtDomainHandler()
Constructs an instance of NamestoreExtDomainHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCheck method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainDelete method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainInfo method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainRenew method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainTransfer method and add
NameStore Extension to response. |
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainUpdate method and add
NameStore Extension to response. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
| Methods inherited from class com.verisign.epp.serverstub.DomainHandler |
|---|
postHandleEvent |
| 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 NamestoreExtDomainHandler()
| Method Detail |
|---|
protected void preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
preHandleEvent in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandler This is assumed to be an instance
of SessionData here.
EPPHandleEventException - Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected EPPEventResponse doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
doDomainCreate method and add
NameStore Extension to response.
doDomainCreate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
doDomainCheck method and add
NameStore Extension to response.
doDomainCheck in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
doDomainDelete method and add
NameStore Extension to response.
doDomainDelete in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
doDomainInfo method and add
NameStore Extension to response.
doDomainInfo in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
doDomainRenew method and add
NameStore Extension to response.
doDomainRenew in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
doDomainTransfer method and add
NameStore Extension to response.
doDomainTransfer in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
doDomainUpdate method and add
NameStore Extension to response.
doDomainUpdate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||