org.apache.jackrabbit.webdav.client.methods
Class XmlRequestEntity

java.lang.Object
  extended by org.apache.jackrabbit.webdav.client.methods.XmlRequestEntity
All Implemented Interfaces:
RequestEntity

public class XmlRequestEntity
extends java.lang.Object
implements RequestEntity

XmlRequestEntity...


Constructor Summary
XmlRequestEntity(org.w3c.dom.Document xmlDocument)
           
 
Method Summary
 long getContentLength()
           
 java.lang.String getContentType()
           
 boolean isRepeatable()
           
 void writeRequest(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRequestEntity

public XmlRequestEntity(org.w3c.dom.Document xmlDocument)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface RequestEntity

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface RequestEntity

writeRequest

public void writeRequest(java.io.OutputStream out)
                  throws java.io.IOException
Specified by:
writeRequest in interface RequestEntity
Throws:
java.io.IOException

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface RequestEntity


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.