| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseDescription |
Response.getResponseDescription() |
ResponseDescription |
MultiStatus.getResponseDescription() |
ResponseDescription |
PropStat.getResponseDescription() |
| Constructor and Description |
|---|
MultiStatus(ResponseDescription responseDescription) |
MultiStatus(ResponseDescription responseDescription,
Response... responses) |
PropStat(Prop prop,
Status status,
Error error,
ResponseDescription responseDescription) |
PropStat(Prop prop,
Status status,
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.