com.bankframe.services.print
Class PrintBean
java.lang.Object
com.bankframe.services.print.PrintBean
- Direct Known Subclasses:
- PrintBean
public abstract class PrintBean
- extends Object
This class provides the implementation of the BankFrame MCA Print Service.
printed document.
Constructor Summary |
PrintBean()
Default Constructor |
Method Summary |
Vector |
imPrint(Vector data)
This method transforms the Vector of DataPackets and writes out the resulting XML file specified by the stylesheet. |
PrintBean
public PrintBean()
- Default Constructor
imPrint
public Vector imPrint(Vector data)
throws ProcessingErrorException,
RemoteException
- This method transforms the Vector of DataPackets and writes out the resulting XML file specified by the stylesheet.
- Parameters:
data
- Vector of DataPackets containing the data to be printed
- Returns:
- writes XML file to directory containing the print response
- Throws:
ProcessingErrorException
- if an error occurs
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.