net.java.dev.webdav.core.jaxrs.xml.elements
Class LockRoot

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.elements.LockRoot

public final class LockRoot
extends java.lang.Object

WebDAV lockroot XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.12 "lockroot XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
LockRoot(HRef hRef)
           
 
Method Summary
 HRef getHRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockRoot

public LockRoot(HRef hRef)
Method Detail

getHRef

public final HRef getHRef()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.