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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Ross Burton
Method Summary |
org.apache.batik.transcoder.Transcoder |
createTranscoder(String mimeType)
Create a transcoder for a specified MIME type. |
createTranscoder
org.apache.batik.transcoder.Transcoder createTranscoder(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-2010 The Apache Software Foundation. All Rights Reserved.