convertir la cadena en el tiempo en Java

java.sql.Time timeValue = new java.sql.Time(formatter.parse(fajr_prayertime).getTime());
Troubled Trout