Converting string to uri

hi

i need to convert a string variable to javax.sip.address.uri variable

My problem is as follows

I get the ip address from the database as string ,i need to assign this string to a variable of type javax.sip.address.uri , is there any method to parse the string to javax.sip.address.uri

its very urgent

Thanks in advance

regards

vinodhini

[392 byte] By [chand_vinoa] at [2007-11-27 0:00:11]
# 1
try this... new URL( ipAddress ).toURI()...
maximilian.brasila at 2007-7-11 15:49:55 > top of Java-index,Core,Core APIs...