com.ibm.portal.resolver.xml
Interface PooledTransformerFactory

All Known Subinterfaces:
CorPocServiceHome, PocServiceHome, PortalPocServiceHome, PortletPocServiceHome

public interface PooledTransformerFactory

Since:
6.1

Method Summary
 PooledTemplates newPooledTemplates(javax.xml.transform.Source source)
          Creates a new, pooled version based on a Source object
 PooledTemplates newPooledTemplates(javax.xml.transform.Templates aTemplates)
          Creates a new, pooled version of an existing templates object
 PooledTemplates newPooledTemplates(javax.xml.transform.Templates aTemplates, ObjectPoolFactory aFct)
          Creates a new, pooled version of an existing templates object
 

Method Detail

newPooledTemplates

PooledTemplates newPooledTemplates(javax.xml.transform.Templates aTemplates,
                                   ObjectPoolFactory aFct)
Creates a new, pooled version of an existing templates object

Parameters:
aTemplates - templates that will be converted into a pooled version
aFct - object pool factory used to create the required object pool
Returns:
pooled version of the templates object

newPooledTemplates

PooledTemplates newPooledTemplates(javax.xml.transform.Templates aTemplates)
Creates a new, pooled version of an existing templates object

Parameters:
aTemplates - templates that will be converted into a pooled version
Returns:
pooled version of the templates object

newPooledTemplates

PooledTemplates newPooledTemplates(javax.xml.transform.Source source)
                                   throws javax.xml.transform.TransformerConfigurationException
Creates a new, pooled version based on a Source object

Parameters:
source - source object that is the basis for the templates object
Returns:
pooled version of the templates object
Throws:
javax.xml.transform.TransformerConfigurationException - - if the templates object could not be generated