mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add registration type response extension to info commands
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123323993
This commit is contained in:
parent
041b2c4116
commit
6355ef5922
4 changed files with 52 additions and 2 deletions
|
@ -32,6 +32,7 @@ import google.registry.model.domain.fee.FeeUpdateResponseExtension;
|
|||
import google.registry.model.domain.launch.LaunchCheckResponseExtension;
|
||||
import google.registry.model.domain.launch.LaunchCreateResponseExtension;
|
||||
import google.registry.model.domain.launch.LaunchInfoResponseExtension;
|
||||
import google.registry.model.domain.regtype.RegTypeInfoResponseExtension;
|
||||
import google.registry.model.domain.rgp.RgpInfoExtension;
|
||||
import google.registry.model.domain.secdns.SecDnsInfoExtension;
|
||||
import google.registry.model.eppcommon.Trid;
|
||||
|
@ -132,6 +133,7 @@ public class Response extends ImmutableObject implements ResponseOrGreeting {
|
|||
@XmlElementRef(type = LaunchCheckResponseExtension.class),
|
||||
@XmlElementRef(type = LaunchCreateResponseExtension.class),
|
||||
@XmlElementRef(type = LaunchInfoResponseExtension.class),
|
||||
@XmlElementRef(type = RegTypeInfoResponseExtension.class),
|
||||
@XmlElementRef(type = RgpInfoExtension.class),
|
||||
@XmlElementRef(type = SecDnsInfoExtension.class) })
|
||||
@XmlElementWrapper(name = "extension")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue