Class Axis2HttpSSLTransportSender
- java.lang.Object
-
- org.apache.axis2.handlers.AbstractHandler
-
- org.apache.synapse.transport.netty.sender.Axis2HttpTransportSender
-
- org.apache.synapse.transport.netty.sender.Axis2HttpSSLTransportSender
-
- All Implemented Interfaces:
org.apache.axis2.engine.Handler
,org.apache.axis2.transport.TransportSender
public class Axis2HttpSSLTransportSender extends Axis2HttpTransportSender
Axis2HttpSSLTransportSender
is the sender class of the HTTP Transport, and it sends out HTTPS outbound requests.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.transport.netty.sender.Axis2HttpTransportSender
targetConfiguration
-
-
Constructor Summary
Constructors Constructor Description Axis2HttpSSLTransportSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription)
-
Methods inherited from class org.apache.synapse.transport.netty.sender.Axis2HttpTransportSender
cleanup, handleException, handleException, invoke, stop
-
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
init
public void init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription) throws org.apache.axis2.AxisFault
- Specified by:
init
in interfaceorg.apache.axis2.transport.TransportSender
- Overrides:
init
in classAxis2HttpTransportSender
- Throws:
org.apache.axis2.AxisFault
-
-