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:
$Id: TranscoderFactory.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 org.apache.batik.transcoder.Transcoder createTranscoder(String mimeType)
          Create a transcoder for a specified MIME type.
 

Method Detail

createTranscoder

public 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-2008 The Apache Software Foundation. All Rights Reserved.