com.bankframe.services.print
Class PrintBean

java.lang.Object
  extended bycom.bankframe.services.print.PrintBean
Direct Known Subclasses:
PrintBean

public abstract class PrintBean
extends java.lang.Object

This class provides the implementation of the BankFrame MCA Print Service. printed document.

Author:
etu

Constructor Summary
PrintBean()
          Default Constructor
 
Method Summary
 java.util.Vector imPrint(java.util.Vector data)
          This method transforms the Vector of DataPackets and writes out the resulting XML file specified by the stylesheet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintBean

public PrintBean()
Default Constructor

Method Detail

imPrint

public java.util.Vector imPrint(java.util.Vector data)
                         throws ProcessingErrorException,
                                java.rmi.RemoteException
This method transforms the Vector of DataPackets and writes out the resulting XML file specified by the stylesheet.

Returns:
writes XML file to directory containing the print response
Throws:
ProcessingErrorException - if an error occurs
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.