|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.xml.EDocumentTransformerFactory
public class EDocumentTransformerFactory
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(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 |
---|
public EDocumentTransformerFactory()
Method Detail |
---|
public EDocumentTransformer newEDocumentTransformer()
public EDocumentTransformer newEDocumentTransformer(String rootName)
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.
public static EDocumentTransformerFactory newInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |