proxy

Version

Syntax

<proxy name="string"
port="integer"
blockRequest="[true,false]"
blockResponse="[true,false]">

[interceptors]*
</proxy>
<proxy name="string"
  port="integer"
  blockRequest="[true,false]"
  blockResponse="[true,false]">
  [interceptors]*
</proxy>

Sample

<proxy name="HTTP Proxy" port="3128" >
<transform xslt="strip.xslt"/>
<switch>
<case xPath="//convert" url="http://www.thomas-bayer.com/axis2/" />
</switch>
</proxy>
<proxy name="HTTP Proxy" port="3128" >
  <transform xslt="strip.xslt"/>
  <switch>
    <case xPath="//convert" url="http://www.thomas-bayer.com/axis2/" />
  </switch>
</proxy>

Attributes

NameRequiredDefaultDescriptionExamples
authenticationfalse---
hostfalse---
passwordfalse---
portfalse---
usernamefalse---

Child Elements

ElementDescriptionCardinality
sslConfigures inbound or outbound SSL connections.0..1

Can be used in