try {
validateAndSetParsetResult(pr);
} catch (IllegalArgumentException iae) {
ServletParseException spe = new ServletParseException(iae.getMessage());
throw ServletParseException.class.cast(spe.initCause(iae));
}
}
public String getScheme() {
return SipFactoryImpl.TEL_URI_PROTOCOL;