Uses of Class
org.apache.jackrabbit.webdav.MultiStatusResponse

Packages that use MultiStatusResponse
org.apache.jackrabbit.webdav   
 

Uses of MultiStatusResponse in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return MultiStatusResponse
 MultiStatusResponse[] MultiStatus.getResponses()
          Returns the multistatus responses present as array.
 MultiStatusResponse DavResource.alterProperties(DavPropertySet setProperties, DavPropertyNameSet removePropertyNames)
          Set/add the specified properties and remove the properties with the given names from this resource respectively.
static MultiStatusResponse MultiStatusResponse.createFromXml(Element responseElement)
          Build a new response object from the given xml element.
 

Methods in org.apache.jackrabbit.webdav with parameters of type MultiStatusResponse
 void MultiStatus.addResponse(MultiStatusResponse response)
          Add a MultiStatusResponse element to this MultiStatus
 



Copyright © 2005-2006 . All Rights Reserved.