Update of /cvsroot/neuclear/neuclear-pay/src/java/org/neuclear/asset/contracts In directory sc8-pr-cvs1:/tmp/cvs-serv15193/src/java/org/neuclear/asset/contracts Modified Files: AssetGlobals.java Removed Files: AssetTransactionContract.java CancelExchangeReceipt.java CancelExchangeRequest.java CompleteExchangeRequest.java Exchange.java ExchangeReceipt.java ExchangeRequest.java TransferContract.java TransferGlobals.java TransferReceipt.java TransferRequest.java Log Message: Create new Document classification "order", which is really just inherint in the new package layout. Got rid of much of the inheritance that was lying around and thought a bit further about the format of the exchange orders. Index: AssetGlobals.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-pay/src/java/org/neuclear/asset/contracts/AssetGlobals.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** AssetGlobals.java 3 Jan 2004 20:36:25 -0000 1.8 --- AssetGlobals.java 5 Jan 2004 23:47:09 -0000 1.9 *************** *** 24,27 **** --- 24,32 ---- $Id$ $Log$ + Revision 1.9 2004/01/05 23:47:09 pelle + Create new Document classification "order", which is really just inherint in the new + package layout. + Got rid of much of the inheritance that was lying around and thought a bit further about the format of the exchange orders. + Revision 1.8 2004/01/03 20:36:25 pelle Renamed HeldTransfer to Exchange *************** *** 40,44 **** All unit tests in commons, id and xmlsec now work. AssetController now successfully processes payments in the unit test. ! Payment Web App has working form that creates a TransferRequest presents it to the signer and forwards it to AssetControlServlet. (Which throws an XML Parser Exception) I think the XMLReaderServlet is bust. --- 45,49 ---- All unit tests in commons, id and xmlsec now work. AssetController now successfully processes payments in the unit test. ! Payment Web App has working form that creates a TransferOrder presents it to the signer and forwards it to AssetControlServlet. (Which throws an XML Parser Exception) I think the XMLReaderServlet is bust. *************** *** 68,73 **** Issuer is now Asset which is a subclass of Identity AssetController supports more than one Asset. Which is important for most non ecurrency implementations. ! TransferRequest/Receipt and its Exchange companions are now SignedNamedObjects. Thus to create them you must use ! their matching TransferRequest/ReceiptBuilder classes. PaymentProcessor has been renamed CurrencyController. I will extract a superclass later to be named AbstractLedgerController which will handle all neuclear-ledger based AssetControllers. --- 73,78 ---- Issuer is now Asset which is a subclass of Identity AssetController supports more than one Asset. Which is important for most non ecurrency implementations. ! TransferOrder/Receipt and its Exchange companions are now SignedNamedObjects. Thus to create them you must use ! their matching TransferOrder/ReceiptBuilder classes. PaymentProcessor has been renamed CurrencyController. I will extract a superclass later to be named AbstractLedgerController which will handle all neuclear-ledger based AssetControllers. --- AssetTransactionContract.java DELETED --- --- CancelExchangeReceipt.java DELETED --- --- CancelExchangeRequest.java DELETED --- --- CompleteExchangeRequest.java DELETED --- --- Exchange.java DELETED --- --- ExchangeReceipt.java DELETED --- --- ExchangeRequest.java DELETED --- --- TransferContract.java DELETED --- --- TransferGlobals.java DELETED --- --- TransferReceipt.java DELETED --- --- TransferRequest.java DELETED --- |