|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.ei.txnhandler.dataformat.basic.BasicDataFormat | +--com.bankframe.ei.txnhandler.dataformat.xml.XMLDataFormat
This class is the Data Formatter class for where the host system request and responses are in XML. It converts DataPacket requests to DPTP XML and then converts this to the host system XML by applying XSL stylesheets.
Constructor Summary | |
XMLDataFormat()
|
Method Summary | |
java.lang.Object |
buildRequestTxn(DataPacket txnDataPacket,
java.lang.String txnCode,
java.lang.String txnType)
This method converts a Data Packet request to a Host System format using an XSL Stylesheet. |
boolean |
isIgnoringComments()
This method indicates whether or not the builder is configured to produce parsers which ignores comments |
boolean |
isIgnoringElementContentWhiteSpace()
This method indicates whether or not this builder is configured to produce parsers which ignore ignorable whitespace in element content. |
boolean |
isNameSpaceAware()
This method indicates whether or not the builder is configured to produce parsers which are namespace aware. |
boolean |
isValidating()
This method ndicates whether or not the bulider is configured to produce parsers which validate the XML content during parse. |
Methods inherited from class com.bankframe.ei.txnhandler.dataformat.basic.BasicDataFormat |
moreToRequest, notifyProcessingFinished, setConnectionSpecification, toDataPacketsMap, toDataPacketsVector |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLDataFormat()
Method Detail |
public java.lang.Object buildRequestTxn(DataPacket txnDataPacket, java.lang.String txnCode, java.lang.String txnType) throws ProcessingErrorException
buildRequestTxn
in interface DataFormat
buildRequestTxn
in class BasicDataFormat
txnDataPacket
- the DataPacket of transaction data and settingstxnCode
- the transaction codetxnType
- the transaction type
ProcessingErrorException
- if processing failspublic boolean isIgnoringComments()
public boolean isIgnoringElementContentWhiteSpace()
public boolean isNameSpaceAware()
public boolean isValidating()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |