org.apache.cocoon.components.source.impl
Class WebDAVSourceFactory

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.components.source.impl.WebDAVSourceFactory
All Implemented Interfaces:
Component, Configurable, LogEnabled, SourceFactory, ThreadSafe

public class WebDAVSourceFactory
extends AbstractLogEnabled
implements SourceFactory, Configurable, ThreadSafe

A factory for WebDAV sources

Version:
$Id: WebDAVSourceFactory.java 30941 2004-07-29 19:56:58Z vgritsenko $

Field Summary
 
Fields inherited from interface org.apache.excalibur.source.SourceFactory
ROLE
 
Constructor Summary
WebDAVSourceFactory()
           
 
Method Summary
 void configure(Configuration configuration)
          Read the scheme name.
 Source getSource(String location, Map parameters)
          Get a Source object.
 void release(Source source)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVSourceFactory

public WebDAVSourceFactory()
Method Detail

configure

public void configure(Configuration configuration)
               throws ConfigurationException
Read the scheme name.

Specified by:
configure in interface Configurable
Throws:
ConfigurationException

getSource

public Source getSource(String location,
                        Map parameters)
                 throws MalformedURLException,
                        IOException,
                        SourceException
Get a Source object.

Specified by:
getSource in interface SourceFactory
Parameters:
parameters - This is optional.
Throws:
MalformedURLException
IOException
SourceException

release

public void release(Source source)
Specified by:
release in interface SourceFactory


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.