Package google.registry.flows
Class ExtensionManager
java.lang.Object
google.registry.flows.ExtensionManager
Helper to validate extensions on an EPP command.
This class checks that the declared extension URIs in an EPP request as well as the actually supplied extensions in the XML are compatible with the extensions supported by a flow.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Service extension(s) must be declared at login. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
register
(Class<? extends EppInput.CommandExtension>... extension) void
validate()
-
Method Details
-
register
-
validate
- Throws:
EppException
-