org.skunk.dav.client.method
Class UnlockMethod

java.lang.Object
  |
  +--org.skunk.dav.client.AbstractDAVMethod
        |
        +--org.skunk.dav.client.method.UnlockMethod
All Implemented Interfaces:
DAVMethod

public class UnlockMethod
extends AbstractDAVMethod


Constructor Summary
UnlockMethod(java.lang.String url, java.lang.String lockToken)
           
 
Method Summary
 DAVMethodName getRequestMethodName()
          returns the method name
 void processRequestHeaders()
          a hook for processing the request headers.
 
Methods inherited from class org.skunk.dav.client.AbstractDAVMethod
extractStatus, getDAVFile, getHost, getPort, getProtocol, getRequestBody, getRequestHeaders, getRequestURL, getResponseBody, getResponseHeaders, getStatus, processPropElement, processRequestBody, processResponseBody, processResponseHeaders, setHost, setPort, setProtocol, setRequestBody, setRequestHeaders, setResponseBody, setResponseHeaders, setStatus, stripLastSlash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockMethod

public UnlockMethod(java.lang.String url,
                    java.lang.String lockToken)
Method Detail

getRequestMethodName

public DAVMethodName getRequestMethodName()
Description copied from interface: DAVMethod
returns the method name
Following copied from interface: org.skunk.dav.client.DAVMethod
Returns:
the DAVMethodName of the method

processRequestHeaders

public void processRequestHeaders()
Description copied from class: AbstractDAVMethod
a hook for processing the request headers. By default does nothing.
Overrides:
processRequestHeaders in class AbstractDAVMethod