public class XmlRequestEntity extends Object implements RequestEntity
XmlRequestEntity...| Constructor and Description | 
|---|
| XmlRequestEntity(Document xmlDocument) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getContentLength() | 
| String | getContentType() | 
| boolean | isRepeatable() | 
| void | writeRequest(OutputStream out) | 
public XmlRequestEntity(Document xmlDocument) throws IOException
IOExceptionpublic boolean isRepeatable()
isRepeatable in interface RequestEntitypublic String getContentType()
getContentType in interface RequestEntitypublic void writeRequest(OutputStream out) throws IOException
writeRequest in interface RequestEntityIOExceptionpublic long getContentLength()
getContentLength in interface RequestEntityCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.