org.apache.cocoon.components.transcoder
Interface TranscoderFactory
- All Known Implementing Classes:
- ExtendableTranscoderFactory
- public interface TranscoderFactory
Apache Batik Transcoder factory.
When given a MIME type, find a Transcoder which supports that MIME type.
- Version:
- CVS $Id: TranscoderFactory.java,v 1.4 2002/02/22 07:00:14 cziegeler Exp $
- Author:
- Ross Burton
Method Summary |
org.apache.batik.transcoder.Transcoder |
createTranscoder(java.lang.String mimeType)
Create a transcoder for a specified MIME type. |
createTranscoder
public org.apache.batik.transcoder.Transcoder createTranscoder(java.lang.String mimeType)
- Create a transcoder for a specified MIME type.
- Parameters:
mimeType
- The MIME type of the destination format- Returns:
- A suitable transcoder, or
null> if one cannot be found
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.