Package google.registry.model.eppinput
package google.registry.model.eppinput
-
ClassDescriptionThis class represents the root EPP XML element for input.Epp envelope wrapper for check on some objects.Marker interface for types that can go in the
EppInput.CommandWrapper.extension
field.The "command" element that holds an actual command inside of it.Epp envelope wrapper for create of some object.Epp envelope wrapper for delete of some object.Empty type to represent the empty "hello" command.Epp envelope wrapper for info on some object.A tag that goes inside of an EPP <command>.Login command.Logout command.An options object inside ofEppInput.Login
.Poll command.Enum of the possible values for the "op" attribute in poll commands.Epp envelope wrapper for renewing some object.A command that has an extension inside of it.A services object inside ofEppInput.Login
.Epp envelope wrapper for transferring some object.Enum of the possible values for the "op" attribute in transfer flows.Epp envelope wrapper for update of some object.RFC 5730 says we should check the version and return special error code 2100 if it isn't what we support, but it also specifies a schema that only allows 1.0 in the version field, so any other version doesn't validate.Exception to throw if encountering a protocol version other than "1.0".Commands for EPP resources.Abstract implementation ofResourceCommand
.A check command for anEppResource
.ResourceCommand.ResourceCreateOrChange<B extends Buildable.Builder<?>>A create command, or the inner change (as opposed to add or remove) part of an update.ResourceCommand.ResourceUpdate<A extends ResourceCommand.ResourceUpdate.AddRemove,B extends EppResource.Builder<?, ?>, C extends ResourceCommand.ResourceCreateOrChange<B>> An update command for anEppResource
.Part of an update command that specifies set values to add or remove.A command for a singleEppResource
.