org.apache.anteater.test
Class SOAPRequest

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--org.apache.anteater.test.BaseTask
                    |
                    +--org.apache.anteater.test.ActionTask
                          |
                          +--org.apache.anteater.test.HttpRequest
                                |
                                +--org.apache.anteater.test.SOAPRequest
All Implemented Interfaces:
Groupable

public class SOAPRequest
extends HttpRequest

Simple extension to HTTPRequest to predefine SOAP type requests.

Since:
September 23, 2001
Version:
$Revision: 1.9 $ $Date: 2002/10/05 14:34:07 $
Author:
Ovidiu Predescu

Field Summary
 
Fields inherited from class org.apache.anteater.test.HttpRequest
contentURL
 
Fields inherited from class org.apache.anteater.test.ActionTask
haltonerror, logger, matcherSet, reqFeatures, result, session, successProp, successVal
 
Fields inherited from class org.apache.anteater.test.BaseTask
debug, debugWasSet
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
SOAPRequest()
           
 
Method Summary
 void init()
           
 void setAction(String action)
           
 
Methods inherited from class org.apache.anteater.test.HttpRequest
addConfiguredContentEquals, addConfiguredHeader, addConfiguredMethod, addConfiguredParameter, createMatchObject, getId, getURL, setContent, setFollowRedirects, setHeaders, setHost, setHref, setMethod, setPassword, setPath, setPort, setProtocol, setTimeout, setUser, setUseTidy
 
Methods inherited from class org.apache.anteater.test.ActionTask
addConfiguredLogger, addConfiguredSession, addConfiguredUses, addMatch, addNamespace, execute, getObjectModel, getProperties, getProperty, getPropertyAsInt, getResult, setAssign, setDebug, setHaltonerror, setValue
 
Methods inherited from class org.apache.anteater.test.BaseTask
debug, getDebug, getGroup, print, println, resolveContentURL, setGroup, setGroup
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPRequest

public SOAPRequest()
Method Detail

init

public void init()
Overrides:
init in class org.apache.tools.ant.Task

setAction

public void setAction(String action)


Ant Functional Tester -- see Project home page for details