| A
PropertyEditor which converts a
String into an
InetAddress .
This editor simply calls
InetAddress.getByName(java.lang.String) when converting from a
String , and
InetAddress.getHostAddress when converting to a
String .
author: The Apache MINA Project (dev@mina.apache.org) version: $Revision: 601972 $, $Date: 2007-12-06 20:34:55 -0700 (Thu, 06 Dec 2007) $ See Also: java.net.InetAddress |