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

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

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

Methods in net.java.dev.webdav.jaxrs.xml.elements that return Error
 Error Response.getError()
           
 Error PropStat.getError()
           
 

Constructors in net.java.dev.webdav.jaxrs.xml.elements with parameters of type Error
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, 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.