public abstract class AbstractHTTPSender extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
chunked |
protected org.apache.axiom.om.OMOutputFormat |
format |
protected String |
httpVersion |
protected boolean |
isAllowedRetry
isAllowedRetry will be using to check where the
retry should be allowed or not.
|
protected org.apache.axis2.description.TransportOutDescription |
proxyOutSetting
proxydiscription
|
| Constructor and Description |
|---|
AbstractHTTPSender() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
send(org.apache.axis2.context.MessageContext msgContext,
URL url,
String soapActionString) |
void |
setChunked(boolean chunked) |
void |
setFormat(org.apache.axiom.om.OMOutputFormat format) |
void |
setHttpVersion(String version) |
protected boolean chunked
protected String httpVersion
protected org.apache.axis2.description.TransportOutDescription proxyOutSetting
protected org.apache.axiom.om.OMOutputFormat format
protected boolean isAllowedRetry
public void setChunked(boolean chunked)
public void setHttpVersion(String version) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic abstract void send(org.apache.axis2.context.MessageContext msgContext,
URL url,
String soapActionString)
throws IOException
IOExceptionpublic void setFormat(org.apache.axiom.om.OMOutputFormat format)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.