org.skunk.dav.client.method
Class TraceMethod

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

public class TraceMethod
extends AbstractDAVMethod


Constructor Summary
TraceMethod(java.lang.String url)
           
 
Method Summary
 DAVMethodName getRequestMethodName()
          returns the method name
 
Methods inherited from class org.skunk.dav.client.AbstractDAVMethod
extractStatus, getDAVFile, getHost, getPort, getProtocol, getRequestBody, getRequestHeaders, getRequestURL, getResponseBody, getResponseHeaders, getStatus, processPropElement, processRequestBody, processRequestHeaders, 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

TraceMethod

public TraceMethod(java.lang.String url)
Method Detail

getRequestMethodName

public final 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