Uses of Class
net.java.dev.webdav.core.jaxrs.xml.elements.Status

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

Uses of Status in net.java.dev.webdav.core.jaxrs.xml.elements
 

Methods in net.java.dev.webdav.core.jaxrs.xml.elements that return Status
 Status Response.getStatus()
           
 Status PropStat.getStatus()
           
 

Constructors in net.java.dev.webdav.core.jaxrs.xml.elements with parameters of type Status
PropStat(Prop prop, Status status)
           
PropStat(Prop prop, Status status, Error error)
           
PropStat(Prop prop, Status status, Error error, ResponseDescription responseDescription)
           
PropStat(Prop prop, Status status, ResponseDescription responseDescription)
           
Response(Status status, Error error, ResponseDescription responseDescription, Location location, HRef hRef, HRef... hRefs)
           
 



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