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
Axis2HttpSSLTransportSender is the sender class of the HTTP Transport, and it sends out HTTPS
outbound requests.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse -
Field Summary
Fields inherited from class org.apache.synapse.transport.netty.sender.Axis2HttpTransportSender
targetConfigurationFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(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, stopMethods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.axis2.engine.Handler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, initMethods inherited from interface org.apache.axis2.transport.TransportSender
onAppError
-
Constructor Details
-
Axis2HttpSSLTransportSender
public Axis2HttpSSLTransportSender()
-
-
Method Details
-
init
public void init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription) throws org.apache.axis2.AxisFault - Specified by:
initin interfaceorg.apache.axis2.transport.TransportSender- Overrides:
initin classAxis2HttpTransportSender- Throws:
org.apache.axis2.AxisFault
-