EppInput |
This class represents the root EPP XML element for input.
|
EppInput.Check |
Epp envelope wrapper for check on some objects.
|
EppInput.CommandWrapper |
The "command" element that holds an actual command inside of it.
|
EppInput.Create |
Epp envelope wrapper for create of some object.
|
EppInput.Delete |
Epp envelope wrapper for delete of some object.
|
EppInput.Hello |
Empty type to represent the empty "hello" command.
|
EppInput.Info |
Epp envelope wrapper for info on some object.
|
EppInput.InnerCommand |
A tag that goes inside of an EPP <command>.
|
EppInput.Login |
Login command.
|
EppInput.Logout |
Logout command.
|
EppInput.Options |
|
EppInput.Poll |
Poll command.
|
EppInput.Renew |
Epp envelope wrapper for renewing some object.
|
EppInput.ResourceCommandWrapper |
A command that has an extension inside of it.
|
EppInput.Services |
|
EppInput.Transfer |
Epp envelope wrapper for transferring some object.
|
EppInput.Update |
Epp envelope wrapper for update of some object.
|
EppInput.VersionAdapter |
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.
|
ResourceCommand.AbstractSingleResourceCommand |
|
ResourceCommand.ResourceCheck |
|
ResourceCommand.ResourceUpdate<A extends ResourceCommand.ResourceUpdate.AddRemove,B extends EppResource.Builder<?,?>,C extends ResourceCommand.ResourceCreateOrChange<B>> |
|
ResourceCommand.ResourceUpdate.AddRemove |
Part of an update command that specifies set values to add or remove.
|