Uses of Interface
org.apache.jackrabbit.server.io.IOHandler

Packages that use IOHandler
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. 
 

Uses of IOHandler in org.apache.jackrabbit.server.io
 

Classes in org.apache.jackrabbit.server.io that implement IOHandler
 class DefaultHandler
          DefaultHandler implements a simple IOHandler that creates 'file' and 'folder' nodes.
 class DirListingExportHandler
          DirListingExportHandler represents a simple export for collections: a human-readable view listing the members.
 class VersionHandler
           
 class VersionHistoryHandler
          VersionHistoryHandler...
 class XmlHandler
          XmlHandler imports xml files and exports nodes that have the proper XmlHandler.XML_MIMETYPE defined with their content.
 class ZipHandler
          ZipHandler imports and extracts Zip files and exported nodes (an their subnodes) to a Zip file.
 

Methods in org.apache.jackrabbit.server.io that return IOHandler
 IOHandler[] IOManagerImpl.getIOHandlers()
           
 IOHandler[] IOManager.getIOHandlers()
          Returns all handlers that have been added to this manager.
 

Methods in org.apache.jackrabbit.server.io with parameters of type IOHandler
 void IOManagerImpl.addIOHandler(IOHandler ioHandler)
           
 void IOManager.addIOHandler(IOHandler ioHandler)
          Adds the specified handler to the list of handlers.
 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 expection occured during import/export within the specified IOHandler.
 void DefaultIOListener.onError(IOHandler ioHandler, IOContext ioContext, Exception e)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.