ipworks
Class WebdavResourcePropertiesEvent
java.lang.Object
java.util.EventObject
ipworks.WebdavResourcePropertiesEvent
- All Implemented Interfaces:
- java.io.Serializable
public class WebdavResourcePropertiesEvent
- extends java.util.EventObject
Fires for each entry returned through a property search.
The ResourceProperties
event is fired when resource properties are
received as a response to FindProperties
.
The StartTransfer
and EndTransfer
events mark the beginning
and end of the event stream.
The ResourceProperties contains the full XML containing the
properties of the resource.
ResourceURI contains the name of the resource.
The parsed property names, values, and status are contained within the Properties
collection
.
- See Also:
Webdav
,
Webdav.ResourcePropertiesEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
resourceURI
public java.lang.String resourceURI
resourceProperties
public java.lang.String resourceProperties
Copyright (c) 2013 /n software inc. - All rights reserved.