org.owasp.webscarab.plugin
Class ScriptableConversation

java.lang.Object
  extended by org.owasp.webscarab.plugin.ScriptableConversation

public class ScriptableConversation
extends java.lang.Object

Author:
rogan

Constructor Summary
ScriptableConversation(Request request, Response response, java.lang.String origin)
          Creates a new instance of ScriptableConversation
 
Method Summary
 java.lang.String getOrigin()
           
 Request getRequest()
           
 Response getResponse()
           
 boolean isCancelled()
           
 void setAnalyse(boolean analyse)
           
 void setCancelled(boolean cancelled)
           
 boolean shouldAnalyse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptableConversation

public ScriptableConversation(Request request,
                              Response response,
                              java.lang.String origin)
Creates a new instance of ScriptableConversation

Method Detail

getRequest

public Request getRequest()

getResponse

public Response getResponse()

getOrigin

public java.lang.String getOrigin()

setCancelled

public void setCancelled(boolean cancelled)

isCancelled

public boolean isCancelled()

setAnalyse

public void setAnalyse(boolean analyse)

shouldAnalyse

public boolean shouldAnalyse()