CLAS CL_WEB_ODATA_CLIENT_FACTORY

Source Link
Open in ADT

Home
Previous Object: CL_WEB_HTTP_UTILITY
Next Object: CL_XCO_ABAP_T_BI_FIXED_LENGTH

Status: RELEASED

Public
Type ty_service_definition_name TYPE cl_web_odata_client_factory=>ty_service_definition_name
Static Method create_v2_local_proxy
  IMPORTING
    is_service_key TYPE /iwbep/if_cp_client_proxy=>ty_s_service_key_v2
  RETURNING ro_client_proxy TYPE /iwbep/if_cp_client_proxy
  RAISING /iwbep/cx_gateway
Static Method create_v2_remote_proxy
  IMPORTING
    iv_service_definition_name TYPE cl_web_odata_client_factory=>ty_service_definition_name
    io_http_client TYPE if_web_http_client
    iv_relative_service_root TYPE STRING
  RETURNING ro_client_proxy TYPE /iwbep/if_cp_client_proxy
  RAISING /iwbep/cx_gateway
  RAISING cx_web_http_client_error
Static Method create_v4_remote_proxy
  IMPORTING
    iv_service_definition_name TYPE cl_web_odata_client_factory=>ty_service_definition_name
    io_http_client TYPE if_web_http_client
    iv_relative_service_root TYPE STRING
  RETURNING ro_client_proxy TYPE /iwbep/if_cp_client_proxy
  RAISING /iwbep/cx_gateway
  RAISING cx_web_http_client_error
Static Method create_v4_local_proxy
  IMPORTING
    is_service_key TYPE /iwbep/if_cp_client_proxy=>ty_s_service_key_v4
  RETURNING ro_client_proxy TYPE /iwbep/if_cp_client_proxy
  RAISING /iwbep/cx_gateway

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app