6 Configurations for OBRH Integration

Use the following guidelines to integrate with OBRH from the OBAPI adapter.

To call OBRH endpoint from adapter, add entry of

OBRHEndPoint(com.ofss.digx.extxface.impl.endpoint.OBRHEndPoint) 
against your "interfaceId" in digx_fw_config_all_b for Category id as "ExtXfaceConfig". 
The "interfaceId" should be the unique service name defined in the OBRH for specific consumer.

To configure which serializer and deserializer should be called for your Request,

Add prop_id entry in digx_fw_config_all_b as "com.ofss.digx.extxface.impl.endpoint.
OBRHEndPoint_<interfaceId>" and prop_value, as which Serializer Deserializer should be used 
(JSON or XML)

For JSON: "com.ofss.digx.extxface.impl.endpoint.serde.JsonSerDe" (this is the default class picked if no specific entry is made)

For XML: "com.ofss.digx.extxface.impl.endpoint.serde.XmlSerDe"

Category id is "ExtXfaceConfig".

OBRH is shipped with OBAPI in standalone way only if customer does not have any OBMA product installed. For customers with OBMA installation, OBRH of that setup must only be used.