IP*Works! V9

ipworks
Class WebdavResourcePropertiesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 java.lang.String resourceProperties
           
 java.lang.String resourceURI
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

resourceURI

public java.lang.String resourceURI

resourceProperties

public java.lang.String resourceProperties

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.