org.apache.cocoon.transformation
Interface TransformerFactory


public interface TransformerFactory

A transformer factory is the factory of Transformers.

Regular TransformerFactory implementation should be ThreadSafe component serving as a factory of lightweight Transformer objects.

NOTE: Only Disposable interface is applicable to the Transformer instance returned by the getInstance().

Since:
2.2
Version:
CVS $Id: TransformerFactory.java 55389 2004-10-23 15:46:58Z cziegeler $
Author:
Vadim Gritsenko

Nested Class Summary
static interface TransformerFactory.Instance
          Instance of the Transformer created by the TransformerFactory
 
Field Summary
static String ROLE
           
 
Method Summary
 TransformerFactory.Instance getInstance()
          Create an instance of the Transformer
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getInstance

public TransformerFactory.Instance getInstance()
Create an instance of the Transformer



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.