throw new FactoryBeanNotInitializedException("There might be a circular dependency inside the servlet connections.");
}
ProxyFactory proxyFactory = new ProxyFactory(this.embeddedServlet);
proxyFactory.addAdvice(new ServiceInterceptor());
if (this.mountPath != null) {
proxyFactory.addAdvisor(new MountableMixinAdvisor());
}
return proxyFactory.getProxy();
}
public Class getObjectType() {