org.apache.cocoon.components.source.impl
Class WebDAVSourceFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVSourceFactory
public WebDAVSourceFactory()
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.