Package org.eclipse.webdav.internal.kernel

Interface Summary
IDocumentFactory  
IDocumentMarshaler  
WebDAVConstants  
WebDAVPreconditionFailures  
WebDAVPropertyNames  
WebDAVPropertyValues  
 

Class Summary
Condition A Condition represents some state configuration of a particular resource that must be satisfied in order for the associated request to be valid.
ConditionFactor A ConditionFactor represents some state of a resource that must be satisfied in order for the associated request to be valid.
ConditionTerm A ConditionTerm represents some state configuration of a resource that must be satisfied in order for the associated request to be valid.
Context The Context class is essentially a collection of key-value pairings, with defaults.
ContextFactory  
DocumentFactory  
DocumentMarshaler  
ElementHelper  
EntityTag An EntityTag is a ConditionFactor describing some state of a resource represented as an opaque string.
Locator A LocatorImpl uniquely identifies a DAV a resource.
LocatorFactory  
LockToken  
Message The Message class represents a basic message that has a context and a body.
Policy  
Precondition A Precondition represents some condition or collection of conditions representing states of a resource.
QualifiedNameImpl Qualified names are two-part names: qualifier and local name.
Response The Response class subclasses Message to add a status field.
StateToken A StateToken is a ConditionFactor describing some state of a resource represented as a URI.
Status  
 

Exception Summary
ClientException Represents exceptions that can happen on the Client as the result of a client error.
DAV4JRuntimeException  
DAVException  
DAVRuntimeException  
InvalidPropertyNameException When thrown, this class signals that the property name string provided was not legal based on the definition provided in the documentation of the PropertyName(String) constructor.
RedirectionException Represents exceptions that require further action by the user agent in order to fulfill the request.
ServerException Represents exceptions that can happen on the server as the result of a server error.
SystemException  
WebDAVException This is the superclass of all WebDAV protocol exceptions It contains a status code that provides information, and a descriptive message.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.