Skip to content

/AWS1/CL_BDOINTERCEPTORINPCONF

The input configuration of the interceptor.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_passrequestheaders TYPE /AWS1/BDOBOOLEAN /AWS1/BDOBOOLEAN

Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.

Optional arguments:

io_payloadfilter TYPE REF TO /AWS1/CL_BDOINTRCPTORPYLODFILT /AWS1/CL_BDOINTRCPTORPYLODFILT

The filter that determines which parts of the request or response payload are passed as input to the interceptor.


Queryable Attributes

passRequestHeaders

Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.

Accessible with the following methods

Method Description
GET_PASSREQUESTHEADERS() Getter for PASSREQUESTHEADERS, with configurable default
ASK_PASSREQUESTHEADERS() Getter for PASSREQUESTHEADERS w/ exceptions if field has no
HAS_PASSREQUESTHEADERS() Determine if PASSREQUESTHEADERS has a value

payloadFilter

The filter that determines which parts of the request or response payload are passed as input to the interceptor.

Accessible with the following methods

Method Description
GET_PAYLOADFILTER() Getter for PAYLOADFILTER