Uses of Class
net.java.dev.webdav.jaxrs.xml.elements.ResponseDescription

Packages that use ResponseDescription
net.java.dev.webdav.jaxrs.xml.elements This package contains WebDAV XML Elements. 
 

Uses of ResponseDescription in net.java.dev.webdav.jaxrs.xml.elements
 

Methods in net.java.dev.webdav.jaxrs.xml.elements that return ResponseDescription
 ResponseDescription Response.getResponseDescription()
           
 ResponseDescription PropStat.getResponseDescription()
           
 ResponseDescription MultiStatus.getResponseDescription()
           
 

Constructors in net.java.dev.webdav.jaxrs.xml.elements with parameters of type ResponseDescription
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, PropStat propStat, PropStat... propStats)
           
Response(Status status, Error error, ResponseDescription responseDescription, Location location, HRef hRef, HRef... hRefs)
           
 



Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.