Package google.registry.model.eppcommon
Class ProtocolDefinition
java.lang.Object
google.registry.model.eppcommon.ProtocolDefinition
Constants that define the EPP protocol version we support.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enums repesenting valid service extensions that are recognized by the server. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the service extension enum associated with a URI, or null if none are associated.static com.google.common.collect.ImmutableSet
<String> Return the set of all visible service extension URIs.
-
Field Details
-
VERSION
- See Also:
-
LANGUAGE
- See Also:
-
SUPPORTED_OBJECT_SERVICES
-
-
Constructor Details
-
ProtocolDefinition
public ProtocolDefinition()
-
-
Method Details
-
getServiceExtensionFromUri
Returns the service extension enum associated with a URI, or null if none are associated. -
getVisibleServiceExtensionUris
Return the set of all visible service extension URIs.
-