request

Interceptors are usually applied to requests and responses. By nesting interceptors into a Element you can limit their application to requests only.

Can be used in:

serviceProxy, api, stompProxy, swaggerProxy, if, registration, wsStompReassembler, interceptor, bean, internalProxy, transport and soapProxy

Syntax

<request>
  [interceptors]*
</request>

Sample

<serviceProxy port="2000">
  <request>
	<regExReplacer regex="Hallo" replace="Hello" />
	<transform xslt="customer2person.xsl" />
  </request>
</serviceProxy>


See also