private ODataCxfConsumer(FormatType type, String serviceRootUri, OClientBehavior... behaviors) {
super(serviceRootUri);
// 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());
this.client = new ODataCxfClient(type, behaviors);
}
ODataCxfConsumer.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:oreva
作者:
评论列表
文章目录