Package | Description |
---|---|
com.verisign.epp.framework | |
com.verisign.epp.framework.registry.v01 | |
com.verisign.epp.framework.registry.v02 | |
com.verisign.epp.framework.validate.v02 | |
com.verisign.epp.serverstub |
Stub Server classes to support the server handler for
use of the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
EPPEventResponse |
EPPRegistryHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the appropriate
abstract method. |
EPPEventResponse |
EPPOrgHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPNameWatchHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPNameVerificationHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPIdnTableHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPHostHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPGenHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPEventHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPPMessage should be handled
|
EPPEventResponse |
EPPEmailFwdHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPDomainHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPDefRegHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPContactHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPBalanceHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Returns the
EPPEventResponse after processing the passed in
aEvent . |
byte[] |
EPPByteArrayDispatcher.processMessage(byte[] aInputBytes,
java.lang.Object aData)
Creates an
EPPMessage , sends the message to the appropriate
EPPEventHandler , and then returns the response as a
byte array. |
void |
EPPDispatcher.processMessage(java.io.InputStream aInputStream,
java.io.OutputStream aOutputStream,
java.lang.Object aData)
Creates an
EPPMessage , sends the message to the appropriate
EPPEventHandler , and then sends the response on the
OutputStream. |
Modifier and Type | Method and Description |
---|---|
EPPEventResponse |
EPPRegistryHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the appropriate
abstract method. |
Modifier and Type | Method and Description |
---|---|
EPPEventResponse |
EPPRegistryHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the appropriate
abstract method. |
Modifier and Type | Method and Description |
---|---|
EPPEventResponse |
EPPValidateHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the appropriate
abstract method. |
Modifier and Type | Method and Description |
---|---|
EPPEventResponse |
EPPTestGenHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an
EPPEvent and routes it to the
appropriate abstract method. |
Copyright © VeriSign Inc. All Rights Reserved.