cz.active24.client.fred.data.sendauthinfo.SendAuthInfoResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fred-client Show documentation
Show all versions of fred-client Show documentation
A Java EPP client for FRED (Free Registry for ENUM and Domains)
package cz.active24.client.fred.data.sendauthinfo;
import cz.active24.client.fred.eppclient.objectstrategy.ServerObjectType;
/**
* Marker interface, marks all send authinfo responses.
*/
public interface SendAuthInfoResponse {
ServerObjectType getServerObjectType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy