#include <Session.H>
Public Member Functions | |
Session (const string &server="localhost", const int port=700, const string &templates_dir=TEMPLATESDIR) | |
Constructor. | |
~Session () | |
Destructor. | |
void | enable_xml_validation (const string &schemas_dir=SCHEMASDIR) |
Enable XML Parser Validation. | |
void | disable_xml_validation () |
Disable XML Parser Validation. | |
void | connect (const string &client_cert_file, const string &root_ca_file, const string &pem_passphrase="") |
Establish the Connection. | |
void | disconnect () |
Close the connection. | |
void | send_hello () |
Send Hello. | |
Greeting * | get_greeting () |
Get Greeting. | |
void | process_action (Action *action_to_be_processed, const string clTRID="") |
Process Action. | |
string | get_last_command () |
Get last command. | |
string | get_last_response () |
Get last response. | |
string | get_server () |
Get EPP server. | |
int | get_port () |
Get EPP server port. | |
void | set_server (const string &server) |
Set EPP server name. | |
void | set_port (const int &port) |
Set EPP server port. |
|
Constructor.
|
|
Establish the Connection.
|
|
Enable XML Parser Validation.
|
|
Get Greeting.
|
|
Get last command.
|
|
Get last response.
|
|
Get EPP server port.
|
|
Get EPP server.
|
|
Process Action.
|
|
Set EPP server port.
|
|
Set EPP server name.
|