|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.framework.EPPHostHandler
com.verisign.epp.serverstub.HostHandler
com.verisign.epp.serverstub.NamestoreExtHostHandler
public class NamestoreExtHostHandler
The NamestoreExtHostHandler class extends
HostHandler to include responding with Namestore Extension
attributes. Specifically, sub-product is passed into the handler and is
returned.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
NamestoreExtHostHandler()
Constructs an instance of NamestoreExtHostHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostCheck method and add
NameStore Extension to response. |
protected EPPEventResponse |
doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostCreate method and add
NameStore Extension to response. |
protected EPPEventResponse |
doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostDelete method and add
NameStore Extension to response. |
protected EPPEventResponse |
doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostUpdate method and add
NameStore Extension to response. |
protected EPPEventResponse |
doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostUpdate 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.HostHandler |
|---|
postHandleEvent |
| Methods inherited from class com.verisign.epp.framework.EPPHostHandler |
|---|
getNamespace, handleEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamestoreExtHostHandler()
| Method Detail |
|---|
protected void preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
preHandleEvent in class HostHandleraEvent - 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 doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
doHostCreate method and add
NameStore Extension to response.
doHostCreate in class HostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
doHostCheck method and add
NameStore Extension to response.
doHostCheck in class HostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
doHostDelete method and add
NameStore Extension to response.
doHostDelete in class HostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
doHostUpdate method and add
NameStore Extension to response.
doHostInfo in class HostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
doHostUpdate method and add
NameStore Extension to response.
doHostUpdate in class HostHandleraEvent - 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 | |||||||||