public class Axis2HttpTransportSender
extends org.apache.axis2.handlers.AbstractHandler
implements org.apache.axis2.transport.TransportSender
Axis2HttpTransportSender receives the outgoing axis2 MessageContext, convert it into a
HttpCarbonMessage and deliver it to the Http Client connector.| Modifier and Type | Field and Description |
|---|---|
protected TargetConfiguration |
targetConfiguration |
| Constructor and Description |
|---|
Axis2HttpTransportSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.apache.axis2.context.MessageContext messageContext) |
void |
handleException(java.lang.String msg) |
void |
handleException(java.lang.String s,
java.lang.Exception e) |
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.TransportOutDescription transportOutDescription) |
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgCtx) |
void |
stop() |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toStringprotected TargetConfiguration targetConfiguration
public void init(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.TransportOutDescription transportOutDescription)
throws org.apache.axis2.AxisFault
init in interface org.apache.axis2.transport.TransportSenderorg.apache.axis2.AxisFaultpublic org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgCtx)
throws org.apache.axis2.AxisFault
invoke in interface org.apache.axis2.engine.Handlerorg.apache.axis2.AxisFaultpublic void cleanup(org.apache.axis2.context.MessageContext messageContext)
cleanup in interface org.apache.axis2.transport.TransportSenderpublic void stop()
stop in interface org.apache.axis2.transport.TransportSenderpublic void handleException(java.lang.String s,
java.lang.Exception e)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void handleException(java.lang.String msg)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.