public abstract class AbstractHTTPTransportSender extends org.apache.axis2.handlers.AbstractHandler implements HTTPTransportSender
| Constructor and Description |
|---|
AbstractHTTPTransportSender() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HTTPSender |
createHTTPSender() |
void |
init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut) |
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext) |
static boolean |
isGeneratedName(String actionString) |
void |
setHTTPClientVersion(org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
stop() |
flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic void init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut)
throws org.apache.axis2.AxisFault
init in interface org.apache.axis2.transport.TransportSenderorg.apache.axis2.AxisFaultpublic void stop()
stop in interface org.apache.axis2.transport.TransportSenderpublic org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
invoke in interface org.apache.axis2.engine.Handlerorg.apache.axis2.AxisFaultprotected abstract HTTPSender createHTTPSender()
public static boolean isGeneratedName(String actionString)
actionString - public void setHTTPClientVersion(org.apache.axis2.context.ConfigurationContext configurationContext)
setHTTPClientVersion in interface HTTPTransportSenderCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.