Package google.registry.dns
Class DnsWriterProxy
java.lang.Object
google.registry.dns.DnsWriterProxy
Proxy for retrieving
DnsWriter
implementations.-
Method Summary
Modifier and TypeMethodDescriptiongetByClassNameForTld
(String className, String tld) Returns the instance ofDnsWriter
by class name.
-
Method Details
-
getByClassNameForTld
Returns the instance ofDnsWriter
by class name.If the DnsWriter doesn't belong to this TLD, will return null.
-