com.bankframe.examples.xml
Class XmlServletTransaction

java.lang.Object
  extended bycom.bankframe.examples.xml.XmlServletTransaction

public class XmlServletTransaction
extends java.lang.Object

This class is used as a test for submitting XML requests to the BankFrame MCA XML Channel Servlet

Author:
Trevor Young

Constructor Summary
XmlServletTransaction()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to this program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlServletTransaction

public XmlServletTransaction()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to this program. This will send an XML transaction to the BankFrame MCA XMLServlet. Before running this program, you must ensure you have configured the XML and XSL properties appropriately. Refer to the BankFrame XML documentation for details. Usage: 1. TestXmlServlet Example: TestXmlServlet http://localhost:7001/XmlServlet test.xml

Parameters:
args - arguments passed to the program.


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