|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.ei.xml.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(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 |
public EDocumentTransformerFactory()
| Method Detail |
public EDocumentTransformer newEDocumentTransformer()
public EDocumentTransformer newEDocumentTransformer(java.lang.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 | ||||||||||