Uses of Class
org.apache.wink.webdav.model.Error

Packages that use Error
org.apache.wink.webdav.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Error in org.apache.wink.webdav.model
 

Fields in org.apache.wink.webdav.model declared as Error
protected  Error Propstat.error
           
protected  Error Response.error
           
 

Methods in org.apache.wink.webdav.model that return Error
 Error ObjectFactory.createError()
          Create an instance of Error
 Error Propstat.getError()
          Gets the value of the error property.
 Error Response.getError()
          Gets the value of the error property.
 

Methods in org.apache.wink.webdav.model with parameters of type Error
 Propstat Response.getOrCreatePropstat(int status, java.lang.String description, Error error)
          Get a Propstat instance contained within this response that has the provided criteria, or create a new Propstat instance with the provided information if no propstat already exists.
 Propstat Response.getPropstat(int status, java.lang.String description, Error error)
          Get a Propstat instance contained within this response that has the provided criteria.
 void Propstat.setError(Error value)
          Sets the value of the error property.
 void Response.setError(Error value)
          Sets the value of the error property.
 void Response.setProperty(java.lang.Object property, int status, java.lang.String description, Error error)
          Sets the provided property to the correct propstat element.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.