Class InetAddressAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<google.registry.model.host.InetAddressAdapter.AddressShim,InetAddress>
google.registry.model.host.InetAddressAdapter

public final class InetAddressAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<google.registry.model.host.InetAddressAdapter.AddressShim,InetAddress>
Used by JAXB to convert InetAddress objects to and from AddrType objects, which are the intermediate representations of IP addresses in EPP host commands.
  • Constructor Details

    • InetAddressAdapter

      public InetAddressAdapter()
  • Method Details