Class StxTransformerFactory

java.lang.Object
com.adaptris.util.text.xml.XmlTransformerFactoryImpl
com.adaptris.util.text.xml.StxTransformerFactory
All Implemented Interfaces:
XmlTransformerFactory

public class StxTransformerFactory extends XmlTransformerFactoryImpl

The StxTransformerFactory is responsible for creating the Transformer.

The Transformer is used to actually perform a document transformation. This particular implementation will create a Transformer specifically for STX type transforms.

In the adapter configuration file this class is aliased as stx-transform-factory which is the preferred alternative to the fully qualified classname when building your configuration.