XmlEntity instead@Deprecated public class XmlRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
XmlRequestEntity...| Constructor and Description |
|---|
XmlRequestEntity(Document xmlDocument)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength()
Deprecated.
|
String |
getContentType()
Deprecated.
|
boolean |
isRepeatable()
Deprecated.
|
void |
writeRequest(OutputStream out)
Deprecated.
|
public XmlRequestEntity(Document xmlDocument) throws IOException
IOExceptionpublic boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntitypublic void writeRequest(OutputStream out) throws IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityIOExceptionpublic long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntityCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.