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
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| authentication | false | - | - | - |
| host | false | - | - | - |
| password | false | - | - | - |
| port | false | - | - | - |
| username | false | - | - | - |
Child Elements
| Element | Description | Cardinality |
|---|---|---|
| ssl | Configures inbound or outbound SSL connections. | 0..1 |