public class JobsContactHandler extends ContactHandler
DomainHandler
that
looks for the EPPWhoisInf
command extension
with the info command and
adds the EPPWhoisInfData
extension to the response.Constructor and Description |
---|
JobsContactHandler()
Constructs an instance of WhoisDomainHandler
|
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received.
|
protected EPPEventResponse |
doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info command is received.
|
protected EPPEventResponse |
doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update command is received.
|
doContactCheck, doContactDelete, doContactTransfer, postHandleEvent, preHandleEvent
getNamespace, handleEvent
public JobsContactHandler()
protected EPPEventResponse doContactCreate(EPPEvent aEvent, java.lang.Object aData)
doContactCreate
in class ContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doContactInfo(EPPEvent aEvent, java.lang.Object aData)
ContactHandler
doContactInfo
in class ContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doContactUpdate(EPPEvent aEvent, java.lang.Object aData)
ContactHandler
doContactUpdate
in class ContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
Copyright © VeriSign Inc. All Rights Reserved.