Package | Description |
---|---|
com.verisign.epp.codec.gen | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
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 |
---|---|
EPPGreeting |
EPPCodec.decodeGreeting(org.w3c.dom.Document aDocument)
utility method that will decode a DOM Document and return an
EPPGreeting instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
EPPLoginCmd.isValidServices(EPPGreeting aGreeting)
Is the
EPPLoginCmd services settings valid as compared with
the services specified in the EPPGreeting ? |
void |
EPPLoginCmd.mergeServicesAndExtensionServices(EPPGreeting aGreeting)
Merge the services defined automatically in the EPP SDK configuration
with services and extension services defined in the EPP Greeting, so that
the login services are sent to only be a subset of the services defined
in the EPP Greeting.
|
Modifier and Type | Method and Description |
---|---|
EPPGreeting |
EPPSession.hello()
Sends a Hello Command to the EPP Server.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecLoginAdapter.adaptLogin(EPPLoginCmd aLoginCmd,
EPPGreeting aGreeting)
Adapt the
EPPLoginCmd aLoginCmd parameter based on
the current state of the EPPLoginCmd and the contents of the
EPPGreeting aGreeting parameter sent by the server. |
void |
EPPLoginAdapter.adaptLogin(EPPLoginCmd aLoginCmd,
EPPGreeting aGreeting)
Adapt the
EPPLoginCmd aLoginCmd parameter based on
the current state of the EPPLoginCmd and the contents of the
EPPGreeting aGreeting parameter sent by the server. |
Modifier and Type | Method and Description |
---|---|
EPPGreeting |
SessionData.getGreeting()
Returns the EPPGreeting associated with this session
|
Modifier and Type | Method and Description |
---|---|
void |
SessionData.setGreeting(EPPGreeting aGreeting)
Sets the greeting that will be sent to clients when they connect
|
Copyright © VeriSign Inc. All Rights Reserved.