additionalInterceptors

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

Add additional ClientInterceptors that should be used with the WebServiceTemplate.

Return

a new builder instance

Parameters

interceptors

the interceptors to add

See also


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

Add additional ClientInterceptors that should be used with the WebServiceTemplate.

Return

a new builder instance

Parameters

interceptors

the interceptors to add

See also