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.RequestEntity
public final void writeRequest(OutputStream out) throws IOException
writeRequest
in interface org.apache.commons.httpclient.methods.RequestEntity
IOException
protected void writeElementString(XMLStreamWriter w, String elemNamespace, String elemName, String elemValue) throws XMLStreamException
XMLStreamException
protected boolean hasHeaders()
protected void writeHeaders(XMLStreamWriter w) throws XMLStreamException
XMLStreamException
protected abstract void writeBody(XMLStreamWriter w) throws XMLStreamException
XMLStreamException
public long getContentLength()
getContentLength
in interface org.apache.commons.httpclient.methods.RequestEntity
public String getContentType()
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
Copyright © 2016–2019. All rights reserved.