Skip navigation links

Package com.ausregistry.jtoolkit2.se

Contains the full set of basic Commands and Responses for EPP service communication, as well as the classes required for sending and receiving EPP messages.

See: Description

Package com.ausregistry.jtoolkit2.se Description

Contains the full set of basic Commands and Responses for EPP service communication, as well as the classes required for sending and receiving EPP messages.

This package also contains a full set of extensions specific for the .au and .ae domain space, however the newer generic extensions are located in subpackages of this package.

The Extensible Provisioning Protocol (EPP) defines different services or commands that must be mapped to and from Java objects. Each SendSE class has a corresponding XML representation which is an EPP service element that should be sent from the client to the server. Each ReceiveSE class should be given the appropriate type of XML document, which is an EPP service element received by the client from the server, from which the object will make available the data in the service element.

Skip navigation links