/** @see org.apache.axis2.service.Lifecycle#destroy(org.apache.axis2.context.ServiceContext) */
 public void destroy(ServiceContext sc) {
   log.debug("in destroy");
   initialized = Boolean.FALSE;
   ServiceLauncher.shutdown();
 }