org.apache.cocoon.components.source.impl
Class BlobSourceFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.source.impl.BlobSourceFactory
- All Implemented Interfaces:
- LogEnabled, Serviceable, ThreadSafe, SourceFactory
public class BlobSourceFactory
- extends AbstractLogEnabled
- implements Serviceable, SourceFactory, ThreadSafe
A factory for 'blob:' sources.
- Version:
- CVS $Id: BlobSourceFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Sylvain Wallez, Stephan Michels
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected ServiceManager manager
- The ServiceManager instance
BlobSourceFactory
public BlobSourceFactory()
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)
- Release a
Source
object.
- Specified by:
release
in interface SourceFactory
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
- See Also:
Serviceable.service(org.apache.avalon.framework.service.ServiceManager)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.