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
static MultiStatusResponse MultiStatusResponse.createFromXml(org.jdom.Element responseElement)
          Build a new response object from the given xml element.
 MultiStatusResponse DavResource.alterProperties(DavPropertySet setProperties, DavPropertyNameSet removePropertyNames)
          Set/add the specified properties and remove the properties with the given names from this resource respectively.
 MultiStatusResponse[] MultiStatus.getResponses()
          Returns the multistatus responses present as array.
 

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 . All Rights Reserved.