com.bankframe.ei.xml
Class EDocumentTransformerFactory

java.lang.Object
  extended bycom.bankframe.ei.xml.EDocumentTransformerFactory

public class EDocumentTransformerFactory
extends java.lang.Object

This class is used to obtain an instance of an EDocumentTransformer class.


Constructor Summary
EDocumentTransformerFactory()
          EDocumentTransformerFactory constructor.
 
Method Summary
 EDocumentTransformer newEDocumentTransformer()
          This method returns an instance of an EDocumentTransformer class.
 EDocumentTransformer newEDocumentTransformer(java.lang.String rootName)
          This method returns an instance of an EDocumentTransformer class.
static EDocumentTransformerFactory newInstance()
          This method creates a new instance of an EDocumentTransformerFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDocumentTransformerFactory

public EDocumentTransformerFactory()
EDocumentTransformerFactory constructor.

Method Detail

newEDocumentTransformer

public EDocumentTransformer newEDocumentTransformer()
This method returns an instance of an EDocumentTransformer class.

Returns:
a new EDocumentTransformer instance.

newEDocumentTransformer

public EDocumentTransformer newEDocumentTransformer(java.lang.String rootName)
This method returns an instance of an EDocumentTransformer class.

Parameters:
rootName - The root name of the XML format being used with this EDocumentTransformer. Currently, only a default implementation of a EDocumentTransformer is available for use, and the root name is ignored.
Returns:
A new EDocumentTransformer instance.

newInstance

public static EDocumentTransformerFactory newInstance()
This method creates a new instance of an EDocumentTransformerFactory.

Returns:
an instance of an EDocumentTransformerFactory object


Copyright © 2005, 2007, Oracle. All rights reserved.