public class XmlRequestEntity
extends java.lang.Object
implements org.apache.commons.httpclient.methods.RequestEntity
XmlRequestEntity...| Constructor and Description |
|---|
XmlRequestEntity(org.w3c.dom.Document xmlDocument) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
java.lang.String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(java.io.OutputStream out) |
public XmlRequestEntity(org.w3c.dom.Document xmlDocument)
throws java.io.IOException
java.io.IOExceptionpublic boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic java.lang.String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntitypublic void writeRequest(java.io.OutputStream out)
throws java.io.IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityjava.io.IOExceptionpublic long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntity"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"