| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ei.xml.DataPacketBuilder
This class is used to build a DataPacket from a BankFrame XML Document. It recursively traverses the elements of the BankFrame XML Document and constructs a DataPacket. This builder will only handle XML Documents that conform to the BankFrame XML format (BankFrameProcess.dtd)
| Method Summary | |
 DataPacket | 
parse(org.w3c.dom.Document doc)
This method converts an XML Document that is in BankFrame XML format (BankFrameProcess.dtd), into a valid DataPacket object.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public DataPacket parse(org.w3c.dom.Document doc)
doc - An XML Document in BankFrame XML format that will be parsed into a DataPacket object.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||