ODataCxfConsumer.java 文件源码

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

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


问题


面经


文章

微信
公众号

扫码关注公众号