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, toString
protected 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.TransportSender
org.apache.axis2.AxisFault
public 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.Handler
org.apache.axis2.AxisFault
public void cleanup(org.apache.axis2.context.MessageContext messageContext)
cleanup
in interface org.apache.axis2.transport.TransportSender
public void stop()
stop
in interface org.apache.axis2.transport.TransportSender
public void handleException(java.lang.String s, java.lang.Exception e) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void handleException(java.lang.String msg) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.