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