Compounds |
| class | eppobject::epp::epp_Action |
| class | eppobject::epp::epp_AuthInfo |
| | Class containing authorization information associated with an object. More...
|
| class | eppobject::epp::epp_CheckResult |
| | Class containing the true/false response of object check queries. More...
|
| class | eppobject::epp::epp_Command |
| | Class containing generic elements used in a request to the server. More...
|
| class | eppobject::epp::epp_Credentials |
| | Class containing client identity credentials that provides client identity information. More...
|
| class | eppobject::epp::epp_Exception |
| | Exception class containing information about errors returned from the EPP server or, if in the range 2600-2699, communication errors -
See also:
-
epp_Session for more information about error codes.
More...
|
| class | eppobject::epp::epp_GenericCheckRsp |
| | Class containing the generic/common elements of the server response to a <check> command -
See also:
-
epp_GenericRsp for additional information.
More...
|
| class | eppobject::epp::epp_GenericReq |
| | Class containing the generic and common elements of a client request. More...
|
| class | eppobject::epp::epp_GenericRsp |
| | Class containing the generic and common elements of a server response. More...
|
| class | eppobject::epp::epp_Greeting |
| | Class describing the server and its supported services. More...
|
| class | eppobject::epp::epp_Hello |
| class | eppobject::epp::epp_Login |
| class | eppobject::epp::epp_LoginReq |
| | Class containing all elements used in login requests -
See also:
-
epp_GenericReq for additional information.
More...
|
| class | eppobject::epp::epp_LoginRsp |
| | Class containing all elements used in login responses -
See also:
-
epp_GenericRsp for additional information.
More...
|
| class | eppobject::epp::epp_Logout |
| class | eppobject::epp::epp_LogoutReq |
| class | eppobject::epp::epp_LogoutRsp |
| | Class containing all elements used in logout responses -
See also:
-
epp_GenericRsp for additional information.
More...
|
| class | eppobject::epp::epp_MessageQueue |
| | Class containing information about service messages queued for client retrieval. More...
|
| class | eppobject::epp::epp_Options |
| | Class containing elements used to describe client options for a command/session. More...
|
| class | eppobject::epp::epp_Poll |
| class | eppobject::epp::epp_PollContactTransfer |
| class | eppobject::epp::epp_PollDomainTransfer |
| class | eppobject::epp::epp_PollReq |
| class | eppobject::epp::epp_PollResData |
| class | eppobject::epp::epp_PollResDataUnion |
| class | eppobject::epp::epp_PollRsp |
| class | eppobject::epp::epp_Response |
| | Class containing elements used in the response from the server. More...
|
| class | eppobject::epp::epp_Result |
| | Class containing elements used to describe success/failure of a command in server responses. More...
|
| class | eppobject::epp::epp_Service |
| | Class containing elements used to describe an EPP service. More...
|
| class | eppobject::epp::epp_Session |
| class | eppobject::epp::epp_TransferRequest |
| class | eppobject::epp::epp_TransID |
| | Class containing transaction ID elements assigned by the server to the command for which the response is being returned. More...
|
| class | eppobject::epp::epp_Unspec |
| class | eppobject::epp::epp_UnspecTest |
| class | eppobject::epp::epp_Weather |
| class | eppobject::epp::epp_XMLException |
| | Exception class containing information about an error occuring while parsing XML. More...
|
Typedefs |
| typedef epptransport::epp_TransportSSL | EPPTransport |
| typedef domtools::xml_string_output | EPP_output |
| typedef refcnt_ptr< epp_AuthInfo > | epp_AuthInfo_ref |
| | Typedef for the ref to the epp_AuthInfo class. More...
|
| typedef refcnt_ptr< epp_CheckResult > | epp_CheckResult_ref |
| | Typedef for the ref to the epp_CheckResult class. More...
|
| typedef refcnt_ptr< epp_Command > | epp_Command_ref |
| | Typedef for the ref to the epp_Result class. More...
|
| typedef refcnt_ptr< epp_Credentials > | epp_Credentials_ref |
| | Typedef for the ref to the epp_Options class. More...
|
| typedef refcnt_ptr< epp_TransferOpType > | epp_TransferOpType_ref |
| typedef refcnt_ptr< epp_TransferStatusType > | epp_TransferStatusType_ref |
| typedef refcnt_ptr< epp_PollOpType > | epp_PollOpType_ref |
| typedef refcnt_ptr< epp_AuthInfoType > | epp_AuthInfoType_ref |
| typedef refcnt_ptr< epp_PollResDataType > | epp_PollResDataType_ref |
| typedef string | epp_string |
| typedef refcnt_ptr< epp_string > | epp_string_ref |
| typedef vector< epp_string > | epp_string_seq |
| typedef refcnt_ptr< epp_string_seq > | epp_string_seq_ref |
| typedef string | epp_xml_string |
| typedef refcnt_ptr< epp_xml_string > | epp_xml_string_ref |
| typedef short | epp_short |
| typedef refcnt_ptr< epp_short > | epp_short_ref |
| typedef long | epp_long |
| typedef refcnt_ptr< epp_long > | epp_long_ref |
| typedef bool | epp_boolean |
| typedef refcnt_ptr< epp_boolean > | epp_boolean_ref |
| typedef void * | epp_any |
| typedef refcnt_ptr< epp_any > | epp_any_ref |
| typedef string | epp_date |
| typedef refcnt_ptr< epp_date > | epp_date_ref |
| typedef string | epp_datetime |
| typedef refcnt_ptr< epp_datetime > | epp_datetime_ref |
| typedef epp_string | epp_trid |
| typedef refcnt_ptr< epp_trid > | epp_trid_ref |
| typedef epp_string | epp_roid |
| typedef refcnt_ptr< epp_roid > | epp_roid_ref |
| typedef vector< epp_roid > | epp_roid_seq |
| typedef refcnt_ptr< epp_roid_seq > | epp_roid_seq_ref |
| typedef vector< epp_Result > | epp_result_seq |
| typedef refcnt_ptr< epp_result_seq > | epp_result_seq_ref |
| typedef vector< epp_Service > | epp_service_seq |
| typedef refcnt_ptr< epp_service_seq > | epp_service_seq_ref |
| typedef vector< epp_CheckResult > | epp_check_result_seq |
| typedef refcnt_ptr< epp_check_result_seq > | epp_check_result_seq_ref |
| typedef refcnt_ptr< epp_GenericCheckRsp > | epp_GenericCheckRsp_ref |
| | Typedef for the ref to the epp_GenericCheckRsp class. More...
|
| typedef refcnt_ptr< epp_GenericReq > | epp_GenericReq_ref |
| | Typedef for the ref to the epp_GenericReq class. More...
|
| typedef refcnt_ptr< epp_GenericRsp > | epp_GenericRsp_ref |
| | Typedef for the ref to the epp_GenericRsp class. More...
|
| typedef refcnt_ptr< epp_Greeting > | epp_Greeting_ref |
| | Typedef for the ref to the epp_Greeting class. More...
|
| typedef refcnt_ptr< epp_LoginReq > | epp_LoginReq_ref |
| | Typedef for the ref to the epp_LoginReq class. More...
|
| typedef refcnt_ptr< epp_LoginRsp > | epp_LoginRsp_ref |
| | Typedef for the ref to the epp_LoginRsp class. More...
|
| typedef refcnt_ptr< epp_LogoutReq > | epp_LogoutReq_ref |
| typedef refcnt_ptr< epp_LogoutRsp > | epp_LogoutRsp_ref |
| | Typedef for the ref to the epp_LogoutRsp class. More...
|
| typedef refcnt_ptr< epp_MessageQueue > | epp_MessageQueue_ref |
| | Typedef for the ref to the epp_MessageQueue classe. More...
|
| typedef refcnt_ptr< epp_Options > | epp_Options_ref |
| | Typedef for the ref to the epp_Options class. More...
|
| typedef refcnt_ptr< epp_PollContactTransfer > | epp_PollContactTransfer_ref |
| typedef refcnt_ptr< epp_PollDomainTransfer > | epp_PollDomainTransfer_ref |
| typedef refcnt_ptr< epp_PollReq > | epp_PollReq_ref |
| typedef refcnt_ptr< epp_PollResData > | epp_PollResData_ref |
| typedef refcnt_ptr< epp_PollResDataUnion > | epp_PollResDataUnion_ref |
| typedef refcnt_ptr< epp_PollRsp > | epp_PollRsp_ref |
| typedef refcnt_ptr< epp_Response > | epp_Response_ref |
| | Typedef for the ref to the epp_Response class. More...
|
| typedef refcnt_ptr< epp_Result > | epp_Result_ref |
| | Typedef for the ref to the epp_Result class. More...
|
| typedef refcnt_ptr< epp_Service > | epp_Service_ref |
| | Typedef for the ref to the epp_Service class. More...
|
| typedef refcnt_ptr< epp_TransferRequest > | epp_TransferRequest_ref |
| typedef refcnt_ptr< epp_TransID > | epp_TransID_ref |
| | Typedef for the ref to the epp_Result class. More...
|
| typedef refcnt_ptr< epp_Action > | epp_Action_ref |
| typedef refcnt_ptr< epp_Hello > | epp_Hello_ref |
| typedef refcnt_ptr< epp_Login > | epp_Login_ref |
| typedef refcnt_ptr< epp_Logout > | epp_Logout_ref |
| typedef refcnt_ptr< epp_Poll > | epp_Poll_ref |
| typedef refcnt_ptr< epp_Session > | epp_Session_ref |
| typedef refcnt_ptr< epp_Unspec > | epp_Unspec_ref |
| typedef refcnt_ptr< epp_UnspecTest > | epp_UnspecTest_ref |
| typedef refcnt_ptr< epp_Weather > | epp_Weather_ref |
Enumerations |
| enum | epp_TransferOpType {
APPROVE,
CANCEL,
QUERY,
REJECT,
REQUEST
} |
| enum | epp_TransferStatusType {
CLIENT_APPROVED,
CLIENT_CANCELLED,
CLIENT_REJECTED,
PENDING,
SERVER_APPROVED,
SERVER_CANCELLED
} |
| enum | epp_PollOpType { ACK,
REQ
} |
| enum | epp_AuthInfoType { PW
} |
| enum | epp_PollResDataType { DOMAIN_TRANSFER,
CONTACT_TRANSFER
} |
Functions |
| void | createStandardXMLHeader (EPP_output &outputobject) |
| | Writes a standard EPP XML header to the output object. More...
|
| void | createStandardXMLFooter (EPP_output &outputobject) |
| | Writes a standard EPP XML footer to the output object. More...
|
| void | addUnspecElement (EPP_output &outputobject, const epp_Unspec_ref unspecpart) |
| | Writes a given epp_Unspec element to the output object. More...
|
| void | addCredsElement (EPP_output &outputobject, const epp_Credentials_ref credspart) |
| | Writes a given epp_Credentials element to the output-object. More...
|
| void | addAuthInfoElement (EPP_output &outputobject, const epp_AuthInfo_ref element, const epp_string &tag) |
| | Writes a given epp_AuthInfo element to the output-object. More...
|
| epp_AuthInfo_ref | createAuthInfoObject (const domtools::dom_ptr &authNode) |
| | Parses an authInfo dom_ptr and creates the corresponding epp_AuthInfo object. More...
|
| epp_string | returnTransferType (const epp_TransferOpType &statusType) |
| | Returns the corresponsing epp_string text for the given epp_TransferOpType-enum. More...
|
| epp_TransferStatusType | returnTransferStatusType (const epp_string &statusType) |
| | Returns the corresponsing epp_TransferStatusType for a given epp_string. More...
|
| epp_AuthInfoType | returnAuthInfoType (const epp_string &infoType) |
| | Returns the corresponsing epp_AuthInfoType for a given epp_string. More...
|
| domtools::dom_ptr | createDOMDocument (const epp_string &xml) |
| | Parses an XML epp_string and generates a DOMDocument of it. More...
|
| epp_Response_ref | createGenericResponse (domtools::dom_ptr &node) |
| | Parses a response dom_ptr and creates the corresponding epp_Response object. More...
|
| epp_Greeting_ref | createGreetingResponse (domtools::dom_ptr &node) |
| | Parses a greeting dom_ptr and creates the corresponding epp_Greeting object. More...
|
| domtools::dom_ptr | getresDataInfo (const domtools::dom_ptr &responseNode, const string &tag) |
| | Parses a dom_ptr and returns the requested resData as a dom_ptr. More...
|
| epp_Service_ref | createServiceObject (domtools::dom_ptr &node) |
| | Parses a service (svc) dom_ptr and creates the corresponding epp_Service object. More...
|
| epp_AuthInfo_ref | createAuthInfoObject (DOM_Node authNode) |
| | Parses an authInfo DOM_Node and creates the corresponding epp_AuthInfo object. More...
|
| DOM_Document | createDOM_Document (const epp_string &xml) |
| | Parses an XML epp_string and generates a DOM_Document (DOM-tree) of it. More...
|
| DOM_Node | getresDataInfo (const DOM_Node &responseNode, const string &tag) |
| | Parses a DOM_Node and returns the requested resData-tag. More...
|
| epp_Response_ref | createGenericResponse (DOM_Node &node) |
| | Parses a response DOM_Node and creates the corresponding epp_Response object. More...
|
| epp_Greeting_ref | createGreetingResponse (DOM_Node &node) |
| | Parses a greeting DOM_Node and creates the corresponding epp_Greeting object. More...
|
| epp_Service_ref | createServiceObject (DOM_Node &node) |
| | Parses a service (svc) DOM_Node and creates the corresponding epp_Service object. More...
|