public class InetAddrXmlAdapter extends XmlAdapter<String,InetAddress>
Constructor and Description |
---|
InetAddrXmlAdapter() |
public String marshal(InetAddress inetAddr) throws Exception
marshal
in class XmlAdapter<String,InetAddress>
Exception
public InetAddress unmarshal(String ipAddr) throws Exception
unmarshal
in class XmlAdapter<String,InetAddress>
Exception
Copyright © 2017. All rights reserved.