servlet.setServletName(annotatedServletName);
servlet.setPackageName(packageName);
// --- Set Application Name ---
String annotatedAppliationName = sipServlet.applicationName();
servlet.setApplicationName(annotatedAppliationName);
// Since we are not guaranteed that SipApplication annotation is processed
// before SipServlet, we add the SipServlet to a temporary Map in the
// SipApplication structure.