public abstract class SoapRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
| Constructor and Description |
|---|
SoapRequestEntity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentType() |
protected boolean |
hasHeaders() |
boolean |
isRepeatable() |
protected abstract void |
writeBody(XMLStreamWriter w) |
protected void |
writeElementString(XMLStreamWriter w,
String elemNamespace,
String elemName,
String elemValue) |
protected void |
writeHeaders(XMLStreamWriter w) |
void |
writeRequest(OutputStream out) |
public boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic final void writeRequest(OutputStream out) throws IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityIOExceptionprotected void writeElementString(XMLStreamWriter w, String elemNamespace, String elemName, String elemValue) throws XMLStreamException
XMLStreamExceptionprotected boolean hasHeaders()
protected void writeHeaders(XMLStreamWriter w) throws XMLStreamException
XMLStreamExceptionprotected abstract void writeBody(XMLStreamWriter w) throws XMLStreamException
XMLStreamExceptionpublic long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntitypublic String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntityCopyright © 2016–2019. All rights reserved.