net.sf.jzeno.echo.script
Class HttpStep

java.lang.Object
  extended by net.sf.jzeno.echo.script.HttpStep
All Implemented Interfaces:
Step

public class HttpStep
extends java.lang.Object
implements Step


Constructor Summary
HttpStep()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getActionValue()
           
 long getTime()
           
 boolean play()
           
 boolean read(java.io.BufferedReader reader)
           
 void recordFromRequest()
           
 void recordValidationExpressionInStep()
           
 boolean reidentify()
           
 void setActionValue(java.lang.String actionValue)
           
 void setTime(long time)
           
 java.lang.String toString()
           
 void write(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpStep

public HttpStep()
Method Detail

recordFromRequest

public void recordFromRequest()
Specified by:
recordFromRequest in interface Step

reidentify

public boolean reidentify()
Specified by:
reidentify in interface Step

recordValidationExpressionInStep

public void recordValidationExpressionInStep()

play

public boolean play()
Specified by:
play in interface Step

write

public void write(java.io.PrintWriter pw)
Specified by:
write in interface Step

read

public boolean read(java.io.BufferedReader reader)
Specified by:
read in interface Step

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getActionValue

public java.lang.String getActionValue()

setActionValue

public void setActionValue(java.lang.String actionValue)

getTime

public long getTime()

setTime

public void setTime(long time)