org.abstracthorizon.danube.webdav.xml.dav.request.properties
Class SupportedLock
java.lang.Object
org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
org.abstracthorizon.danube.webdav.xml.dav.request.properties.SupportedLock
- All Implemented Interfaces:
- XMLParserHandler
public class SupportedLock
- extends RequestProperty
This class models WebDAV's supportedlock request property
- Author:
- Daniel Sendula
davFactory
protected DAVFactory davFactory
- Factory
lockEntries
protected List<LockEntry> lockEntries
- List of lock entries
SupportedLock
public SupportedLock(XMLParserHandler parent,
DAVFactory factory)
- Constructor
- Parameters:
parent - parnet parser handlerfactory - factory
start
public Object start(Object current,
String tag,
Attributes attributes)
throws SAXException
- Description copied from class:
AbstractSimpleXMLHandler
- Returns current object and does nothing else
- Specified by:
start in interface XMLParserHandler- Overrides:
start in class AbstractSimpleXMLHandler
- Parameters:
current - current objecttag - tagattributes - attribtues
- Returns:
- new object
- Throws:
SAXException - sax exception
processResponse
public ResponseProperty processResponse(ResourceAdapter adapter,
Object resource)
- Returns
SupportedLock
- Overrides:
processResponse in class RequestProperty
- Parameters:
adapter - adapterresource - resource
- Returns:
SupportedLock
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.