Class MkCalendar
- java.lang.Object
-
- org.apache.http.message.AbstractHttpMessage
-
- org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- org.apache.http.client.methods.HttpRequestBase
-
- org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- org.apache.jackrabbit.webdav.client.methods.BaseDavRequest
-
- net.fortuna.ical4j.connector.dav.method.MkCalendar
-
- All Implemented Interfaces:
Cloneable
,org.apache.http.client.methods.AbortableHttpRequest
,org.apache.http.client.methods.Configurable
,org.apache.http.client.methods.HttpExecutionAware
,org.apache.http.client.methods.HttpUriRequest
,org.apache.http.HttpEntityEnclosingRequest
,org.apache.http.HttpMessage
,org.apache.http.HttpRequest
public class MkCalendar extends org.apache.jackrabbit.webdav.client.methods.BaseDavRequest
$Id$ Created on 19/11/2008
-
-
Constructor Summary
Constructors Constructor Description MkCalendar(String uri, org.apache.jackrabbit.webdav.property.DavPropertySet properties)
MkCalendar(URI uri, org.apache.jackrabbit.webdav.property.DavPropertySet properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMethod()
boolean
succeeded(org.apache.http.HttpResponse response)
-
Methods inherited from class org.apache.jackrabbit.webdav.client.methods.BaseDavRequest
checkSuccess, getResponseBodyAsDocument, getResponseBodyAsEventDiscovery, getResponseBodyAsLockDiscovery, getResponseBodyAsMultiStatus, getResponseBodyAsSubscriptionDiscovery, getResponseException
-
Methods inherited from class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
clone, expectContinue, getEntity, setEntity
-
Methods inherited from class org.apache.http.client.methods.HttpRequestBase
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
-
Methods inherited from class org.apache.http.client.methods.AbstractExecutionAwareRequest
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
-
Methods inherited from class org.apache.http.message.AbstractHttpMessage
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
MkCalendar
public MkCalendar(URI uri, org.apache.jackrabbit.webdav.property.DavPropertySet properties) throws IOException
- Throws:
IOException
-
MkCalendar
public MkCalendar(String uri, org.apache.jackrabbit.webdav.property.DavPropertySet properties) throws IOException
- Parameters:
uri
- a new calendar URI- Throws:
IOException
-
-
Method Detail
-
getMethod
public String getMethod()
- Specified by:
getMethod
in interfaceorg.apache.http.client.methods.HttpUriRequest
- Specified by:
getMethod
in classorg.apache.http.client.methods.HttpRequestBase
-
succeeded
public boolean succeeded(org.apache.http.HttpResponse response)
- Overrides:
succeeded
in classorg.apache.jackrabbit.webdav.client.methods.BaseDavRequest
-
-