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 433543 2006-08-22 06:22:54Z crossley $
Author:
Ross Burton

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

Method Detail

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