CMISServletDispatcher.java 文件源码

java
阅读 29 收藏 0 点赞 0 评论 0

项目:alfresco-remote-api 作者:
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);
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号