interceptors

open fun interceptors(interceptors: Array<ClientInterceptor>): WebServiceTemplateBuilder

Set the ClientInterceptors that should be used with the WebServiceTemplate. Setting this value will replace any previously defined interceptors.

Return

a new builder instance

Parameters

interceptors

the interceptors to set

See also


open fun interceptors(interceptors: Collection<out ClientInterceptor>): WebServiceTemplateBuilder

Set the ClientInterceptors that should be used with the WebServiceTemplate. Setting this value will replace any previously defined interceptors.

Return

a new builder instance

Parameters

interceptors

the interceptors to set

See also