if (theirLog.isLoggable(Level.FINE)) {
theirLog.log(Level.FINE, "Error could not create Request Uri.");
}
return null;
}
message = new SipServletRequestImpl(method, uri, SipFactoryImpl.PROTOCOL_LINE);
message.setLocal(local);
message.setRemote(remote);
} else if (isResponse) { // Start after the SIP/2.0 token
int x = foundSipVersion + 8; // SIP/2.0 len +1
int start = foundSipVersion + 8;