public ODataCxfServer(String appBaseUri) {
this.appBaseUri = appBaseUri;
// ensure that the correct JAX-RS implementation (CXF) is loaded
if (!(RuntimeDelegate.getInstance() instanceof org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl))
RuntimeDelegate.setInstance(new org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl());
}
ODataCxfServer.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:oreva
作者:
评论列表
文章目录