org.skunk.dav.client.method
Class OptionsMethod

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

public class OptionsMethod
extends AbstractDAVMethod


Constructor Summary
OptionsMethod(java.lang.String url)
           
 
Method Summary
 java.lang.String[] getOptions()
           
 DAVMethodName getRequestMethodName()
          returns the method name
 void processResponseHeaders()
          a hook for processing the response headers.
 
Methods inherited from class org.skunk.dav.client.AbstractDAVMethod
extractStatus, getDAVFile, getHost, getPort, getProtocol, getRequestBody, getRequestHeaders, getRequestURL, getResponseBody, getResponseHeaders, getStatus, processPropElement, processRequestBody, processRequestHeaders, processResponseBody, 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

OptionsMethod

public OptionsMethod(java.lang.String url)
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

processResponseHeaders

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

getOptions

public java.lang.String[] getOptions()