Class XmlEntity
- java.lang.Object
-
- org.apache.jackrabbit.webdav.client.methods.XmlEntity
-
public class XmlEntity extends Object
Utility methods for creating request entities fromDocument
s orXmlSerializable
s.
-
-
Constructor Summary
Constructors Constructor Description XmlEntity()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpEntity
create(XmlSerializable payload)
static HttpEntity
create(Document doc)
-
-
-
Method Detail
-
create
public static HttpEntity create(Document doc) throws IOException
- Throws:
IOException
-
create
public static HttpEntity create(XmlSerializable payload) throws IOException
- Throws:
IOException
-
-