| Package | Description | 
|---|---|
| org.apache.jackrabbit.server.io | 
 The jackrabbit webdav server uses the classes defined in this package in order
to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH
and PROPFIND, GET, HEAD requests, respectively. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExportContext
ExportContext... | 
interface  | 
ImportContext
ImportContext... | 
interface  | 
PropertyExportContext
PropertyExportContext represents a marker interface to distinguish
 the ExportContext (which is mainly used to export data and some fundamental
 properties) from a context that is used to export properties only. | 
interface  | 
PropertyImportContext
PropertyImportContext... | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractExportContext
AbstractExportContext covers methods common to most ExportContext
 implementations. | 
class  | 
ExportContextImpl
ExportContextImpl implements an ExportContext that
 wraps around the specified OutputContext as it was passed to
 DavResource.spool(OutputContext). | 
class  | 
ImportContextImpl
ImportContextImpl... | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IOListener.onBegin(IOHandler handler,
       IOContext context)
The import/export context has been passed to the given  
IOHandler | 
void | 
DefaultIOListener.onBegin(IOHandler handler,
       IOContext ioContext)  | 
void | 
IOListener.onEnd(IOHandler handler,
     IOContext context,
     boolean success)
The specified  
IOHandler finished. | 
void | 
DefaultIOListener.onEnd(IOHandler handler,
     IOContext ioContext,
     boolean success)  | 
void | 
IOListener.onError(IOHandler ioHandler,
       IOContext context,
       Exception e)
An exception occurred during import/export within the specified
  
IOHandler. | 
void | 
DefaultIOListener.onError(IOHandler ioHandler,
       IOContext ioContext,
       Exception e)  | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.