public class ContactHandler extends EPPContactHandler
ContactHandler
class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPContactHandler
class. It
defines the Server's response to all received EPP Host Commands. EPPEvent
,
EPPEventResponse
Constructor and Description |
---|
ContactHandler()
Constructs an instance of
ContactHandler |
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Check command is received.
|
protected EPPEventResponse |
doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Create command is received.
|
protected EPPEventResponse |
doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Delete command is received.
|
protected EPPEventResponse |
doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info command is received.
|
protected EPPEventResponse |
doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Transfer command is received.
|
protected EPPEventResponse |
doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update command is received.
|
protected void |
postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Contact commands need to execute
after they execute their command specific behavior.
|
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Contact commands need to execute
before they execute their command specific behavior.
|
getNamespace, handleEvent
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent
in class EPPContactHandler
aEvent
- 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 void postHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
postHandleEvent
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomainHandler
EPPHandleEventException
- Thrown if an error condition occurs. It must contain an
EPPEventResponse
protected EPPEventResponse doContactDelete(EPPEvent aEvent, java.lang.Object aData)
doContactDelete
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doContactCreate(EPPEvent aEvent, java.lang.Object aData)
doContactCreate
in class EPPContactHandler
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)
doContactUpdate
in class EPPContactHandler
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)
doContactInfo
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doContactTransfer(EPPEvent aEvent, java.lang.Object aData)
doContactTransfer
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doContactCheck(EPPEvent aEvent, java.lang.Object aData)
doContactCheck
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
Copyright © VeriSign Inc. All Rights Reserved.