| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Response.getError() |
Error |
PropStat.getError() |
| Constructor and Description |
|---|
PropStat(Prop prop,
Status status,
Error error) |
PropStat(Prop prop,
Status status,
Error error,
ResponseDescription responseDescription) |
Response(HRef hRef,
Error error,
ResponseDescription responseDescription,
Location location,
Collection<PropStat> propStats)
Deprecated.
Since 1.2, as the provided
propStats collection is not necessarily immutable and there is no standard Java way to enforce
immutability. Use Response.Response(HRef, Error, ResponseDescription, Location, PropStat, PropStat...) instead. |
Response(HRef hRef,
Error error,
ResponseDescription responseDescription,
Location location,
PropStat propStat,
PropStat... propStats) |
Response(Status status,
Error error,
ResponseDescription responseDescription,
Location location,
HRef hRef,
HRef... hRefs) |
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.