net.sourceforge.jxweb
Class XMLPost

java.lang.Object
  |
  +--net.sourceforge.jxweb.HttpStep
        |
        +--net.sourceforge.jxweb.XMLPost
All Implemented Interfaces:
JXTestStep

public class XMLPost
extends HttpStep


Field Summary
 String file
           
 boolean indirect
           
 String urlString
           
 String value
           
 
Fields inherited from class net.sourceforge.jxweb.HttpStep
properties, testCase, webConversation, webConversationName
 
Constructor Summary
XMLPost()
           
 
Method Summary
 void eval(JXTestCase testCase)
           
 void process(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlString

public String urlString

file

public String file

value

public String value

indirect

public boolean indirect
Constructor Detail

XMLPost

public XMLPost()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Overrides:
eval in class HttpStep

process

public void process(String fileName)