Connects to and logs into the EPP Server using the given hostname,
port, client id and password
It is recommended to use connectAndGetGreeting() to connect and
retrieve the EPPGreeting in one single call.
Class defining constant instances of data collection policy access types which describes
access provided by the server to data received from the client.
Class that acts as a container for any exception thrown if a communication error
occurs with the EPP server or if the EPP server returns an error code.
This class groups all exceptions having to do with the instantiation of
transports in EPPClient, such a ClassNotFoundException,
InstantiationException, etc...
Accessor for the data representing EPP greeting response from a
server in response to the hello request issued by the client
The implementor of this method is responsible for translating
the response EPP XML into an instance of epp_Greeting.