public void init()
{
Endpoint endpoint = new Endpoint(getBinding(), version);
registry.registerDispatcher(endpoint, this);
try
{
// fake the CMIS servlet
ServletConfig config = getServletConfig();
this.servlet = getServlet();
servlet.init(config);
}
catch(ServletException e)
{
throw new AlfrescoRuntimeException("Failed to initialise CMIS servlet dispatcher", e);
}
}
CMISServletDispatcher.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:alfresco-remote-api
作者:
评论列表
文章目录