Class ProxyConfigBuilder
java.lang.Object
org.apache.synapse.transport.nhttp.config.ProxyConfigBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(org.apache.axis2.description.TransportOutDescription transportOut) Tries to read the axis2.xml transport sender's proxy configuration
-
Constructor Details
-
ProxyConfigBuilder
public ProxyConfigBuilder()
-
-
Method Details
-
build
public ProxyConfig build(org.apache.axis2.description.TransportOutDescription transportOut) throws org.apache.axis2.AxisFault Tries to read the axis2.xml transport sender's proxy configuration- Parameters:
transportOut- axis2 transport out description- Returns:
- ProxyConfig
- Throws:
org.apache.axis2.AxisFault
-